* gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working use of :custom...
[gnus] / lisp / ChangeLog
1 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
4         use of :custom-show.
5
6 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
7
8         * plstore.el: Add documentation.
9         (plstore-mode): New mode to edit plstore file.
10         (plstore-mode-toggle-display, plstore-mode-original)
11         (plstore-mode-decoded): New command.
12         (plstore--encode, plstore--decode, plstore--write-contents-functions)
13         (plstore--insert-buffer, plstore--make): New function.
14         (plstore-open, plstore-save): Simplify by using them.
15
16 2011-07-06  Glenn Morris  <rgm@gnu.org>
17
18         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
19
20 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
23         no longer is much used.
24         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
25         Articles".
26
27 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
28
29         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
30         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
31         `notmuch' backend.
32
33 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * mm-decode.el (mm-text-html-renderer): Doc fix.
36
37         * gnus-msg.el (gnus-bug): Fix the MML tag.
38
39         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
40
41 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
42
43         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
44         secondary methods if started with `gnus-no-server'.
45
46 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
47
48         * message.el (message-return-action): Fix typo in docstring.
49
50 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
53         bug reports at once.
54
55         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
56
57 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * nndraft.el: Require gnus-group.
60         (nndraft-request-list): Declare.
61
62         * nndraft.el (nndraft-update-unread-articles): Don't show group having
63         no unread article unless it matches gnus-permanently-visible-groups.
64
65         * nndraft.el (nndraft-update-unread-articles): New function.
66         (nndraft-request-associate-buffer): Use it to update the number of
67         unread articles for the nndraft groups in the group buffer when saving
68         or killing a draft message.
69
70 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
73         systems to binary before writing and reading the mbox files.
74
75         * gnus.el (gnus-summary-line-format): Link to the info node for %U
76         instead of trying to list them all (bug#8978).
77
78 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
79
80         * pop3.el (pop3-open-server): Use :end-of-capability.
81
82 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
85         the id is always a number.
86
87         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
88
89         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
90         debbugs mode, if possible.
91
92 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
93
94         * auth-source.el (auth-source-token-passphrase-callback-function):
95         Reindent.
96         (epg-context-operation): Remove unnecessary autoload.
97
98 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * gnus.el (gnus-list-debbugs): New command.
101
102         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
103         mboxstat instead of the maintbox, since the stat seems to be fuller.
104
105         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
106         summary buffers.
107
108         * message.el (message-get-reply-headers): Delete all duplicates,
109         instead of the first.
110         (message-get-reply-headers): Ensure that we have progress while
111         deleting duplicates.
112
113         * gnus-msg.el (gnus-configure-posting-styles): Get the local
114         gnus-posting-style value from the summary buffer to make it easier to
115         make that a per-buffer conf.
116
117 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
118
119         * nnir.el (nnir-run-imap): Allow halting a search when an article is
120         found by setting `shortcut' in 'query.
121         (nnir-request-article): Use `shortcut' setting when requesting article
122         by Message-ID.
123
124 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
127         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
128         Bring the pseudo-headers back too.
129
130 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
131
132         * auth-source.el (auth-source-token-passphrase-callback-function):
133         Simplify and remove EPA dependency.
134
135 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
136
137         * nnir.el (nnir-request-article): Fix error message text.
138
139 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
140
141         * auth-source.el (plstore-delete): Autoload.
142         (auth-source-plstore-search): Support delete operation.
143         * plstore.el (plstore-delete): New function.
144
145 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
148         mark actually existing articles as unread rather than the ones that
149         active asserts.
150
151 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
152
153         * nntp.el (nntp-record-command):
154         * gnus-util.el (gnus-message-with-timestamp-1):
155         Use format-time-string rather than decoding time stamps by hand.
156         This is simpler and insulates the code from potential changes to
157         current-time format.
158
159 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
162
163 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
164
165         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
166         (plstore-save): Support public key encryption.
167         (plstore--init-from-buffer): New function.
168         (plstore-open): Use it; fix error when opening a non-existent file.
169         (plstore-revert): Use plstore--init-from-buffer.
170
171 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
172
173         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
174
175 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * mml2015.el (mml2015-use): Replace string-match-p with string-match
178         for old Emacsen.
179
180 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
181
182         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
183         is not fully working.
184
185 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * dgnushack.el: Autoload sha1 on XEmacs.
188
189         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
190         quit window configuration.
191
192         * auth-source.el (epg-context-set-passphrase-callback): Remove
193         duplicate autoload.
194
195 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
196
197         * nnir.el (nnir-request-article): Allow requesting articles by
198         Message-ID with nnimap.
199
200         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
201         current server.
202
203 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
204
205         * auth-source.el: Autoload EPA/EPG functions.
206         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
207         changed when EPA/EPG is not available.
208         (auth-source-backend): Rename "arg" member to "data".
209         (auth-source-backend-parse, auth-source-plstore-search)
210         (auth-source-plstore-create): Use it.
211
212 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
213
214         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
215         `gnus-refer-article-methods'.
216
217 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
218
219         * auth-source.el: Require EPA and EPG.
220         (auth-source-passphrase-alist): New variable.
221         (auth-source-passphrase-callback-function)
222         (auth-source-token-passphrase-callback-function): Callbacks for the
223         netrc field encryption (GPG tokens).
224         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
225         Symmetric encryption and decryption of the netrc GPG tokens.
226         (auth-source-netrc-normalize): Use them, simplifying the closure.
227
228 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
231         is available.
232
233 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
236         non-nil, and `nnimap-split-methods' is nil, use the former.
237
238 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
239
240         * plstore.el (plstore-revert): New function.
241         (plstore-open): Use it; hide the buffer from user.
242
243 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
244
245         * auth-source.el (auth-source-backend): New member "arg".
246         (auth-source-backend-parse): Handle new backend 'plstore.
247         * plstore.el: New file.
248
249 2011-06-30  Glenn Morris  <rgm@gnu.org>
250
251         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
252
253 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
256         expiring articles to.
257
258         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
259         variations as ASCII (bug#5458).
260
261 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
264
265 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * message.el (message-point-in-header-p): Tweak the function to default
268         to saying that we're not in the headers if there is no separator at
269         all.  This makes it possible to use the Message version of `M-q' in
270         buffers with no headers (bug#7987).
271         (message-point-in-header-p): Fix last checkin to work with an empty
272         mail-header-separator, too.
273
274         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
275         again, save the choice via customize.
276
277 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * message.el (message-send-mail-function): Add `sendmail-query-once'.
280
281         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
282         ended the connection, bail out before waiting infinitely on a new
283         connection.
284
285 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
288         reports.
289
290         * gnus.el (gnus-bug-package): Use "gnus."
291         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
292
293 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * dgnushack.el: Make the timer warning go away on XEmacs.
296
297         * gnus-art.el (gnus-article-stop-animations): New function to stop any
298         animations going on at article exit time.
299
300         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
301         since removing it breaks people upgrading.
302
303         * shr.el (shr-put-image): Use the new interface for animating images.
304         (shr-put-image): Animate for 60 seconds.
305
306         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
307         avoid compiler warnings.
308
309         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
310         error with `find-file-hooks' on Emacs 22.
311         (with-auth-source-epa-overrides): Ugly hack to Wrap the
312         `find-file-hook' things in `symbol-value' to avoid compilation warnings
313         on all architectures.
314
315         * spam.el (spam-stat): Require in a normal fashion without binding
316         `spam-stat-install-hooks' to avoid compilation warnings.
317
318         * spam-stat.el (spam-stat-install-hooks): Removed.
319         (spam-stat-install-hooks): Don't run automatically.
320
321 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
322
323         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
324         and keystroke.
325
326 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * auth-source.el (auth-source-netrc-cache): Move forward.
329
330 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * proto-stream.el (proto-stream-open-starttls): Use
333         `gnutls-available-p' to see whether we have built-in support.
334
335         * auth-source.el (auth-source-netrc-create): Don't query the bits that
336         we already know.
337         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
338         (auth-source-netrc-create): Don't prompt for the stuff we already know.
339
340 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
343         %S format, since that looks odd.
344         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
345         file, especially when saving.
346
347 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
348
349         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
350         article found.
351
352 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
355         `auth-source-save-secrets' with a more sensitive alist that can be
356         configured per file.  Experimental, so defaults to 'never.
357         (auth-source-netrc-create): Use it.  Still experimental code.
358         (with-auth-source-epa-overrides): Use `find-file-hooks' if
359         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
360
361 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * auth-source.el (auth-source-save-secrets): New variable to control if
364         secret tokens should be saved encrypted.
365         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
366         to `auth-source-netrc-normalize'.
367         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
368         on the EPA variables being defined.
369         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
370         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
371         the lexical-let closure.
372         (auth-source-netrc-create): Create "gpg:" tokens according to
373         `auth-source-save-secrets'.
374
375 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * gnus-group.el (gnus-group-update-group): Add new argument
378         `info-unchanged' that stops updating dribble buffer.
379
380         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
381         deletes lines matching to it in dribble buffer.
382
383         * gnus-agent.el (gnus-agent-fetch-group-1):
384         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
385         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
386         * gnus-start.el (gnus-group-change-level):
387         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
388
389         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
390         if newsgroup info is not changed.
391
392         * gnus-group.el (gnus-group-get-new-news-this-group):
393         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
394         Don't update dribble buffer.
395
396 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
397
398         * gnus-registry.el (gnus-registry-remove-ignored): New function to
399         remove entries with groups we ignore.
400
401 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
404         the underline comes at the bottom.
405
406 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
407
408         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
409         `gnus-registry-user-format-function-M' and declare the latter obsolete.
410         (gnus-registry-article-marks-to-names): Rename from
411         `gnus-registry-user-format-function-M2'.
412
413 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
416         ephemeral group.
417
418 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * shr.el (shr-browse-image): Copy the URL if called interactively.
421
422 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
425         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
426         done, then unselected articles may be marked as read.
427
428         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
429         since not doing this seems to lead to a race condition in pop3-logon.
430
431         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
432         so that the call chain it correct when we call "upwards".
433
434         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
435         in read-only groups.
436
437         * gnus-group.el (gnus-group-mark-article-read): Ditto.
438
439         * message.el (message-cite-reply-position): Doc string fix.
440
441         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
442         avoid regexp overflow.
443         (nnimap-transform-split-mail): Ditto.
444
445         * pop3.el (pop3-retr): Error out if the server closes the connection.
446
447 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
448
449         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
450         mm-with-unibyte-current-buffer.  The buffer should not contain any
451         multibyte chars anyway at this stage.
452
453 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
454
455         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
456         at the end of lines.
457
458 2011-05-29  Julien Danjou  <julien@danjou.info>
459
460         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
461
462 2011-05-27  Glenn Morris  <rgm@gnu.org>
463
464         * gnus-group.el (gnus-bug-group-download-format-alist):
465         Use the "maintainer" version of debian reports as well.
466
467 2011-05-26  Glenn Morris  <rgm@gnu.org>
468
469         * gnus-group.el (gnus-bug-group-download-format-alist):
470         Use the "maintainer" version of debbugs.gnu.org reports.
471
472 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
475
476 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
477
478         * gnus-cus.el (gnus-agent-customize-category):
479         * gnus-delay.el (gnus-delay-send-queue):
480         * gnus.el (gnus-other-frame):
481         Don't quote lambda expressions with `quote'.
482
483 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
484
485         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
486         the thread moves us backwards and so we loop forever.
487
488 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
491         whitespace in base64 data lines.
492
493 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * gnus-registry.el (gnus-registry-user-format-function-M):
496         Use `mapconcat'.
497         (gnus-registry-user-format-function-M2): Use to see the full text of
498         the marks.  Make "," the mark text separator.
499
500         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
501         authentication with auth-source.
502
503 2011-05-17  Glenn Morris  <rgm@gnu.org>
504
505         * gnus-group.el (gnus-import-other-newsrc-file):
506         Use insert-file-contents.
507
508 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
509
510         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
511         1000 iterations.
512
513 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * nntp.el (nntp-open-connection): Check if process-type is available.
516
517 2011-05-16  Julien Danjou  <julien@danjou.info>
518
519         * shr.el (shr-tag-del): Add support for del tag.
520
521 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * gnus-html.el (gnus-html-put-image): Register a displayer.
524
525         * shr.el (shr-image-displayer): Don't remove text props from alt text.
526
527 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
528
529         * registry.el (prune-factor): New initialization parameter defaulting
530         to 0.1.
531         (registry-prune-hard): Use it.
532
533         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
534         0.1 expicitly.
535
536 2011-05-13  Glenn Morris  <rgm@gnu.org>
537
538         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
539         is bound, since this function requires sendmail.
540
541 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * registry.el (registry-usage-test): Disable pruning test.
544
545 2011-05-11  David Engster  <dengste@eml.cc>
546
547         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
548         Bind set-network-process-option for XEmacs.
549
550 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * registry.el (registry-prune-hard-candidates)
553         (registry-prune-soft-candidates): Helper methods for registry pruning.
554         (registry-prune): Use them.  Make the sort function optional.
555
556 2011-05-10  Jim Meyering  <meyering@redhat.com>
557
558         * shr.el (shr-colorize-region): Fix typo "on on -> on".
559
560 2011-05-10  Julien Danjou  <julien@danjou.info>
561
562         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
563         symbol and not a list.
564
565 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-art.el (gnus-article-mode): Move binding of
568         shr-put-image-function here from gnus-article-prepare-display.
569
570         * shr.el (shr-put-image-function): New variable.
571         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
572         (shr-put-image): Return scaled image.
573
574         * gnus-art.el (gnus-shr-put-image): New function.
575         (gnus-article-prepare-display): Bind shr-put-image-function to it.
576
577         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
578         original ones, as deletable.
579
580 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
581
582         * nntp.el (nntp-open-connection): Set TCP keepalive option.
583
584 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
585
586         * registry.el (registry-full): Add convenience method.  Fix logic.
587         (registry-insert): Use it.  Fix logic here too.
588
589         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
590         `registry-prune' if `registry-full' returns t.
591         (gnus-registry-handle-action)
592         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
593         (gnus-registry-usage-test): Use it.
594
595 2011-05-07  Julien Danjou  <julien@danjou.info>
596
597         * shr.el (shr-link): Make shr-link inherit from link by default.
598
599 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
600
601         * shr.el (shr-urlify, shr-link): Fix shr-link face.
602
603 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
604
605         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
606         error out because the face is not a list.
607
608 2011-05-05  Glenn Morris  <rgm@gnu.org>
609
610         * proto-stream.el (gnutls-negotiate): Fix declarations.
611
612         * gnus-start.el (gnus-propagate-marks): Declare.
613
614 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
615
616         * registry.el (registry-reindex): Fix percentage message.
617
618         * proto-stream.el (network-stream-open-starttls): Adjust to call
619         `gnutls-negotiate' with :process and :hostname arguments.
620
621 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
622
623         * shr.el: Add shr-link face for links.
624         (shr-urlify): Use it.
625
626         * registry.el (registry-insert): Make error message more helpful.
627
628 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-html.el (gnus-html-schedule-image-fetching):
631         Use url-queue-retrieve, if it exists.
632
633         * shr.el (shr-tag-img): Ditto.
634
635         * gnus.el: Autoload more gnus-agent functions.
636
637         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
638         agent if we haven't already (bug#8502).
639
640         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
641         into the Agent, too.
642
643         * gnus-agent.el (gnus-agent-store-article): New function.
644
645         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
646         and moved from that file for reuse.
647
648         * pop3.el (pop3-open-server): Error messages are "-ERR".
649
650 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
653         (open-tls-stream): Remove superfluous tls/starttls autoloads.
654
655 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
656
657         * gnus.el: No Gnus v0.17 is released.
658
659 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
660
661         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
662         buffer has moved to a different frame.
663
664 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
667         to get the conversion from unibyte to multibyte buffers to work on
668         Emacs 22.
669
670         * nntp.el (nntp-request-article): Slight clean-up.
671
672 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * shr.el (shr-strike-through): New face.
675         (shr-tag-s): Use it to provide <s> support.
676         (shr-tag-s): Remove duplicate definition.
677
678 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
681         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
682
683 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
684
685         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
686         `gnutls-negotiate'.
687         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
688
689 2011-04-23  Glenn Morris  <rgm@gnu.org>
690
691         * gnus-sum.el (gnus-extra-headers): Bump :version.
692
693 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * shr.el (shr-tag-sup): New function.
696         (shr-tag-sub): Ditto.
697
698 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
699
700         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
701         for the case where `gnus-registry-ignored-groups' is a list of lists,
702         and don't call `gnus-parameter-registry-ignore' otherwise.
703
704 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
705
706         * nnimap.el (nnimap-user): New backend variable.
707         (nnimap-open-connection-1): Use it.
708         (nnimap-credentials): Accept user parameter so it's explicit what user
709         name is desired.
710
711         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
712         default.
713
714         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
715         not gnus-registry.el.
716
717         * gnus-registry.el: Mention in comments how to modify
718         `gnus-extra-headers' for proper recipient tracking and that it may
719         already have To and Cc recently, which it does as of this commit.
720         (gnus-registry-ignored-groups): Remove defcustom.
721         Explain why in comments.
722         (gnus-registry-action): Fix data-header reference to use the extra
723         headers.  Explain in package commentary how to add To and Cc headers to
724         the gnus-extra-headers.
725         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
726         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
727         parameter list or a string list in `gnus-registry-ignored-groups'.
728         Fix logic error.
729
730 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * shr.el (shr-expand-url): Protect against null urls.
733
734 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * shr.el (shr-base): New binding.
737         (shr-tag-base): Keep track of <base>.
738         (shr-expand-url): New function used throughout.
739
740 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * gnus-registry.el
743         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
744         (gnus-registry-ignored-groups): New variable.
745         (gnus-registry-ignore-group-p): Use it.
746         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
747         set the destination group to nil (same as delete) if it's ignored.
748
749 2011-04-20  David Engster  <dengste@eml.cc>
750
751         * tests/gnustest-nntp.el: New file for simple NNTP testing.
752
753         * Makefile.in (test-nntp): New rule.
754         (check): Add it.
755         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
756
757 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * gnus-registry.el (gnus-registry-action)
760         (gnus-registry-fetch-header-fast):
761         Don't use mail-header that looks an internal function of mailheader.el.
762
763 2011-04-19  Glenn Morris  <rgm@gnu.org>
764
765         * time-date.el (time-to-days): Remove unused local variables.
766
767 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * gnus-registry.el: Eliminate cl functions.
770         (gnus-registry-sort-addresses): New function that replaces mapcan.
771         (gnus-registry-action, gnus-registry-spool-action)
772         (gnus-registry-split-fancy-with-parent)
773         (gnus-registry-fetch-recipients-fast): Use it.
774         (gnus-registry-import-eld): Replace delete* with dolist + delq.
775
776         * registry.el (initialize-instance, registry-lookup)
777         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
778         (registry-lookup-secondary-value, registry-search, registry-delete)
779         (registry-insert, registry-reindex, registry-size, registry-prune):
780         Use eval-and-compile.
781
782 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
783
784         * registry.el (registry-reindex): New method to recreate the secondary
785         registry indices.
786
787         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
788         tracked field changes.
789         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
790         (gnus-registry-action, gnus-registry-spool-action)
791         (gnus-registry-handle-action)
792         (gnus-registry--split-fancy-with-parent-internal)
793         (gnus-registry-split-fancy-with-parent)
794         (gnus-registry-register-message-ids): Add recipient tracking on spool,
795         move, and delete actions, and for fancy splitting with parent.
796         (gnus-registry-extract-addresses)
797         (gnus-registry-fetch-recipients-fast)
798         (gnus-registry-fetch-header-fast): Convenience functions.
799         (gnus-registry-misc-test): ERT test of
800         `gnus-registry-extract-addresses'.
801
802 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
803
804         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
805         Track by subject first, then sender.
806
807 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
808
809         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
810
811         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
812         Lisp.
813
814         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
815         (gnus-draft-send): Use it to avoid popping
816         up frames from gnus-group-send-queue.
817
818 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
819
820         * gnus-registry.el: Updated gnus-registry docs.
821
822 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
823
824         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
825         Fix logic bug.
826         (gnus-registry-post-process-groups): Fix logging of no results and
827         quote sender and subject.
828
829 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
832         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
833         gnutls-cli are too slow to be done opportunistically.
834
835         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
836         (gnus-read-active-for-groups): Don't try to finish getting stuff where
837         we had no early-data returned.
838         (gnus-get-unread-articles): Add a sanity check so that we don't issue
839         two async commands to the same server at the same time.
840
841 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
842
843         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
844
845 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
848         "warning" level.
849
850         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
851         (mm-url-insert-file-contents): Don't set the package names.
852
853 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
854
855         * gnus-registry.el (gnus-registry-action): Remove properties and
856         simplify subject in `gnus-registry-handle-action'.
857         (gnus-registry-spool-action): Get subject and sender from message if
858         they are not passed in.
859         (gnus-registry-handle-action): Remove properties and simplify subject
860         consistently.
861
862 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
863
864         * registry.el: Require CL before using defmacro*.
865
866 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * gnus-art.el (article-treat-date): Assume that
869         gnus-article-date-headers may be a group parameter.
870
871 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
872
873         * gnus-registry.el (gnus-registry-handle-action): More debugging.
874
875         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
876         interactively so the newsrc file can contain foreign groups too.
877         Useful for debugging but not much for users.
878
879 2011-04-07  David Engster  <dengste@eml.cc>
880
881         * registry.el (registry-usage-test): Only do
882         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
883         lexical binding.
884
885 2011-04-07  David Engster  <dengste@eml.cc>
886
887         * Makefile.in (check, test-registry): New rules for test-suite.
888
889 2011-04-06  David Engster  <dengste@eml.cc>
890
891         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
892         argument NOERROR for `require', since XEmacs 21.4 does not support it.
893
894 2011-04-06  David Engster  <dengste@eml.cc>
895
896         * registry.el (initialize-instance): Change :after to :AFTER to be
897         compatible with old EIEIO version in XEmacs.
898
899 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
900
901         * gnus-registry.el (gnus-registry-post-process-groups)
902         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
903         and provide better messaging.
904
905 2011-04-06  David Engster  <dengste@eml.cc>
906
907         * Makefile.in (fail-on-warning): New rule to compile with warnings as
908         errors.
909
910         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
911         dgnushack-compile with error-on-warn enabled, and to signal an error if
912         clean compilation failed.
913         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
914         with `byte-compile-error-on-warn'.  Return nil if errors occured.
915
916 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
917
918         * gnus-registry.el: Don't use ERT if it's not available.  Load it
919         unconditionally anyway, discarding errors.
920         (gnus-registry-delete-entries): New convenience function.
921         (gnus-registry-import-eld): Import from old .eld registry.
922
923         * registry.el: Don't use ERT if it's not available.  Load it
924         unconditionally anyway, discarding errors.
925
926         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
927         version from the Claudio Bley GnuTLS patch (extra optional parameters
928         and host name).
929
930 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
931
932         * gnus-registry.el (gnus-registry-fixup-registry): New function to
933         fixup the parameters that can be customized by the user between
934         save/read cycles.
935         (gnus-registry-read): Use it.
936         (gnus-registry-make-db): Use it.
937         (gnus-registry-spool-action, gnus-registry-handle-action):
938         Fix messaging.
939         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
940         Map references to actual group names with sender and subject tracking.
941         (gnus-registry-post-process-groups): Use `cond' for better messaging.
942         (gnus-registry-usage-test): Add subject lookup test.
943
944         * registry.el (registry-db, initialize-instance): Set up constructor
945         instead of :initform arguments for the sake of older Emacsen.
946         (registry-lookup-breaks-before-lexbind): New method to demonstrate
947         pre-lexbind merge bug.
948         (registry-usage-test): Use it.
949         (initialize-instance, registry-db): Move the non-function initforms
950         back to the class definition.
951
952 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
953
954         * registry.el: New library to manage gnus-registry-style data.
955
956         * gnus-registry.el: Use it (major rewrite).
957
958         * nnregistry.el: Use it.
959
960         * spam.el: Use it.
961
962 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
965         marks on non-selected articles.
966
967 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
968
969         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
970         parameter to open-protocol-stream.
971
972 2011-04-01  Julien Danjou  <julien@danjou.info>
973
974         * mm-view.el (mm-display-inline-fontify): Do not fontify with
975         fundamental-mode.
976
977 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
980         servers.
981
982 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
985         made marks not propagate, again.
986
987 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
988
989         * proto-stream.el (open-protocol-stream): Bring back `network' type.
990         Make this the default type.
991         (proto-stream-open-plain): Rename from proto-stream-open-default.
992         (open-protocol-stream, proto-stream-open-starttls)
993         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
994         with `plain'.
995
996         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
997         value.
998
999         * nntp.el (nntp-open-connection-function): Document the fact that some
1000         values are not functions but are instead handled specially.
1001         Recognize nntp-open-plain-stream value.
1002         (nntp-open-connection): Recognize that value.
1003
1004 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1007         where it seems to be needed.
1008
1009 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1012         stuff.
1013
1014         * gnus-score.el (gnus-score-string): Fix calling convention of
1015         `gnus-simplify-buffer-fuzzy' after last patches.
1016
1017         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1018         server for articles we didn't get any headers for.  This is a sanity
1019         check.
1020
1021 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1022
1023         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1024         new CAPABILITY, use it.
1025
1026 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1029         downloading anything.
1030
1031         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1032
1033 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1034
1035         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1036         colors.
1037         (gnus-splash-svg-color-symbols): New function.
1038
1039 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1042         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1043         (gnus-simplify-subject-fuzzy): Use the local
1044         gnus-simplify-subject-fuzzy-regex instead of the global one.
1045         This makes using this variable in group parameters work.
1046
1047 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1048
1049         * gnus-registry.el (gnus-registry-unfollowed-groups):
1050         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1051         archive:sent-YYYY-MM-DD groups).
1052         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1053         tracking if there are more than `gnus-registry-max-track-groups'
1054         matches.
1055
1056 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1057
1058         * message.el (message--yank-original-internal): New function to do the
1059         insertion cleanly inside eval in `message-yank-original'.
1060         (message-yank-original): Use it.
1061
1062 2011-03-29  Julien Danjou  <julien@danjou.info>
1063
1064         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1065         local variables disabled rather than `normal-mode'.
1066
1067 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1068
1069         * imap.el (imap-shell-open, imap-process-connection-type):
1070         Use imap-process-connection-type for 'shell' streams as well as
1071         Kerberos, SSL, other subprocesses.
1072
1073 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1074
1075         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1076         with open-network-stream.
1077         (proto-stream-always-use-starttls): Option removed.
1078         (open-protocol-stream): Return a process object by default.  Provide a
1079         new parameter :return-list specifying a list-type return value, which
1080         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1081         :type `network' to `try-starttls', and `network-only' to `default'.
1082         Make `default' the default, for compatibility with open-network-stream.
1083         Handle the no-parameter case exactly as open-network-stream, with no
1084         additional stream processing.  Search plists using plist-get.
1085         Explicitly add :end-of-commend parameter if it is missing.
1086         (proto-stream-open-default): Rename from
1087         proto-stream-open-network-only.  Return 'default as the type.
1088         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1089         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1090         failed.  Always return a list with a (possibly dead) process as the
1091         first element, for compatibility with open-network-stream.
1092         (proto-stream-open-tls): Use plist-get.  Always return a list.
1093         (proto-stream-open-shell): Return `default' as connection type.
1094         (proto-stream-capability-open): Use plist-get.
1095         (proto-stream-eoc): Function deleted.
1096
1097         * nnimap.el (nnimap-stream, nnimap-open-connection)
1098         (nnimap-open-connection-1): Handle renaming of :type parameter for
1099         open-protocol-stream.
1100         (nnimap-open-connection-1): Pass a :return-list parameter
1101         open-protocol-stream to obtain a list return value.  Parse this list
1102         using plist-get.
1103
1104         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1105         for open-protocol-stream.  Accept open-protocol-stream return value
1106         that is a subprocess object instead of a list.  Handle the case of a
1107         dead returned process.
1108
1109 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1110
1111         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1112
1113         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1114
1115 2011-03-21  Julien Danjou  <julien@danjou.info>
1116
1117         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1118         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1119         query.
1120         (mm-inline-text): Render normal text with fontification whenever
1121         possible.
1122
1123         * gnus-sum.el (gnus-summary-save-parts-1):
1124         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1125         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1126         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1127         Use `mm-handle-filename'.
1128
1129         * mm-util.el (mm-handle-filename): New function, return the filename of
1130         an handle.
1131
1132 2011-03-18  Julien Danjou  <julien@danjou.info>
1133
1134         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1135         (gnus-buffer-live-p): Check that buffer is not nil.
1136
1137 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1138
1139         * gnus.el: No Gnus v0.15 is released.
1140
1141 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1144         avoid warning on XEmacs.
1145
1146         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1147         on XEmacs.
1148
1149         * gnus-art.el: Require mouse, which the build bot seems to say is
1150         needed.
1151
1152         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1153
1154         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1155         XEmacs, since it doesn't have url-retrieve-synchronously.
1156
1157         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1158         since assoc-string doesn't exist in XEmacs.
1159
1160 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1161
1162         * gnus-group.el (gnus-group-list-ticked): New function.
1163         (gnus-group-make-menu-bar): Provide a menu entry for it.
1164         (gnus-group-list-map): Provide a binding for it.
1165
1166 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * shr.el (shr-visit-file): New command.
1169
1170         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1171
1172 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1173
1174         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1175         servers.
1176
1177 2011-03-16  Julien Danjou  <julien@danjou.info>
1178
1179         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1180         inline.
1181
1182         * gnus-art.el (article-hide-list-identifiers):
1183         Use gnus-group-get-list-identifiers.
1184
1185         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1186         (gnus-summary-remove-list-identifiers):
1187         Use gnus-group-get-list-identifiers to get regexp.
1188         (gnus-select-newsgroup, gnus-summary-insert-subject)
1189         (gnus-summary-insert-articles):
1190         Call gnus-summary-remove-list-identifiers unconditionally.
1191
1192 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1195         we're selecting a group with unread articles.
1196
1197         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1198
1199         * gssapi.el: New file separated out from imap.el to provide a general
1200         Kerberos 5 connection facility for Emacs.
1201
1202         * message.el (message-elide-ellipsis): Document the format spec
1203         ellipsis.
1204
1205 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1206
1207         * message.el (message-elide-region): Allow the ellipsis to say how many
1208         lines were removed.
1209
1210 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1213         window configurations containing buffers that are now dead.
1214
1215         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1216         parsing to avoid integer overflows.
1217         (nnimap-parse-flags): Simplify the last change.
1218         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1219         too large for 32-bit Emacsen.
1220
1221 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1222
1223         * auth-source.el (auth-source-netrc-create):
1224         * message.el (message-yank-original): Fix use of `case'.
1225
1226 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1227
1228         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1229         XEmacs, which was one character too wide.
1230
1231 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1232
1233         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1234         default number of articles to display.
1235         (gnus-articles-to-read): Use pretty names for prompt.
1236
1237 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-int.el (gnus-open-server): Ditto.
1240
1241         * gnus-start.el (gnus-activate-group): Give a backtrace if
1242         debug-on-quit is set and the user hits `C-g'.
1243         (gnus-read-active-file): Ditto.
1244
1245         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1246
1247 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1248
1249         * message.el (message-yank-original): Use cond instead of CL case.
1250
1251 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1252
1253         * auth-source.el (auth-source-netrc-create): Use usual format for the
1254         default in prompts.
1255
1256 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * lpath.el: Fbind read-char-choice for XEmacs.
1259
1260 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1261
1262         * auth-source.el (auth-source-netrc-create): Show the default in the
1263         prompt when prompting for token creation.
1264
1265 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1266
1267         * auth-source.el (auth-source-format-prompt): Always convert the value
1268         to a string to avoid evaluating non-string arguments.
1269         (auth-source-netrc-create): Offer default properly, not as initial
1270         content in `read-string'.
1271         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1272         of line to determine if we've been run before.  If so, don't run again,
1273         but print a trivial message to indicate the cache was hit instead.
1274
1275 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1276
1277         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1278         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1279         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1280         Gnus.
1281
1282 2011-03-11  Julien Danjou  <julien@danjou.info>
1283
1284         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1285         modified file".
1286
1287 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1288
1289         * auth-source.el (auth-source-read-char-choice): New function to read a
1290         character choice using `dropdown-list', `read-char-choice', or
1291         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1292         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1293         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1294         (auth-source-netrc-saver): Use it.
1295         (auth-source-pick-first-password): New convenience function.
1296
1297 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1298
1299         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1300         parameter in the credentials.
1301         (nnimap-open-connection-1): Use it after a successful login.
1302         (nnimap-credentials): Add IMAP-specific user and password prompt.
1303
1304         * auth-source.el (auth-source-search): Add :require parameter, taking a
1305         list.  Document it and the :save-function return token.  Pass :require
1306         down.  Change the CREATED message from a warning to a debug statement.
1307         (auth-source-search-backends): Pass :require down.
1308         (auth-source-netrc-search): Pass :require down.
1309         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1310         Change save prompt to indicate all modifications saved here are
1311         deletions.
1312         (auth-source-netrc-create): Take user login name as default in user
1313         prompt.  Move all the save functionality to a lexically bound function
1314         under the :save-function token in the returned list.  Set up clearer
1315         default prompts for user, host, port, and secret.
1316         (auth-source-netrc-saver): New function, intended to be wrapped for
1317         :save-function.
1318
1319 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1322         lines to be spaces instead.
1323
1324 2011-03-07  Julien Danjou  <julien@danjou.info>
1325
1326         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1327         (sieve-sasl-auth): Check that auth-source-search did return something,
1328         or just return an empty string.
1329
1330 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1331
1332         * gnus.el (gnus-interactive): Use read-directory-name.
1333
1334         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1335         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1336         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1337         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1338         Likewise.
1339
1340         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1341
1342 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1345         onto the list of killed groups, too.  This makes killed nnimap groups,
1346         for instance, more reliably not reappear.
1347
1348         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1349         the parent.
1350
1351         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1352
1353         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1354         really have server-side marks.
1355
1356         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1357         since most backends do not usefully have server-side marks.
1358         (gnus-update-read-articles): Propagate marks to all backends that
1359         really have server-side marks.
1360
1361 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1362
1363         * message.el (message-cite-reply-position, message-cite-style):
1364         New variables.
1365         (message-yank-original): Use the new citation styles.
1366
1367 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1368
1369         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1370         buffer-local issue); don't mark it buffer-local when running under
1371         XEmacs.
1372
1373 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1374
1375         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1376         numbers too big to be `read'.
1377
1378 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1379
1380         * password-cache.el (password-in-cache-p): Add autoload.
1381
1382         * message.el (message-options): Make buffer-local two ways to attempt
1383         to fix a XEmacs bug.
1384
1385 2011-03-02  Julien Danjou  <julien@danjou.info>
1386
1387         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1388
1389 2011-03-01  Julien Danjou  <julien@danjou.info>
1390
1391         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1392         group.
1393         (article-hide-list-identifiers): Use list-identifier group parameter.
1394
1395 2011-02-28  Julien Danjou  <julien@danjou.info>
1396
1397         * sieve.el (sieve-buffer-script-name): New local variable to store
1398         sieve script name.
1399         (sieve-edit-script): Store sieve script name.
1400         (sieve-upload): Use sieve script name when uploading.
1401         (sieve-upload): Use substitute-command-keys.
1402         (sieve-edit-script): Use substitute-command-keys.
1403         (sieve-refresh-scriptlist): Use substitute-command-keys.
1404         (sieve-manage-mode-map): Define keymap properly.
1405         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1406         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1407         Remove commented code about cvs.
1408         (sieve-manage-quit): New function.
1409         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1410
1411 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1414
1415 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1416
1417         * auth-source.el (auth-source-search): Cache empty result sets.
1418
1419         * password-cache.el (password-in-cache-p): Convenience function to
1420         check if a key is in the cache, even if the value is nil.
1421
1422         * auth-source.el (auth-source-save-behavior): New variable to replace
1423         `auth-source-never-create'.
1424         (auth-source-netrc-create): Use it.
1425         (auth-source-never-save): Remove.
1426
1427 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1428
1429         * nnimap.el (nnimap-stream): Doc fix.
1430         (nnimap-open-connection-1): Reverse the order of the ports to that the
1431         prompted-for port is first.
1432
1433         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1434         retrieval by the no-group selection.
1435
1436         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1437         numerical parameters.
1438
1439 2011-02-25  Julien Danjou  <julien@danjou.info>
1440
1441         * gnus-gravatar.el: Use gnus-with-article-buffer.
1442
1443         * gnus-art.el (gnus-with-article-buffer): Check that the
1444         gnus-article-buffer is alive.
1445
1446 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1447
1448         * auth-source.el (auth-source-creation-prompts): New variable to manage
1449         creation-time prompts.
1450         (auth-source-search): Document it.
1451         (auth-source-format-prompt): Add utility function.
1452         (auth-source-netrc-create): Don't default the user name to
1453         user-login-name.  Use `auth-source-creation-prompts' and some default
1454         prompts for user, host, port, and password (the default generic prompt
1455         remains ugly).
1456         (auth-source-never-save): Add customizable option to never save info.
1457         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1458         mode excursion.
1459
1460 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1463         argument that XEmacs doesn't support.
1464
1465         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1466         compiled for Emacsen having no `libxml-parse-html-region' support.
1467
1468         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1469
1470         * lpath.el: Bind buffer-save-without-query for XEmacs.
1471
1472 2011-02-23  Julien Danjou  <julien@danjou.info>
1473
1474         * gnus-art.el (article-make-date-line): Ignore errors if time is
1475         invalid and not convertible.
1476         (article-make-date-line): Only add lapsed time if time is not nil.
1477
1478 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1479
1480         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1481         `read-char-choice' for backwards compatibility.
1482         (auth-source-netrc-element-or-first): New function to DTRT for
1483         parameter extraction.
1484         (auth-source-netrc-create): Use it and fix multiple parameter print
1485         bug.  Use the default passed from above (given-default) or the
1486         built-in (user-login-name for :user).
1487
1488 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1489
1490         * gnus-start.el (gnus-dribble-read-file):
1491         Set buffer-save-without-query, since we always want to save the dribble
1492         file, probably.
1493
1494         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1495         nnimap.
1496
1497         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1498         -summary- since it's a user-visible variable.
1499
1500         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1501         first time you use the new Gnus.
1502
1503 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1504
1505         * auth-source.el: Don't load netrc.el.
1506         (auth-sources): Search ~/.netrc as well by default.
1507         (auth-source-debug): Add 'trivia option for extra output.
1508         (auth-source-do-trivia): Use it.
1509         (auth-source-search): Simplify logic to use
1510         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1511         appropriate.  Don't keep a running count at this level.  Layer :create
1512         and :delete options appropriately on the first and second passes.
1513         Don't track the backend with the search results.
1514         (auth-source-search-backends): New function to search a list of
1515         backends for a processed spec.
1516         (auth-source-netrc-parse): Cache all netrc files, making
1517         auth-source-netrc-cache an alist keyed by the file name and using the
1518         file mtime as the caching criterion.  Keep the obfuscated data secret
1519         with a lexical bind.
1520         (auth-source-netrc-search): Don't calculate the length of the results
1521         unnecessarily.
1522         (auth-source-search-backends): Fix bug.
1523         (auth-source-netrc-create): Rework prompts.
1524
1525 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1526
1527         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1528         Lower case names of search constraints.
1529         (nnir-run-query): Cache and reuse search constraints for all imap
1530         servers.
1531
1532 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1535         after exit.
1536         (gnus-setup-message): Define missing variable from last checkin.
1537
1538         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1539         value, show the raw article.
1540
1541 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1542
1543         * gnus.el: No Gnus v0.13 is released.
1544
1545 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1546
1547         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1548         auth-source now accepts numbers.
1549
1550         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1551         spec, too.
1552         (auth-source-ensure-strings): New function.
1553
1554         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1555         (gnus-article-setup-buffer): Always restart the date timer so that user
1556         changes to the frequency is respected.
1557
1558         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1559         port numbers, so make sure it gets that if nnimap-server-port is
1560         explicit.
1561
1562 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1563
1564         * nnimap.el (nnimap-inbox): Doc fix.
1565
1566 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1567
1568         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1569         Autoload.  Add optional arg FRAME, and pass it to color-values.
1570         (color-complement): Caller changed.  Doc fix.
1571         (color-gradient): Rewrite for better clarity and efficiency.
1572
1573 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1574
1575         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1576         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1577         color-lab-to-srgb.
1578
1579 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1580
1581         * color.el: First part of merge from hexrgb.el.
1582         (color-rgb-to-hex): Rename from color-rgb->hex.
1583         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1584         saturation to zero if the value is too small.
1585         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1586         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1587         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1588         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1589         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1590         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1591         (color-cie-de2000): Doc fix.
1592
1593 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1594
1595         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1596         given method as in the group name if we're using an extended method.
1597         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1598         command, if we're using that, instead of waiting for the beginning.
1599
1600         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1601         we're sure to get unique server names, and we don't output two async
1602         commands in the same buffer.  This fixes an NNTP hang for some users.
1603
1604 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1605
1606         * gnus.el: No Gnus v0.11 is released.
1607
1608 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1611         summary buffer before reading going to the next buffer.  This avoids
1612         putting the point in the group buffer if you `C-g' the command.
1613
1614         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1615         cache (for now) to make ~/.authinfo.gpg files usable.
1616
1617         * nnfolder.el (copyright-update): Define for the compiler.
1618
1619         * auth-source.el (auth-source-search): Fix unbound variable.
1620
1621 2011-02-19  Glenn Morris  <rgm@gnu.org>
1622
1623         * gnus.el (gnus-meta): Doc fix.
1624
1625 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1626
1627         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1628         in case it's not yet loaded.
1629
1630 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1631
1632         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1633         line we're waiting for.
1634
1635 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1636
1637         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1638         face with line-width greater than zero will cause RET in gnus summary
1639         buffer to scroll down article page-wise because auto vscroll happens,
1640         it should be temporalily disabled when doing a scroll-up.
1641
1642 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1643
1644         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1645         outputs from the server.
1646
1647 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1648
1649         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1650         later so that bbdb can hook in easier.
1651
1652 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1653
1654         * auth-source.el (auth-source-search): Don't try to create credentials
1655         if the caller doesn't want that.
1656         (auth-source-search): If we don't find a match, don't bug out on
1657         non-bound variables.
1658         (auth-source-search): Only ask a single backend to create the
1659         credentials.
1660
1661         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1662         logging.
1663         (nnimap-credentials): Protect against auth-source-search returning nil.
1664         (nnimap-request-list): Protect against not being able to open the
1665         server.
1666
1667 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1668
1669         * auth-source.el (auth-source-search): Do a two-phase search, one with
1670         no :create to get the responses from all backends.
1671
1672         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1673         when getting credentials.
1674
1675         * gnus-util.el (gnus-delete-duplicates): New function.
1676
1677 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1678
1679         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1680         a creation default, pass the whole port list down.  It will be
1681         completed.
1682
1683         * auth-source.el (auth-source-search): Updated docs to talk about
1684         multiple creation choices.
1685         (auth-source-netrc-create): Accept a list as a value (from the search
1686         parameters) and do completion on that list.  Keep a separate netrc line
1687         with the password obscured for showing the user.
1688
1689         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1690         first choice to `auth-source-search' so it will be used for entry
1691         creation instead of the server's Gnus-specific name.
1692         (nnimap-credentials): Rely on the auth-source library to select which
1693         port is actually wanted in the new netrc entry, so don't override
1694         `auth-source-creation-defaults'.
1695
1696         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1697         :protocol and accept a missing user, host, or port as a wildcard match.
1698         (auth-source-debug): Default to off.
1699
1700         (auth-source-netrc-search, auth-source-netrc-create)
1701         (auth-source-secrets-search, auth-source-secrets-create)
1702         (auth-source-user-or-password, auth-source-backend, auth-sources)
1703         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1704         instead of :protocol.
1705
1706         * nnimap.el (nnimap-credentials): Pass a port default to
1707         `auth-source-search' in case an entry needs to be created.
1708         (nnimap-open-connection-1): Use :port instead of :protocol.
1709
1710 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * auth-source.el: Bind load-path when loading EIEIO from
1713         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1714         21.4 doesn't support, to `require'.
1715         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1716         delete-dups that is not available in XEmacs 21.4.
1717
1718 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1719
1720         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1721         as EIEIO must also be loaded when auth-source.el is being
1722         byte-compiled.
1723
1724 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1725
1726         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1727
1728         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1729
1730         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1731
1732         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1733
1734         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1735
1736         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1737
1738         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1739
1740         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1741         necessary.
1742
1743 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1746         nil means that nnimap doesn't get updated.
1747
1748 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1751         result when the user doesn't want to write to the file.
1752         (auth-source-netrc-search): Expect a synthetic result and proceed
1753         accordingly.
1754         (auth-source-cache-expiry): New variable to override
1755         `password-cache-expiry'.
1756         (auth-source-remember): Use it.
1757
1758         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1759         parameter.  Create entry if necessary by using :create t.
1760         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1761
1762 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1763
1764         * auth-source.el (auth-source-debug): Enable by default and don't
1765         mention the obsolete `auth-source-hide-passwords'.
1766         (auth-source-do-warn): New function to debug unconditionally.
1767         (auth-source-do-debug): Use it.
1768         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1769         and for Secrets API entries when the secrets.el library is not
1770         available.
1771
1772 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1775         (gnus-summary-exit): Kill the correct article buffer on exit from a
1776         `C-d' group.
1777
1778         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1779         gnus-propagate-marks.
1780
1781         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1782         before killing the buffers so that a non-full window conf gets handled
1783         correctly.
1784         (gnus-summary-exit): Ditto.
1785         (gnus-summary-read-group-1): Ditto.
1786
1787         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1788         async code again so that we can debug it properly.
1789
1790         * message.el (message-reply): Take an optional switch-buffer parameter
1791         so that Gnus window confs are respected better.
1792
1793 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1794
1795         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1796         `plist-get' to accept non-list parameters (XEmacs issue).
1797         Fix docstring.
1798         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1799         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1800         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1801         Login collection is "Login" and not "login".
1802
1803 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1804
1805         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1806         multiple headers.
1807
1808         * nnimap.el (nnimap-inhibit-logging): New variable.
1809         (nnimap-log-command): Don't log login commands.
1810
1811         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1812         to have more parameters.
1813
1814         * nnimap.el (nnimap-send-command): Mark the command time for each
1815         command, so that we don't get NOOPs stepping on our toes.
1816
1817         * gnus-art.el (article-date-ut): Get the date from the Date header on
1818         `t'.
1819
1820 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * auth-source.el (auth-source-search): Use copy-sequence instead of
1823         the cl.el copy-list.
1824
1825 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * imap.el: Bring it back (revert
1828         84d800cd31de3064f0ed39617d725709a2f8f42f).
1829
1830 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1831
1832         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1833         Improve prompt.
1834
1835 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1838         washing status from the default format.  It isn't very informative.
1839
1840 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1841
1842         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1843         Fix Gcc processing on imap.
1844
1845 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1846
1847         * imap.el: Remove file.  All the functionality is in nnimap.el.
1848
1849 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1850
1851         * message.el (message-bury): Don't pop up a new window when selected
1852         window is dedicated.
1853
1854 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1855
1856         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1857
1858 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1859
1860         * sieve-manage.el: Autoload `auth-source-search'.
1861         (sieve-sasl-auth): Use it.
1862
1863 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * nnimap.el: Autoload `auth-source-forget+'.
1866         (nnimap-open-connection-1): Use it if the connection fails.
1867
1868         * auth-source.el: Require `password-cache'.
1869         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1870         obsolete.
1871         (auth-source-magic): Marker for `password-cache' keys.
1872         (auth-source-do-cache): Update docstring.
1873         (auth-source-search): Use and check cache.
1874         (auth-source-forget-all-cached, auth-source-remember)
1875         (auth-source-recall, auth-source-forget, auth-source-forget+)
1876         (auth-source-specmatchp): Caching support functions.
1877         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1878         Remove and obsolete.
1879         (auth-source-user-or-password): Remove caching to further discourage
1880         using it.  Always hide passwords.
1881
1882         * password-cache.el (password-cache-remove): Accept secrets that are
1883         not strings.
1884
1885 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1886
1887         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1888         code for now, since it doesn't work for all users.
1889
1890 2011-02-09  Julien Danjou  <julien@danjou.info>
1891
1892         * message.el (message-options): Make message-options really buffer
1893         local.
1894
1895 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1896
1897         * mail-source.el: Autoload `auth-source-search'.
1898         (mail-source-keyword-map): Note order matters.
1899         (mail-source-set-1): Get all the mail-source source values and
1900         defaults and search auth-source on those if needed.  This can all
1901         probably be simplified.
1902
1903         * nnimap.el: Autoload `auth-source-search'.
1904         (nnimap-credentials): Use it.
1905         (nnimap-open-connection-1): Ask for the virtual server and physical
1906         address in one shot.
1907
1908         * nntp.el: Autoload `auth-source-search'.
1909         (nntp-send-authinfo): Use it.  Note TODO.
1910
1911 2011-02-08  Julien Danjou  <julien@danjou.info>
1912
1913         * shr.el (shr-tag-body): Add support for text attribute in body
1914         markups.
1915
1916         * message.el (message-options): Make message-options a local variable.
1917
1918 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1919
1920         * auth-source.el (auth-source-secrets-search)
1921         (auth-source-user-or-password): Use `append' instead of `nconc'.
1922         (auth-source-user-or-password): Build return list better and protect
1923         against nil :secret.
1924
1925 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1926
1927         * nnimap.el (nnimap-update-info): Refactor slightly.
1928         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1929         (nnimap-update-info): Clean up slightly.
1930         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1931         characters.
1932         (nnimap-process-quirk): Rename function to avoid collision.
1933         (nnimap-update-info): Fix macrology bug-out.
1934         (nnimap-update-info): Simplify split history test.
1935
1936 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1937
1938         * auth-source.el (top): Require 'eieio unconditionally.
1939         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1940         (auth-source-secrets-search): Limit search when `max' is greater than
1941         number of results.
1942
1943 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1944
1945         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1946         part not returning any data.
1947
1948         * proto-stream.el (open-protocol-stream): Document the return value.
1949
1950 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1951
1952         * auth-source.el (auth-source-secrets-search): Add examples.
1953
1954 2011-02-06  Julien Danjou  <julien@danjou.info>
1955
1956         * message.el (message-setup-1): Handle message-generate-headers-first
1957         set to t.
1958
1959 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1960
1961         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1962         API with a string "secrets:collection-name" and with 'default.
1963         (auth-source-backend-parse): Parse "secrets:collection-name" and
1964         'default.  Recurse on parses instead of repeating code.  Use the
1965         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1966         message when ignoring a source.
1967         (auth-source-search): List ignored search keys at the top level.
1968         (auth-source-netrc-create): Use `case' instead of `cond'.
1969         (auth-source-secrets-search): Created with TODOs.
1970         (auth-source-secrets-create): Created with TODOs.
1971         (auth-source-retrieve, auth-source-create, auth-source-delete)
1972         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1973         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1974         (auth-source-user-or-password-sftp)
1975         (auth-source-user-or-password-smtp): Remove.
1976         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1977         around `auth-source-search'.  Not tested thoroughly.
1978
1979 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1980
1981         * auth-source.el: Bring in assoc and eioeio libraries.
1982         (secrets-enabled): New variable to track the status of the Secrets API.
1983         (auth-source-backend): New EIOEIO class to represent a backend.
1984         (auth-source-creation-defaults): New variable to set prompt defaults
1985         during token creation (see the `auth-source-search' docstring for
1986         details).
1987         (auth-sources): Simplify to allow a simple string as a netrc backend
1988         spec.
1989         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1990         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1991         (auth-source-search): Main auth-source API entry point.
1992         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1993         (auth-source-search-collection): Helper function for searching.
1994         (auth-source-netrc-parse, auth-source-netrc-normalize)
1995         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1996         Supports search, create, and delete.
1997         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1998         backend stubs.
1999         (auth-source-user-or-password): Call `auth-source-search' but it's not
2000         ready yet.
2001
2002 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2003
2004         * message.el (message-setup-1): Remove the read-only stuff, since it
2005         doesn't work under XEmacs, for some reason.
2006
2007         * gnus-sum.el (gnus-user-date): Rename back from
2008         gnus-summary-user-date since user code refers to it.
2009
2010         * shr.el (shr-render-td): Store the actual background colour used.
2011
2012         * message.el (message-setup-1): Don't bind the constant
2013         -forbidden-properties.
2014         (message-setup-1): Revert previous change, since it needs to bind the
2015         props to insert them.
2016         (message-resend): Allow removing the read-only separator line.
2017
2018 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2019
2020         * nnimap.el (nnimap-request-accept-article): Give an error message if
2021         the APPEND wasn't successful.
2022
2023 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2024
2025         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2026         that have no groups.
2027
2028 2011-02-03  Julien Danjou  <julien@danjou.info>
2029
2030         * gnus-draft.el: Remove progn around gnus-draft-setup.
2031
2032 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2033
2034         * gnus-start.el (gnus-read-active-for-groups): This function is never
2035         called with a nil `infos', so clean that up.
2036         (gnus-get-unread-articles): Request active files from primary/secondary
2037         methods that have no groups (yet).
2038
2039 2011-02-03  Julien Danjou  <julien@danjou.info>
2040
2041         * message.el (message-setup-1): Always generate References first.
2042         (message-mail): Return the return value of message-setup, not always t.
2043         (message-setup-1): Insert mail-header-separator with read-only and
2044         intangible properties set.
2045
2046         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2047         user-date in docstring.
2048
2049         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2050
2051         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2052         docstring.
2053
2054         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2055         defcustom, with type and group. Move from gnus-util.el. Rename to
2056         gnus-summary-user-date-format-alist.
2057
2058 2011-02-03  Glenn Morris  <rgm@gnu.org>
2059
2060         * nnimap.el (gnus-fetch-headers): Declare.
2061
2062         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2063
2064 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2065
2066         * message.el (message-forward-make-body-digest-plain)
2067         (message-followup, message-reply): Clean up things noted by Stefan.
2068
2069         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2070         gnus-article-update-date-headers is nil.
2071         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2072         it didn't really work with defcustom.
2073         (article-update-date-lapsed): Make sure the window start doesn't move,
2074         either.
2075
2076 2011-02-01  Julien Danjou  <julien@danjou.info>
2077
2078         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2079         format.
2080
2081         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2082         standard in Emacs nowadays.
2083
2084         * color.el (color-gradient): Add a color-gradient function.
2085
2086 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2087
2088         * message.el (message-expand-name): Don't trust the return value of
2089         bbdb-complete-name.
2090         (message-check-news-header-syntax): Remove unused var `start'.
2091         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2092         (message-inhibit-body-encoding): Move to before first use.
2093         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2094         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2095         (Organization, Message-ID, Date, mh-previous-window-config):
2096         Defvar the vars using dynamic scoping.
2097
2098 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2099
2100         * shr.el (shr-render-td): Only do colours at the final rendering.
2101         Should be slightly faster.
2102         (shr-insert-table): Fix up TD background colours when doing the
2103         vertical padding.
2104
2105         * gnus-art.el (article-date-ut): Protect against articles with no Date
2106         header.
2107         (article-update-date-lapsed): Don't use current-column to find the
2108         horizontal position.  It's fragile in the presence of \003 characters.
2109
2110         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2111
2112 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus-art.el (article-transform-date): Rewrite to still work when
2115         there are several rfc2822 parts.
2116         (article-transform-date): Fix infinite recursion.
2117         (article-date-ut): Replace infinitely many Date headers with a single
2118         one when called interactively.
2119
2120         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2121         secure manner.
2122
2123         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2124         move around by not using save-window-excursion.  It seems to work...
2125
2126 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-art.el (article-make-date-line): Work for user-defined format.
2129
2130 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2131
2132         * nntp.el (nntp-retrieve-group-data-early)
2133         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2134         fetching functions.
2135
2136         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2137         thoroughly for all backends that have no known groups.  This should
2138         allow new nnml methods to retrieve mail.
2139
2140         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2141         that Gnus doesn't know exists again.
2142
2143         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2144         (gnus-treat-date-ut): Ditto.
2145         (gnus-article-update-date-header): Rename.
2146         (gnus-treat-date-local): Remove.
2147         (gnus-treat-date-english): Remove.
2148         (gnus-treat-date-lapsed): Remove.
2149         (gnus-treat-date-combined-lapsed): Remove.
2150         (gnus-treat-date-original): Remove.
2151         (gnus-treat-date-iso8601): Remove.
2152         (gnus-treat-date-user-defined): Remove.
2153         (gnus-article-date-headers): New variable to control all the date
2154         header options.
2155         (article-date-ut): Rewrite to allow using the new way to format date
2156         headers(s).
2157
2158 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2159
2160         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2161         method.
2162         (nnmail-article-group): A better test for fanciness.
2163
2164         * nnimap.el (nnimap-request-head): Protect against not finding the
2165         article by Message-ID.
2166
2167 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2170         keep point at the "same place".
2171
2172 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2173
2174         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2175         data if the group is unactivated.
2176
2177 2011-01-28  Julien Danjou  <julien@danjou.info>
2178
2179         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2180         (gnus-all-windows-visible-p): Remove old compatibility code.
2181         (gnus-window-top-edge): Add docstring.
2182
2183         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2184
2185 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2188         older request-update-info.
2189
2190         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2191
2192 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2193
2194         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2195         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2196
2197 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2200         groups.  This makes the nndraft:queue group pop up if it's not already
2201         there.
2202
2203         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2204         messages" logic, which was reversed.
2205
2206         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2207         the "same place" even if point is on the line being replaced.
2208         (article-update-date-lapsed): Allow updating both the combined lapsed
2209         and the lapsed headers.
2210         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2211         (article-make-date-line): Limit the number of segments dynamically to
2212         avoid too-long lines.
2213
2214 2011-01-27  Julien Danjou  <julien@danjou.info>
2215
2216         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2217         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2218
2219 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2222         Use plist-get instead of the cl function getf.
2223
2224 2011-01-27  Glenn Morris  <rgm@gnu.org>
2225
2226         * gnus-util.el (float-time): Get rid of compiler warning, again.
2227
2228 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2229
2230         * shr.el (shr-put-color): Special-case background colours: Do put them
2231         at the blank parts at the front of the lines.
2232
2233         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2234         exit hook to nix out all data on readedness on group exit.
2235
2236         * gnus-util.el (float-time): If float-time is bound, always use it on
2237         all Emacsen.  It's unclear why the subrp check was there.
2238         (time-date): Require to make some autoload issues on XEmacs go away.
2239
2240         * shr.el (shr-put-color): Don't do the box padding in tables, since
2241         they're already padded.
2242
2243 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-art.el (gnus-article-next-page): When the last line of the
2246         article is displayed, scroll down once more instead of going to the
2247         next article at once.
2248         (article-lapsed-string): Refactor out and allow specifying how many
2249         segments you want.
2250         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2251         (gnus-article-update-lapsed-header): New variable.
2252
2253         * shr.el: Revert change that made headings use different-sized faces.
2254         The Emacs display engine isn't advanced enough that, for instance,
2255         tables can comfortably use differently-sized faces.
2256
2257 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2258
2259         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2260         used.
2261         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2262         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2263         we're using an encrypted connection.
2264
2265         * proto-stream.el: Alter the interface functions to also return the
2266         actual stream type used: network or tls.
2267
2268 2011-01-25  Julien Danjou  <julien@danjou.info>
2269
2270         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2271         (mm-display-javascript-inline): New function.
2272
2273         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2274         viewing function.
2275
2276 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * shr.el (shr-expand-newlines): Fix variable name.
2279
2280 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2281
2282         * shr.el (shr-expand-newlines): Make nested boxes work.
2283
2284 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2285
2286         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2287         backgrounds.
2288         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2289         in a more sensible manner.
2290
2291 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2292
2293         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2294         if EPG is loaded.
2295
2296 2011-01-24  Julien Danjou  <julien@danjou.info>
2297
2298         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2299         tags.
2300
2301 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2302
2303         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2304         commands.
2305
2306         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2307         in the article buffer.
2308         (gnus-gravatar-insert): Use blank space from the current buffer to
2309         avoid breaking text properties.  This makes X-Sent updating work again.
2310
2311         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2312
2313 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2316         fix the bug in url-http.el instead.
2317
2318         * shr.el (shr-image-fetched): Ditto.
2319
2320         * shr.el (shr-image-fetched): Avoid having point move in the article
2321         buffer.
2322
2323         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2324         buffer after being called.  It's apparently being killed by url.el, and
2325         killing it made point move to end-of-buffer in a random buffer.
2326
2327         * shr.el (shr-image-fetched): Ditto.
2328
2329 2011-01-23  Julien Danjou  <julien@danjou.info>
2330
2331         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2332
2333         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2334         text/x-org.
2335
2336 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2337
2338         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2339         (i.e., nnimap) returning nil as the article number.
2340
2341 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2342
2343         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2344         "DelSp" parameter in RFC3676.
2345
2346 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2347
2348         * message.el (message-check-recipients): Display the encoded version of
2349         the bogus address if they differ.
2350
2351         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2352         after sending.
2353
2354         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2355
2356         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2357
2358         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2359         group buffer after sending the queue.
2360
2361         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2362
2363 2011-01-22  Julien Danjou  <julien@danjou.info>
2364
2365         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2366
2367 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2368
2369         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2370         nested related parts.
2371
2372         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2373         unexpired articles.  This fixes the regression that led expiry marks to
2374         disappear from nnfolder groups.
2375
2376 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2377
2378         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2379         Don't confuse the "ret" of "retrograde" with RET.
2380
2381 2011-01-21  Julien Danjou  <julien@danjou.info>
2382
2383         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2384         than mm-insert-inline.
2385
2386 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2389         Widen article buffer.
2390
2391 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2392
2393         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2394         the temp buffer.
2395         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2396
2397 2011-01-20  Julien Danjou  <julien@danjou.info>
2398
2399         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2400
2401         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2402         than mm-insert-inline to insert inline part: this respect
2403         mm-inline-media-tests displayers.
2404
2405         * mm-view.el (mm-display-shell-script-inline): New function.
2406
2407         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2408
2409         * mm-uu.el (mm-uu-type-alist): Add org block.
2410         (mm-uu-org-src-code-block-extract): New function.
2411
2412         * mm-view.el (mm-display-org-inline): New function.
2413
2414         * mm-decode.el (mm-automatic-display): Add text/org.
2415
2416         * mailcap.el (mailcap-mime-extensions): Add .org.
2417
2418 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2421         gnus-article-add-buttons.
2422
2423 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2424
2425         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2426         From header with a date and "nobody" as the sender.
2427
2428 2011-01-19  Julien Danjou  <julien@danjou.info>
2429
2430         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2431         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2432         if you have the same regexp several times.
2433         (gnus-button-push): Fix matching when regexp is symbol.
2434
2435 2011-01-15  Glenn Morris  <rgm@gnu.org>
2436
2437         * message.el (message-mail): A compose-mail function should
2438         accept headers as strings.
2439
2440 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2441
2442         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2443         Add :vert-only tags.
2444         (message-mail): New arg RETURN-ACTION.
2445         (message-return-action): New var.
2446         (message-bury): Use it.
2447         (message-mode): Make it buffer-local.
2448         (message-send-and-exit): Always call message-bury.
2449
2450         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2451         message-mail.
2452
2453 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * nnimap.el (nnimap-convert-partial-article): Protect against
2456         zero-length body parts.
2457
2458         * mm-decode.el (mm-preferred-alternative-precedence):
2459         Discourage showing empty parts.
2460
2461         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2462         and stuff if the backend didn't return the article number.  This fixes
2463         an Exchange-related nnimap bug.
2464
2465         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2466         group window, because it does the wrong thing when a separate frame
2467         displays the group buffer.
2468
2469         * proto-stream.el (open-protocol-stream): Protect against the low-level
2470         transport functions returning nil.
2471
2472 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2473
2474         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2475         (mml2015-epg-find-usable-secret-key): New function.
2476         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2477         mml2015-epg-find-usable-key (Bug#7797).
2478         (mml2015-epg-encrypt): Ditto.
2479
2480 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * dgnushack.el (rot13-string): Fix the way to get the argument.
2483
2484 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2487
2488 2011-01-03  Glenn Morris  <rgm@gnu.org>
2489
2490         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2491
2492         * sieve.el (sieve-open-server): Give a more explicit error if
2493         sieve-manage-open returns nil.  (Bug#7720)
2494
2495 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2496
2497         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2498
2499 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2502         This avoids sending passwords in plain text over non-encrypted
2503         channels.
2504
2505         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2506
2507         * nnimap.el (nnimap-login): Refactored out into own function, and
2508         implement CRAM-MD5.
2509         (nnimap-wait-for-line): Refactored out.
2510
2511         * mm-view.el (mml-smime): Require.
2512
2513 2010-12-20  David Engster  <deng@eml.cc>
2514
2515         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2516         use EPG to decrypt S/MIME messages instead of openssl.
2517
2518 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2521
2522         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2523         status is the group clearly is unreachable.
2524
2525         * auth-source.el (auth-source-create): Add the optional second
2526         parameter to `local-variable-p' to be compatible with XEmacs.
2527
2528 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2529
2530         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2531         work when using a compressed nnml folder.
2532
2533 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2536         backends after sanitising on entry, because this never makes sense:
2537         If the articles have gone missing, then the data no longer exists on
2538         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2539         overwrite anything anyway.
2540
2541         * shr.el (shr-insert-document): Bind shr-width dynamically to
2542         window-width if it's nil.
2543
2544 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2545
2546         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2547         with the meaning of using the full emacs window width for rendering.
2548
2549 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2550
2551         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2552         case when sender is not given.
2553
2554 2010-12-23  Julien Danjou  <julien@danjou.info>
2555
2556         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2557         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2558         the addresses, otherwise we might misplaced the gravatar.
2559
2560 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2561
2562         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2563         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2564         obsolete in Emacs.
2565
2566 2010-12-20  Julien Danjou  <julien@danjou.info>
2567
2568         * gnus-util.el (gnus-rescale-image): Revert last change.
2569
2570 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2571
2572         * binhex.el: Improve commentary (Bug#7482).
2573
2574 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * gnus-group.el (gnus-group-delete-articles): New command.
2577
2578 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2579
2580         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2581
2582 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2585         here, since it's up to the backends to do CRLF removal if their
2586         protocol has it.
2587
2588         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2589
2590 2010-12-17  Julien Danjou  <julien@danjou.info>
2591
2592         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2593         they are from file. Can also scale up.
2594
2595 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2596
2597         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2598         gnus-use-agent.
2599         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2600
2601         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2602
2603 2010-12-17  Julien Danjou  <julien@danjou.info>
2604
2605         * gravatar.el (gravatar-retrieve-synchronously): New function.
2606         (gravatar-get-data): Make more robust.
2607
2608 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2611
2612 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2615         to really consider the last line.
2616
2617 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2618
2619         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2620         list of recipient keys, or use symmetric encryption if not a list.
2621         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2622         EPA override, replacing the call to `netrc-store-data'.
2623
2624 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2625
2626         * gnus-srvr.el: Avoid passing nil regexp argument to
2627         delete-matching-lines.
2628
2629 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2632         fetching stops when Gnus exits.
2633
2634         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2635         function.
2636         (nnfolder-request-expire-articles): Save all the buffers after doing
2637         expiry.
2638
2639         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2640         the last article", since that led to serious performance regressions
2641         when expiring nnml groups.
2642
2643 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2644
2645         * nnir.el: Improve customizations.
2646
2647 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2650
2651         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2652         group has been killed.
2653         (gnus-group-yank-group): Ditto.
2654
2655         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2656
2657         * nnimap.el (nnimap-request-update-group-status): New function.
2658
2659         * gnus-int.el (gnus-request-update-group-status): New interface
2660         function.
2661
2662         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2663         copying read-ness to the backends.
2664
2665         * nnimap.el (nnimap-quirk): New function.
2666         (nnimap-retrieve-group-data-early): Use it.
2667         (nnimap-quirks): New alist.
2668
2669 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2672         don't delete it within indentation.
2673
2674 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2677         previous line.
2678
2679 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2682         QRESYNC command by deleting a superfluous space which broke Cyrus
2683         servers.  This change will break other servers that are buggy the other
2684         way around.
2685
2686 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2687
2688         * spam.el: Reindent and fix long lines.
2689         (spam-copy-or-move-routine): Exclude invalid move destinations.
2690
2691 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2692
2693         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2694         installed the registry.
2695
2696 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2699
2700 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2701
2702         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2703         groupname doesn't contain "gmane".
2704
2705 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2708         and netrc-bound-and-true-p bindings.
2709         (netrc-parse): Cache the netrc contents.
2710
2711         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2712         (gnus-1): Don't create the nndrafts group twice.
2713         (gnus-setup-news): There's no need to read the active file here, since
2714         that's done again later on a per-backend basis.
2715         (gnus-start-draft-setup): Make sure that the new group is started out
2716         empty.
2717
2718         * gnus-agent.el (gnus-agentize): Don't create the queue group
2719         automatically on startup.  It'll be created later, if needed.
2720
2721         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2722         of automatically subscribed groups.
2723         (gnus-auto-subscribed-categories): New variable.
2724         (gnus-matches-options-n): Use it.
2725         (gnus-default-subscribed-newsgroups): Remove unused variable.
2726         (gnus-start-draft-setup): Message a bit less.
2727
2728 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2729
2730         * nnir.el (nnir-run-imap): Return article list in order of increasing
2731         UID.
2732
2733 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * gnus-sum.el (gnus-summary-enter-digest-group):
2736         Mention gnus-auto-select-on-ephemeral-exit.
2737
2738         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2739         convention of the network-only option.
2740
2741 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * proto-stream.el (proto-stream-open-network-only): New function to
2744         have a way to specify non-STARTTLS upgrade connections.
2745
2746 2010-12-10  Julien Danjou  <julien@danjou.info>
2747
2748         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2749         email address is nil.
2750
2751         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2752
2753 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2754
2755         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2756         deletion.
2757         (nnir-run-imap): Only need to parse list once.
2758
2759 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * shr.el (shr-tag-script): Ignore <script>.
2762         (shr-tag-label): Add <label> support.
2763
2764 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2767
2768         * shr.el (shr-image-displayer): Work for images lined side by side.
2769
2770 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2771
2772         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2773         parameter, since XEmacs doesn't accept t as a parameter.
2774
2775 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2776
2777         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2778         ids.
2779         (nnir-run-gmane): Simplify groupspec formatting.
2780         (nnir-request-expire-articles): New function.
2781
2782 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2785         overflow, possibly.
2786
2787         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2788         (shr-render-td): Handle td style="" better.
2789         (shr-tag-table): Use the color from the style sheet.
2790         (shr-render-td): Make sure we copy over all the overlays, too.
2791
2792 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2793
2794         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2795         (nnir-request-article): Improve article retrieval.
2796
2797 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * mm-util.el (mm-extra-numeric-entities): New variable.
2800
2801         * mm-url.el (mm-url-decode-entities):
2802         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2803
2804         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2805
2806 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2807
2808         * message.el: Use completion-at-point.
2809         (message-completion-function): New fun, extracted from message-tab.
2810         (message-mode): Use it for completion-at-point-functions.
2811         (message-tab): Use it and completion-at-point.
2812
2813 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2816         character if a non-breakable character follows.
2817
2818 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2821         any stream.
2822
2823         * shr.el (shr-tag-font): Colorize the region.
2824         (shr-tag-body): Ditto.
2825         (shr-tag-font): Actually let the styles be inherited instead of
2826         overwriting them.
2827         (shr-tag-font): Get the background color right.
2828         (shr-tag-style): Ignore all <style> tags for the moment.
2829
2830         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2831         a Message-ID to avoid having nnimap depend on gnus-sum.
2832
2833         * shr.el (shr-descend): Only colorize something if we have a node that
2834         sets colors.
2835
2836 2010-12-06  Julien Danjou  <julien@danjou.info>
2837
2838         * shr.el (shr-render-td): Render td content with shr-descend, so style
2839         will be applied to <td> too.
2840         (shr-colorize-region): Colorize region even if we only have a background.
2841         (shr-tag-body): Fix color and background color inheritance.
2842         Do not recolorize after shr-generic.
2843         (shr-tag-font): Let shr-generic colorize via inheritance.
2844
2845 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2848
2849 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2850
2851         * nnir.el (nnir-request-move-article): Remove obsolete code.
2852
2853 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2856
2857 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * gnus-sum.el (gnus-summary-respool-article): The completion function
2860         expects a list instead of an alist.
2861
2862         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2863         string as the parameter.
2864
2865         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2866
2867         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2868         styles.
2869         (shr-colorize-region): New function.
2870         (shr-insert-background-overlay): Remove.
2871         (shr-render-td): Background setting should be taken care of on a higher
2872         level.
2873         (shr-tag-body): Use post-hoc colorizations.
2874         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2875         (shr-put-color-1): Don't overwrite old colors.
2876         (shr-colorize-region): When the background color isn't explicit, use
2877         a fixed background.
2878
2879         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2880         nnmail variables.
2881
2882 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2883
2884         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2885         unless necessary.
2886
2887 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2888
2889         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2890         server.
2891
2892 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2895         so that TAB works.
2896
2897         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2898         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2899
2900         * shr.el (shr-urlify): Show the URL before the title to avoid
2901         misleading URLs.
2902
2903 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2904
2905         * shr.el (shr-urlify): Display the title in <a> tags.
2906
2907 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2908
2909         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2910
2911 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2912
2913         * nnir.el: Rearrange code to allow macros to be autoloaded by
2914         gnus-sum.el.
2915         (nnir-retrieve-headers-override-function): Make this variable
2916         customizable.
2917         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2918
2919         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2920         from nnir.el.
2921
2922 2010-12-03  Julien Danjou  <julien@danjou.info>
2923
2924         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2925
2926 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2929         allow optional argument `environment'.
2930
2931 2010-12-03  Glenn Morris  <rgm@gnu.org>
2932
2933         * mm-extern.el (message-goto-body): Update declaration.
2934
2935 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * gnus-util.el (gnus-macroexpand-all): New function.
2938
2939         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2940         instead of macroexpand-all that is unavailable in XEmacs.
2941
2942 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2943
2944         * nnir.el (nnir-summary-line-format): New variable.
2945         (nnir-mode): Use it.
2946         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2947         (nnir-article-ids): Reimplement as defsubst.
2948         (nnir-retrieve-headers): Don't mangle the subject header.
2949         (nnir-run-imap): Use 100 as RSV score.
2950         (nnir-run-find-grep): Fix for full server searching.
2951         (nnir-run-gmane): Better restriction to gmane groups.
2952
2953         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2954         summary buffers.
2955
2956 2010-12-02  Julien Danjou  <julien@danjou.info>
2957
2958         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2959
2960         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2961
2962         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2963         support.
2964
2965 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2966
2967         * nnir.el: Update to handle the registry better.
2968         (autoload): Silence byte-compiler.
2969         (nnir-open-server): Add a hook for nnir groups.
2970         (nnir-request-move-article): Don't mangle the header. Better to use
2971         formating variables (which will be added in the future).
2972         (nnir-registry-action): Update the registry using the original article
2973         group name.
2974         (nnir-mode): Install nnir-specific hooks for updating the registry.
2975
2976         * gnus-sum.el
2977         (gnus-article-original-subject,gnus-newsgroup-original-name):
2978         Remove obsolete variables.
2979         (gnus-summary-move-article): Remove use of obsolete variables.
2980         (gnus-summary-local-variables): Make move and delete hooks local to
2981         summary buffers.
2982
2983 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * rtree.el: New file.
2986
2987 2010-12-01  Julien Danjou  <julien@danjou.info>
2988
2989         * message.el (message-user-organization): Do not use
2990         gnus-local-organization.
2991
2992         * gnus.el: Remove gnus-local-organization.
2993
2994         * gnus-msg.el: Remove nastygram thing.
2995
2996 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2999         funcall.
3000
3001 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3004         names.
3005
3006         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3007         characters.
3008
3009         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3010         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3011         Suggested by Ĺ tÄ›pán NÄ›mec <stepnem@gmail.com>.
3012         (gnus-gravatar-transform-address): Use mail-extract-address-components
3013         that supports non-ASCII names rather than mail-header-parse-addresses.
3014
3015 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * proto-stream.el (open-protocol-stream): All starttls connections are
3018         handled by the network handler.
3019
3020 2010-11-30  Julien Danjou  <julien@danjou.info>
3021
3022         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3023         (nnimap-open-connection-1): Fix PREAUTH.
3024
3025         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3026
3027 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3030         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3031         (shr-insert): Use them.
3032         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3033
3034 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3035
3036         * nnir.el (nnir-request-move-article): Bail out if original group
3037         doesn't support article moves.
3038         (nnir-get-active): Improve active list retrieval.
3039
3040 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3043
3044 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3045
3046         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3047         seem to accept strings-with-numbers as port numbers,
3048
3049 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3050
3051         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3052         change the registry.
3053
3054 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3057         delete-dups that is not available in XEmacs 21.4.
3058
3059         * mm-util.el (mm-delete-duplicates): Add comment.
3060
3061 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3062
3063         * nnir.el (nnir-ignored-newsgroups): New variable.
3064         (nnir-get-active): Use it.
3065
3066 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * proto-stream.el (proto-stream-open-network): Add some comments.
3069
3070         * nntp.el (nntp-open-connection): Provide a :success condition.
3071
3072         * nnimap.el (nnimap-open-connection-1): Ditto.
3073
3074         * proto-stream.el (proto-stream-open-network): See what the response to
3075         the STARTTLS command is.
3076
3077         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3078         backwards compatibility).
3079         (nnimap-open-connection-1): Really respect nnimap-server-port.
3080
3081         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3082         TLS upgrades we don't really care about the identity of the peer.
3083         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3084         that what we've checked for.
3085         (proto-stream-always-use-starttls): Only default to t if
3086         open-gnutls-stream exists.
3087         (proto-stream-open-network): If STARTTLS failed, then just open a
3088         normal connection.
3089         (proto-stream-open-network): Wait until the greeting before doing
3090         STARTTLS.
3091
3092         * nntp.el (nntp-open-connection): Report what the connection error is.
3093
3094         * proto-stream.el (open-protocol-stream): Rename from
3095         open-proto-stream.
3096
3097 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * nnimap.el (nnimap-stream): Change default to `undecided'.
3100         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3101         first, and then network.
3102         (nnimap-open-connection-1): Respect nnimap-server-port.
3103         (nnimap-open-connection): Be more backwards-compatible.
3104
3105         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3106         (proto-stream-open-starttls): De-duplicate the starttls code.
3107         (proto-stream-open-starttls): Folded back into the main function.
3108         (proto-stream-open-network): Fix typo in the gnutls path.
3109         (proto-stream-command): Refactor out.
3110
3111         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3112
3113         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3114         starttls.el STARTTLS.
3115
3116         * color.el (color-lab->srgb): Fix function call name.
3117
3118         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3119         if we're using tls.el.
3120         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3121         built in, then don't try to establish a STARTTLS connection.
3122
3123         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3124         servers.
3125
3126         * proto-stream.el (open-proto-stream): Use network, not stream.
3127         (open-proto-stream): Add a way to specify what the end of a command is.
3128
3129         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3130         connections types.
3131         (nntp-open-network-stream): Remove.
3132         (nntp-open-ssl-stream): Remove.
3133         (nntp-open-tls-stream): Remove.
3134         (nntp-ssl-program): Remove.
3135
3136         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3137
3138 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3139
3140         * nnir.el: Fix typos.
3141         (nnir-retrieve-headers-override-function): Rename variable to reflect
3142         new semantics.
3143         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3144         macros.
3145         (nnir-request-article, nnir-request-move-article): Use them.
3146         (nnir-categorize): New function.
3147         (nnir-run-query): Use it.
3148         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3149         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3150         sorted.
3151         (nnir-group-full-name): Use gnus-group-full-name instead.
3152         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3153         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3154
3155 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3158
3159         * proto-stream.el: New library to provide protocol-specific
3160         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3161         protocols.
3162         (open-proto-stream): Complete the documentation.
3163         (proto-stream-open-network): Fix some typos.
3164
3165         * nnimap.el (nnimap-open-connection): Use it.
3166
3167 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3168
3169         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3170         negotiation.
3171
3172 2010-11-26  Julien Danjou  <julien@danjou.info>
3173
3174         * color.el: Rename various rgb functions to srgb.
3175
3176 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3179         names.
3180
3181 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * shr.el (shr-insert): Revert last change.
3184         (shr-find-fill-point): Never leave point being at bol;
3185         relax the kinsoku limitation when rendering tables.
3186
3187 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3190         results from -accept-article.
3191
3192         * shr-color.el: Require cl when compiling.
3193
3194         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3195         checkin.
3196
3197         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3198
3199         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3200
3201         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3202         'add and 'delete to set backend marks.
3203
3204         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3205
3206         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3207
3208         * nntp.el (nntp-request-set-mark): Use it.
3209
3210         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3211
3212         * nnml.el (nnml-request-set-mark): Ditto.
3213
3214         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3215         introduces regressions in article selection.
3216         (nnimap-find-uid-response): New function.
3217         (nnimap-request-accept-article): Use the UID returned, if any.
3218         (nnimap-request-move-article): Use the UID returned, if any.
3219         (nnimap-get-groups): Reimplement to work with folded lines.
3220         (nnimap-find-uid-response): The UID is the last element in the list.
3221         (nnimap-request-set-mark): Extend syntax with 'set.
3222
3223         * nnml.el (nnml-request-set-mark): Ditto.
3224
3225         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3226
3227         * nntp.el (nntp-request-set-mark): Ditto.
3228
3229 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * message.el (message-called-interactively-p): A temporary macro.
3232         (message-goto-body): Use it temporarily.
3233
3234 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3237         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3238         (nnimap-last-response-string): Fix last unfolding fix.
3239
3240 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * shr.el (shr-insert): Fix the way to fold lines.
3243
3244 2010-11-25  Julien Danjou  <julien@danjou.info>
3245
3246         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3247
3248         * color.el: Rename from color-lab.el
3249         (color-rgb->hex): Add.
3250         (color-complement): Add.
3251         (color-complement-hex): Add.
3252
3253         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3254
3255 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3258         don't exist.
3259
3260 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3263         assuming that article displaying or another mml-preview may be
3264         interrupted for an error or for the like.
3265
3266         * shr.el (shr-get-background): Fix argument name.
3267
3268 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3271
3272         * gnus-sum.el (gnus-summary-include-articles): New function.
3273
3274         * message.el (message-goto-body): called-interactively-p needs a
3275         parameter, so use `any'.
3276
3277         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3278         clear marks before moving, since they're synced from the Gnus side
3279         first.
3280
3281         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3282         (gnus-summary-move-article): Copy over all marks before moving, so that
3283         IMAP doesn't think a new article has arrived.
3284
3285 2010-11-24  Julien Danjou  <julien@danjou.info>
3286
3287         * shr.el (shr-insert-background-overlay): Fix typo.
3288         (shr-render-td): Copy the background before rendering.
3289
3290         * shr-color.el (shr-color-visible): Fix docstring.
3291
3292         * shr.el (shr-tag-table): Add bgcolor support.
3293         (shr-render-td): Add bgcolor support.
3294         (shr-get-background): Add.
3295         (shr-insert-foreground-overlay): Use shr-get-background.
3296
3297         * message.el (message-goto-body): Use called-interactively-p.
3298         (message-in-body-p): message-goto-body returns point.
3299
3300 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3303         Fixes something or other in Emacs 23, and is backwards compatible.
3304
3305         * message.el (message-goto-body): Remove the <#secure special-casing,
3306         which is too special.
3307
3308         * shr.el (shr-parse-style): Drop !important from styles.
3309
3310 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3311
3312         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3313         this function to return incorrect results when calling it with an
3314         explicit article argument different from
3315         (gnus-summary-article-number).
3316
3317 2010-11-24  Julien Danjou  <julien@danjou.info>
3318
3319         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3320         (shr-tag-body): Add background support.
3321         (shr-descend): Add background support.
3322         (shr-tag-title): Add.
3323
3324         * shr-color.el (shr-color-visible): Really return original background
3325         if fixed.
3326
3327 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * shr.el (shr-color-check): Protect against non-existent colour names.
3330
3331 2010-11-24  Julien Danjou  <julien@danjou.info>
3332
3333         * color-lab.el: Require 'cl when compiling.
3334
3335         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3336
3337         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3338         matched part.
3339
3340         * color-lab.el: Fix all expt calls to use float type.
3341
3342 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3345         expression to shr-color-check as is.
3346
3347         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3348
3349         * color-lab.el: Add coding cookie.
3350         (float-pi): Use eval-and-compile.
3351
3352         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3353         compiled for Emacsen having no `libxml-parse-html-region' support.
3354
3355 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * shr.el (shr-insert-color-overlay): Split stuff like
3358         "#444444 !important" to find the real colour.
3359         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3360         parse <font color="red"> entries.
3361
3362 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3363
3364         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3365         point when parsing headers.
3366
3367         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3368         is positioned properly when parsing headers.
3369
3370 2010-11-23  Julien Danjou  <julien@danjou.info>
3371
3372         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3373
3374         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3375
3376         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3377
3378         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3379         Use shr-color-hue-to-rgb.
3380         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3381
3382 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * shr.el (shr-color->hexadecimal): Autoload.
3385         (shr-descend): Add color to all tags.
3386
3387 2010-11-22  Julien Danjou  <julien@danjou.info>
3388
3389         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3390         shr-color->hexadecimal.
3391
3392         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3393         RGB() or HSL() color representation.
3394
3395         * shr.el (shr-tag-font): Add.
3396         (shr-tag-color-check): New function to get better colors.
3397         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3398         tag-span.
3399
3400         * shr-color.el: New file.
3401
3402         * color-lab.el: New file.
3403
3404         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3405
3406 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3407
3408         * nnir.el: Fix typo in comments.
3409         (nnir-run-imap): Simplify code. No need to reverse artlist.
3410         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3411
3412 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3415
3416         * nnimap.el (nnimap-get-capabilities): Refactor out.
3417         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3418
3419 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3420
3421         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3422         appearing when `mm-uu-hide-markers' is nil.
3423
3424 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * nnimap.el (nnimap-unselect-group): Make into its own function.
3427         (nnimap-request-rename-group): Unselect group before renaming.
3428         This had gotten lost somewhere.
3429         (nnimap-request-accept-article): Keep track of examined groups, and
3430         unselect the group before APPENDing to read-only groups.
3431         (nnimap-request-move-article): Clear flags before moving so that they
3432         can be re-set later.
3433
3434 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3437         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3438
3439 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-art.el (gnus-mime-display-single)
3442         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3443         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3444         parameter.
3445
3446 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3447
3448         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3449         (shr-table-vertical-line): New variable.
3450         (shr-insert-table): Use it.
3451
3452 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-html.el (gnus-html-wash-images): Don't display images if
3455         gnus-inhibit-images is non-nil; register displayer for cid images.
3456         (gnus-html-display-image): Work for cid image.
3457         (gnus-html-insert-image): Allow arguments.
3458         (gnus-html-put-image): Inhibit read-only.
3459         (gnus-html-prefetch-images): Don't prefetch images if
3460         gnus-inhibit-images is non-nil.
3461
3462 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * shr.el (shr-put-image): Break lines when inserting big pictures.
3465
3466 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3467
3468         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3469         sender, thanks Katsumi Yamaoka.
3470
3471 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3472
3473         * nnir.el (nnir-run-imap): Reverse the article list for each group
3474         rather than the whole list.
3475
3476 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * shr.el (shr-image-displayer): Protect function against non-existent
3479         image source.
3480
3481         * gnus-art.el (gnus-inhibit-images): New user option.
3482         (gnus-mime-display-single): Don't display image if it is non-nil.
3483
3484         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3485         gnus-inhibit-images.
3486
3487         * shr.el (shr-image-displayer): New function.
3488         (shr-tag-img): Use it.
3489
3490 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3491
3492         * mml2015.el (mml2015-epg-sign): Use From header.
3493
3494 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3497
3498         * gnus-util.el (gnus-find-text-property-region): Return markers.
3499
3500         * shr.el (shr-tag-img): Put a displayer in the text property.
3501
3502         * gnus-util.el (gnus-find-text-property-region): New utility function.
3503
3504         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3505         (gnus-html-show-images): Remove.
3506
3507         * gnus-art.el (gnus-article-show-images): New, more general function.
3508
3509         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3510         image url text properties.
3511
3512         * shr.el: Ditto.
3513
3514         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3515         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3516
3517 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3520         work for two or more articles.
3521
3522 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3525         divide an image that's in an html article to two or more when washing
3526         non-ASCII characters in alt text of it.
3527
3528 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3531         smime-decrypt-region using function argument.
3532         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3533
3534         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3535
3536         * smime.el (smime-decrypt-region): Catch it.
3537
3538 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3539
3540         * smime.el (smime-mode-map): Move initialization into declaration.
3541         (gnus-run-mode-hooks): Don't autoload.
3542         (smime-mode): Use define-derived-mode.
3543
3544 2010-11-11  Glenn Morris  <rgm@gnu.org>
3545
3546         * smime.el (from): Restrict declaration to XEmacs.
3547
3548         * nnir.el (gnus-group-topic-name): Autoload.
3549
3550 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * shr.el (shr-insert): Don't break long line if it is because of
3553         kinsoku-bol characters in the line end.
3554
3555 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3556
3557         * nnir.el (nnir-request-move-article): Fix to provide original group
3558         and subject.
3559         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3560         been retrieved.
3561
3562         * gnus-sum.el (gnus-summary-move-article): Use original group and
3563         subject for virtual articles such as those in an nnir summary buffer.
3564
3565 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3568         least 21.5).
3569
3570         * smime.el (from): Declare it again for XEmacs.
3571
3572 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * message.el (message-resend): Don't disable encoding unless it's
3575         already encoded.
3576
3577         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3578         low-numbered articles.
3579
3580 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * rfc2047.el (rfc2047-syntax-table): Simplify.
3583
3584         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3585
3586         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3587         set-char-table-range for XEmacs.
3588
3589 2010-11-10  Glenn Morris  <rgm@gnu.org>
3590
3591         * time-date.el (time-to-seconds): Always an alias on Emacs,
3592         never a real function.
3593         (with-no-warnings): Remove compat stub, now unused.
3594         (time-less-p): Doc fix.
3595         (time-to-number-of-days): Simplify.
3596
3597         * smime.el (from): Remove unused declaration.
3598
3599         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3600         (gnus-float-time): On Emacs, always an alias.
3601
3602         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3603         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3604
3605 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * dgnushack.el: Don't use ignore-errors in the top level form since it
3608         is unavailable in XEmacs even if cl is loaded.
3609
3610         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3611
3612 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * shr.el (browse-url-mailto): Autoload.
3615
3616         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3617
3618         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3619         regexp doesn't need quoting.
3620
3621 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3622
3623         * message.el (message-subject-trailing-was-ask-regexp)
3624         (message-subject-trailing-was-regexp): Match was: in addition to was.
3625
3626 2010-11-09  Glenn Morris  <rgm@gnu.org>
3627
3628         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3629         (nnbabyl-check-mbox): Use point-at-bol.
3630
3631 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3634
3635         * message.el (message-mailto): New function.
3636         (message-mailto): Should accept other parameters.
3637         (message-mailto): Remove since it duplicates browse-url-mailto
3638         functionality.
3639
3640 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3643         methods.
3644         (gnus-read-active-file): Ditto.
3645
3646         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3647         ": " from the prompt.
3648         (gnus-group-make-group): Ditto.
3649
3650 2010-11-07  Glenn Morris  <rgm@gnu.org>
3651
3652         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3653         (gnus-bookmark-kill-line): Use point-at-eol.
3654
3655 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3658         asterisks in From header.
3659
3660 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3663         string to avoid making the From headers syntactically invalid.
3664
3665         * message.el (message-send-mail): Don't insert courtesy messages if the
3666         message already has List-Post and List-ID messages.
3667
3668 2010-11-06  Glenn Morris  <rgm@gnu.org>
3669
3670         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3671         `condition', `type', `length' a prefix.
3672         (gnus-treat-predicate): Update for above name changes.
3673
3674 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3675
3676         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3677         binding.  Handled by `gnus-summary-refer-thread' instead.
3678         (nnir-warp-to-article): New backend function.
3679
3680         * nnimap.el (nnimap-request-thread): Force dependency updating.
3681
3682         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3683         (gnus-summary-refer-thread): Rework to improve thread-referral.
3684
3685         * gnus-int.el (gnus-warp-to-article): New function.
3686
3687         * gnus-sum.el (gnus-summary-article-map): Bind it.
3688
3689 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3690
3691         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3692         gnus-summary-refer-thread.
3693
3694         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3695         headers.
3696         (gnus-summary-limit-include-thread): Prevent articles in thread from
3697         being cut in gnus-cut-threads.
3698         (gnus-summary-refer-thread): Limit retrieved headers to those in
3699         thread.
3700
3701 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * message.el (message-send-mail): Use the value of
3704         message-courtesy-message from the message buffer.
3705
3706         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3707
3708         * shr.el (shr-browse-url): Implement mailto: URLs.
3709
3710         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3711         "raw".
3712
3713         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3714         if it's already selected.
3715
3716         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3717
3718 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3721         to measure the length and truncate alt text.
3722
3723 2010-11-03  Glenn Morris  <rgm@gnu.org>
3724
3725         * nndiary.el (nndiary-generate-nov-databases-1)
3726         (nndiary-generate-active-info): Rename dynamic variable `files' to
3727         something less generic.
3728
3729 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3730
3731         * nnir.el (nnir-request-move-article): Call the underlying backend to
3732         move articles from nnir.
3733
3734 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3737
3738 2010-11-02  Julien Danjou  <julien@danjou.info>
3739
3740         * nnir.el: Remove wais support.
3741
3742 2010-11-02  Glenn Morris  <rgm@gnu.org>
3743
3744         * gnus-html.el: Reorder requirements to quieten compiler.
3745
3746 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3749         properly for XEmacs as well.
3750         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3751         (gnus-article-natural-long-line-p): Use window-width rather than
3752         frame-width.
3753
3754 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3755
3756         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3757         (nnir-read-parms): Don't modify query.
3758         (nnir-run-query): Add ability to search topic on current line.
3759         (nnir-get-active): Clean up.
3760
3761 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3764         degenerate articles.
3765
3766         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3767         (gnus-print-buffer): Just print the buffer as is, without any copying
3768         to a buffer and then re-highlighting.
3769
3770         * nnimap.el (nnimap-request-group): Store the new updated info.
3771         (nnimap-request-group): Select the group when we don't know whether it
3772         exists or not.
3773
3774         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3775         groups.
3776
3777         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3778         groups.
3779
3780         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3781         groups.
3782
3783         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3784         long-lines case by only filling the long lines.
3785
3786         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3787         (bug #7311).
3788
3789 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * shr.el: No need to declare `declare-function' since shr.el is for
3792         only Emacsen that provide `libxml-parse-html-region'.
3793
3794         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3795         effective only in a file it is referred to.
3796
3797 2010-11-01  Glenn Morris  <rgm@gnu.org>
3798
3799         * mm-util.el (gnus-completing-read): Autoload.
3800         (mm-read-coding-system): Simplify Emacs definition.
3801
3802         * nnmail.el (gnus-activate-group):
3803         * nnimap.el (gnutls-negotiate):
3804         * nntp.el (netrc-parse): Fix declarations.
3805
3806 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3809         string-match-p in Emacs >=23.
3810
3811         * gnus-msg.el (gnus-configure-posting-styles)
3812         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3813
3814 2010-11-01  Glenn Morris  <rgm@gnu.org>
3815
3816         * nnir.el (declare-function): Add compat stub.
3817         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3818         (nnir-run-gmane): Require 'mm-url.
3819
3820         * mm-util.el (mm-string-to-multibyte): Simplify.
3821
3822         * shr.el (declare-function): Add compat stub.
3823         (url-cache-create-filename): Declare.
3824         (mm-disable-multibyte, widget-convert-button): Autoload.
3825
3826         * smime.el (ldap-search): Declare.
3827         (smime-cert-by-ldap-1): Require ldap on Emacs.
3828
3829         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3830         (nnimap-keepalive): Use gnus-float-time.
3831
3832         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3833         (mail-source-delete-crash-box): Use gnus-float-time.
3834
3835         * gnus-dired.el (gnus-completing-read): Autoload.
3836
3837         * mm-view.el (gnus-rescale-image): Autoload.
3838
3839         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3840
3841         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3842
3843         * sieve-manage.el: Require 'cl when compiling.
3844
3845         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3846         (gnus-iswitchb-completing-read): Require iswitchb.
3847         (gnus-select-frame-set-input-focus): Silence compiler.
3848
3849 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850
3851         * message.el (message-subject-trailing-was-query): Change default to t,
3852         since I think that's what most people want.
3853
3854         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3855         appending for easier debugging.
3856         (nnimap-wait-for-connection): Take a regexp.
3857         (nnimap-request-accept-article): Wait for the continuation line before
3858         sending anything unless we're streaming.
3859
3860         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3861         leave the header washing to take place.
3862
3863 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3864
3865         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3866         regular expression match and replace in posting styles.
3867
3868 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3869
3870         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3871         an entire server.
3872         (nnir-get-active): New function.
3873         (nnir-run-imap): Use it.
3874         (nnir-run-gmane): Who knew, gmane search returns an article score!
3875
3876         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3877         server on the current line with nnir.
3878
3879 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3882         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3883         left edge.
3884         (gnus-article-foldable-buffer): Skip past the prefix when determining
3885         raggedness.
3886
3887         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3888         the raw article, and change `C-u g' to show the article without doing
3889         treatments.
3890
3891         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3892         on to `gnus-treat-article'.
3893         (gnus-inhibit-article-treatments): New variable.
3894
3895         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3896
3897         * gnus-art.el (gnus-treatment-function-alist): Have
3898         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3899         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3900         sections.
3901
3902         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3903         parameter.
3904         (gnus-article-fill-cited-long-lines): New function.
3905         (gnus-article-fill-cited-article): Allow filling only long sections.
3906
3907         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3908         and non-punctuation (like after the apostrophe in "'We").
3909
3910         * gnus-sum.el (gnus-summary-select-article): Make sure
3911         gnus-original-article-buffer is alive.
3912
3913         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3914         reflect the order they're in in the digest.
3915
3916         * gnus.el (gnus-group-startup-message): Move point to the start of the
3917         buffer.
3918
3919         * nnimap.el (nnimap-capability): New function.
3920         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3921         is set.
3922
3923 2010-10-31  David Engster  <dengste@eml.cc>
3924
3925         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3926         conform with changes to gnus-completing-read.
3927
3928 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3931
3932 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3933
3934         * nnir.el: Move defvar, defcustom around to keep file organized
3935         and keep byte-compiler quiet.
3936         (nnir-read-parms): Accept search-engine as arg.
3937         (nnir-run-query): Pass search-engine as arg.
3938         (nnir-search-engine): Remove.
3939
3940 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * shr.el (shr-generic): The text nodes should be text, not :text.
3943
3944         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3945         later in the file.
3946
3947 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3948
3949         * nnir.el: General clean up.  Allow searching with multiple engines.
3950         Allow separate extra-parameters for each engine.
3951         Batch queries when possible.
3952         (nnir-imap-default-search-key,nnir-method-default-engines):
3953         Add customize interface.
3954         (nnir-run-gmane): New engine.
3955         (nnir-engines): Use it.  Qualify all prompts with engine name.
3956         (nnir-search-engine): Remove global variable.
3957         (nnir-run-hyrex): Restore for now.
3958         (nnir-extra-parms,nnir-search-history): New variables.
3959         (gnus-group-make-nnir-group): Use them.
3960         (nnir-group-server): Remove in favor of gnus-group-server.
3961         (nnir-request-group): Avoid searching twice.
3962         (nnir-sort-groups-by-server): New function.
3963
3964 2010-10-30  Julien Danjou  <julien@danjou.info>
3965
3966         * gnus-group.el: Remove gnus-group-fetch-control.
3967
3968         * gnus-start.el (gnus-find-new-newsgroups):
3969         Remove gnus-check-first-time-used.
3970
3971         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3972
3973 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3974
3975         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3976         set on groups that don't have \* permanentflags.
3977
3978 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979
3980         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3981         control the background color.
3982         (shr-tag-img): Ignore very small web bug type images.
3983         (shr-put-image): Add help-echo alt texts to the images.
3984         (shr-tag-video): Show the video poster image.
3985
3986 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * shr.el (shr-table-depth): New variable.
3989         (shr-tag-table-1): Only insert the images after the top-level table.
3990
3991         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3992
3993         * gnus-util.el (gnus-list-memq-of-list): New function.
3994
3995         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3996         selected.
3997         (nnimap-unsplittable-articles): New slot.
3998         (nnimap-new-articles): Use it.
3999
4000 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4001
4002         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4003         move to the previous line on `M-g'.
4004
4005 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4008         *-request-group, which seems unnecessary.
4009
4010         * nnimap.el (nnimap-quote-specials): Function copied over from
4011         imap.el.
4012         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4013         they support that.  Suggested by Tom Regner.
4014
4015 2010-10-29  Julien Danjou  <julien@danjou.info>
4016
4017         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4018         defalias.
4019         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4020
4021         * gnus.el: Remove `gnus-nntp-service' variable.
4022         (gnus-secondary-servers): Make obsolete.
4023         (gnus-nntp-server): Make obsolete.
4024
4025         * gnus-start.el (gnus-1): Remove x-splash calls.
4026
4027         * gnus-ems.el (gnus-x-splash): Remove.
4028
4029         * gnus.el (gnus-group-startup-message): Simplify/update code.
4030
4031         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4032         definition.
4033
4034         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4035         capability before doing anything.
4036         (gnus-group-insert-group-line): Remove useless
4037         gnus-group-remove-excess-properties.
4038
4039 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4042
4043 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4046         config after reselecting.
4047
4048 2010-10-28  Julien Danjou  <julien@danjou.info>
4049
4050         * shr.el (shr-put-image): Use point even if only inserting text.
4051         (shr-put-image): Save excursion when inserting alt text on non-graphic
4052         display, so the behaviour is the same when we are on a graphic display.
4053
4054         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4055
4056 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4059         (gnus-mime-copy-part): Check coding system, not charset.
4060         (gnus-mime-view-part-externally): Never remove part.
4061         (gnus-mime-view-part-internally): Don't remove part here.
4062         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4063         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4064         multipart/alternative.
4065
4066         * mm-decode.el (mm-display-part): Take optional arg `force'.
4067
4068 2010-10-26  Julien Danjou  <julien@danjou.info>
4069
4070         * gnus-group.el (gnus-group-default-list-level): Add this function to
4071         compute the default list level.
4072         (gnus-group-default-list-level): Add possibility to use a function.
4073
4074 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4077
4078         * gnus-group.el (gnus-group-completing-read)
4079         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4080         gnus-replace-in-string.
4081
4082 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * shr.el (shr-tag-div): Add.
4085
4086         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4087
4088 2010-10-25  Julien Danjou  <julien@danjou.info>
4089
4090         * gnus-util.el: Remove `gnus-with-local-quit'.
4091
4092         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4093
4094 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4097         the original article buffer.
4098
4099 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100
4101         * nnimap.el (nnimap-request-head): New function.
4102         (nnimap-request-move-article): Try to be slighly faster by not
4103         requesting the entire message when moving.
4104         (nnimap-transform-headers): Don't bug out on bodiless articles.
4105         (nnimap-send-command): Have no outstanding messages if the IMAP server
4106         doesn't support streaming.
4107         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4108
4109 2010-10-24  Julien Danjou  <julien@danjou.info>
4110
4111         * message.el (message-default-headers): Fix type.
4112
4113 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4116         prefetching images.
4117
4118         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4119         backend for unknown groups.  This is mainly useful for nnimap groups.
4120
4121         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4122         group isn't covered by the agent.
4123
4124 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4125
4126         * nnir.el (nnir-method-default-engines): New variable.
4127         (nnir-run-query): Use it.
4128         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4129         (gnus-summary-nnir-goto-thread): Change group if needed.
4130
4131         * gnus-group.el (gnus-group-group-map): Add key binding for
4132         gnus-group-make-nnir-group.
4133
4134 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * shr.el (shr-tag-object): Add.
4137
4138         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4139         original article buffer live.
4140         (gnus-summary-select-article-buffer):
4141         Mention gnus-widen-article-buffer.
4142
4143 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * shr.el (shr-tag-strong): Add.
4146
4147 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4150         group names.  They mess up the group buffer badly.
4151
4152         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4153
4154         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4155         instead of the summary one.
4156
4157 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * mml.el (mml-preview): Work properly when editing article.
4160
4161         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4162         gnus-have-read-active-file if it's already been in.
4163
4164 2010-10-22  Tom Tromey  <tromey@redhat.com>
4165
4166         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4167         gnus-group-completing-read.
4168
4169 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * message.el (message-mode-map): Don't bind M-; to comment region, to
4172         allow the global comment-dwim to work.
4173
4174 2010-10-21  Julien Danjou  <julien@danjou.info>
4175
4176         * message.el (message-setup-1): Allow message-default-headers to be a
4177         function.
4178
4179 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * shr.el (shr-tag-table): Simplify.
4182
4183 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4186         to avoid trying to snarf invalid stuff.
4187
4188         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4189
4190         * gnus.el (gnus-message-archive-group): Quote value.
4191         (gnus-message-archive-group): Mark as changed.
4192
4193         * shr.el (shr-add-font): Don't put the font properties on the newline
4194         or the indentation.
4195
4196         * message.el (message-fix-before-sending): Change options when sending
4197         non-printable characters.
4198
4199         * gnus.el (gnus-message-archive-method): Change the default to
4200         monthly outgoing groups.
4201
4202         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4203         that have gotten new numbers.
4204
4205         * nnimap.el (nnimap-request-replace-article): New function.
4206
4207 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4210         (nnrss-request-article): Don't use special html washing code.
4211
4212 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * shr.el (shr-tag-table): Remove useless nconc.
4215
4216 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-art.el (article-wash-html): Simplify and remove the charset
4219         stuff.  Use the normal html rendering code instead of the special html
4220         washing code.
4221
4222         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4223         `gnus-w3m' symbols.
4224         (mm-text-html-washer-alist): Remove.
4225
4226         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4227         (mm-inline-media-tests): Remove use.
4228         (mm-text-html-renderer): Change default to the `shr' symbol.
4229
4230         * mm-view.el (mm-inline-text-html): Remove use.
4231
4232         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4233         `gnus-blocked-images' to be a function.
4234         (gnus-article-wash-function): Remove.
4235
4236 2010-10-20  Julien Danjou  <julien@danjou.info>
4237
4238         * spam.el (spam-list-of-processors): Mark as obsolete.
4239
4240         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4241         (nnimap-insert-partial-structure): Fix boundary detection.
4242
4243 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4244
4245         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4246         run file-truename on remote files.  This can be expensive and even
4247         prevent one from editing drafts if some unrelated buffer has a stale
4248         connection.
4249
4250 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4253         kinsoku-eol regardless of shr-kinsoku-shorten.
4254         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4255         (shr-tag-table): Support caption, thead, and tfoot.
4256
4257 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4260         lines.
4261         (shr-save-contents): New command and keystroke.
4262
4263         * nndoc.el (nndoc-type-alist): Add git support.
4264         (nndoc-git-type-p): New function.
4265         (nndoc-transform-git-article): Ditto.
4266         (nndoc-transform-git-headers): Ditto.
4267         (nndoc-transform-git-headers): Generate Subject headers.
4268
4269         * shr.el (shr-parse-style): New function.
4270         (shr-tag-span): Ditto.
4271
4272         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4273         to `G G' to avoid collisions.
4274
4275 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * shr.el: Load kinsoku if necessary.
4278         (shr-kinsoku-shorten): New internal variable.
4279         (shr-find-fill-point): Make kinsoku shorten text line if
4280         shr-kinsoku-shorten is bound to non-nil.
4281         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4282         shr-indentation too when testing if table is wider than frame width.
4283         (shr-insert-table): Use `string-width' instead of `length' to measure
4284         text width.
4285         (shr-insert-table-ruler): Make sure indentation is done at bol.
4286
4287 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4288
4289         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4290         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4291         undecoded network data.
4292
4293 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4296         name in the mode line spec so that the mode line menu works
4297         (bug #2431).
4298
4299         * message.el (message-get-reply-headers): If we're fed `to-address',
4300         then always use that.
4301
4302         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4303         aren't so wide as to need to switch off the edit menu.
4304
4305         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4306         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4307
4308         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4309         `M-g'.
4310         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4311         the permanent marks.
4312
4313 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4314
4315         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4316         Splitting according to references/in-reply-to obeys the ignore-groups
4317         variable, while splitting by sender and subject do not.
4318
4319 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4322         alist, so that we can look for non-Unicode chars.
4323         (article-translate-strings): Allow both character and string maps.
4324
4325 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * shr.el (shr-insert): Don't insert space behind a wide character
4328         categorized as kinsoku-bol, or between characters both categorized as
4329         nospace.
4330
4331 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4332
4333         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4334         headers to gnus-newsgroup-headers.
4335
4336 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * shr.el (shr-tag-img): Don't align images -- since we're not
4339         rescaling, this often leads to ugly displays.
4340
4341 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4342
4343         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4344         duplicates.
4345
4346 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4347
4348         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4349         call.
4350
4351 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * gnus.el: Autoload gnus-html-show-images.
4354
4355         * nnimap.el: Use nnheader-message throughout.
4356
4357         * shr.el (shr-tag-img): Ignore images with no data.
4358
4359 2010-10-15  Julien Danjou  <julien@danjou.info>
4360
4361         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4362         a possibility to disable format=flow encoding when using hard newlines.
4363
4364 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * shr.el (shr-insert): Remove space inserted before or after a
4367         breakable character or at the beginning or the end of a line.
4368         (shr-find-fill-point): Do kinsoku; find the second best point or give
4369         it up if there's no breakable point.
4370
4371 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * nnimap.el (nnimap-open-connection): Message when opening connection
4374         for debugging purposes.
4375
4376         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4377         on every setup buffer call to allow this to change from article to
4378         article.
4379
4380         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4381         buffers where we have a wide table.
4382
4383 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4384
4385         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4386         uses *-request-thread.
4387
4388 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4391         incantation, which is no longer valid.
4392
4393 2010-10-14  Julien Danjou  <julien@danjou.info>
4394
4395         * shr.el: Fix defcustom type (char -> character).
4396
4397 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4400         programs.
4401
4402 2010-10-14  Julien Danjou  <julien@danjou.info>
4403
4404         * shr.el (shr-tag-a): Use url-link as widget type.
4405
4406         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4407         `gnus-group-get-icon'.
4408
4409 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410
4411         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4412         This should make server editing work better.
4413
4414         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4415
4416         * tls.el (tls-program): Remove spurious %s from openssl.
4417
4418         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4419         (nnimap-parse-flags): Fix regexp.
4420
4421         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4422         probably work for CJVK text, too.
4423
4424         * nnimap.el (nnimap-extend-tls-programs): Remove.
4425         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4426
4427         * tls.el (tls-starttls-switches): Remove starttls hack.
4428         (open-tls-stream): Ditto.
4429         (tls-find-starttls-argument): Ditto.
4430
4431 2010-10-13  Julien Danjou  <julien@danjou.info>
4432
4433         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4434         responses.
4435
4436 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4439
4440         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4441         anything in Emacs.
4442
4443         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4444
4445 2010-10-13  Julien Danjou  <julien@danjou.info>
4446
4447         * shr.el (shr-width): Make shr-width a defcustom with default to
4448         fill-column.
4449         (shr-tag-img): Use shr-width rather than fill-column.
4450
4451 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * dgnushack.el (byte-optimize-apply)
4454         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4455
4456         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4457         position when (X-)Faces exist.
4458         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4459         avatars when called interactively.
4460
4461 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4464         gnus-article-x-face-too-ugly is bound.
4465
4466 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4469
4470         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4471         mailbox that doesn't exist.
4472
4473 2010-10-12  Julien Danjou  <julien@danjou.info>
4474
4475         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4476         (shr-get-image-data): Encode URL properly when fetching from cache.
4477         (shr-tag-img): Use aligned-to spaces to align correctly images.
4478
4479         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4480         before inserting the Gravatar.
4481
4482         * shr.el (shr-tag-img): Add align attribute support for <img>.
4483
4484 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-gravatar.el (gnus-art): Require.
4487
4488         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4489         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4490         Remove long obsoleted functions.
4491
4492 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4495
4496         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4497
4498         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4499         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4500         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4501         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4502         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4503         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4504         * sieve-manage.el, smime.el, spam.el:
4505         Fix comment for declare-function.
4506
4507 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * nnimap.el (nnimap-request-rename-group): Select group read-only
4510         before renaming it.
4511
4512         * shr.el (shr-insert): Fix up the white space only regexp.
4513
4514         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4515         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4516
4517         * shr.el (shr-current-column): New function.
4518         (shr-find-fill-point): New function.
4519
4520 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4521
4522         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4523         numbers.
4524
4525 2010-10-11  Julien Danjou  <julien@danjou.info>
4526
4527         * shr.el (shr-hr-line): Add.
4528         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4529         display hr lines.
4530         (shr-max-columns): Do not change state to nil if we just inserting
4531         spaces.
4532
4533 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4536         select the last group.
4537
4538 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4539
4540         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4541
4542 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4543
4544         * dig.el (dig-mode-map): Declare and define in one step.
4545
4546 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4549         for Gnus.
4550         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4551         (nnimap-update-qresync-info): Mark \Seen articles as read.
4552
4553         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4554         non-variable, too.
4555
4556         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4557         available.
4558         (nnimap-update-info): Rely more on the current active than the param
4559         active to avoid marking articles as read too much.
4560
4561         * auth-source.el (auth-source-create): Use (user-login-name) for the
4562         user name default.
4563
4564         * nnimap.el (nnimap-update-info): If the server doesn't return any
4565         useful info, just use the previous info.
4566         (nnimap-update-info): Prefer old info over start-article.
4567         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4568
4569 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4570
4571         * nnir.el (autoload): Clean up autoloads.
4572         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4573         Use key rather than value.
4574         (nnir-imap-search-other): New variable.
4575         (nnir-read-parm): Use it.
4576         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4577         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4578
4579 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4580
4581         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4582         the process, too.
4583
4584 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * spam.el (gnus-summary-mode-map): Bind to "$".
4587         Suggested by Russ Allbery.
4588
4589         * shr.el: Rework the way things are indented by <li> slightly.
4590
4591         * gnus.el (gnus-group-set-parameter): Fix typo.
4592
4593         * nnimap.el: Start implementing QRESYNC support.
4594
4595 2010-10-09  Julien Danjou  <julien@danjou.info>
4596
4597         * nnir.el (nnir-engines): Fix too many arguments.
4598
4599 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4602         group is the "last", so that the backends like nnfolder actually save
4603         their folders.
4604
4605         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4606         try to use that for the tls stream.
4607         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4608         UIDVALIDITY and find out which groups are read-only and not.
4609         (nnimap-get-flags): Use the same marks parsing code as the rest of
4610         nnimap.
4611
4612 2010-10-09  Julien Danjou  <julien@danjou.info>
4613
4614         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4615
4616         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4617         retrieving gravatars.
4618
4619         * shr.el (shr-table-corner): Add.
4620         (shr-table-line): Add.
4621         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4622
4623 2010-10-08  Julien Danjou  <julien@danjou.info>
4624
4625         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4626
4627 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4628
4629         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4630
4631         * gnus-sum.el (gnus-mark-article-as-unread)
4632         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4633         (gnus-summary-set-bookmark): Use it.
4634
4635         * gnus-msg.el (gnus-setup-message): Use it.
4636
4637         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4638
4639         * gnus.el (gnus-group-remove-parameter): Use it.
4640
4641         * gnus-group.el (gnus-group-make-web-group): Use it.
4642
4643         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4644
4645         * nnregistry.el: Update docs to mention manual.
4646
4647         * gnus-registry.el: Update docs to mention nnregistry.el.
4648         (gnus-registry-initialize): Don't install nnregistry refer method
4649         automatically.
4650         (gnus-registry-install-nnregistry): Remove it.
4651
4652 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * shr.el (shr-insert): Don't insert double spaces.
4655
4656 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-gravatar.el (gnus-treat-from-gravatar)
4659         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4660         called interactively.
4661
4662         * gnus-art.el (gnus-mime-view-part-externally)
4663         (gnus-mime-view-part-internally): Make predicate function passed to
4664         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4665         of a mime type.
4666
4667         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4668
4669 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * shr.el (require): Require cl when compiling.
4672         (shr-tag-hr): New function.
4673
4674         * nnimap.el (nnimap-update-info): Remove double setting of high.
4675         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4676         This makes nnimap work properly on Courier again.
4677
4678         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4679         the variable for backwards compatibility.
4680
4681         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4682         the file name before using to avoid setting mm-default-directory to
4683         nil.
4684
4685         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4686         bidning gnus-agent variables.
4687
4688         * shr.el (shr-render-td): Use a cache for the table rendering function
4689         to avoid getting an exponential rendering behaviour in nested tables.
4690         (shr-insert): Rework the line-breaking algorithm.
4691         (shr-insert): Don't leave trailing spaces.
4692         (shr-insert-table): Also insert empty TDs.
4693         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4694
4695 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4696
4697         * gnus-sum.el (gnus-number): Rename from `number'.
4698         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4699         (gnus-summary-limit-children): Update uses correspondingly.
4700
4701 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4704         (gnus-gravatar-transform-address): Don't show avatars of people of
4705         which mail addresses match gnus-gravatar-too-ugly.
4706
4707 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708
4709         * shr.el (shr-table-widths): Expand TD elements to fill available
4710         space.
4711
4712 2010-10-07  Julien Danjou  <julien@danjou.info>
4713
4714         * nnimap.el (nnimap-request-rename-group): Add this method.
4715
4716 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4719         name from XEmacs' function-arglist.
4720
4721         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4722         gravatar under XEmacs.
4723
4724 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * auth-source.el: Update docs with TODO items.
4727
4728         * gnus-sync.el: Update docs to explain state and plans.
4729
4730         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4731         Hooks for mark updates.
4732         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4733
4734         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4735         hooks with arguments, which is needed for mark update hooks.
4736
4737 2010-10-06  Julien Danjou  <julien@danjou.info>
4738
4739         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4740         was matched.
4741
4742         * sieve-manage.el: Update example in `Commentary'.
4743
4744         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4745
4746         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4747         not 2000.
4748         (sieve-manage-authenticate): Re-add function.
4749
4750 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * shr.el (shr-insert): Get 'space transition right.
4753         (shr-render-td): Only delete space at the end of the TD.
4754
4755         * nnimap.el (nnimap-open-connection): Prepare to support
4756         open-gnutls-stream.
4757
4758         * shr.el: Rearrange function order to be more logical.
4759
4760 2010-10-06  Julien Danjou  <julien@danjou.info>
4761
4762         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4763         (nnrss-discover-feed): Remove 404 URL in docstring.
4764
4765         * nnir.el: Fix Swish-E URL.
4766         Fix Namazu URL.
4767
4768         * message.el (message-change-subject): Remove 404 URL in a comment.
4769
4770 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4773         called interactively.
4774
4775         * gnus-util.el (gnus-remove-if): Allow hash table.
4776         (gnus-remove-if-not): New function.
4777
4778         * gnus-art.el (gnus-mime-view-part-as-type)
4779         * gnus-score.el (gnus-summary-score-effect)
4780         * gnus-sum.el (gnus-read-move-group-name):
4781         Replace remove-if-not with gnus-remove-if-not.
4782
4783         * gnus-group.el (gnus-group-completing-read):
4784         Regard collection as a hash table if it is not a list.
4785
4786 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4789
4790         * shr.el: Document the table-rendering algorithm.
4791
4792 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4795         for Emacsen having no `libxml-parse-html-region' support.
4796
4797 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4800         invalid URLs.
4801
4802         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4803         line-broken.
4804         (shr-tag-img): Ignore image fetching errors.
4805         (shr-overlays-in-region): Compute overlay positions correctly.
4806
4807         * mm-decode.el (mm-shr): Require shr.
4808
4809         * gnus-art.el (gnus-blocked-images): Move variable here.
4810
4811         * shr.el (shr-insert-table): Bind free variable.
4812
4813         * mm-decode.el (mm-shr): Bind shr-content-function.
4814
4815         * shr.el (shr-content-function): New variable.
4816
4817         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4818         added for symmetry.
4819
4820         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4821
4822         * gnus-group.el (gnus-group-make-group): Doc fix.
4823
4824         * nnimap.el (nnimap-request-newgroups): Return success.
4825
4826         * shr.el (shr-find-elements): New function.
4827         (shr-tag-table): Put all the images after the table.
4828         (shr-tag-table): Really inhibit images inside the table.
4829         (shr-collect-overlays): Copy over overlays from the TD elements to the
4830         main document.
4831
4832         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4833         gnus-blocked-images.
4834
4835 2010-10-05  Julien Danjou  <julien@danjou.info>
4836
4837         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4838
4839         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4840         (gnus-html-maximum-image-size): Add this function.
4841         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4842
4843         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4844         server-value of the capability is nil.
4845
4846 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * shr.el (shr-tag-em): Add <EM> tag.
4849
4850 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4851
4852         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4853         customizable.
4854
4855         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4856         handing broken links to browse-url.
4857
4858 2010-10-05  Julien Danjou  <julien@danjou.info>
4859
4860         * gnus-util.el (gnus-emacs-completing-read)
4861         (gnus-iswitchb-completing-read): Use autoload rather than require.
4862
4863 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4866         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4867         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4868         iswitchb-temp-buflist for XEmacs.
4869
4870         * gnus-util.el (gnus-completing-read-function): Exclude
4871         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4872         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4873         XEmacs.
4874
4875         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4876         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4877
4878         * gnus-html.el: Don't require help-fns under XEmacs.
4879         (gnus-html-schedule-image-fetching): Work for XEmacs.
4880
4881         * mm-decode.el (mm-shr): Decode contents by charset.
4882
4883 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4886         unknown.
4887
4888         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4889         (shr-get-image-data): Ensure against the cache file missing.
4890
4891         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4892         for data.
4893
4894         * spam-report.el (spam-report-url-ping-plain): Don't query about
4895         killing the process.
4896
4897         * shr.el (shr-render-td): Protect against too-wide text.
4898
4899 2010-10-04  Julien Danjou  <julien@danjou.info>
4900
4901         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4902         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4903
4904         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4905         retrieved.
4906
4907 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908
4909         * shr.el (browse-url): Require.
4910         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4911         lines.
4912         (shr-show-alt-text, shr-browse-image): New commands.
4913         (shr-browse-url, shr-copy-url): New commands.
4914
4915         * gnus-sum.el (gnus-widen-article-window): New variable.
4916         (gnus-summary-select-article-buffer): Use it.
4917
4918         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4919         without @ signs.
4920
4921 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4922
4923         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4924
4925 2010-10-04  Julien Danjou  <julien@danjou.info>
4926
4927         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4928         for XEmacs.
4929
4930 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4933
4934         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4935         (nnimap-close-server): Implement.
4936
4937         * dgnushack.el (iswitchb): Require to shut up the compiler.
4938
4939         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4940         (shr-insert): Tweak line breaking.
4941         (shr-insert): Handle <pre> better.
4942         (shr-tag-li): Get <li> indentation right.
4943         (shr-tag-li): Get <li> indentation even righter.
4944         (shr-tag-blockquote): Ensure paragraph start.
4945         (shr-make-table): Tweak table generation.
4946         (shr-make-table): Fix typo.
4947
4948         * shr.el: Implement table rendering.
4949
4950 2010-10-04  Julien Danjou  <julien@danjou.info>
4951
4952         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4953
4954 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * shr.el (shr-insert): Use string anchors instead of line anchors.
4957
4958 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * shr.el: Add headings.
4961         (shr-ensure-paragraph): Actually work.
4962         (shr-tag-li): Make <ul> prettier.
4963         (shr-insert): Get white space at the beginning/end of elements right.
4964         (shr-tag-p): Collapse subsequent <p>s.
4965         (shr-ensure-paragraph): Don't insert double line feeds after blank
4966         lines.
4967         (shr-insert): \t is also space.
4968         (shr-tag-s): Fix "s" tag name function.
4969         (shr-tag-s): Fix face prop name.
4970
4971 2010-10-03  Julien Danjou  <julien@danjou.info>
4972
4973         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4974
4975         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4976         gnus-window-inside-pixel-edges.
4977
4978         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4979         gnus-ems.
4980
4981         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4982
4983         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4984         function.
4985
4986         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4987         resize choice.
4988
4989 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4992         beginning of the buffer.
4993
4994         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4995         article buffer again.
4996
4997         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4998
4999         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5000         when it's at the start of the buffer.
5001
5002         * shr.el (shr-tag-blockquote): Convert name.
5003         (shr-rescale-image): Use the right image-size variant.
5004
5005         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5006         buffer isn't shown, then select the current article first instead of
5007         bugging out.
5008         (gnus-summary-select-article-buffer): Show both the article and summary
5009         buffers again.
5010
5011         * shr.el (shr-fontize-cont): Protect against regions with no text.
5012         Rename tag functions to shr-tag-* for enhanced security.
5013         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5014
5015 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5016
5017         * shr.el (shr-insert):
5018         * pop3.el (pop3-movemail):
5019         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5020         loaded.
5021
5022 2010-10-03  Glenn Morris  <rgm@gnu.org>
5023
5024         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5025
5026         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5027
5028         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5029
5030         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5031
5032         * gnus-util.el (gnus-make-local-hook): Simplify.
5033
5034 2010-10-02  Julien Danjou  <julien@danjou.info>
5035
5036         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5037         (gnus-ido-completing-read): New function.
5038         (gnus-emacs-completing-read): New function.
5039         (gnus-completing-read): Use gnus-completing-read-function.
5040         Add gnus-completing-read-function.
5041
5042 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * shr.el (shr-insert-document): Autoload.
5045         (shr-img): Be silent.
5046         (shr-insert): Add a newline after every picture before text.
5047         (shr-add-font): Use overlays for combining faces.
5048         (shr-insert): Pass upwards the text start point.
5049
5050         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5051         possible.
5052         (mm-shr): New function.
5053
5054 2010-10-02  Julien Danjou  <julien@danjou.info>
5055
5056         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5057         should go backward.
5058
5059 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5060
5061         * shr.el (shr): Fix typo in provide call.
5062
5063 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064
5065         * shr.el: New file.
5066
5067         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5068
5069         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5070         completing read.
5071
5072 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5075         we're being queried about.  Suggested by Dan Jacobson.
5076
5077         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5078         Suggested by Jason Eisner.
5079
5080         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5081         table, too.  Suggested by Stefan Wiens.
5082         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5083         the table unnecessary.  Suggested by Stefan Wiens.
5084
5085         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5086         longer needed, and probably doesn't work either, as pointed out by
5087         Stefan Wiens.
5088         (gnus-summary-exit): Remove call to the clearing function.
5089         (gnus-summary-exit-no-update): Ditto.
5090
5091         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5092         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5093         Reported by Stefan Monnier.
5094         (gnus-summary-save-in-rmail): Ditto.
5095
5096         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5097         article buffer, instead of both the article buffer and the summary
5098         buffer.  Sort of suggested by Dan Jacobson.
5099
5100         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5101
5102         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5103         Suggested by Dan Jacobson.
5104
5105         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5106         documentation clearer.
5107
5108         * message.el (message-shorten-references): Comment on the number "21".
5109         Suggested by Stefan Monnier.
5110
5111         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5112         Suggested by Dan Jacobson.
5113
5114         * gnus.el (gnus-large-newsgroup):
5115         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5116
5117         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5118         externalize attachments.  Bug reported by Steve Wen.
5119
5120         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5121         really message anything to the user.
5122
5123         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5124         directly.
5125
5126         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5127         messages in empty groups.
5128
5129 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5130
5131         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5132         non-UIDNEXT group.
5133
5134 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5137         not the value from the collection.
5138
5139         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5140         values.  This sometimes happens on some groups that have no info.
5141         (nnimap-request-newgroups): New function.
5142
5143 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5146         check into `gnus-registry-initialize'.
5147         (gnus-registry-initialize): Ditto.
5148         Fix and extend header docs.
5149
5150 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5153         regexp backtrace overflows.
5154
5155         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5156         for starttls that tls.el implements; i.e. openssl.
5157
5158         * tls.el (tls-starttls-switches): Give up on using starttls with
5159         gnutls-cli.
5160         (tls-program): Add --insecure to be consistent with the defaults from
5161         openssl s_client.  Now all three commands are insecure.
5162
5163 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * lpath.el: Bind completion-styles-alist for XEmacs.
5166
5167         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5168         (gravatar-create-image): New function that's an alias to
5169         gnus-xmas-create-image, gnus-create-image, or create-image.
5170         (gravatar-data->image): Use it.
5171
5172 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5175         install the nnregistry refer method.
5176         (gnus-registry-install-hooks): Use it.
5177         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5178         unfollowed groups.
5179
5180 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5181
5182         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5183         expanding threads.
5184
5185 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * nnir.el: Use the server names without suffixes (bug #7009).
5188
5189         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5190         unencrypted to STARTTLS, if possible.
5191
5192 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5193
5194         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5195         headers before superseding.
5196
5197 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * nnrss.el (nnrss-use-local): Add documentation.
5200
5201         * nnimap.el (nnimap-extend-tls-programs): New function.
5202         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5203         (nnimap-wait-for-connection): Accept the greeting from the stupid
5204         output from openssl s_client -starttls, too.
5205
5206         * tls.el (tls-starttls-switches): New variable.
5207         (tls-find-starttls-argument): Use it.
5208         (open-tls-stream): Ditto.
5209
5210         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5211         (netrc-machine): Ditto.
5212
5213         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5214         article number.
5215         (nnimap-split-fancy): New variable.
5216         (nnimap-split-incoming-mail): Use it.
5217
5218         * nntp.el (nntp-server-list-active-group): Document.
5219
5220         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5221         SELECT to get the message-id.
5222
5223         * mail-source.el (mail-sources): Remove webmail support.
5224         (defvar): Ditto.
5225         (mail-source-fetcher-alist): Ditto.
5226         (mail-source-fetch-webmail): Remove.
5227
5228         * webmail.el: Remove -- doesn't seem relevant any more.
5229
5230         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5231
5232         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5233         the \r.
5234
5235 2010-09-30  Julien Danjou  <julien@danjou.info>
5236
5237         * gnus-agent.el (gnus-agent-add-group): Fix call to
5238         gnus-completing-read.
5239
5240 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * nndoc.el (nndoc-retrieve-groups): New function.
5243
5244         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5245         `default', use nnmail-split-methods.
5246         (nnimap-request-article): Downcase the NILs so that they are nil.
5247
5248         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5249         symbol.
5250
5251         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5252         code, since if the user has requested network, that's what they ought
5253         to get.
5254         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5255         (nnimap-split-rule): Mark as obsolete.
5256
5257         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5258         New variable.
5259
5260         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5261         correct slot, too.
5262
5263 2010-09-29  Julien Danjou  <julien@danjou.info>
5264
5265         * gnus.el (gnus-local-domain): Declare variable obsolete.
5266
5267         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5268         Fix history computing.
5269         (gnus-ido-completing-read): Require ido.
5270
5271 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5274         build Gnus.
5275
5276         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5277         when interpreting the structures.
5278         (nnimap-request-accept-article): Add \r\n to the lines to make this
5279         work with Cyrus.
5280
5281         * nndraft.el (nndraft-request-expire-articles): Use the group name
5282         instead if "nndraft".  Fix found by Nils Ackermann.
5283
5284 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5285
5286         * nnregistry.el: Add.
5287
5288 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5289
5290         * nnmail.el (group, group-art-list, group-art):
5291         Remove unneeded directives.
5292
5293 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5296         (mm-mime-charset)
5297         * rfc2047.el (rfc2047-syntax-table)
5298         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5299
5300         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5301         rather than `insert-file-contents' and `eval-region'.
5302
5303         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5304         construction.
5305
5306         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5307
5308         * time-date.el: No need to require cl for Emacs 21.
5309
5310 2010-09-29  Julien Danjou  <julien@danjou.info>
5311
5312         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5313         replacement of `gnus-gravatar-relief' to mimic
5314         `gnus-faces-properties-alist'.
5315         Add :version property.
5316
5317 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * mail-source.el (mail-source-report-new-mail)
5320         * message.el (message-default-mail-headers)
5321         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5322
5323         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5324
5325 2010-09-28  Julien Danjou  <julien@danjou.info>
5326
5327         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5328         mail-address contains the same string as real-name.
5329
5330         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5331         non-blank in header, otherwise it'll get stripped.
5332
5333         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5334         real-name, and then for mail address rather than doing : or , search.
5335
5336 2010-09-27  Julien Danjou  <julien@danjou.info>
5337
5338         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5339         right completing-read function.
5340         (gnus-use-ido): New variable
5341         (gnus-completing-read-with-default): Remove.
5342         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5343         (gnus-agent-add-group):
5344         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5345         * mm-view.el (mm-view-pkcs7-decrypt):
5346         * mm-util.el (mm-codepage-setup):
5347         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5348         * mml-smime.el (mml-smime-openssl-sign-query):
5349         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5350         (mml-insert-multipart):
5351         * gnus-msg.el (gnus-summary-yank-message):
5352         * gnus-int.el (gnus-start-news-server):
5353         * mm-decode.el (mm-interactively-view-part):
5354         * gnus-dired.el (gnus-dired-attach):
5355         * gnus.el (gnus-read-method):
5356         * gnus-bookmark.el (gnus-bookmark-jump):
5357         * gnus-art.el (gnus-mime-view-part-as-type)
5358         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5359         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5360         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5361         * nnmairix.el (nnmairix-create-server-and-default-group)
5362         (nnmairix-update-groups, nnmairix-get-server)
5363         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5364         (nnmairix-get-group-from-file-path):
5365         * nnrss.el (nnrss-find-rss-via-syndic8):
5366         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5367         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5368         (gnus-group-browse-foreign-server):
5369         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5370         (gnus-summary-execute-command, gnus-summary-respool-article)
5371         (gnus-read-move-group-name):
5372         * gnus-score.el (gnus-summary-increase-score)
5373         (gnus-summary-score-effect):
5374         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5375
5376 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5379         x-focus-frame.
5380
5381         * nnimap.el (auth-source-forget-user-or-password)
5382         (auth-source-user-or-password): Autoload.
5383
5384         * message.el (message-from-style, message-interactive)
5385         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5386         (message-yank-prefix, message-indentation-spaces, message-signature)
5387         (message-signature-file): Add comment.
5388
5389 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5392         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5393         new articles.
5394
5395         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5396         parts.
5397         (nnimap-request-article): Work with the t setting, too.
5398
5399         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5400         that you don't get flashes of other buffers.
5401         (gnus-summary-show-complete-article): Intern before setting.
5402
5403 2010-09-27  David Engster  <dengste@eml.cc>
5404
5405         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5406         well as HEADERS.
5407         (nnmairix-retrieve-headers): Provide new argument for the above.
5408
5409 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * gnus-sum.el (gnus-summary-move-article): Don't alter
5412         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5413         group.
5414
5415         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5416
5417         * message.el (message-cite-prefix-regexp): Revert my last edit.
5418
5419         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5420         variable instead of the Gnus variable.
5421
5422         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5423
5424         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5425
5426         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5427         since some servers don't like it.
5428         (nnimap-open-connection): Forget credentials if the server says the
5429         password was wrong.
5430         (nnimap-parse-line): Protect against invalid data.
5431
5432         * gnus-sum.el (gnus-summary-move-article): Add comment.
5433         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5434         nothing alters it while scanning for new messages.
5435
5436         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5437         which may or may not help.
5438         (nnimap-open-connection): If we're doing a stream connection, and then
5439         discover we're on a STARTTLS-capable server, then open a STARTTLS
5440         connection instead.
5441
5442 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * nnimap.el (utf7): Require.
5445
5446         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5447         prefix.
5448
5449 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5450
5451         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5452
5453 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * nnimap.el (nnimap-request-accept-article): Message the error on
5456         error.
5457
5458 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5461
5462 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * nndoc.el (nndoc-request-list): Return success always.
5465
5466         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5467         `fetch-old' -- we only want to fetch the articles we've requested.
5468         The rest are in the agent, probably.
5469         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5470         disappeared server" to something low.  It's not important.
5471
5472         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5473         arrived before the FETCH data.
5474
5475         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5476         target here, because we don't know the Gnus name of the group.
5477
5478         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5479         for the correct group.
5480
5481         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5482
5483         * gnus.el (gnus): Give a final warning after startup.
5484
5485         * gnus-util.el (gnus-action-message-log): New variable.
5486         (gnus-message): Use it.
5487         (gnus-final-warning): New function.
5488
5489         * nnimap.el (nnimap-open-connection): Record the greeting.
5490         (nnimap): Add greeting.
5491
5492 2010-09-26  Julien Danjou  <julien@danjou.info>
5493
5494         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5495         arguments.
5496         (gnus-html-wash-images): Fix spec computing to include start/end.
5497
5498         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5499
5500 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5503         deletion.
5504         (nnimap-retrieve-headers): Don't select the group, because that's
5505         already done by nnimap-possibly-change-group.
5506
5507         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5508         (gnus-picon-transform-address): Use it.
5509
5510         * mail-source.el (mail-source-value): Revert previous patch.
5511
5512         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5513         on failure.
5514         (nnimap-open-connection): Look up both virtual and physical server name
5515         credentials.
5516
5517         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5518
5519 2009-02-07  Dave Love  <fx@gnu.org>
5520
5521         * tls.el (open-tls-stream): Don't query killing process.
5522
5523 2009-02-08  Dave Love  <fx@gnu.org>
5524
5525         * gnus-win.el (gnus-window-to-buffer-helper)
5526         (gnus-all-windows-visible-p): Function needn't be a symbol.
5527
5528         * mail-source.el (mail-source-value): Function needn't be a symbol.
5529
5530 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * message.el (message-cite-prefix-regexp): Remove } from the cite
5533         prefix.
5534
5535         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5536         highlight again, so that the highlight is correct.
5537
5538         * gnus-picon.el (gnus-picon): Remove again.
5539         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5540
5541         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5542         doing the header highlightling, so that the background colour of the
5543         picon is correct.
5544
5545         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5546         (gnus-picon): Ditto.
5547         (gnus-picon): Reinstate.  The background colour for picons is white.
5548         (gnus-picon-insert-glyph): Make the background white.
5549
5550         * nnml.el (nnml-open-nov): Don't return dead buffers.
5551
5552         * auth-source.el (auth-source-create): Query the user for whether to
5553         store the credentials.
5554
5555         * netrc.el (netrc-store-data): New function.
5556
5557         * auth-source.el (auth-source-user-or-password): Use the existing auth
5558         sources, if any, for creation.
5559
5560         * gnus.el (gnus-group-fast-parameter): Return the last matching
5561         parameter instead of the first matching parameter.
5562
5563 2010-09-26  Julien Danjou  <julien@danjou.info>
5564
5565         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5566
5567 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * mml2015.el (mml2015-use): Remove gpg support.
5570
5571         * mml1991.el (mml1991-function-alist): Remove gpg function.
5572         (mml1991-gpg-sign): Remove.
5573
5574 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5575
5576         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5577         (gnus-browse-unsubscribe-current-group): Document it.
5578         (gnus-browse-unsubscribe-group): Use it.
5579
5580 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5581
5582         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5583         address to the To list for easier response.
5584
5585         * gnus.el (gnus-play-startup-jingle): Remove.
5586         (gnus-splash): Don't play jingle.
5587         (gnus): Silence gnus-load message.
5588
5589         * gnus-art.el (gnus-treat-play-sounds): Remove.
5590
5591         * gnus.el (gnus-play-jingle): Remove audio support.
5592
5593         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5594
5595         * earcon.el: Remove -- no users.
5596
5597         * gnus-audio.el: Remove -- no users of this package.
5598
5599         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5600
5601         * gnus-start.el (gnus-setup-news): Remove nocem support.
5602
5603         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5604
5605         * gnus.el (gnus-use-nocem): Remove.
5606
5607         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5608         Remove.
5609
5610         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5611         uses NoCeM any more.
5612
5613         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5614         (gnus-button-ctan-handler): Ditto.
5615         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5616         (gnus-button-ctan-directory-regexp): Ditto.
5617         (gnus-button-handle-ctan): Ditto.
5618         (gnus-button-tex-level): Ditto.
5619         (gnus-button-alist): Remove CTAN stuff.
5620
5621 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5624         nnimap-streaming test.
5625
5626         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5627         servers twice.
5628
5629         * nnimap.el (nnimap-open-connection): Add more error reporting when
5630         nnimap fails early.
5631
5632         * nnheader.el (nnheader-get-report-string): New function.
5633         (nnheader-get-report): Use it.
5634
5635         * gnus-int.el (gnus-check-server): Say what the error was when opening
5636         failed.
5637
5638         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5639         using streaming.
5640
5641 2010-09-25  Julien Danjou  <julien@danjou.info>
5642
5643         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5644         gnus-window-inside-pixel-edges.
5645
5646 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5649
5650         * mm-decode.el (mm-save-part): Allow saving to other directories the
5651         normal Emacs way.
5652
5653         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5654         Suggested by Jay Berkenbilt.
5655
5656         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5657         there isn't a single byte.
5658
5659         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5660         just do it.  It doesn't really seem to matter what the user responds
5661         here, I think, so it's just a confusing question.
5662
5663         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5664         non-streaming case.
5665
5666         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5667         (gnus-article-encrypt-body): Use it.
5668
5669         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5670         keystroke.
5671
5672         * nnimap.el (nnimap-find-wanted-parts-1):
5673         Use gnus-fetch-partial-articles.
5674
5675         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5676
5677         * nnimap.el (nnimap-insert-partial-structure): New function.
5678         (nnimap-get-partial-article): New function.
5679         (nnimap-request-article): Use it.
5680         (nnimap-wait-for-response): Return whether the wait was successful.
5681         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5682         retrieval wasn't successful.
5683         (nnimap-retrieve-group-data-early): Allow throttling servers.
5684         (nnimap-streaming): New variable.
5685         (nnimap-fetch-partial-articles): Remove.
5686
5687         * mm-decode.el (mm-with-part): Protect against killed buffers.
5688
5689         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5690         for prettier summary display.
5691
5692 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5693
5694         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5695
5696 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5699         apparently third-party libraries depend on it.
5700
5701         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5702         before starting negotiation.
5703
5704         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5705         privacy reasons.
5706         (gnus-treat-mail-gravatar): Ditto.
5707
5708         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5709         buffer when inserting images.  Inserting text into the headers, for
5710         instance, can make them invalid.
5711
5712 2010-09-25  Julien Danjou  <julien@danjou.info>
5713
5714         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5715         variables.
5716
5717         * nnheader.el: Remove useless variables news-reply-yank-from and
5718         news-reply-yank-message-id.
5719
5720         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5721         variables.
5722
5723         * mml1991.el: Remove useless mml1991-verbose.
5724
5725         * gnus.el: Remove useless variable gnus-use-generic-from.
5726         Remove obsolete variable gnus-topic-indentation.
5727
5728         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5729
5730         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5731
5732         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5733
5734         * gnus-group.el: Remove useless gnus-group-icon-cache.
5735         Remove useless gnus-ephemeral-group-server.
5736
5737         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5738
5739         * mml2015.el: Remove useless mml2015-verbose.
5740
5741         * mml-smime.el: Remove useless mml-smime-verbose.
5742
5743         * gnus.el: Remove useless gnus-local-domain.
5744
5745         * gnus-gravatar.el (gnus-gravatar-transform-address):
5746         Use gnus-gravatar-size.
5747
5748         * gnus-art.el: Remove useless gnus-treat-translate.
5749
5750 2010-09-24  Julien Danjou  <julien@danjou.info>
5751
5752         * gnus-sum.el: Add support for Gravatars.
5753
5754         * gnus-art.el: Add support for Gravatars.
5755
5756         * gnus-gravatar.el: Add this file.
5757
5758         * gravatar.el: Add this file.
5759
5760 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5763
5764         * gnus-group.el (gnus-group-fetch-faq): Remove.
5765
5766         * gnus.el (gnus-group-faq-directory): Remove.
5767
5768         * gnus-group.el (gnus-group-fetch-charter): Remove.
5769
5770         * gnus.el (gnus-group-charter-alist): Remove.
5771
5772         * gnus-group.el (gnus-group-archive-directory): Remove.
5773         (gnus-group-recent-archive-directory): Ditto.
5774         (gnus-group-make-archive-group): Remove.
5775
5776         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5777
5778         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5779         use the same article number for all the cached articles.
5780
5781         * nnimap.el (nnimap-command): Register the last command time so
5782         that we can use it for idling NOOPs.
5783         (nnimap-open-connection): Start the keeplive timer.
5784         (nnimap-make-process-buffer): Store all the process buffers.
5785         (nnimap-keepalive): New function.
5786
5787         * starttls.el (starttls-open-stream): Add autoload cookie.
5788
5789 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5790
5791         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5792         handling.
5793
5794 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5797         its data structures.
5798
5799         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5800         instead of the cl.el copy-list.
5801         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5802         equalp.
5803
5804 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5807         and tool-bar-local-item-from-menu.
5808
5809         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5810         mode-line-highlight face for Emacs.
5811
5812         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5813         loading gnus-sum.elc; fix comment for canlock-verify.
5814         (gnus-article-jump-to-part): Use read-number.
5815         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5816         Remove Emacs pre-21 compatible code for help-echo.
5817         (gnus-article-next-page-1): No need to adjust the number of lines.
5818         (gnus-article-describe-bindings): Always use help-buffer.
5819
5820         * gnus-audio.el (gnus-audio-inline-sound)
5821         * gnus-cus.el (gnus-custom-mode)
5822         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5823
5824         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5825
5826         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5827         compatible code.
5828
5829 2010-09-24  Glenn Morris  <rgm@gnu.org>
5830
5831         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5832         visiting the fcc file in rmail-mode.
5833
5834         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5835
5836 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * nnir.el: Silence the byte compiler.
5839
5840         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5841         alias to browse-url-url-encode-chars if any.
5842         (gnus-html-encode-url): Use it.
5843
5844 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * gnus-start.el (gnus-use-backend-marks): New variable.
5847         (gnus-get-unread-articles-in-group): Use it.
5848
5849         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5850         makeover.
5851
5852 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5853
5854         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5855
5856 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5859         Remove.
5860         (gnus-setup-news-hook):
5861         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5862
5863         * gnus-int.el (gnus-request-update-info): Protect against backends not
5864         having the function.
5865
5866         * nnimap.el (nnimap-stream): Mention starttls.
5867         (nnimap-open-connection): Add starttls support.
5868
5869 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5870
5871         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5872
5873 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5876         BODYSTRUCTUREs.
5877         (nnimap-transform-headers): Unfold quoted {42} headers.
5878
5879         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5880         the info.
5881         (gnus-get-unread-articles): Only call updatep on backends that support
5882         it.
5883
5884         * nnweb.el (nnweb-request-update-info): NOOP.
5885
5886         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5887
5888         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5889         since it only deals with marks.
5890
5891         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5892         gnus-request-marks, and make a new gnus-request-update-info.
5893
5894         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5895         the active instead of the high number, which is usually too low.
5896
5897 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5898
5899         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5900         * encrypt.el: Remove.
5901
5902 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5903
5904         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5905         server in symbolic form.
5906
5907         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5908
5909 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5912         (nnimap-update-info): Fix up code slightly.
5913
5914         * gnus-int.el (gnus-open-server): Add tracing for performance
5915         debugging.
5916
5917         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5918         (gnus-group-insert-group-line): Pass the real group name so that it
5919         gets the right data.
5920
5921         * gnus-start.el (gnus-get-unread-articles): Don't have
5922         `gnus-get-unread-articles-in-group' update info, since that can be
5923         really slow and doesn't seem to be needed?
5924
5925 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5926
5927         * time-date.el (date-to-time): Try using parse-time-string first before
5928         using the slower timezone-make-date-arpa-standard.
5929
5930 2010-09-22  Julien Danjou  <julien@danjou.info>
5931
5932         * gnus-group.el (gnus-group-insert-group-line):
5933         Call gnus-group-highlight-line.
5934         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5935         default hook list.
5936         (gnus-group-update-eval-form): Add new function.
5937         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5938         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5939
5940 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5943         immediate, then expire all articles.
5944         (nnimap-update-info): Fix off-by-one errors.
5945         (nnimap-flags-to-marks): Would return no marks lists for group with no
5946         flags.  Instead return the other data.
5947
5948 2010-09-22  Julien Danjou  <julien@danjou.info>
5949
5950         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5951         Only return an icon.
5952         (gnus-group-insert-group-line): Compute icon to return.
5953
5954         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5955         (gnus-html-image-fetched): Only cache if
5956         gnus-html-image-automatic-caching is set.
5957         (gnus-html-image-fetched): Check for errors.
5958
5959 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5962         once per method on `g'.  This ensures that backends like nnfolder don't
5963         open all their folders.
5964
5965         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5966         (nnimap-request-list): Nix out group in the correct buffer.
5967         (nnimap-parse-flags): Implement by using `read' instead of
5968         hand-parsing.
5969         (nnimap-flags-to-marks): Pass on permanent-flags.
5970         (nnimap-make-process-buffer): Record the server name.
5971         (nnimap-parse-flags): Fix typo.
5972         (nnimap-request-scan): Run split on the server in general, not just a
5973         single group.
5974
5975         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5976         parameter, and propagate this downwards.
5977
5978         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5979         since EXAMINE changes it on the server.
5980
5981         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5982         this command might take a while.
5983
5984 2010-09-22  Julien Danjou  <julien@danjou.info>
5985
5986         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5987         harmful if you have 2 images side-by-side, they can't be properly
5988         update on text deletion.  Using text-property is safer here.
5989         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5990         data.
5991
5992 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5993
5994         * nnimap.el (nnimap-expunge-inbox): Remove.
5995         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5996         (nnimap-expunge): Flip default to t.
5997
5998         * gnus.el (gnus-method-to-server): Don't push things to the cache
5999         unless it's unique.
6000         (gnus-server-to-method): Ditto.
6001
6002 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6003
6004         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6005
6006 2010-09-22  Julien Danjou  <julien@danjou.info>
6007
6008         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6009         get the start of data.
6010         (gnus-html-encode-url): Add this function to encode special chars in
6011         URL.
6012         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6013         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6014
6015         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6016         default.
6017         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6018
6019         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6020         images alt-text.
6021         (gnus-html-put-image): Put alt-text as help-echo.
6022
6023 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6026         * mm-util.el (mm-decompress-buffer)
6027         * nnir.el (nnir-run-find-grep)
6028         * pop3.el (pop3-list): Use 3rd arg of split-string.
6029
6030         * time-date.el (format-seconds): Comment fix.
6031
6032         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6033         and byte-optimize-form-code-walker.
6034         (dgnushack-make-auto-load): Don't advise make-autoload.
6035
6036         * lpath.el: Remove Emacs 21 stuff.
6037
6038 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6039
6040         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6041         outside the active range.  Suggested by Dan Christensen.
6042
6043         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6044         slightly later to avoid double-getting it.
6045
6046         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6047         previous patch.
6048
6049         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6050
6051 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6052
6053         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6054
6055 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * gnus-int.el (gnus-open-server): Give a better error message in the
6058         "go offline" case.
6059
6060         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6061         marks for nnimap, which is seldom the right thing to do.
6062
6063         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6064         (gnus-same-method-different-name): New function.
6065
6066         * nnimap.el (parse-time): Require.
6067
6068         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6069         method in the presence of many similar methods.
6070
6071         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6072
6073         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6074         nnml-inhibit-expiry.
6075
6076         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6077         find out whether methods are equal.
6078
6079         * nnimap.el (nnimap-find-expired-articles): New function.
6080         (nnimap-process-expiry-targets): New function.
6081         (nnimap-request-move-article): Request the article before looking at
6082         what the Message-ID is.  Fix found by Andrew Cohen.
6083         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6084
6085         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6086         for oldness in addition to being a predicate.
6087
6088         * nnimap.el (nnimap-request-group): When we have zero articles, return
6089         the right data to Gnus.
6090         (nnimap-request-expire-articles): Only delete articles immediately if
6091         the target is 'delete.
6092
6093         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6094         method, this would bug out.
6095
6096         * gnus-group.el (gnus-group-expunge-group): Rename from
6097         gnus-group-nnimap-expunge, and implemented as a normal interface
6098         function.
6099
6100         * gnus-int.el (gnus-request-expunge-group): New function.
6101
6102         * nnimap.el (nnimap-request-create-group): Implement.
6103         (nnimap-request-expunge-group): New function.
6104
6105 2010-09-21  Julien Danjou  <julien@danjou.info>
6106
6107         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6108         (gnus-html-cache-expired): Add new function.
6109         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6110         wethever we should display image for fetch it.
6111         Compute alt-text earlier to pass it to the fetching function too.
6112         (gnus-html-schedule-image-fetching): Change function argument to only
6113         get one image at a time, not a list.
6114         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6115         cache.
6116         (gnus-html-get-image-data): New function to retrieve image data from
6117         cache.
6118         (gnus-html-put-image): Change buffer argument to use image data rather
6119         than file, and place image above region rather than inserting a new
6120         one.  Do not take alt-text as argument, since it's useless now: we place
6121         the image above alt-text.
6122         (gnus-html-prune-cache): Remove.
6123         (gnus-html-show-images): Start to fetch image when we find one, do not
6124         push into a temporary list.
6125         (gnus-html-prefetch-images): Only fetch image if they have expired.
6126         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6127         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6128
6129 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6132
6133 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6136         spec inser "*" if the group isn't active instead of 0.
6137
6138         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6139         opening the server.
6140         (nnimap-request-delete-group): Implement group deletion.
6141         (nnimap-transform-headers): Return the size of the entire message in
6142         the Bytes header, not just the size of the first part.
6143         (nnimap-request-move-article): When moving an article from nnimap,
6144         request the article first so the accepting form has an article to
6145         accept.  Reported by Dan Christensen.
6146         (nnimap-command): Make sure that the error message doesn't error out.
6147
6148 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6149
6150         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6151         we haven't requested anything.
6152
6153 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6156         "".  Fix found by Andrew Cohen.
6157
6158         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6159         instead of -encode-string.
6160
6161 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6164
6165         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6166         by mm-subst-char-in-string.
6167
6168 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169
6170         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6171         waiting for the connection string.
6172
6173         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6174         arriving.
6175
6176         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6177         bogus characters.  This allows selecting certain Gmail groups.
6178
6179         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6180         (nnimap-fetch-partial-articles): New variable.
6181         (nnimap-open-connection): When looking for credentials, also use the
6182         nnimap-server-port.
6183         (nnimap-request-article): Return the group/article number, so that Gnus
6184         `^' works as expected.
6185         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6186
6187         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6188         comments.
6189         (gnus-methods-sloppily-equal): New function.
6190         (gnus): When using the development version of Gnus, load the gnus-load
6191         file.
6192
6193         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6194         `gnus-open-server' on each method before trying to scan them etc.
6195         This ensures that all the backend parameters are set correctly.
6196
6197         * nnimap.el (nnimap-authenticator): New variable.
6198         (nnimap-open-connection): Allow anonymous login.
6199         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6200         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6201
6202         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6203         patch, found by Knut Anders Hatlen.
6204
6205 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6206
6207         * gnus-agent.el (gnus-agent-batch-confirmation)
6208         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6209         to gnus-message.
6210         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6211         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6212         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6213         * gnus-int.el (gnus-open-server): Likewise.
6214         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6215         (gnus-score-check-syntax): Likewise.
6216         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6217         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6218         Likewise.
6219         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6220
6221 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6224         calling conventions so that prefetch doesn't bug out.
6225
6226 2010-09-19  Julien Danjou  <julien@danjou.info>
6227
6228         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6229         rather than `subst-char-in-region' in order to be able to replace ASCII
6230         char by UTF-8 ones.
6231
6232         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6233         than curl.
6234         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6235         the right URL and ALT text on images.
6236         (gnus-html-wash-tags): Fix tag case.
6237         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6238         (gnus-article-html): Add -o display_ins_del=2 option.
6239         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6240
6241 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6242
6243         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6244         the extra mail headers, which sometimes seem to happen for unknown
6245         reasons.
6246
6247         * mail-parse.el (mail-header-encode-parameter): Define as
6248         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6249         (or most, perhaps?) mail readers don't understand the latter, but do
6250         understand the former.
6251
6252         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6253         to nil, so that no methods are automatically agentized.  I think this
6254         is probably what most users want.
6255
6256         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6257         from url-retrieve, for instance about invalid URLs.
6258
6259         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6260         groups that have no articles.
6261         (nnimap-request-article): Check that we really got an article when we
6262         requested one.
6263
6264         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6265         doesn't exist.
6266
6267         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6268         nntp buffer so the agent can save it.
6269         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6270         that CRLF doesn't get translated to \n.
6271         (nnimap-open-connection): Don't make 'shell commands only send \n.
6272
6273 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6274
6275         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6276         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6277         Update var name.
6278         (nnml-generate-nov-file): Use dolist.
6279         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6280         Use with-current-buffer.
6281
6282 2010-09-18  Julien Danjou  <julien@danjou.info>
6283
6284         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6285         parallel.
6286
6287 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6290         the range update right.
6291         (nnimap-request-group): Don't make `M-g' bug out on group with no
6292         marks.
6293         (nnoo): Require, so that other packages can require nnimap.
6294         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6295         command we're looking for.  This helps when the server sends more
6296         responses after we've gotten everything we expected.
6297         (nnimap): Add a `newlinep' field to keep track of end-of-line
6298         conventions.
6299         Don't send CRLF to things that don't want it.
6300         (nnimap-request-accept-article): Ditto.
6301
6302 2010-09-18  Julien Danjou  <julien@danjou.info>
6303
6304         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6305         than curl to retrieve images.
6306
6307 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6310         the marks.
6311         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6312         (nnimap-wait-for-connection): New function.
6313         (nnimap-open-connection): If we have PREAUTH, don't query for login
6314         credentials.
6315         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6316         when doing a partial update.
6317
6318 2010-09-18  Julien Danjou  <julien@danjou.info>
6319
6320         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6321         tags.
6322
6323 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * nnimap.el (nnimap-credentials): New function.
6326         (nnimap-open-connection): Use the new function to look for credentials
6327         also on the numeric equivalents of "imap" and "imaps".
6328
6329         * gnus-start.el (gnus-activate-group): Send the info to
6330         gnus-request-group.
6331
6332         * nnimap.el (nnimap-request-group): Have the "check" version of the
6333         function parse flags and update the info, so that a `M-g' get a total
6334         resync of all flags from the group.
6335
6336         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6337         to allow backends to alter the info on group selection.  Also alter all
6338         the backend -request-group functions to take the parameter.
6339
6340         * nnimap.el (nnimap-store-info): New function.
6341         (nnimap-update-info): Store the info for later usage.
6342         (nnimap-request-group): Use the stored info for the dont-check case, so
6343         that we don't retrieve all marks when we enter a group.
6344
6345         * nnimap.el: Use deffoo instead of defun for interface functions.
6346
6347         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6348         update the group info.  This makes the nndraft groups, for instance, go
6349         back to their old behaviour.
6350
6351         * gnus-sum.el (gnus-select-newsgroup): Indent.
6352
6353         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6354         in.
6355         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6356         nothing.
6357
6358         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6359         from methods that are denied.
6360
6361         * gnus-int.el (gnus-method-denied-p): New function.
6362
6363         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6364         store the password instead of netrc.
6365         (nnimap-open-connection): Don't error out when we can't make a
6366         connections.
6367
6368         * auth-source.el (auth-source-create): In the password prompt, say what
6369         we're querying for.  Also prompt for user name if that hasn't been
6370         given.
6371
6372         * nnimap.el (nnimap-with-process-buffer): Remove.
6373
6374 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6375
6376         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6377         method when we're reading from the agent.
6378
6379         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6380
6381         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6382         that's probably most useful for users.
6383
6384         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6385         "failed" all the time.
6386
6387         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6388         ...)) with (with-current-buffer ... ).
6389
6390         * nntp.el (nntp-open-server): Return whether the open was successful or
6391         not.
6392
6393         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6394         select an unread unseen article first.
6395
6396         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6397         /etc/services, supply some sensible port defaults.
6398
6399         * dgnushack.el: Define netrc-credentials.
6400
6401 2010-09-17  Julien Danjou  <julien@danjou.info>
6402
6403         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6404
6405 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6406
6407         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6408         doesn't have any parameters.
6409
6410 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6413         only upcased checks.
6414
6415         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6416
6417         * nnimap.el (nnimap-open-shell-stream): New function.
6418         (nnimap-open-connection): Use it.
6419         (nnimap-transform-headers): Get the number of lines in each message.
6420         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6421         number of lines.
6422         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6423         problem.
6424
6425         * utf7.el (utf7-encode): Autoload.
6426
6427         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6428         to allow the mail splitting to not return a default group.  This is
6429         useful for nnimap, which will leave unmatched mail in the inbox.
6430
6431         * nnimap.el: Rewritten.
6432
6433         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6434         nnimap usage.
6435
6436         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6437         if the move is internal, so that nnimap can do fast internal moves.
6438
6439         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6440         data.
6441         (gnus-read-active-for-groups): Support finishing the early retrieval of
6442         data.
6443
6444         * gnus-range.el (gnus-range-nconcat): New function.
6445
6446         * gnus-int.el (gnus-finish-retrieve-group-infos)
6447         (gnus-retrieve-group-data-early): New functions.
6448
6449 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6450
6451         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6452         (nnrss-retrieve-groups):
6453         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6454         (pop3-quit): Use with-current-buffer.
6455
6456 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6459         instead of nnheader-accept-process-output.
6460
6461         * dgnushack.el (dgnushack-compile): Add comment.
6462
6463         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6464
6465         * gnus-html.el (gnus-html-schedule-image-fetching)
6466         (gnus-html-prefetch-images): Replace process-kill-without-query by
6467         gnus-set-process-query-on-exit-flag.
6468
6469 2010-09-16  Romain Francoise  <romain@orebokech.com>
6470
6471         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6472
6473 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474
6475         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6476         parameter to unintern is mandatory-ish in Emacs 24.
6477
6478         * gnus-html.el (gnus-html-schedule-image-fetching)
6479         (gnus-html-prefetch-images): Check for curl before using it.
6480
6481         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6482         depend on curl, which isn't essential.
6483
6484         * imap.el: Revert back to version
6485         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6486         seem problematic.
6487
6488 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6489
6490         * gnus-registry.el (gnus-registry-install-shortcuts):
6491         Explicitly pass `obarray' to `unintern' to avoid a warning.
6492
6493 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6496         change.
6497
6498         * nnrss.el (nnrss-request-list): Remove this function and related
6499         functions, including the moreover stuff.
6500
6501 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * nnrss.el (nnrss-retrieve-groups): New function.
6504
6505 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6506
6507         * .dir-locals.el: Add no-byte-compile cookie.
6508
6509 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * time-date.el (format-seconds): Comment fix.
6512
6513         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6514         for back end that doesn't support request-scan.
6515
6516 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517
6518         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6519         then do request scans from the backends.
6520
6521         * netrc.el (netrc-credentials): New conveniency function.
6522
6523         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6524         avoid running a hook per line, since this takes a lot of time,
6525         profiling shows.
6526         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6527         directly if gnus-visual-p is true.
6528
6529 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6532         groups; replace mapcar with dolist which is a bit faster; pass groups
6533         info to gnus-read-active-file-1.
6534         (gnus-read-active-file-1): Scan only specified groups if the new
6535         optional arg `infos' is given.
6536
6537 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6540
6541         * pop3.el (pop3-movemail): Remove.
6542         (pop3-streaming-movemail): Rename to pop3-movemail.
6543
6544         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6545         don't restrict end-tag searches to the end of the line.
6546
6547 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6550         articles of every unchecked group to t, which means unknown since the
6551         server has never been opened.
6552
6553 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gnus-html.el (gnus-html-show-alt-text): New command.
6556         (gnus-html-browse-image): Ditto.
6557         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6558         to browse the image directly.
6559         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6560         better.
6561
6562         * gnus-async.el (gnus-async-article-callback):
6563         Call `gnus-html-prefetch-images' unconditionally.
6564
6565         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6566         before feeding URLs to curl.
6567
6568 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6571         internal images as deletable by `W D D'.
6572
6573         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6574         (gnus-async-article-callback): Fix typo.
6575
6576 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6579         current line to work around bugs in the output from w3m.
6580
6581         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6582         for groups that want that.
6583
6584         * nntp.el (nntp-wait-for-string): Supply a timeout for
6585         accept-process-output to ensure progress.
6586
6587         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6588         level to get unread articles from, then use that for foreign groups,
6589         too.
6590
6591         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6592         confuses the rest of the function.
6593
6594         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6595         for the methods that support -retrieve-groups, too.
6596
6597         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6598
6599 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6602         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6603
6604         * pop3.el: Require cl when compiling.
6605         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6606
6607 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6610         that aren't going to be activated.
6611         (gnus-get-unread-articles): Fix up the last commit.
6612
6613         * gnus-html.el (gnus-article-html): Allow calling without specifying
6614         the handle.  In that case, dissect the buffer first.
6615
6616         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6617
6618         * nnimap.el (nnimap-open-connection): Revert the change that would look
6619         into authinfo for imaps instead of imap.
6620
6621         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6622         say that you don't want to call gnus-request-group with don-check, but
6623         do check the reponse.  This is for virtual groups only.
6624         (gnus-get-unread-articles): Count the archive groups as secondary, so
6625         that they're activated the same way as before.
6626
6627         * imap.el (imap-message-map): Removed optional buffer parameter, since
6628         no callers use it.
6629         (imap-message-get): Ditto.
6630         (imap-message-put): Ditto.
6631         (imap-mailbox-map): Ditto.
6632         (imap-mailbox-put): Ditto.
6633         (imap-mailbox-get): Ditto.
6634         (imap-mailbox-get): Revert last change for this function.
6635
6636         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6637         case-insensitively.
6638         (nnimap-debug): Remove.
6639
6640         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6641         callers to use `imap-fetch' instead.  According to the comments, this
6642         should be safe, since all other IMAP clients use the 1:* syntax.
6643         (imap-enable-exchange-bug-workaround): Remove.
6644         (imap-debug): Remove -- doesn't seem very useful.
6645
6646         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6647         mail from a file, and the file doesn't exist.
6648
6649         * imap.el (imap-log): New convenience function used throughout instead
6650         of repeating the same code all over the place.
6651
6652         * pop3.el (pop3-streaming-movemail): Return t for success.
6653
6654         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6655         .authinfo if we're using ssl connection.
6656
6657         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6658         already have if we're in a main Gnus `g' run.
6659
6660         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6661
6662 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6665
6666         * nnmh.el (nnmh-request-list-1): Bind `file'.
6667
6668         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6669         alias to set-process-query-on-exit-flag or process-kill-without-query.
6670         (pop3-open-server): Use it.
6671
6672 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6675         box to the Incoming file.  Fixes mistake in previous checkin.
6676
6677         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6678         request loop (for debugging purposes) removed.
6679
6680         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6681         culprit is more visible.
6682         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6683         (nnml-add-incremental-nov): New functions to do "incremental" nov
6684         updates, where we just append to the end of the existing nov files
6685         without reading/writing them in full.
6686
6687         * mail-source.el (mail-source-delete-crash-box): Really only check the
6688         incoming files once in a while.
6689
6690         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6691
6692         * mail-source.el (mail-source-delete-crash-box): Only check the
6693         incoming files for deletion once per day to save a lot of file
6694         accesses.
6695
6696         * pop3.el (pop3-logon): Fix up unbound variable typo.
6697
6698         * mail-source.el (pop3-streaming-movemail): Autoload.
6699
6700         * pop3.el (pop3-streaming-movemail):
6701         Respect pop3-leave-mail-on-server.
6702
6703         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6704         retrieval.
6705
6706         * pop3.el (pop3-process-filter): Remove unused function.
6707         (pop3-streaming-movemail, pop3-send-streaming-command)
6708         (pop3-wait-for-messages, pop3-write-to-file)
6709         (pop3-number-of-responses): New functions for streaming pop3
6710         retrieval.
6711
6712         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6713         come from no known methods.
6714         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6715         list.
6716
6717         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6718         message sizes.
6719         (pop3-movemail): Use erase-buffer instead of looping and deleting
6720         regions, which seems rather odd.
6721
6722         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6723         file once per `g' run.
6724
6725         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6726         directories.  This makes the draft queue directory work.
6727
6728         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6729         data from the backends, so that we only request the list of groups from
6730         each method once.  This should speed things up considerably.
6731
6732         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6733         detect that it's not implemented.
6734
6735         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6736         we actually do recurse down into the tree, but don't stat all leaf
6737         nodes.
6738
6739         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6740         then say so instead of bugging out.
6741
6742         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6743         files exist before trying to read them.
6744
6745         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6746         around <pre_int>.
6747
6748         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6749
6750         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6751
6752 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753
6754         * mm-util.el (mm-image-load-path): Just return the image directories,
6755         not all directories in the path in addition to the image directories.
6756         (mm-image-load-path): Maintain a cache of the image directories so that
6757         the `g' command in Gnus doesn't have to stat dozens of directories each
6758         time.
6759
6760         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6761         (gnus-html-wash-tags): Add a new `i' command to insert images.
6762         (gnus-html-insert-image): New command and keystroke.
6763         (gnus-html-redisplay-with-images): New command and keystroke.
6764         (gnus-html-show-images): Rename command.
6765         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6766         spacers.
6767         (gnus-html-wash-tags): Decode entities at the end, so that entities
6768         inside the tags don't mess up the rest of the "parsing".
6769
6770         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6771         so that nnimap methods aren't agentized by default.  There's apparently
6772         many problems related to agent/imap behaviour.
6773
6774         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6775
6776         * gnus-html.el: Doc fix.
6777
6778 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6781         specifier-spec-list for Emacs 21.
6782
6783         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6784         glyph-width and glyph-height instead of display-graphic-p and
6785         image-size; make avoidance of displaying small images work for XEmacs.
6786
6787         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6788         for XEmacs.
6789
6790         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6791         of symbol that holds plist data.
6792         (gnus-process-plist): Remove plist of process after getting it.
6793
6794 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * message.el (message-generate-hashcash): Change default to
6797         'opportunistic if hashcash is installed.
6798
6799         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6800         (gnus-html-put-image): Only call image-size once, since it's somewhat
6801         time-consuming on remote X servers.
6802
6803 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6806         type on data, not a file name.
6807
6808         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6809         window-pixel-edges for Emacs 21.
6810
6811         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6812         decoded contents.
6813         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6814
6815 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6816
6817         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6818         group line format, since it isn't very interesting.
6819
6820         * gnus-agent.el (gnus-agent-short-article),
6821         (gnus-agent-long-article): Increase values for these two variables,
6822         since most people are likely to have more network connection and
6823         storage than before.
6824
6825         * gnus.el (gnus-refer-article-method): Change default to 'current.
6826         When referring an article, the common behaviour is to refer it from the
6827         current select method, not the native select method.  The chances of
6828         the native select method having the message in question is rather slim
6829         these days.
6830
6831         * gnus-sum.el (gnus-auto-select-subject): Change default to
6832         `unseen-or-unread'.  I think it's likely that most people want to
6833         select an unseen article over a previously seen, but unread one.
6834
6835         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6836         means that in the article buffer none of the minor mode elements will
6837         be shown, usually, and this is not desirable in most cases.
6838
6839         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6840         that commands like `d' (and the like) go to the next line in the
6841         buffer, instead of the next unread article.  I think this is the
6842         behaviour that is most natural for most users.
6843         (gnus-single-article-buffer): Change default to nil, so that people can
6844         have as many article buffers open as they have summary buffer.  I think
6845         this is the most natural way for the groups to behave.
6846
6847         * message.el (message-generate-new-buffers): Change default to
6848         `unsent', so that all new message buffers start their names with the
6849         string "*unsent", and it's easier to find the buffers if you move from
6850         them.
6851
6852 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6855         small.  They're probably tracking images.
6856         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6857         (gnus-html-rescale-image): Yet another try at getting the image sizing
6858         right.
6859
6860         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6861         nntp-marks-file-name is nil.
6862
6863 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6864
6865         * gnus-html.el (gnus-html-wash-tags)
6866         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6867         Better logging.
6868
6869 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6870
6871         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6872
6873         * gnus-html.el (gnus-html-wash-tags): Check the value of
6874         gnus-blocked-images in the summary buffer.
6875
6876 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6877
6878         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6879
6880 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6883         like "a", it seems like.
6884         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6885         since it needs to be picked from the correct buffer.
6886
6887         * nnwfm.el: Remove.
6888
6889         * nnlistserv.el: Remove.
6890
6891 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6894         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6895
6896 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897
6898         * nnkiboze.el: Remove.
6899
6900         * nndb.el: Remove.
6901
6902         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6903         alt text.
6904         (gnus-html-rescale-image): Try to get the rescaling logic right for
6905         images that are just wide and not tall.
6906
6907         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6908         overshadow variable bindings.
6909
6910 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * gnus-html.el (gnus-html-wash-tags)
6913         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6914         Add extra logging.
6915
6916 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6919         (gnus-max-image-proportion): New variable.
6920         (gnus-html-rescale-image): New function.
6921         (gnus-html-put-image): Rescale images.
6922
6923 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6924
6925         Fix up some byte-compiler warnings.
6926         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6927         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6928         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6929         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6930         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6931         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6932         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6933
6934 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-html.el (gnus-article-html): Decode contents by charset.
6937
6938 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6941         (gnus-html-frame-width, gnus-blocked-images)
6942         * message.el (message-prune-recipient-rules): Add custom version.
6943         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6944
6945         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6946         functions.
6947
6948         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6949         gnus-process-get.
6950
6951 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6952
6953         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6954         instead of lsub directly.
6955
6956 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * nnwarchive.el: Remove.
6959
6960         * gnus-soup.el: Remove.
6961
6962         * nnsoup.el: Remove.
6963
6964         * nnultimate.el: Remove.
6965
6966         * gnus-html.el (gnus-blocked-images): New variable.
6967
6968         * message.el (message-prune-recipients): New function.
6969         (message-prune-recipient-rules): New variable.
6970
6971         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6972         guess whether a long line is natural text or not.
6973
6974         * gnus-html.el (gnus-html-schedule-image-fetching):
6975         Use gnus-process-plist and friends for compatibility.
6976
6977 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6978
6979         * gnus-html.el: Require packages that define macros used in this file.
6980         (gnus-article-mouse-face): Declare to silence byte-compiler.
6981         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6982         process-get.
6983         (gnus-html-put-image): Use plist-get to avoid getf.
6984         (gnus-html-prefetch-images): Use with-current-buffer.
6985
6986 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-ems.el: Provide compatibility functions for
6989         gnus-set-process-plist.
6990
6991         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6992         header-line-format for XEmacs 21.4.
6993
6994         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6995         * gnus.el (gnus-valid-select-methods)
6996         * message.el (message-send-mail-partially-limit)
6997         * mm-decode.el (mm-text-html-renderer)
6998         * mml.el (mml-insert-mime-headers-always)
6999         * smiley.el (smiley-regexp-alist): Bump custom version.
7000
7001 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * gnus-html.el: require mm-url.
7004         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7005         with the url to `url'.
7006         (gnus-html-wash-tags): Support cid: URLs/images.
7007
7008 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7009
7010         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7011         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7012         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7013
7014         * gnus-move.el: Remove file, since it doesn't really work.
7015
7016         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7017         UTF-8.  This seems to fix problems with some German web feeds.
7018
7019         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7020         at the top so that the proper colours are applied.
7021
7022         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7023         don't have dots in their names.
7024
7025         * gnus-art.el (gnus-article-view-part): Doc fix.
7026
7027         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7028         XEmacs-compatible.
7029         (gnus-html-put-image): Don't do images on non-graphic displays.
7030
7031         * nnslashdot.el: Remove this unused backend.
7032
7033         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7034         actions.
7035         (gnus-undo-register-1): Revert last change.
7036
7037         * gnus-group.el (gnus-group-completing-read): Protect against not
7038         having completion-styles bound.
7039
7040         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7041         make broken recipients happier.
7042
7043         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7044
7045         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7046         point parameter.
7047
7048         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7049
7050         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7051         completion-styles for group selection.
7052
7053 2009-02-04  Andreas Schwab  <schwab@suse.de>
7054
7055         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7056         headers and regexp-quote the match if necessary.
7057
7058 2009-03-24  Miles Bader  <miles@gnu.org>
7059
7060         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7061         the blinking smiley.
7062
7063 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7064
7065         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7066         blink smiley.
7067
7068 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7071         where the dribbel file lives exists.
7072
7073         * message.el (message-send-mail-partially-limit): Change the default to
7074         nil, since most people don't want this.
7075
7076         * mm-url.el (mm-url-decode-entities): Also decode entities like
7077         &#x3212.
7078
7079 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7080
7081         * gnus-sum.el (gnus-summary-idna-message):
7082         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7083         Hyperlink urls in docstrings with URL `...'.
7084
7085 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7086
7087         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7088         functions.
7089
7090 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7093         say what the mouseover text should be.
7094
7095         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7096         version of the mm-w3m-safe-url-regexp variable to only download images
7097         in the groups where we want that to happen.
7098
7099         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7100
7101         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7102         easier debugging.
7103         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7104         big pictures in the article buffer.
7105
7106         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7107         gnus-article-html.
7108         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7109         w3m.
7110
7111         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7112
7113 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7116         which doesn't exist.
7117
7118         * message.el (message-inhibit-ecomplete): New variable to allow some
7119         function to inhibit ecomplete address storage.
7120         (message-resend): Disable ecomplete message storage when resending
7121         messages.
7122
7123         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7124
7125 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7128         Save excursion while copying, moving, and deleting articles in order to
7129         prevent the cursor from jumping to unforeseen place.
7130
7131 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * lpath.el: No need to bind bookmark-current-buffer,
7134         bookmark-yank-point and bookmark-make-record-function.
7135
7136 2010-08-17  Glenn Morris  <rgm@gnu.org>
7137
7138         * gnus-sync.el: Require gnus components whose functions are used.
7139
7140         * gnus-art.el (bookmark-make-record-function):
7141         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7142         Declare for compiler.
7143
7144         * mm-url.el (mml-compute-boundary): Autoload.
7145
7146 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7149
7150 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         Typo fix "hoo4a" -> "hook".
7153
7154         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7155
7156 2010-08-14  Glenn Morris  <rgm@gnu.org>
7157
7158         * gnus-sync.el (gnus-sync): Fix defgroup version.
7159
7160 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7163
7164         * gnus-sync.el: Fix docs.
7165         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7166         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7167
7168 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7169
7170         Optimizations for gnus-sync.el.
7171
7172         * gnus-sync.el: Add docs about gnus-sync-backend
7173         possibilities.
7174         (gnus-sync-save): Remove unnecessary message.
7175         (gnus-sync-read): Optimize and show what groups were skipped.
7176
7177 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7178
7179         Minor bug fixes for gnus-sync.el.
7180
7181         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7182         Don't read the sync on get-new-news.
7183
7184         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7185         quiet.
7186
7187         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7188         (fix typo).
7189
7190 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7191
7192         Make saving and restoring of hidden threads work with overlays.
7193         Patch applied by Ted Zlatanov.
7194
7195         * gnus-sum.el (gnus-hidden-threads-configuration)
7196         (gnus-restore-hidden-threads-configuration): Update to deal with text
7197         properties, rather than searching for a magic character.
7198
7199 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         New gnus-sync.el library for synchronization of marks.
7202
7203         * gnus-sync.el: New library for synchronization of marks.
7204
7205         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7206         renamed from `gnus-registry-grep-in-list'.
7207
7208         * gnus-registry.el (gnus-registry-follow-group-p):
7209         Use `gnus-grep-in-list'.
7210
7211         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7212
7213 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7216         determining charset of text fails.
7217
7218 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * nnmail.el (nnmail-get-new-mail-1): Revert.
7221
7222         * nnml.el (nnml-active-number): Make sure names of newly created groups
7223         in nnml-group-alist are encoded.
7224
7225 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7228         containing non-ASCII characters in active file for nnml back end.
7229
7230 2010-07-24  David Engster  <dengste@eml.cc>
7231
7232         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7233         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7234
7235 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7236
7237         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7238         tag (Bug#6654).
7239
7240 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7243         the article buffer, not the summary buffer.
7244
7245 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7248         Emacs 23 as well.
7249
7250 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7253         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7254
7255 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7256
7257         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7258         Patch applied by Karl Fogel.
7259
7260         * gnus-sum.el (gnus-summary-bookmark-make-record):
7261         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7262
7263 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7264
7265         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7266         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7267         C-w still not working correctly from Article buffers; Thierry's
7268         patch to fix that will be applied after this.
7269
7270         * gnus-art.el (bookmark-make-record-function): New local variable.
7271
7272         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7273         article buffer.
7274         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7275
7276 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7277
7278         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7279         on changes in bookmark.el.
7280
7281 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7284         `no-log' instead of message not to log prompt string.
7285
7286 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7287
7288         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7289         the *other* type of HTML form submission.
7290
7291 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7292
7293         * auth-source.el (auth-source-pick): If choice does not contain a
7294         questioned keyword, set the check to t.
7295
7296 2010-06-12  Romain Francoise  <romain@orebokech.com>
7297
7298         * gnus-util.el (gnus-date-get-time): Move up before first use.
7299
7300 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7303         (gnus-article-edit-part): Bind it to make last part that is substituted
7304         or deleted visible.
7305         (gnus-mime-display-single): Buttonize part of which id equals to
7306         gnus-mime-buttonized-part-id.
7307
7308 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7309
7310         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7311         (gnus-dd-mmm): Use gnus-date-get-time.
7312         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7313         simplify logic.
7314         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7315         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7316
7317 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7318
7319         * auth-source.el (top): Autoload `secrets-list-collections',
7320         `secrets-create-item', `secrets-delete-item'.
7321         (auth-sources): Fix tag string.
7322         (auth-get-source, auth-source-retrieve, auth-source-create)
7323         (auth-source-delete): New defuns.
7324         (auth-source-pick): Rewrite in order to avoid 2 passes.
7325         (auth-source-forget-user-or-password): New parameter USERNAME.
7326         (auth-source-user-or-password): New parameters CREATE-MISSING and
7327         DELETE-EXISTING.  Retrieve password interactively, if needed.
7328
7329 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7330
7331         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7332         deleting unused directories when gnus-expert-user is t.
7333
7334 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7337         for each temp file when gnus-article-browse-delete-temp is ask.
7338
7339 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7340
7341         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7342         Replace Lisp calls to delete-backward-char by calls to delete-char.
7343
7344 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7345
7346         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7347
7348 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7349
7350         * password-cache.el (password-cache-remove): Fix docstring.
7351
7352 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7355         article unless decoding article to be saved.
7356
7357 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7360         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7361         generated within the mm-with-unibyte-current-buffer macro.
7362
7363 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7366         to nil when we're in a mml-preview buffer and no group is selected.
7367
7368 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7369
7370         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7371         when catching the `C-g'.  Reported by "Leo".
7372
7373 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * message.el (message-forward-make-body-plain)
7376         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7377         multibyte-string-p.
7378
7379         * lpath.el: Revert.
7380
7381 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * message.el (message-forward-make-body-mml): Assume original message
7384         is multibyte string; error on unibyte.
7385         (message-forward-make-body-plain): Ditto; don't add excessive newline
7386         in body end.
7387
7388         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7389
7390 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7391
7392         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7393         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7394
7395 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * mm-extern.el (mm-extern-url): Don't use
7398         mm-with-unibyte-current-buffer.
7399         (mm-extern-cache-contents): Use with-current-buffer instead of
7400         save-excursion + set-buffer.
7401
7402 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * mm-util.el (mm-emacs-mule): Remove.
7405
7406 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7407
7408         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7409         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7410         change.
7411
7412 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7415         bind the default value of enable-multibyte-characters to nil.
7416
7417 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * message.el (message-forward-make-body-plain)
7420         (message-forward-make-body-mml):
7421         Don't use mm-with-unibyte-current-buffer.
7422
7423 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7424
7425         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7426
7427 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7428
7429         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7430         (Bug#5592).
7431
7432 2010-05-07  Julien Danjou  <julien@danjou.info>
7433
7434         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7435         it to mm-pipe-part.
7436
7437         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7438         it is given.
7439
7440 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * binhex.el (binhex-decode-region-internal)
7443         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7444         (dns-query)
7445         * nnweb.el (nnweb-gmane-search)
7446         * pgg-parse.el (pgg-parse-armor)
7447         * pgg.el (pgg-verify-region)
7448         * sha1.el (sha1-string-external)
7449         * uudecode.el (uudecode-decode-region-internal)
7450         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7451         XEmacs.
7452
7453         * gnus-art.el (gnus-article-browse-html-parts)
7454         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7455         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7456         make-temp-file.
7457
7458         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7459         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7460         compiling.
7461
7462         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7463         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7464         XEmacs when compiling.
7465
7466         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7467         gnus-pick-mode-off-hook for XEmacs when compiling.
7468         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7469         gnus-binary-mode-off-hook for XEmacs when compiling.
7470
7471         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7472         Return nil if char-charset is not available.
7473
7474         * imap.el (imap-disable-multibyte)
7475         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7476         macros.
7477
7478         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7479         instead of encode-coding-string.
7480
7481         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7482         'xemacs) instead of mm-emacs-mule to switch function definitions.
7483         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7484
7485         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7486         bind temporary-file-directory for XEmacs;
7487         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7488         timer-set-function for XEmacs 21.4 and SXEmacs;
7489         bind timer-list for XEmacs 21.4 and SXEmacs;
7490         fbind char-charset and find-charset-region for non-Mule XEmacs;
7491         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7492         encode-coding-region and encode-coding-string for XEmacs having no
7493         file-coding feature.
7494
7495 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7496
7497         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7498
7499 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7502         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7503
7504 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7505
7506         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7507         alias `jka-compr-delete-temp-file' no longer exists.
7508
7509 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7510
7511         Use define-minor-mode in Gnus where applicable.
7512         * mml.el (mml-mode): Use define-minor-mode.
7513         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7514         (gnus-undo-mode): Use define-minor-mode.
7515         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7516         (gnus-dead-summary-mode): Use define-minor-mode.
7517         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7518         Initialize in declaration.
7519         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7520         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7521         (gnus-mailing-list-mode): Use define-minor-mode.
7522         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7523         (gnus-draft-mode): Use define-minor-mode.
7524         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7525         (gnus-dired-mode): Use define-minor-mode.
7526
7527 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7528
7529         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7530         handles on recursive mml-to-mime translation and check them for
7531         boundary delimiter collisions.  Reported by Greg Troxel.
7532
7533 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7536
7537 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7538
7539         * mm-util.el (mm-find-buffer-file-coding-system):
7540         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7541
7542 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7543
7544         * message.el (message-generate-headers): Record insertion of optional
7545         headers as well.  Otherwise the check to prevent repeated insertion of
7546         optional headers is a no-op.
7547
7548 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7549
7550         * smime.el: Don't mention CVS.
7551
7552         * nnrss.el (nnrss-fetch): Don't mention CVS.
7553
7554         * nnir.el: Don't mention CVS.
7555
7556 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7557
7558         * gnus-sum.el (gnus-summary-bookmark-make-record):
7559         Add `location' field.
7560
7561 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * lpath.el: Fbind bookmark-default-handler,
7564         bookmark-get-bookmark-record, bookmark-make-record-default,
7565         bookmark-prop-get for Emacs <23 and XEmacs.
7566
7567 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7568
7569         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7570         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7571         Use with-current-buffer to silence the byte-compiler.
7572         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7573         bother to require `gnus'.
7574         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7575
7576 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7577
7578         * gnus-sum.el (gnus-summary-bookmark-make-record)
7579         (gnus-summary-bookmark-jump): New functions.
7580         (gnus-summary-mode): Setup bookmark support.
7581
7582 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7583
7584         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7585         if set.
7586
7587 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7590         gnus-article-browse-html-save-cid-image; make it work recursively for
7591         forwarded messages as well.
7592         (gnus-article-browse-html-parts): Work when prefix arg is given.
7593         (gnus-article-browse-html-article): Doc fix.
7594
7595 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7596
7597         * message.el (message-default-mail-headers):
7598         (message-default-headers): Carry the value mail-default-headers over
7599         into message-default-mail-headers, rather than message-default-headers.
7600
7601 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7602
7603         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7604         charset.
7605
7606         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7607         charset into the <meta> tag when the article is encoded to utf-8.
7608
7609 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-art.el (gnus-article-browse-delete-temp-files):
7612         Delete directories as well.
7613         (gnus-article-browse-html-parts): Work for images that do not specify
7614         file names; delete temp directory when quitting; insert header at the
7615         right place; use file: scheme for image files.
7616
7617 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7618
7619         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7620         (gnus-article-browse-html-parts): Use it to make temporary cid image
7621         files in addition to html file so that browser may display them.
7622
7623 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7626
7627 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7628
7629         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7630
7631 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7632
7633         * auth-source.el (auth-sources): Change default to be simpler.
7634         Explain about Secret Service API sources.  Improve Customize options.
7635         (auth-source-pick): Change to accept any number of search parameters.
7636         Implement fallbacks iteratively, not recursively.  Add scoring on the
7637         second pass and sort by score.  Call Secret Service API when needed.
7638         (auth-source-user-or-password): Use it.  Call Secret Service API
7639         directly when needed to get the user name and the password.
7640
7641 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7642
7643         * message.el (message-interactive): Doc fix.
7644         (message-qmail-inject-args): Reflow.
7645         (message-kill-to-signature): Fix typo in docstring.
7646
7647         * smiley.el (smiley-buffer): Fix typo in docstring.
7648
7649 2010-03-24  Glenn Morris  <rgm@gnu.org>
7650
7651         * mail-source.el (gnus-message): Declare.
7652         (mail-source-delete-old-incoming): Require gnus-util.
7653
7654 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7657
7658         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7659
7660         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7661         password-cache's default if it is not bound.
7662         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7663         password-cache-expiry's default if it is not bound.
7664
7665         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7666         available in Emacs 21.
7667
7668         * lpath.el: Suppress compiler warnings for:
7669         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7670         XEmacs;
7671         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7672         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7673         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7674
7675 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * auth-source.el (auth-sources): Fix up definition so extra parameters
7678         are always inline.
7679
7680 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7681
7682         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7683         wasn't updated after mismatch.  Clear cached mailbox info correctly
7684         when uidvalidity changes.
7685         (nnimap-group-prefixed-name): New function to avoid some code
7686         duplication.
7687         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7688         (nnimap-request-group): Use it.
7689         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7690         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7691         with many imap folders.  This is done by caching the group status from
7692         the imap server persistently in a group parameter `imap-status'.  (This
7693         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7694         but not persistently, so every Gnus startup was still very slow.)
7695
7696 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7697
7698         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7699         delete the extra newline.  Otherwise editing of :string and :number
7700         types don't work.
7701
7702 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7703
7704         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7705         secrets.el dependency.
7706         (auth-sources): Add optional user name.  Add secrets.el configuration
7707         choice (unused right now).
7708
7709 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7710
7711         * gnus-sum.el (gnus-summary-make-menu-bar):
7712         Let `gnus-registry-install-shortcuts' fill in the functions.
7713
7714         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7715         warnings.
7716         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7717         (gnus-registry-install-shortcuts): Populate and use it in a
7718         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7719
7720 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7721
7722         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7723         In-place substitutions for the group name encoding/decoding.
7724         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7725         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7726         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7727         (nnimap-update-unseen, nnimap-request-list)
7728         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7729         (nnimap-request-set-mark, nnimap-split-to-groups)
7730         (nnimap-split-articles, nnimap-request-newgroups)
7731         (nnimap-request-create-group, nnimap-request-accept-article)
7732         (nnimap-request-delete-group, nnimap-request-rename-group)
7733         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7734         `encoded-mbx' for consistency.
7735         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7736         variable `imap-current-mailbox'.
7737
7738         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7739         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7740
7741 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7742
7743         * pop3.el (pop3-display-message-size-flag): Display message size byte
7744         counts during POP3 download.
7745         (pop3-movemail): Use it.
7746         (pop3-list): Implement listing of available messages.
7747
7748 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7749
7750         * nnir.el (nnir-get-article-nov-override-function): New function to
7751         override the normal NOV retrieval.
7752         (nnir-retrieve-headers): Use it.
7753
7754 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7755
7756         * auth-source.el (netrc-machine-user-or-password): Autoload.
7757
7758 2010-03-19  Glenn Morris  <rgm@gnu.org>
7759
7760         Stop message.el from loading about 40 libraries it doesn't always need.
7761         The general approach is to autoload rather than require, and to
7762         require in the specific functions rather than the file.  (Bug#5642)
7763
7764         * gmm-utils.el: Don't require wid-edit.
7765         (widget-create-child-value, widget-convert, widget-default-get):
7766         Autoload.
7767
7768         * gnus-util.el: Don't require time-date, netrc.
7769         (message-fetch-field, gnus-group-name-decode): Declare rather than
7770         autoloading.
7771         (gnus-fetch-field): Require message.
7772         (gnus-decode-newsgroups): Require gnus-group.
7773
7774         * ietf-drums.el: Don't require time-date.
7775
7776         * message.el: Don't require hashcash, canlock, ecomplete.
7777         Do require mail-utils.  Require nnheader only when compiling.
7778         (smtpmail-default-smtp-server): Remove declaration.
7779         (message-send-mail-function): Check smtpmail-default-smtp-server
7780         is bound rather than requiring smtpmail.
7781         (message-auto-save-directory, message-insert-signature):
7782         Use expand-file-name rather than nnheader-concat.
7783         (nnheader-insert-file-contents): Autoload.
7784         (hashcash-wait-async): Declare.
7785         (message-send-mail): Only call gnus-setup-posting-charset if
7786         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7787         (message-send-mail-with-sendmail): Require sendmail.
7788         (canlock-password, canlock-password-for-verify): Declare.
7789         (message-canlock-password): Require canlock.
7790         (nnheader-get-report): Autoload.
7791         (gnus-setup-posting-charset): Declare.
7792         (message-send-news): Require gnus-msg.
7793         (message-make-references, message-make-in-reply-to): Use mail-header-id
7794         rather than the alias mail-header-message-id.
7795         (ecomplete-add-item, ecomplete-save): Declare.
7796         (message-put-addresses-in-ecomplete): Require ecomplete.
7797         (ecomplete-display-matches): Autoload.
7798
7799         * mm-decode.el: Don't require mailcap, gnus-util.
7800         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7801         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7802         Autoload.
7803         (mailcap-mime-extensions): Declare.
7804
7805         * mm-encode.el: Don't require mailcap.
7806         (mailcap-extension-to-mime): Autoload.
7807
7808         * mml-sec.el: Don't require password-cache.
7809
7810         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7811         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7812         (mml-minibuffer-read-type): Require mailcap.
7813         (mml-preview): Require gnus-msg.
7814
7815         * mml1991.el: Require password-cache.
7816         (password-cache-expiry): Remove declaration.
7817
7818         * mml2015.el: Require password-cache.
7819         (password-cache-expiry): Remove declaration.
7820
7821         * nneething.el (mailcap): Require mailcap.
7822
7823         * nnheader.el (declare-function): Add compatibility stub.
7824         (message-remove-header): Declare rather than autoload.
7825         (nnheader-replace-header): Require message.
7826
7827         * nnimap.el (declare-function): Add compatibility stub.
7828         (netrc-parse, netrc-machine-user-or-password): Declare.
7829         (nnimap-open-connection): Require netrc.
7830
7831         * nntp.el (declare-function): Add compatibility stub.
7832         (netrc-parse, netrc-machine, netrc-get): Declare.
7833         (nntp-send-authinfo): Require netrc.
7834
7835         * rfc2047.el: Don't require qp.
7836         (quoted-printable-encode-region, quoted-printable-decode-string):
7837         Autoload.
7838
7839         * sieve-mode.el: Don't require easymenu.
7840         (easy-menu-add-item): Autoload it.
7841
7842         * spam-stat.el (time-to-number-of-days): Autoload it.
7843
7844 2010-03-19  Glenn Morris  <rgm@gnu.org>
7845
7846         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7847
7848 2010-03-18  Glenn Morris  <rgm@gnu.org>
7849
7850         * hashcash.el (declare-function): Remove duplicate definition.
7851
7852 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7853
7854         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7855         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7856         value if any backslash escapes).
7857
7858 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7861         if it is available.  (bug#5647)
7862
7863         * lpath.el: Suppress compiler warning for coding-system-from-name for
7864         Emacs 21 and XEmacs.
7865
7866 2010-03-14  Juri Linkov  <juri@jurta.org>
7867
7868         * hmac-def.el:
7869         * hmac-md5.el:
7870         * netrc.el: Fix keywords.
7871
7872 2010-02-26  Glenn Morris  <rgm@gnu.org>
7873
7874         * message.el (message-send-mail-function): Change the default, so that
7875         it inherits from a customized send-mail-function.  (Bug#5643)
7876
7877 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7878
7879         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7880         shell-command-to-string signals an error (bug#5299).
7881
7882 2010-02-24  Glenn Morris  <rgm@gnu.org>
7883
7884         * message.el (message-smtpmail-send-it)
7885         (message-send-mail-with-mailclient): Doc fixes.
7886
7887 2010-02-16  Glenn Morris  <rgm@gnu.org>
7888
7889         * message.el (message-default-mail-headers): Change the default value
7890         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7891
7892 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7895         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7896
7897 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7898
7899         * time-date.el (date-to-time): Doc fix (Bug#5408).
7900
7901 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7902
7903         * message.el (message-mail): Just pass yank-action on to message-setup.
7904         (message-setup): Handle (FUN . ARGS) form of yank-action.
7905         (message-with-reply-buffer, message-widen-reply)
7906         (message-yank-original): Handle non-buffer values of
7907         message-reply-buffer (Bug#4080).
7908         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7909
7910 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7911
7912         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7913         Fix typo in docstring.
7914
7915 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7916
7917         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7918         response.
7919
7920 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7923
7924         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7925
7926         * message.el (message-check-news-header-syntax): Protect against a
7927         string that `rfc822-addresses' returns when parsing fails.
7928
7929 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7932         (gnus-previous-char-property-change): New functions.
7933
7934         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7935
7936 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7937
7938         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7939         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7940
7941 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7942
7943         * message.el (message-exchange-point-and-mark): Rework last change to
7944         avoid using optional arg of exchange-point-and-mark, for backward
7945         compatibility.
7946
7947 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7948
7949         * message.el (message-exchange-point-and-mark):
7950         Call exchange-point-and-mark with an argument rather than setting
7951         mark-active by hand (Bug#5175).
7952
7953 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * nntp.el (nntp-service-to-port): Work for service expressed with
7956         numeric string; replace [:digit:] with [0-9] for XEmacs.
7957
7958 2009-12-17  Glenn Morris  <rgm@gnu.org>
7959
7960         * gnus-group.el (gnus-bug-group-download-format-alist):
7961         Change emacs entry to debbugs.gnu.org.  Bump :version.
7962
7963 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7966
7967 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * message.el (message-info): Explain why we use `Info-goto-node'.
7970
7971 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7974
7975 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7976
7977         * message.el (message-completion-in-region): New compatibility function.
7978         (message-expand-group): Use it.
7979
7980 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7983         with no unread article should be listed if the 2nd arg `predicate' is
7984         given.
7985
7986 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7989
7990 2009-11-29  Juri Linkov  <juri@jurta.org>
7991
7992         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7993         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7994         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7995
7996 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7997
7998         * sha1.el (sha1-string-external): default-directory "/" in case
7999         otherwise non-existent.  process-connection-type pipe for touch of
8000         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8001
8002 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8003
8004         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8005         it's comms related and sgml-mode.el has "comm" on that basis too.
8006
8007 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8010         containing tspecial characters if they have been already quoted.
8011
8012 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8013
8014         * dns-mode.el (auto-mode-alist): Purecopy string.
8015
8016 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8017
8018         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8019
8020 2009-10-24  Glenn Morris  <rgm@gnu.org>
8021
8022         * gnus-art.el (help-xref-stack-item): Define for compiler.
8023
8024 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8025
8026         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8027
8028 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8031
8032 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8035         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8036
8037 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8040         (gnus-overlays-in): New alias to overlays-in.
8041
8042         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8043         gnus-overlay-get, and gnus-delete-overlay.
8044         (gnus-summary-show-thread): Make it work as well for systems in which
8045         next-single-char-property-change is not available.
8046         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8047
8048         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8049         (gnus-overlay-get): New alias to extent-property.
8050         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8051
8052         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8053         SXEmacs.
8054
8055         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8056         SXEmacs.
8057
8058 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8061
8062 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8063
8064         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8065         and XEmacs that don't have `remove-overlays'.
8066
8067 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8068
8069         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8070         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8071         selective display.  Use overlays instead.
8072
8073 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8074
8075         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8076
8077 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8078
8079         * spam-stat.el (spam-stat-load): Fix typo in message.
8080
8081 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8082
8083         * dig.el (dig-invoke): Fix typo in docstring.
8084         (query-dig): Reflow docstring.
8085
8086 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8087
8088         * gnus-art.el (gnus-article-encrypt-body):
8089         * message.el (message-check-recipients):
8090         * mm-util.el (mm-codepage-setup):
8091         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8092         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8093
8094 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8095
8096         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8097         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8098         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8099         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8100         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8101
8102 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8103
8104         * dig.el: Add "Keywords: comm", as per net-utils.el.
8105
8106 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8107
8108         * dig.el (dig-mode): Use define-derived-mode.
8109
8110 2009-09-19  Glenn Morris  <rgm@gnu.org>
8111
8112         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8113
8114 2009-09-18  Glenn Morris  <rgm@gnu.org>
8115
8116         * gnus-diary.el (gnus-diary-check-message):
8117         * message.el (message-insert-formatted-citation-line):
8118         * nnbabyl.el (top-level):
8119         * nndiary.el (nndiary-schedule):
8120         Fix typos in condition-case handlers.
8121
8122 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8125         configuration that provides the sole article window in a frame;
8126         position point correctly after deleting a part.
8127
8128 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8129
8130         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8131         (spam-resolve-registrations-routine): Use it to unregister articles
8132         that change status.
8133
8134 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8137         with XEmacs.
8138         (parse-time-string-chars): Use it.
8139
8140 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8141
8142         * imap.el (imap-interactive-login): Better messages.
8143         (imap-open): Fix bug with renamed buffer on reconnect.
8144         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8145         for easier debugging and cleaner code.  On successful (guessed based on
8146         server capabilities) secondary authentication, set imap-state
8147         correctly.
8148         (imap-last-authenticator): Define imap-last-authenticator as a variable
8149         to avoid warnings.
8150
8151 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * nnrss.el (nnrss-request-article): Remove binding of
8154         default-enable-multibyte-characters that has gotten needless by
8155         the 2007-07-13 change in rfc2047-encode-message-header.
8156
8157         * mml.el (mml-insert-multipart): Error on the message header.
8158         (mml-insert-part): Error on the message header; position point at
8159         the end of a MIME tag.
8160
8161 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * time-date.el (autoload): Expand define-obsolete-function-alias into
8164         defalias and make-obsolete for old Emacsen that Gnus supports.
8165         (with-no-warnings): Define it for old Emacsen.
8166         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8167         is available.
8168         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8169         float-time is available; suppress compile warning for time-to-seconds.
8170
8171         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8172         (gnus-float-time): Alias to float-time if it exists.
8173
8174         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8175         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8176         float-time is available; suppress compile warning for time-to-seconds.
8177
8178         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8179         XEmacs.
8180
8181 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8182
8183         * imap.el (imap-message-map): Docstring fix.
8184
8185 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8188         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8189         Add the optional argument `encoding' that overrides the default.
8190
8191         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8192         mm-encode-buffer.
8193
8194 2009-09-04  Glenn Morris  <rgm@gnu.org>
8195
8196         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8197         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8198         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8199         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8200         * mm-util.el (mm-with-unibyte-current-buffer)
8201         (mm-find-buffer-file-coding-system):
8202         * yenc.el (yenc-decode-region): Use default-value rather than
8203         default-enable-multibyte-characters.
8204
8205 2009-09-03  Glenn Morris  <rgm@gnu.org>
8206
8207         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8208         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8209         than default-enable-multibyte-characters.
8210
8211 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8212
8213         * gnus-art.el (gnus-article-read-summary-keys):
8214         Fix gnus-buffer-configuration's value temporarily used.
8215
8216 2009-09-02  Glenn Morris  <rgm@gnu.org>
8217
8218         * gnus-util.el (gnus-float-time): New function.
8219         * gnus-delay.el (gnus-delay-article):
8220         * gnus-sum.el (gnus-thread-latest-date):
8221         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8222         * nnspool.el (nnspool-request-newgroups):
8223         Use gnus-float-time rather than time-to-seconds.
8224         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8225
8226         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8227         (gnus-header-subject-face, gnus-header-newsgroups-face)
8228         (gnus-header-name-face, gnus-header-content-face):
8229         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8230         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8231         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8232         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8233         (gnus-cite-face-11):
8234         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8235         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8236         (gnus-server-closed-face, gnus-server-denied-face)
8237         (gnus-server-offline-face):
8238         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8239         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8240         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8241         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8242         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8243         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8244         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8245         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8246         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8247         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8248         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8249         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8250         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8251         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8252         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8253         (gnus-summary-high-undownloaded-face)
8254         (gnus-summary-low-undownloaded-face)
8255         (gnus-summary-normal-undownloaded-face)
8256         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8257         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8258         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8259         (gnus-splash-face):
8260         * message.el (message-header-to-face, message-header-cc-face)
8261         (message-header-subject-face, message-header-newsgroups-face)
8262         (message-header-other-face, message-header-name-face)
8263         (message-header-xheader-face, message-separator-face)
8264         (message-cited-text-face, message-mml-face):
8265         * sieve-mode.el (sieve-control-commands-face)
8266         (sieve-action-commands-face, sieve-test-commands-face)
8267         (sieve-tagged-arguments-face):
8268         * spam.el (spam-face):
8269         Mark face aliases with "-face" in the name as obsolete.
8270
8271 2009-09-01  Glenn Morris  <rgm@gnu.org>
8272
8273         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8274         than goto-line.
8275
8276 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8279         Don't move point if the command is invoked inside the message header.
8280
8281 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8282
8283         * imap.el (imap-send-command): Simplify.
8284         (imap-wait-for-tag): point-max -> buffer-size.
8285
8286 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8287
8288         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8289         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8290         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8291         * nnir.el (nnir-swish-e-index-file):
8292         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8293         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8294         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8295         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8296         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8297         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8298
8299 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8302         Don't save excursion.
8303
8304 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8305
8306         * nnheader.el (nnheader-find-file-noselect):
8307         * mm-util.el (mm-insert-file-contents):
8308         Use (default-value 'major-mode) instead of default-major-mode.
8309
8310 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8311
8312         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8313
8314 2009-08-26  Glenn Morris  <rgm@gnu.org>
8315
8316         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8317         than placing in files.el.
8318
8319 2009-08-25  Glenn Morris  <rgm@gnu.org>
8320
8321         * nnir.el (top-level): Don't require cl at run-time.
8322         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8323         Replace cl-function substitute with gnus-replace-in-string.
8324         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8325         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8326         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8327         simplified expansions.
8328
8329 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8330
8331         * dig.el (dig): Add autoload cookie.
8332
8333 2009-08-22  Glenn Morris  <rgm@gnu.org>
8334
8335         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8336         goto-line.
8337
8338 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8339
8340         * parse-time.el (parse-time-string-chars): Save match data.
8341
8342 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8343
8344         * parse-time.el (parse-time-string-chars): Compute using character
8345         classes, to handle non-ascii characters (Bug#3190).
8346
8347 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8350
8351         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8352         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8353         (gnus-mm-display-part, gnus-mime-display-single)
8354         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8355         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8356
8357         * gnus-sum.el
8358         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8359         (gnus-summary-move-article): Add expirable mark to articles copied or
8360         moved to group that has auto-expire turned on if the option is non-nil.
8361
8362 2009-07-24  Glenn Morris  <rgm@gnu.org>
8363
8364         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8365         Fix typo.  (Bug#3903)
8366
8367 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8370         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8371         that should not be used for draft articles.
8372         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8373         that has no concern in minor mode keys.
8374         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8375         Abolish.
8376
8377 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8380         article without making inquiry to a user for unknown encoding.
8381
8382         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8383         (nnmaildir--scan): Assume i-node and device number that file-attributes
8384         returns might be cons-cell.
8385
8386         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8387
8388         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8389
8390 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8391
8392         * auth-source.el: Remove docs now in auth.texi.  Don't use
8393         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8394         `auth-source-hide-passwords' and use them.
8395
8396 2009-07-15  Glenn Morris  <rgm@gnu.org>
8397
8398         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8399
8400 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8403         excessive whitespace from the default values of title and description.
8404
8405 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8408         mail-fetch-field to fetch Content-Description header in order to
8409         exclude newlines.
8410
8411 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8412
8413         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8414         format used by GnuPG 2.0.11.
8415
8416 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8419         to deleted part.
8420
8421 2009-05-30  David Engster  <dengste@eml.cc>
8422
8423         * nnmairix.el: Remove old documentation in the commentary block.
8424         (nnmairix-request-group): Do not update active file for nnml back ends.
8425         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8426         end so that overview files are ignored.
8427         (nnmairix-update-groups): Make updating the groups more robust by using
8428         marks.
8429         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8430         with dollar characters in message-id.
8431
8432 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8435         2008-12-25 in dns.el.
8436
8437 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8438
8439         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8440         could happen if the text is only composed of spaces and/or tabs.
8441
8442 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8443
8444         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8445         when sending a queued message to avoid extra mml tags.
8446
8447 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8450
8451 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8454         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8455         rmail-toggle-header for XEmacs;
8456         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8457
8458 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-dired.el: Remove autoload for gnus-setup-message.
8461         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8462         displaying Gnus logo; always use compose-mail.
8463
8464 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8467
8468 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8471         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8472         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8473         available.
8474         (gnus-nocem-epg-verify): New function.
8475
8476 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8479
8480 2009-02-15  Glenn Morris  <rgm@gnu.org>
8481
8482         * gnus-util.el (rmail-insert-rmail-file-header)
8483         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8484         autoloads.
8485         (rmail-default-rmail-file): Remove unnecessary declaration.
8486         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8487
8488 2009-02-14  Glenn Morris  <rgm@gnu.org>
8489
8490         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8491         variable (only used in gnus-util, which declares it anyway).
8492         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8493         which was only needed by gnus-art (changed to not use it any more).
8494         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8495         only used in gnus-util, which autoloads it itself.
8496         (rmail-update-summary): Fix autoload.
8497
8498         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8499         rather than rmail-output-to-rmail-file.
8500
8501 2009-02-07  Glenn Morris  <rgm@gnu.org>
8502
8503         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8504         autoload of function that no longer exists.
8505         (rmail-toggle-header): Declare.
8506         (message-forward-rmail-make-body): Handle mbox Rmail.
8507
8508 2009-01-31  Glenn Morris  <rgm@gnu.org>
8509
8510         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8511         2009-01-09 change.
8512
8513 2009-01-31  Dave Love  <fx@gnu.org>
8514
8515         * imap.el (imap-fetch-safe): Bind debug-on-error.
8516         (imap-debug): Add imap-fetch-safe.
8517
8518 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8519
8520         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8521         (auth-source-forget-all-cached): New convenience function.
8522         (auth-source-user-or-password): Accept list of modes or a single mode.
8523
8524         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8525         auth-source modes.
8526
8527         * netrc.el (netrc-machine-user-or-password): Use list of
8528         auth-source modes.
8529
8530         * nnimap.el (nnimap-open-connection): Use list of
8531         auth-source modes.
8532
8533         * nntp.el (nntp-send-authinfo): Use list of
8534         auth-source modes.
8535
8536 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8537
8538         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8539         now.
8540
8541 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8544         coding system in XEmacs; add a workaround for XEmacs.
8545
8546         * lpath.el: Fbind coding-system-aliasee.
8547
8548 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8551         of current-language-environment.
8552
8553 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8554
8555         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8556         available at runtime.
8557
8558 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8561
8562 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8563
8564         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8565         the greatest positive fixnum value doesn't work under an XEmacs with
8566         bignum support; use the most-positive-fixnum constant instead,
8567         available since Emacs 21.1 with cl and XEmacs 21.1.
8568
8569 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8572         XEmacs gets not to work.
8573
8574 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * mm-util.el (mm-coding-system-priorities): Allow the value like
8577         "Japanese (UTF-8)" of current-language-environment.
8578
8579 2009-01-09  Glenn Morris  <rgm@gnu.org>
8580
8581         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8582         with last-command-event.
8583
8584 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8587         in the doc string.
8588
8589         * message.el (message-fix-before-sending): Amend comment.
8590
8591 2009-01-08  Dave Love  <fx@gnu.org>
8592
8593         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8594
8595 2009-01-07  David Engster  <dengste@eml.cc>
8596
8597         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8598         simplified server definitions by converting it via
8599         gnus-server-to-method.
8600
8601 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8604         parameter's operands.
8605
8606 2009-01-06  David Engster  <dengste@eml.cc>
8607
8608         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8609         primary select method (for gnus-group-mark-article-as-read).
8610
8611 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8612
8613         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8614         `(gnus)Face', not `(gnus)X-Face'.
8615
8616 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * mm-util.el (mm-ucs-to-char): New function.
8619
8620         * mm-url.el (mm-url-decode-entities): Use it.
8621
8622         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8623         unicode-to-char.
8624
8625 2009-01-05  Dave Love  <fx@gnu.org>
8626
8627         * time-date.el: Require cl for `declare'.
8628
8629 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8632         Dave Love.
8633
8634 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * message.el (message-fix-before-sending): Add `eight-bit' to
8637         illegible-text check.
8638
8639 2009-01-03  Michael Olson  <mwolson@gnu.org>
8640
8641         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8642         `headers' is nil.  This can occur if the IMAP server does not have
8643         permissions to read messages from a folder, but can write new messages
8644         to the folder.
8645         (nnimap-request-article-part): Do not insert `data' if it is nil.
8646
8647         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8648         characters which will confuse `read', so skip past them.
8649
8650 2009-01-01  Dave Love  <fx@gnu.org>
8651
8652         * imap.el (imap-string-to-integer): Fix typo.
8653         (imap-fetch-safe): New function.
8654         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8655
8656         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8657
8658         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8659         (imap-parse-greeting): Fix doc strings.
8660         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8661         (imap-parse-flag-list): Make messages unique.
8662         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8663
8664         * nnimap.el: Fix author email.
8665         (nnimap-split-rule): Add FIXME comment.
8666         (nnimap-debug): Fix doc string.
8667
8668 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8671
8672 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8675         nslookup if resolv.conf isn't available.
8676         (dns-query): Rename from query-dns.
8677         (dns-query-cached): Rename from query-dns-cached.
8678
8679 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8682         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8683         to check if those variables exist (first appeared in Emacs 18.50).
8684
8685 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * mm-util.el (mm-line-number-at-pos): New function.
8688
8689         * spam-report.el (spam-report-process-queue): Use it.
8690
8691 2008-12-24  David Engster  <dengste@eml.cc>
8692
8693         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8694         parameters that haven't existed as variables as buffer-local variables.
8695
8696 2008-12-23  Dave Love  <fx@gnu.org>
8697
8698         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8699         cadar.
8700
8701         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8702         imap-starttls-p.
8703         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8704
8705 2008-12-22  Dave Love  <fx@gnu.org>
8706
8707         * imap.el: Fix author email.  Doc fixes.
8708         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8709         reply.
8710
8711 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * spam-report.el (spam-report-gmane-max-requests): New constant.
8714         (spam-report-gmane-wait): New variable.
8715         (spam-report-gmane-ham, spam-report-gmane-spam)
8716         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8717         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8718         the server.
8719
8720         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8721         Add explanations.
8722
8723         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8724         nnheader-accept-process-output and nnheader-read-timeout if available.
8725         (pop3-movemail): Use it.
8726
8727         * message.el (message-check-news-body-syntax): Fix signature check if
8728         there's an attachment.
8729
8730 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * mm-util.el: Add comments to the mm- emulating functions.
8733
8734 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8737         Reported by Stephen Berman <stephen.berman@gmx.net>.
8738
8739 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * mm-util.el (mm-substring-no-properties): New function.
8742         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8743         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8744         (mm-string-to-multibyte): Doc fix.
8745
8746         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8747
8748 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * mml.el (mml-attach-file): Strip text properties from file name.
8751         (Bug#1574)
8752
8753 2008-12-16  Glenn Morris  <rgm@gnu.org>
8754
8755         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8756
8757 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8760         knows since the charset specified might be a bogus alias that
8761         mm-charset-synonym-alist provides.
8762
8763 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8766         "ISO_8859-1".
8767
8768         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8769
8770 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * mm-util.el (mm-charset-eval-alist):
8773         Define it before mm-charset-to-coding-system.
8774         (mm-charset-to-coding-system): Add optional argument `silent';
8775         define it before mm-charset-override-alist.
8776         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8777         default value if it can be used in Emacs currently running;
8778         silence mm-charset-to-coding-system.
8779
8780 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8783         `allow-override' which says whether to use `mm-charset-override-alist'.
8784         (rfc2047-decode-encoded-words): Use it.
8785
8786         * mm-util.el (mm-charset-override-alist): Fix custom type;
8787         add `(gb2312 . gbk)' to choices.
8788
8789 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8792         fast.
8793
8794         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8795
8796         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8797
8798 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8799
8800         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8801         on links.
8802
8803         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8804
8805 2008-12-03  Lute Kamstra  <lute@gnu.org>
8806
8807         * sha1.el: Remove leading * from docstrings of defcustoms,
8808         deffaces, defconsts and defuns.
8809
8810 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8813         users' addresses that don't have domain parts.
8814         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8815         rather than message-narrow-to-head since there will be the message
8816         header separator.
8817
8818 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8819
8820         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8821         since the result is inserted in a unibyte buffer anyway.
8822         (nnimap-demule-use-string-to-multibyte): Remove.
8823         (nnimap-demule): Alias it to mm-string-to-multibyte.
8824
8825 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8828         variable for debugging bug#464 and bug#1174.
8829         (nnimap-demule): Use it.
8830
8831 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8834         score calculation correctly.
8835
8836 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8837
8838         * message.el (message-send-mail): Just set the buffer to unibyte
8839         rather than use mm-with-unibyte-current-buffer which does a lot more.
8840         (message-send-mail-partially): Don't bother with
8841         mm-with-unibyte-current-buffer since it's already been made unibyte by
8842         message-send-mail.
8843
8844 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8845
8846         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8847
8848 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8849
8850         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8851
8852 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8855         require itself and to remove `with-no-warnings'.
8856
8857 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * starttls.el (starttls-any-program-available): Get the name of the
8860         available TLS layer program.
8861         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8862         well as the host name in the "opening" message.
8863
8864         * auth-source.el (auth-source-cache, auth-source-do-cache)
8865         (auth-source-user-or-password): Cache passwords and logins by default,
8866         allow override with `auth-source-do-cache'.
8867         (auth-source-forget-user-or-password): Allow users to remove cache
8868         entries if needed.
8869
8870 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8871
8872         * md4.el (md4-buffer): Fix typo in docstring.
8873         (md4, md4-64): Doc fixes.
8874         (md4-pack-int32): Reflow docstring.
8875
8876 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8877
8878         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8879         condition-case to only the forward-sexp call.
8880
8881 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8882
8883         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8884         quotes contained.  Make it more robust regardless by an extra
8885         condition-case wrapper.
8886
8887 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8890
8891 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * nnml.el (nnml-request-expire-articles): Check if the function set to
8894         `nnmail-expiry-target' returns the symbol `delete'.
8895
8896         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8897
8898         * nnmail.el (nnmail-expiry-target): Fix custom type.
8899
8900 2008-10-02  Glenn Morris  <rgm@gnu.org>
8901
8902         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8903         Silence compiler warning.
8904
8905 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8906
8907         * tls.el (open-tls-stream): Show the actual command being
8908         executed, instead of the format string.
8909
8910 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * lpath.el: Fbind codepage-setup for Emacs 23.
8913
8914 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8915
8916         * mml.el (mml-menu): Don't assume mml2015 is bound.
8917
8918 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8921         exists.
8922
8923 2008-09-27  Glenn Morris  <rgm@gnu.org>
8924
8925         * gnus-util.el (mail-header-remove-comments): Autoload it.
8926
8927 2008-09-27  Andreas Schwab  <schwab@suse.de>
8928
8929         * gnus-util.el (gnus-split-references): Strip comments.
8930         (gnus-parent-id): Likewise.
8931
8932 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * message.el (message-confirm-send): Fix version.
8935
8936 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * message.el (message-idna-to-ascii-rhs-1): Use
8939         mail-extract-address-components rather than mail-header-parse-addresses
8940         that is an alias by default to ietf-drums-parse-addresses that does not
8941         support non-ASCII names in headers' contents.
8942
8943 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8944
8945         * message.el (message-confirm-send): Fix variable documentation to
8946         avoid the "y/n" wording.
8947
8948 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8949
8950         * message.el (message-set-auto-save-file-name): Save to a different
8951         filename so multiple messages (especially drafts) can be recovered.
8952
8953 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8954
8955         * message.el (message-confirm-send): Add appropriate version.
8956
8957 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8958
8959         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8960         defvar.
8961
8962 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8963
8964         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8965         (mm-pkcs7-enveloped-magic): Ditto.
8966
8967 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8968
8969         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8970         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8971
8972 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8973
8974         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8975         default, it's better.
8976
8977 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8980         summary line gnus-number property and ignore them (with a warning
8981         message).
8982
8983 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8986         macro caddr in the interactive form since it won't be expanded.
8987
8988 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8991         `charset'; fix name of function called recursively.
8992         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8993
8994 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8997         (gnus-mime-set-charset-parameters): New function.
8998         (gnus-mime-view-part-as-charset): Use it to correctly display part
8999         specifying wrong charset.
9000
9001 2008-09-08  David Engster  <dengste@eml.cc>
9002
9003         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9004         in completing-read for back end server.
9005
9006 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9007
9008         * message.el (message-confirm-send): New variable to confirm sending a
9009         message.
9010         (message-send): Use it.
9011
9012 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9013
9014         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9015
9016 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9019
9020 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9021
9022         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9023         prevent tracking too many groups.
9024         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9025         Use it.
9026
9027 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9028
9029         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9030         moving point to the bottom of the window in order to avoid recentering.
9031
9032 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9035
9036         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9037         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9038         (gnus-article-beginning-of-window): Fix calculation.
9039
9040 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-msg.el (gnus-summary-supersede-article)
9043         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9044         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9045         message header.
9046
9047 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9048
9049         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9050         pending output coming after the status change.
9051
9052 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9053
9054         * message.el:
9055         * gnus-start.el:
9056         * gnus-registry.el: Remove VMS support.
9057
9058 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9061         macro.
9062         (rfc2104-hash): Use it.
9063
9064 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9067         (gnus-summary-sort-by-most-recent-date): New commands.
9068         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9069         and menu entries.
9070
9071 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9074         don't redisplay article for raw contents; remove plural articles stuff.
9075
9076         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9077         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9078         on gnus-summary-save-article; display results properly.
9079
9080 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * lpath.el: No need to fbind ns-focus-frame.
9083
9084 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9087
9088 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-art.el (gnus-summary-save-in-pipe):
9091         Consider gnus-save-all-headers.
9092
9093 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9094
9095         * gnus-util.el (ns-focus-frame): Remove declaration.
9096         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9097         like x.
9098
9099 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9100
9101         * rfc2104.el (rfc2104-zero): Delete defconst.
9102         (rfc2104-hex-alist): Likewise.
9103         (rfc2104-hex-to-int): Delete func.
9104         (rfc2104-hexstring-to-bitstring): Likewise.
9105         (rfc2104-nybbles): New defconst.
9106         (rfc2104-hash): Rewrite for speed.
9107
9108 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * tls.el (open-tls-stream): Make it work with the 2nd argument
9111         BUFFER that is a string but does not exist as a buffer object, as
9112         mentioned in the doc-string.
9113
9114 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9117         SXEmacs.
9118
9119 2008-07-16  Glenn Morris  <rgm@gnu.org>
9120
9121         * gnus-util.el (ns-focus-frame): Declare for compiler.
9122
9123 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9126         set as a group parameter.
9127         (gnus-summary-save-in-pipe): Work when it is called independently.
9128         (gnus-summary-pipe-to-muttprint): Don't modify
9129         gnus-summary-pipe-output-default-command.
9130
9131 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9132
9133         * message.el (message-send-mail-with-sendmail):
9134         Display the error message.
9135
9136 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * gnus-art.el (gnus-default-article-saver):
9139         Add gnus-summary-save-in-pipe to choices.
9140         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9141         gnus-summary-pipe-output-default-command as the default command.
9142         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9143         instead of gnus-last-shell-command.
9144
9145         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9146         New user option.
9147         (gnus-summary-muttprint-program): Mention the value will be changed.
9148         (gnus-summary-save-article): Force showing of all headers.
9149         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9150
9151 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9152
9153         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9154
9155 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9156
9157         * nnimap.el (nnimap-id):
9158         * sieve-manage.el (sieve-manage-open): Doc fixes.
9159
9160 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9161
9162         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9163         if available.
9164
9165 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9166
9167         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9168
9169         * nnkiboze.el (nnkiboze-generate-group):
9170         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9171
9172         * nnmairix.el: Require CL.
9173
9174 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * dgnushack.el: Autoload get-display-table and put-display-table for
9177         XEmacs 21.5.
9178
9179         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9180         21.4 and SXEmacs.
9181
9182 2008-06-15  David Engster  <dengste@eml.cc>
9183
9184         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9185
9186 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9187
9188         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9189         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9190         runtime choice under XEmacs.
9191
9192         * gnus-sum.el (gnus-summary-set-display-table):
9193         Use `gnus-put-display-table', `gnus-get-display-table',
9194         `gnus-set-display-table' for the display table, instead of `aset'.
9195
9196         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9197         Use `gnus-put-display-table', `gnus-get-display-table',
9198         `gnus-set-display-table' for the display table.
9199
9200 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * nnmairix.el: Add autoloads.
9203
9204 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * nnmairix.el (nnmairix-delete-recreate-group)
9207         (nnmairix-update-and-clear-marks): Fix error messages.
9208
9209 2008-06-14  David Engster  <dengste@eml.cc>
9210
9211         * nnmairix.el: Upgrade to version 0.6.
9212         (nnmairix-group-toggle-propmarks-this-group)
9213         (nnmairix-group-toggle-readmarks-this-group)
9214         (nnmairix-group-delete-recreate-this-group)
9215         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9216         (nnmairix-remove-tick-mark-original-article): New commands.
9217         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9218         (nnmairix-propagate-marks-to-nnmairix-groups)
9219         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9220         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9221         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9222         functions needed for marks propagation and manipulation of read marks.
9223         (nnmairix-update-groups): New function.
9224         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9225         (nnmairix-determine-original-group-from-registry)
9226         (nnmairix-determine-original-group-from-path)
9227         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9228         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9229         New helper functions.
9230         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9231         keystrokes for new commands.
9232         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9233         (nnmairix-request-group): Check allow-fast group parameter.
9234         (nnmairix-request-create-group): Set allow-fast group parameter if
9235         nnmairix-allowfast-default is set.
9236         (nnmairix-close-group): Propagate marks upon closing if needed.
9237         (nnmairix-group-toggle-threads-this-group): Use new.
9238         nnmairix-group-toggle-parameter helper function.
9239         (nnmairix-search): Better check for empty search result.
9240         (nnmairix-goto-original-article): Use new helper functions for
9241         determining original article.
9242         (nnmairix-show-original-article): Make sure message-id is in brackets.
9243         (nnmairix-call-mairix-binary): Change variable name.
9244         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9245         helper function.
9246         (nnmairix-widget-toggle-activate): Fix doc string.
9247
9248 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * nnir.el: Require edmacro when compiling with XEmacs.
9251         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9252         available in Emacs 21.
9253
9254 2008-06-11  Glenn Morris  <rgm@gnu.org>
9255
9256         * gnus-util.el (x-focus-frame):
9257         * gnus.el (image-size):
9258         * mm-decode.el (image-size): Declare.
9259
9260         * gnus-picon.el (declare-function): Add compat definition.
9261         (image-size): Declare.
9262
9263         * gnus-group.el (tool-bar-map):
9264         * gnus-sum.el (tool-bar-map): Define for compiler.
9265
9266         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9267
9268         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9269
9270         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9271         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9272         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9273         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9274         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9275         * sieve-manage.el, spam-report.el, spam.el:
9276         Remove unnecessary eval-and-compile of autoloads.
9277
9278 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9279
9280         * auth-source.el: Precise Tramp doc.
9281
9282 2008-06-07  Glenn Morris  <rgm@gnu.org>
9283
9284         * nnmairix.el: Remove unnecessary eval-when-compile.
9285
9286 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * lpath.el: Fbind propertize for XEmacs 21.4.
9289
9290 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * nnir.el: Move here from ../contrib.
9293
9294 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9295
9296         * gnus-util.el (gnus-read-shell-command): New function.
9297         * mm-decode.el (mm-pipe-part):
9298         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9299
9300 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9303
9304 2008-06-03  Glenn Morris  <rgm@gnu.org>
9305
9306         * pop3.el (nnheader-accept-process-output): Autoload it.
9307
9308 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9311         are not 2-digit hexadecimal characters that follow `%'s.
9312
9313 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * message.el (message-bogus-recipient-p): Fix type in doc string.
9316         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9317         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9318         Improve custom options.
9319         (message-bogus-recipient-p): Adjust accordingly.
9320
9321 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9322
9323         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9324         long-form month and day names.
9325
9326 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * dgnushack.el: Autoload debug, eudc-expand-inline and
9329         pgg-snarf-keys-region for XEmacs.
9330
9331         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9332
9333         * nnmairix.el: Require edmacro when compiling with XEmacs.
9334
9335 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9338         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9339
9340 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9341
9342         * auth-source.el: Add more docs.
9343
9344         * netrc.el (netrc-machine): Always match if the port is not given.
9345
9346 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347
9348         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9349         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9350         retrieval faster in some cases, but might make CPU usage larger.
9351         If this has any bad side effects, we might revert this change.
9352
9353         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9354         seems to make mail retrieval much, much faster.
9355         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9356         unconditionally.
9357
9358         * gnus-draft.el (gnus-group-send-queue):
9359         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9360
9361 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9362
9363         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9364
9365         * message.el (message-bogus-address-regexp): Fix and improve custom
9366         type.
9367         (message-setup-hook): Add message-check-recipients as custom option.
9368
9369 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * message.el (message-cite-function): Remove bogus autoload which crept
9372         in during merge from v5-10.
9373
9374 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9375
9376         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9377
9378         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9379
9380         * auth-source.el: Preliminary Tramp docs.
9381         (auth-sources): Change the default auth-sources to use
9382         EPA .gpg files.
9383
9384 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9385
9386         * nntp.el: Autoload `auth-source-user-or-password'.
9387         (nntp-send-authinfo): Use it.
9388
9389         * nnimap.el: Autoload `auth-source-user-or-password'.
9390         (nnimap-open-connection): Use it.
9391
9392         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9393         for the gnus-message function.
9394         (auth-source-user-or-password): Use it.
9395
9396 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9397
9398         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9399         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9400         (rfc2104-hash): Use it.
9401
9402 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9403
9404         * gnus-art.el (gnus-article-toggle-truncate-lines):
9405         Don't use `iff' in docstring.
9406
9407 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9408
9409         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9410
9411         * gnus-util.el (gnus-extract-address-component-name)
9412         (gnus-extract-address-component-email): Convenience functions around
9413         `gnus-extract-address-components'.
9414
9415         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9416         Use `gnus-extract-address-component-email' to fix bug of comparing full
9417         sender name to `user-mail-address'.
9418
9419 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9420
9421         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9422         catch/throw to optimize.
9423         (gnus-registry-find-keywords): Just use member to find a keyword.
9424
9425 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9426
9427         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9428         is current before calling gnus-server-prepare.
9429         (gnus-server-setup-buffer, gnus-server-update-server)
9430         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9431
9432 2008-05-04  Juri Linkov  <juri@jurta.org>
9433
9434         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9435         (mailcap-file-default-commands): Use mailcap-replace-in-string
9436         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9437         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9438
9439 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9440
9441         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9442
9443 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9444
9445         * gnus.el: Bump version to 0.11.
9446
9447 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9448
9449         * gnus.el: No Gnus v0.10 is released.
9450
9451 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9454         hooks.
9455         (gnus-update-read-articles): Speed up non-marks-using users.
9456         (gnus-use-marks): Define gnus-use-marks.
9457         (gnus-propagate-marks): Rename variable to something more sensible.
9458
9459 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9460
9461         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9462         (gmm-image-load-path-for-library): Fix typos in docstrings.
9463         (gmm-message): Reflow docstring.
9464
9465 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9466
9467         * mail-source.el (mail-source-set-1, mail-source-bind):
9468         Move auth-source code out of the macro to clean it up and fix bugs.
9469
9470 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9473         by sender if it's equal to user-mail-address, it's likely to be
9474         useless.
9475
9476         * mail-source.el (mail-source-bind): Don't use user or password if they
9477         are not bound.  Unintern them if they are nil.  Don't use server unless
9478         it's bound, and default it to empty string otherwise.
9479
9480 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9481
9482         * mail-source.el: Load auth-source.el.
9483         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9484         get user name or password, if auth-sources is set up.
9485
9486         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9487         strategy of splitting with parent.
9488         (gnus-registry-split-fancy-with-parent)
9489         (gnus-registry-post-process-groups): Use it and fix prior
9490         bug (returning a list as the split result).
9491
9492         * auth-source.el (auth-sources): Remove server parameter.
9493         (auth-source-pick, auth-source-user-or-password)
9494         (auth-source-user-or-password-imap)
9495         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9496         (auth-source-user-or-password-sftp)
9497         (auth-source-user-or-password-smtp): Remove server parameter.
9498
9499 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9500
9501         * smime.el (smime-sign-region, smime-encrypt-region)
9502         (smime-decrypt-region):
9503         Remove redundant calls to `generate-new-buffer-name'.
9504
9505 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9506
9507         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9508         Don't use QP for message/rfc822.
9509         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9510
9511 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9512
9513         * sieve-manage.el (sieve-string-bytes): Remove.
9514         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9515         correct byte-length only if the process's coding-system is the same as
9516         the one used internally by Emacs to represent strings.
9517
9518 2008-04-22  Juri Linkov  <juri@jurta.org>
9519
9520         * mailcap.el (mailcap-file-default-commands): New function.
9521
9522 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * message.el (message-signature-separator, message-cite-function):
9525         Change custom version.
9526
9527 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9528
9529         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9530         commands.
9531         (tls-checktrust): Ditto.
9532
9533 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * mm-decode.el (mm-display-external): Make temp file read-only.
9536
9537 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9540         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9541         `C-c C-f d'.
9542
9543 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9544
9545         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9546
9547 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * gnus.el: Bump version to 0.9.
9550
9551 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gnus.el: No Gnus v0.8 is released.
9554
9555 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9556
9557         * mail-source.el (mail-source-value):
9558         Prefer fboundp to functionp so it works with macros as well.
9559
9560 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9561
9562         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9563         Fix last change in case the element is not even a symbol.
9564
9565 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9566
9567         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9568         Prefer fboundp to functionp so it works with macros as well.
9569
9570 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9571
9572         * auth-source.el: Add docs.
9573         (auth-sources): Modify format to support server.
9574         (auth-source-pick, auth-source-user-or-password)
9575         (auth-source-user-or-password-imap)
9576         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9577         (auth-source-user-or-password-sftp)
9578         (auth-source-user-or-password-smtp): Add server parameter.
9579
9580 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9581
9582         * gnus-registry.el: Initialize the registry when gnus-registry-install
9583         is t.
9584
9585 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * compface.el (uncompface): Make buffer unibyte.
9588
9589 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9590
9591         * mail-source.el (mail-source-value):
9592         Prefer fboundp to functionp so it works with macros as well.
9593
9594 2008-04-05  Glenn Morris  <rgm@gnu.org>
9595
9596         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9597
9598 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9599
9600         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9601         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9602
9603         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9604         multibyteness after rather than before erasing it.
9605
9606         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9607         mm-with-multibyte.
9608         (gnus-request-article-this-buffer): Make sure the proper decoding is
9609         used if gnus-original-article-buffer happens to be unibyte.
9610
9611         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9612         default-enable-multibyte-characters.
9613
9614         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9615         default-enable-multibyte-characters.
9616
9617         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9618
9619         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9620
9621 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9622
9623         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9624         Fix last change in case the element is not even a symbol.
9625
9626 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9627
9628         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9629         (imap-message-copyuid-1): Use it.
9630         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9631         J. Williams in
9632         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9633
9634         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9635         imap-enable-exchange-bug-workaround.
9636         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9637
9638 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9639
9640         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9641         a 100 byte status-checks into a 2-3MB transfer for each group.
9642         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9643         to enable bug workaround or not.
9644         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9645
9646 2008-03-31  Glenn Morris  <rgm@gnu.org>
9647
9648         * message.el (mml2015-use): Declare for compiler.
9649         (message-info): Require mml2015 when appropriate.
9650
9651 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9654         whitespace.
9655
9656 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9657
9658         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9659         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9660         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9661         (nntp-service-to-port): New function.
9662         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9663         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9664         (nntp-open-netcat-stream): New function.
9665         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9666
9667 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9668
9669         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9670
9671 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9672
9673         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9674
9675 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9676
9677         * dns.el (dns-write): Use set-buffer-multibyte.
9678
9679 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9680
9681         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9682
9683 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * message.el (message-signature-separator): Change default.
9686         Improve custom type.
9687         (message-cite-function): Change default to
9688         message-cite-original-without-signature.
9689
9690         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9691         toggle.
9692
9693         * message.el (message-check-news-body-syntax): Fix signature check.
9694         (message-setup-1): Mark buffer as unmodified _after_ running
9695         message-setup-hook and handling message-alternative-emails.
9696         (message-shorten-references): Be more strict when building list of
9697         valid references to comply with GNKSA.
9698
9699         * gnus-group.el (gnus-read-ephemeral-bug-group)
9700         (gnus-read-ephemeral-debian-bug-group)
9701         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9702
9703         * message.el (message-info): Don't use booleanp which isn't supported
9704         in Emacs 21 and XEmacs.
9705
9706 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9709         gnus-group-gmane-group-download-format.
9710         (gnus-group-read-ephemeral-gmane-group): Rename from
9711         gnus-group-read-ephemeral-gmane-group.
9712         (gnus-read-ephemeral-gmane-group-url): Rename from
9713         gnus-group-read-ephemeral-gmane-group-url.
9714         (gnus-bug-group-download-format-alist): New variable.
9715         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9716         (gnus-read-ephemeral-emacs-bug-group): New commands.
9717
9718 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9721         (gnus-visible-headers): Improve custom type.
9722
9723 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * mml.el (mml-menu): Add workarounds for XEmacs.
9726
9727         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9728         X-Boundary header.
9729
9730         * message.el (message-simplify-recipients): Fix previous commit.
9731
9732 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9733
9734         * mm-util.el (mm-set-buffer-multibyte): New function.
9735         * mm-decode.el (mm-copy-to-buffer): Use it.
9736
9737         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9738         Prefer fboundp to functionp so it works with macros as well.
9739
9740 2008-03-19  Glenn Morris  <rgm@gnu.org>
9741
9742         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9743         Accidentally removed in the sync process with Emacs.
9744
9745 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * message.el (message-alter-recipients-discard-bogus-full-name):
9748         New function.
9749         (message-alter-recipients-function): New variable.
9750         (message-get-reply-headers): Use it.
9751         (message-replace-header): New helper function.
9752         (message-recipients-without-full-name): New variable.
9753         (message-simplify-recipients): New command.
9754
9755         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9756
9757         * message.el (message-info): Handle EasyPG manual.
9758
9759         * mml.el (mml-menu): Add entry for EasyPG.
9760
9761 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9762
9763         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9764         parameter.
9765
9766         * message.el (message-disassociate-draft): Specify drafts group name
9767         fully.
9768
9769 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9770
9771         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9772         Eliminate unnecessary duplicates from the match list.
9773
9774 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9777
9778         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9779
9780         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9781         args of `how-many' of which the XEmacs version doesn't take; declare
9782         Info-index-next as function.
9783
9784 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * gnus-score.el (gnus-score-headers): Fix handling of
9787         gnus-inhibit-slow-scoring.
9788
9789         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9790         string.
9791         (gnus-button-url-regexp): Improve handling of parenthesis.
9792         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9793         (gnus-button-handle-info-keystrokes): Handle index entries.
9794
9795 2008-03-15  Glenn Morris  <rgm@gnu.org>
9796
9797         * parse-time.el (parse-time-string): Simplify.
9798
9799 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9802         Incoming* files.
9803
9804 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9805
9806         * auth-source.el (auth-sources): Rename from auth-source-choices.
9807         (auth-source-pick): Use it.
9808
9809 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9810
9811         * binhex.el (binhex-decode-region-internal):
9812         * uudecode.el (uudecode-decode-region-internal):
9813         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9814         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9815         setting default-enable-multibyte-characters.
9816
9817 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9818
9819         * auth-source.el (auth-source-protocols)
9820         (auth-source-protocols-customize, auth-source-choices): Add and
9821         modified variable customizations and defaults.
9822         (auth-source-pick, auth-source-user-or-password)
9823         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9824         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9825         (auth-source-user-or-password-sftp)
9826         (auth-source-user-or-password-smtp): Use new variables and provide an
9827         interface to netrc.el.
9828
9829 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9832         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9833         Make sure the nntp port to specify is a string.
9834
9835 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9836
9837         * nntp.el: Use with-current-buffer.
9838         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9839         dubious mm-with-unibyte-current-buffer.
9840         (nntp-with-open-group-function): New function extracted from
9841         nntp-with-open-group macro.
9842         (nntp-with-open-group): Use the function, so it's easier to debug.
9843         Add indentation and debugging info.
9844         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9845         Recommend the use of the netcat alternatives.
9846
9847         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9848         Avoid mm-string-as-multibyte as well.
9849
9850         * nnweb.el (nnweb-insert-html):
9851         Remove use of nnheader-string-as-multibyte.
9852
9853         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9854         (nnheader-string-as-multibyte): Remove.
9855
9856         * mm-view.el: Use inhibit-read-only.
9857         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9858         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9859         or unibyte-string.
9860
9861         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9862         (mm-uu-yenc-extract): Use with-current-buffer.
9863
9864         * gnus-soup.el (gnus-soup-send-packet): Don't use
9865         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9866
9867         * nnmh.el: Use with-current-buffer.
9868         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9869         mm-string-as-multibyte on the output of mm-encode-coding-string.
9870
9871         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9872         (nnimap-request-move-article): Use with-current-buffer.
9873
9874         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9875         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9876         conversion uses string-make-unibyte rather than string-as-unibyte.
9877
9878         * gnus-msg.el: Use with-current-buffer.
9879
9880         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9881
9882 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9883
9884         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9885         string for caching if it is 'PIN.
9886
9887 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * lpath.el: Consider the case without Emacs/W3.
9890
9891 2008-03-08  Glenn Morris  <rgm@gnu.org>
9892
9893         * time-date.el (date-to-time, time-subtract, time-add)
9894         (safe-date-to-time): Doc fixes.
9895
9896 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * mail-source.el (mail-source-delete-old-incoming-confirm):
9899         Change default to nil.
9900         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9901
9902 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * lpath.el: Rearrange.
9905
9906         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9907         (gnus-article-goto-prev-page): Work for articles having ^L's.
9908
9909         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9910
9911         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9912
9913 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9914
9915         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9916         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9917         (gnus-bookmark-jump): Adjust some variable names.
9918
9919 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9920
9921         * auth-source.el: New package.
9922         (auth-source-choices): Add customization entry point variable.
9923
9924         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9925         bug.
9926
9927 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9928
9929         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9930         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9931         (gnus-registry-install-shortcuts): Rename from
9932         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9933         the `gnus-registry-mark-map' keymap dynamically from
9934         `gnus-registry-marks'.  The generated functions update the summary line
9935         when a registry mark is added or deleted, and will call
9936         `gnus-registry-install-p' (see the comments in the code).
9937         (gnus-registry-user-format-function-M): Use concat intelligently.
9938
9939         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9940         the registry mark functions.
9941
9942 2008-03-05  Glenn Morris  <rgm@gnu.org>
9943
9944         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9945         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9946         gnus-art.
9947         (top-level): No need to load own source when compiling.
9948
9949 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9952         Suggested by <chris.anderton@zetnet.co.uk>.
9953
9954 2008-03-04  Glenn Morris  <rgm@gnu.org>
9955
9956         * gnus-sum.el (top-level): No need to require gnus when compiling,
9957         since unconditionally required near start of file.
9958         (gnus-summary-display-while-building): Move definition before use.
9959
9960 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9961
9962         * gnus-registry.el (gnus-registry-user-format-function-M):
9963         Add formatting function.
9964
9965 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9966
9967         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9968         with plists.
9969         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9970         Use new format.
9971
9972 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9975         `where-is-internal' that returns a range of key sequences.
9976
9977 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9978
9979         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9980
9981         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9982         (gnus-summary-jump-to-group): Consider windows on other displayed
9983         frames as well.  Similar changes might be needed elsewhere, but that's
9984         the one I've bumped into during my use.
9985
9986         * nndoc.el (nndoc-oe-dbx-type-p):
9987         * gnus-msg.el (gnus-debug):
9988         * gnus-group.el (gnus-update-group-mark-positions):
9989         Use mm-string-to-multibyte.
9990
9991 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9992
9993         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9994         doesn't handle NotDashEscaped.
9995
9996         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9997         (mml-dnd-attach-options): Fix typo in custom choice.
9998
9999         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10000         Change nndoc-article-type to mbox.
10001         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10002
10003         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10004         to nil, instead of html2text.
10005
10006         * imap.el (imap-debug): Add `imap-ping-server'.
10007
10008         * gnus-bookmark.el: Add FIXMEs.
10009
10010         * message.el (message-form-letter-separator)
10011         (message-send-form-letter-delay): New variables.
10012         (message-send-form-letter): Use them.  New command to send form
10013         letters.  Requested by Uwe Siart.
10014         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10015
10016 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * Update copyright years.
10019
10020 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         Sync from EMACS_22_BASE.
10023
10024         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10025
10026 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10027
10028         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10029         empty author.
10030
10031 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10032
10033         * gnus-registry.el (gnus-registry-marks): Add variable for
10034         customization of marks and their appearance.
10035         (gnus-registry-read-mark): Use it.
10036         (gnus-registry-do-marks): Add utility function to loop through
10037         `gnus-registry-marks'.
10038         (gnus-registry-install-shortcuts-and-menus): Add function to install
10039         shortcuts and menus.
10040         (gnus-registry-initialize): Use it.
10041         (gnus-registry-default-mark): Clarify documentation.
10042
10043 2008-02-29  Glenn Morris  <rgm@gnu.org>
10044
10045         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10046         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10047         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10048         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10049         Change defcustom :version from 23.0 to 23.1.
10050
10051 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10052
10053         * gnus-registry.el (gnus-registry-follow-group-p)
10054         (gnus-registry-post-process-groups): Add functions to aid registry
10055         splitting and improve logging.  Clarify behavior in function
10056         documentation.
10057         (gnus-registry-split-fancy-with-parent): Use them.
10058
10059 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10060
10061         * gnus-art.el: Use with-current-buffer.
10062
10063 2008-02-27  David Engster  <dengste@eml.cc>
10064
10065         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10066         Express real group name in the response.
10067
10068 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10071         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10072         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10073         autoload gnus-registry-fetch-group when compiling.
10074         (nnmairix-request-group-with-article-number-correction):
10075         Remove unreferenced argument passed to nnmairix-call-backend.
10076
10077 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10080         (mm-uu-extract): Improve face for low color ttys.
10081         Reported by Sascha Wilde.
10082
10083 2008-02-27  Glenn Morris  <rgm@gnu.org>
10084
10085         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10086         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10087         variables to defconsts.  Convert comments to doc-strings.
10088         (nnmairix-last-server, nnmairix-current-server): Convert from free
10089         variables to defvars.  Convert comments to doc-strings.
10090         (gnus-registry-fetch-group): Autoload.
10091         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10092         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10093         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10094         caddr.
10095         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10096         nnmairix-request-group-with-article-number-correction call.
10097         (nnmairix-fast, nnmairix-group): New, less general names, for free
10098         variables passed from nnmairix-request-group to
10099         nnmairix-request-group-with-article-number-correction.  Declare.
10100         (nnmairix-request-group-with-article-number-correction):
10101         Use nnmairix-fast, nnmairix-group rather than fast, group.
10102
10103 2008-02-26  David Engster  <dengste@eml.cc>
10104
10105         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10106         version 0.5.
10107
10108 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10109
10110         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10111         instead of making an extra function call.  Don't add the current group
10112         to articles only when they have the group.  Use
10113         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10114         Reported by David <de_bb@arcor.de>.
10115
10116 2008-02-24  Miles Bader  <miles@gnu.org>
10117
10118         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10119         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10120         (mm-find-mime-charset-region):
10121         * mm-bodies.el (mm-encode-body):
10122         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10123
10124 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10127         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10128
10129 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * mail-source.el (mail-source-delete-incoming): Change default.
10132         Supplement doc string.
10133
10134         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10135
10136 2008-02-14  Glenn Morris  <rgm@gnu.org>
10137
10138         * time-date.el (format-seconds): New function.
10139
10140 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * nnmail.el (nnmail-message-id-cache-file): Derive from
10143         `gnus-home-directory'.
10144
10145 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10148         Document negative prefix.
10149
10150         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10151
10152 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * message.el (message-unsent-separator): Add the Exim bounce
10155         separator.
10156
10157 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10158
10159         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10160         list.
10161         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10162         recipient/signer list.
10163
10164 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * Makefile.in (datarootdir): Define.
10167         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10168         name that might contain whitespace.
10169
10170 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10173         fbound (Emacs 23 unicode), signal an error.
10174
10175 2008-02-08  Glenn Morris  <rgm@gnu.org>
10176
10177         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10178
10179 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10180
10181         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10182         ports to the calls to `netrc-machine-user-or-password' in addition to
10183         "imap" and "imaps".
10184
10185 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10186
10187         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10188
10189         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10190
10191 2008-02-01  Kenichi Handa  <handa@m17n.org>
10192
10193         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10194         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10195         (rfc2104-hash): Convert the result of concat to unibyte string.
10196
10197 2008-02-01  Dave Love  <fx@gnu.org>
10198
10199         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10200         coding-system-for-read.
10201         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10202
10203 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10206         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10207         <hanche@math.ntnu.no>.
10208
10209 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10212
10213         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10214
10215 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10216
10217         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10218         * message.el (message-beginning-of-line): Use featurep instead of bound
10219         tests in order to resolve conditionals at compile time.
10220
10221 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10222
10223         * mail-source.el (mail-sources): Add `group' choice.
10224
10225         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10226         parameter `in-group' to control into which group the articles go.
10227         Add treatment of `group' mail-source.
10228
10229 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10232
10233         * mm-decode.el (mm-dissect-buffer): Decode description.
10234
10235         * mml.el (mml-to-mime): Encode message header first.
10236
10237 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10240         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10241
10242         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10243         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10244
10245 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10246
10247         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10248
10249 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10252         prefix keys.
10253         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10254         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10255         gnus-xmas.el.
10256
10257         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10258         (gnus-xmas-article-describe-bindings): New function.
10259         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10260         gnus-xmas-article-describe-bindings.
10261
10262         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10263
10264 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10265
10266         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10267         Add new variables for article mark management.
10268         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10269         list of extra data entries which, when present, will indicate that the
10270         article ID should not be trimmed from the registry.
10271         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10272         functions.
10273         (gnus-registry-read-mark): New function to read a mark name from the
10274         user.
10275         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10276         (gnus-registry-set-article-mark-internal): New functions to add and
10277         remove marks.
10278         (gnus-registry-get-article-marks): New function to show the marks for
10279         an article, or retrieve them for further use.
10280
10281 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10284         keys when no argument is given.
10285
10286 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * imap.el (imap-ping-server): New variable.
10289         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10290         (imap-ping-server): Minor doc string fixes.
10291
10292 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10293
10294         * imap.el (imap-ping-server): New function.
10295         (imap-opened): Call imap-ping-server.
10296
10297 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gnus-sum.el (gnus-article-sort-by-random)
10300         (gnus-thread-sort-by-random): Fix doc strings.
10301         Reported by jidanni@jidanni.org.
10302
10303 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * gnus-art.el (gnus-article-describe-bindings): New function.
10306         (gnus-article-read-summary-keys): Use it.
10307         (gnus-article-mode-map): Bind `C-h b' to it.
10308
10309 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10312         XEmacs.
10313         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10314         Protect against non-character events.
10315
10316         * lpath.el: Fbind map-keymap for Emacs 21.
10317
10318 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10321         New command.
10322         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10323         instead of END.  Change name of the temp file.
10324         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10325         customizable.
10326
10327 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10330         bind `S W' to gnus-article-wide-reply-with-original; set default
10331         binding to gnus-article-read-summary-send-keys.
10332         (gnus-article-read-summary-keys): Fix the order of keys; display
10333         continuation keys correctly in the echo area; describe bindings
10334         correctly when keys end with `C-h'.
10335         (gnus-article-read-summary-send-keys): New function.
10336         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10337         Work for gnus-article-read-summary-send-keys; display continuation keys
10338         correctly in the echo area.
10339         (gnus-article-reply-with-original): Ignore prefix argument.
10340         (gnus-article-wide-reply-with-original): New function.
10341
10342         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10343         Emacs 21.
10344
10345 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10348         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10349
10350 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10353         (gnus-group-read-ephemeral-gmane-group): New command.
10354
10355 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10356
10357         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10358
10359 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * message.el (message-send-mail-function): Increase custom version.
10362
10363         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10364         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10365
10366 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10367
10368         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10369         for the cases where imap-authenticate is called with a nil buffer
10370         parameter.
10371
10372 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10375         html parts correctly; support forwarded messages.
10376         (gnus-article-browse-html-article): Remove work buffers.
10377
10378         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10379         compiling.
10380         (netrc-bound-and-true-p): New macro.
10381         (netrc-parse): Use it instead of bound-and-true-p that is not available
10382         in XEmacs 21.4.
10383
10384 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10385
10386         * gnus-registry.el (gnus-registry-mark-article)
10387         (gnus-registry-article-marks): Add functionality to mark articles
10388         through the Gnus registry.
10389
10390         * encrypt.el: Clarify documentation for the new pgg method.
10391         (encrypt-file-alist): Add PGG option.
10392         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10393         functionality.  Abstract password key and messaging to external
10394         functions.
10395         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10396         (encrypt-message-method-and-cipher): Add new convenience external
10397         functions.
10398         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10399         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10400
10401         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10402         (netrc-parse): Use encrypt-file-alist to determine if
10403         encrypt-find-model or encrypt-insert-file-contents should be used.
10404
10405         * encrypt.el: Clarify documentation.  Load password-cache or
10406         password, whichever one is found first, instead of autoloading.
10407
10408 2007-12-19  Glenn Morris  <rgm@gnu.org>
10409
10410         * mml.el (message-options-set, message-narrow-to-head)
10411         (message-in-body-p, message-mail-p, message-encode-message-body):
10412         Autoload.
10413         (message-remove-header, message-narrow-to-headers-or-head)
10414         (message-subscribed-p, message-make-mail-followup-to)
10415         (message-position-on-field, message-news-p)
10416         (message-options-set-recipient, message-generate-headers)
10417         (message-sort-headers): Declare as functions.
10418
10419 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10422         convention in doc string.
10423
10424 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10427         title to html parts.
10428         (gnus-article-browse-html-article): Pass message header to it.
10429
10430         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10431
10432 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10435         or password compatible with XEmacs.
10436
10437 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10440         format document.
10441         (gnus-mime-delete-part): Don't write description line if empty.
10442         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10443
10444 2007-12-14  Johan BockgĂĄrd  <bojohan@gnu.org>
10445
10446         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10447         (gnus-summary-mark-read-and-unread-as-read)
10448         (gnus-summary-mark-current-read-and-unread-as-read)
10449         (gnus-summary-mark-unread-as-ticked): Doc fix.
10450         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10451
10452 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10455         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10456
10457 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10460         yes-or-no-p.
10461
10462 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * mm-decode.el (mm-add-meta-html-tag): New function.
10465         (mm-save-part-to-file, mm-pipe-part): Use it.
10466
10467         * gnus-art.el (gnus-article-browse-delete-temp-files):
10468         Use gnus-y-or-n-p instead of y-or-n-p.
10469         (gnus-article-browse-html-parts): Work with message/external-body; use
10470         mm-add-meta-html-tag.
10471
10472 2007-12-11  Glenn Morris  <rgm@gnu.org>
10473
10474         * gnus-cache.el: Require gnus-sum not just when compiling.
10475
10476         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10477
10478         * gnus-int.el (gnus-server-opened, gnus-status-message):
10479         Move definitions before use.
10480
10481         * mm-decode.el: Require gnus-util.
10482         (mm-remove-part): Only call delete-annotation on XEmacs.
10483
10484         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10485
10486         * nnmail.el: Require gnus-int.
10487
10488         * spam.el: Move `require's before `eval-when-compile's.
10489
10490         * gnus-ems.el (gnus-alive-p):
10491         * gnus-fun.el (message-goto-eoh):
10492         * gnus-util.el (gnus-group-name-decode):
10493         * mail-source.el (gnus-compress-sequence):
10494         * message.el (Info-goto-node, format-spec):
10495         * mm-bodies.el (message-options-get):
10496         * mm-decode.el (mm-view-pkcs7):
10497         * mm-util.el (gmm-write-region):
10498         * mml-smime.el (mml-compute-boundary)
10499         (gnus-completing-read-with-default):
10500         * mml.el (widget-button-press, gnus-make-hashtable):
10501         * mml1991.el (mm-decode-content-transfer-encoding)
10502         (mm-encode-content-transfer-encoding)
10503         (message-options-get, message-options-set):
10504         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10505         * nnfolder.el (gnus-request-group):
10506         * nnheader.el (ietf-drums-unfold-fws):
10507         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10508         * smime.el (gnus-run-mode-hooks):
10509         * spam-stat.el (gnus-message): Autoload.
10510
10511         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10512         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10513         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10514         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10515         Add declare-function compatibility definition.
10516
10517         * gnus-cache.el (nnvirtual-find-group-art):
10518         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10519         (gnus-add-image, gnus-add-wash-type):
10520         * gnus-group.el (nnkiboze-score-file):
10521         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10522         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10523         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10524         (message-tokenize-header, gnus-get-buffer-create)
10525         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10526         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10527         * gnus.el (gnus-group-decoded-name):
10528         * mail-source.el (imap-capability):
10529         * mm-bodies.el (message-options-set):
10530         * mm-decode.el (gnus-configure-windows):
10531         * mm-extern.el (message-goto-body):
10532         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10533         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10534         (epg-sub-key-validity, message-options-set):
10535         * mml.el (widget-event-point, gnus-configure-windows):
10536         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10537         * mml2015.el (epg-check-configuration, epg-configuration)
10538         (message-options-set):
10539         * nndb.el (nndb-request-article):
10540         * nnfolder.el (gnus-request-create-group):
10541         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10542         * nnmaildir.el (gnus-group-mark-article-read):
10543         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10544         * rfc1843.el (message-fetch-field):
10545         * spam.el (gnus-extract-address-components):
10546         Declare as functions.
10547
10548 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10551
10552         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10553
10554         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10555         bind show-trailing-whitespace for XEmacs.
10556
10557 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10560         new no-op macro for backward compatibility.
10561
10562         * imap.el (imap-string-to-integer): New function.
10563
10564 2007-12-09  Glenn Morris  <rgm@gnu.org>
10565
10566         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10567
10568         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10569         * message.el, mm-view.el, sieve-manage.el, smime.el:
10570         Add declare-function compatibility definition.
10571
10572         * gnus-art.el (w3-region, w3m-region, Info-menu):
10573         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10574         * gnus-sum.el (gnus-get-predicate):
10575         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10576         * message.el (mail-abbrev-in-expansion-header-p):
10577         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10578         (w3m-detect-meta-charset, w3m-region):
10579         * sieve-manage.el (password-read, password-cache-add)
10580         (password-cache-remove):
10581         * smime.el (password-read-and-add): Declare as functions.
10582
10583 2007-12-08  David Kastrup  <dak@gnu.org>
10584
10585         * gnus-sum.el (gnus-summary-simplify-subject-query):
10586         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10587         `message'.
10588
10589 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10592         it to bind idna-program, installation-directory, defined-colors, and
10593         face-attribute for XEmacs of the version that compiles defcustom forms.
10594
10595 2007-12-07  Glenn Morris  <rgm@gnu.org>
10596
10597         * gnus-art.el (article-make-date-line): Revert previous change.
10598
10599 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10600
10601         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10602
10603 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10604
10605         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10606         Call gnus-add-to-range ranges only once with a prepared article-list.
10607
10608 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10609
10610         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10611         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10612         group names with backslashes.
10613         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10614
10615 2007-12-06  Deepak Goel  <deego3@gmail.com>
10616
10617         * gnus-art.el (article-make-date-line):
10618         * gnus-start.el (gnus-load):
10619         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10620
10621 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-art.el (gnus-use-idna)
10624         * gnus-start.el (gnus-site-init-file)
10625         * message.el (message-use-idna)
10626         * mm-uu.el (mm-uu-hide-markers)
10627         * smiley.el (smiley-style): Revert changes that suppress warnings.
10628
10629 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10632         specify charset to html source.
10633         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10634
10635 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10638         idna-program in order to suppress byte compile warning issued by XEmacs
10639         that came to byte compile the default value section of defcustom forms
10640         recently.
10641
10642         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10643         value of installation-directory.
10644
10645         * message.el (message-use-idna): Don't directly refer to the value of
10646         idna-program.
10647
10648         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10649
10650         * smiley.el (smiley-style): Don't directly call face-attribute.
10651
10652 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10655
10656         * gnus-dired.el: Reduce Gnus dependencies.
10657         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10658         Don't require.  Use autoloads instead.
10659         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10660         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10661         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10662         (gnus-dired-mode): Adjust doc string.
10663         (gnus-dired-mail-mode): New variable.
10664         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10665         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10666         (gnus-dired-mail-buffers): New function.  Return mail or message
10667         composition buffers.
10668         (gnus-dired-attach): Use it.
10669         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10670         NO-DECODE.
10671         (gnus-dired-print): Use `gnus-print-buffer' depending on
10672         `gnus-dired-mail-mode'.
10673
10674 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * rfc2047.el (rfc2047-encoded-word-regexp)
10677         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10678         explaining what regexp patterns are for.
10679
10680 2007-12-04  Glenn Morris  <rgm@gnu.org>
10681
10682         * password.el: Move to password-cache.el.
10683
10684         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10685         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10686         * mml-smime.el (password-read, password-cache-add)
10687         (password-cache-remove):
10688         No need to autoload, since mml-sec requires password.
10689
10690         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10691         * message.el (gnus-extract-address-components):
10692         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10693
10694         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10695         password.
10696
10697 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * mailcap.el: Reduce dependencies.
10700         (mail-header-parse-content-type): Autoload.
10701         (mailcap-delete-duplicates): New alias.
10702         (mailcap-mime-info): Add optional argument NO-DECODE.
10703         (mailcap-mime-types): Use mailcap-delete-duplicates.
10704
10705         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10706
10707 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10708
10709         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10710         (imap-parse-status): Upcase status-att for servers that sends them
10711         lower-case (e.g., MS Exchange 2007).
10712
10713 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714
10715         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10716         function.
10717
10718         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10719         (gnus-uu-yenc-article): New function.
10720
10721         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10722
10723         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10724
10725 2007-12-02  Glenn Morris  <rgm@gnu.org>
10726
10727         * binhex.el (binhex): New custom group.
10728         (binhex-decoder-program, binhex-decoder-switches)
10729         (binhex-use-external): Move to the binhex custom group.
10730
10731         * uudecode.el (uudecode): New custom group.
10732         (uudecode-decoder-program, uudecode-decoder-switches)
10733         (uudecode-use-external): Move to the uudecode custom group.
10734
10735         * netrc.el (top-level): Don't load `encrypt' features.
10736         (netrc-parse): Don't use encrypt.
10737         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10738
10739         * encrypt.el: Remove file.
10740
10741 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10744         matches on patches.
10745
10746         * gnus-art.el (gnus-article-browse-html-article):
10747         Mention `mm-text-html-renderer' in the doc string.
10748
10749         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10750         string.  Add comments.
10751
10752         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10753         if rhs is ASCII.
10754
10755 2007-12-01  Glenn Morris  <rgm@gnu.org>
10756
10757         * mail-source.el (top-level): Require format-spec before
10758         eval-when-compile.
10759
10760 2007-11-30  Glenn Morris  <rgm@gnu.org>
10761
10762         * encrypt.el: Require password, rather than autoloading password-read.
10763
10764 2007-11-29  Glenn Morris  <rgm@gnu.org>
10765
10766         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10767         (sasl-make-client, sasl-next-step, sasl-step-data)
10768         (sasl-step-set-data): Declare as functions.
10769
10770 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10773
10774 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10775
10776         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10777         certs should be verified and what is to be done in the event of a
10778         verification failure.
10779
10780         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10781         caller can indicate whether the cache should be disregarded for this
10782         call.  This way the result of the call is reproducible at all times and
10783         can be considered a canonical server name for the supplied method.
10784         (gnus-agent-method-p): Canonicalize server names by pushing their
10785         method through `gnus-method-to-server' using the no-cache argument.
10786
10787         * gnus-srvr.el (gnus-server-insert-server-line):
10788         Call `gnus-method-to-server' with `no-cache' argument.
10789
10790         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10791         gnus-agent-possibly-synchronize-flags as this should be called when the
10792         server is actually being opened.
10793         (gnus-agent-possibly-synchronize-flags)
10794         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10795         flags file of an agentized server to the latter function.
10796
10797         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10798         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10799         after a connection has been established successfully.
10800
10801 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-art.el (article-display-face): Force to display face if called
10804         interactively; check if gnus-article-x-face-too-ugly matches author.
10805         (article-display-x-face): Display face even if From header is missing
10806         as article-display-face does.
10807
10808 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10809
10810         * hashcash.el (message-narrow-to-headers-or-head)
10811         (message-fetch-field, message-goto-eoh)
10812         (message-narrow-to-headers): Declare as functions.
10813
10814 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * mail-source.el (mail-sources): Default to fetch from file for
10817         compatibility with default of nnmail-spool-file.
10818
10819 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10822         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10823         to look for encoded word that should be encoded again.
10824         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10825         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10826         encoding pattern.
10827         (rfc2047-decode-region): Switch strict regexp and loose one according
10828         to rfc2047-allow-irregular-q-encoded-words.
10829
10830 2007-11-25  Romain Francoise  <romain@orebokech.com>
10831
10832         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10833
10834 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * tls.el (tls-program): Provide more custom choices from
10837         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10838         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10839
10840 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10843         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10844
10845         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10846         `nnmail-spool-file'.
10847
10848         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10849         `nnmail-spool-file'.
10850
10851         * gnus-move.el (gnus-change-server): Ditto.
10852
10853         * gnus-kill.el (gnus-batch-score): Ditto.
10854
10855         * gnus-cache.el (gnus-jog-cache): Ditto.
10856
10857         * gnus-msg.el (gnus-summary-reply):
10858         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10859
10860 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10863         version.  Minor improvement to doc strings.
10864         (tls-program): Add comment.
10865
10866 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10867
10868         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10869         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10870         mismatch between the hostname provided in the certificate and the name
10871         of the host connnecting to.
10872         (open-tls-stream): Use them.  Check certificates against trusted root
10873         certificates.
10874
10875 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10876
10877         * gnus-cache.el (gnus-cache-generate-nov-databases):
10878         Use nnml-generate-nov-databases-directory instead of
10879         nnml-generate-nov-databases-1.
10880
10881 2007-11-24  Glenn Morris  <rgm@gnu.org>
10882
10883         * message.el (message-tool-bar-retro): Update for rename
10884         mail_send.xpm->mail-send.xpm.
10885
10886 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10889         `smime-ldap-search' for Emacs 22 and up.
10890
10891 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10892
10893         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10894
10895         * message.el (message-send-mail-function): Fix error convention.
10896         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10897         (message-widen-reply, message-send-mail, message-talkative-question)
10898         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10899         (message-clone-locals, message-send-news): Use with-current-buffer.
10900         (message-insert-or-toggle-importance): Remove unused var `valid'.
10901         (message-make-references): Remove unused var `new-references'.
10902         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10903
10904 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10905
10906         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10907         (spam-split-symbolic-return-positive): Reflow docstring.
10908         (spam-backends, spam-summary-exit-behavior)
10909         (spam-mark-ham-unread-before-move-from-spam-group)
10910         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10911         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10912         (spam-clear-cache, spam-backend-check, spam-install-backend)
10913         (spam-install-statistical-backend, spam-list-of-processors)
10914         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10915         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10916         (spam-check-crm114, spam-initialize, spam-unload-hook):
10917         Fix typos in docstrings.
10918
10919 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10922         been checked if they have never been read and those group levels are
10923         higher than the one that a user specified.
10924
10925 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10928         foreign groups unless a group level is specified by a user.
10929         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10930
10931 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * message.el (message-send-mail-function): Require sendmail.
10934
10935 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * message.el (message-send-mail-function): Check for smtpmail too.
10938
10939         * utf7.el (utf7-encode, utf7-decode): Use coding system
10940         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10941
10942         * message.el (message-send-mail-function): New function.
10943         (message-send-mail-function): Set default using
10944         message-send-mail-function.  Adjust doc string.
10945         (message-send-mail-with-mailclient): New function.
10946
10947 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10948
10949         * smime.el (from):
10950         * rfc2047.el (message-posting-charset):
10951         * qp.el (mm-use-ultra-safe-encoding):
10952         * pop3.el (parse-time-months):
10953         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10954         * nnml.el (files):
10955         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10956         (jka-compr-compression-info-list, ange-ftp-path-format)
10957         (efs-path-regexp):
10958         * nndiary.el (files):
10959         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10960         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10961         (epg-digest-algorithm-alist, inhibit-redisplay)
10962         (password-cache-expiry):
10963         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10964         (pgg-output-buffer, password-cache-expiry):
10965         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10966         (efs-path-regexp):
10967         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10968         (inhibit-redisplay):
10969         * mm-uu.el (file-name, start-point, end-point, entry)
10970         (gnus-newsgroup-name, gnus-newsgroup-charset):
10971         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10972         (latin-unity-ucs-list):
10973         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10974         (mm-uu-binhex-decode-function):
10975         * message.el (gnus-message-group-art, gnus-list-identifiers)
10976         (rmail-enable-mime-composing, gnus-local-organization)
10977         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10978         (gnus-read-active-file, facemenu-add-face-function)
10979         (facemenu-remove-face-function, gnus-article-decoded-p)
10980         (tool-bar-mode):
10981         * mail-source.el (display-time-mail-function):
10982         * gnus-util.el (nnmail-pathname-coding-system)
10983         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10984         (gnus-original-article-buffer, gnus-user-agent)
10985         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10986         (xemacs-codename, sxemacs-codename, emacs-program-version):
10987         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10988         * gnus-start.el (gnus-agent-covered-methods)
10989         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10990         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10991         (gnus-newsgroup-headers, gnus-group-list-mode)
10992         (gnus-group-mark-positions, gnus-newsgroup-data)
10993         (gnus-newsgroup-unreads, nnoo-state-alist)
10994         (gnus-current-select-method, mail-sources)
10995         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10996         (nnmail-spool-file, gnus-cache-active-hashtb):
10997         * gnus-mh.el (mh-lib-progs):
10998         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10999         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11000         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11001         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11002         (gnus-group-buffer):
11003         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11004         (font-lock-set-defaults):
11005         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11006         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11007         (gnus-summary-post-menu, total-parts, type, condition, length):
11008         * gnus-agent.el (gnus-agent-read-agentview):
11009         * flow-fill.el (show-trailing-whitespace):
11010         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11011         eval-and-compile wrappers for byte compiler pacifiers.
11012
11013         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11014         (mm-display-inline-fontify): Check for featurep 'xemacs not
11015         extent-list.
11016
11017         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11018         itimer-list.
11019         (mm-create-image-xemacs): Only do something for XEmacs.
11020         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11021
11022         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11023
11024         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11025         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11026
11027 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11028
11029         * nnimap.el (nnimap-split-download-body):
11030         * gnus-demon.el (gnus-demon):
11031         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11032
11033 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11036         New macros.
11037         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11038         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11039         copy data from unibyte buffer to multibyte current buffer.
11040         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11041         to copy data from unibyte current buffer to multibyte buffer.
11042         (nntp-make-process-buffer): Make process buffer unibyte.
11043
11044         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11045
11046 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11047
11048         * pop3.el (pop3-open-server): Accept and process data more robustly at
11049         connexion start to avoid spurious "POP SSL connexion failed" errors.
11050
11051 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11054         read group names.
11055
11056 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11059
11060 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11063         (nnmail-save-active): Use a unibyte buffer when saving active file,
11064         which may contain non-ASCII group names.
11065
11066         * nnml.el (nnml-request-group): Decode group names in messages.
11067
11068 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11069
11070         * message.el (message-citation-line-function)
11071         (message-insert-formatted-citation-line): Fix spelling of
11072         `message-insert-formated-citation-line'.
11073
11074 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11077
11078 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11081         nnmail-pathname-coding-system.
11082
11083         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11084         that a user enters; decode group names in messages.
11085
11086         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11087
11088 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11091
11092         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11093
11094         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11095         risky local variable.
11096
11097         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11098
11099 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11100
11101         * encrypt.el: Improve documentation to fix function name typo.
11102         Reported by Daiki Ueno <ueno@unixuser.org>.
11103
11104 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11107         even if the point is not in the last page of an article.
11108         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11109         back to the previous page.
11110
11111 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11114
11115 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11118
11119 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11120
11121         * message.el (message-check-news-body-syntax):
11122         Avoid mm-string-as-multibyte.
11123         (message-hide-headers): Don't assume (point-min)==1.
11124
11125 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * message.el (message-remove-blank-cited-lines): Fix if remove is
11128         given.
11129         (message-bogus-address-regexp): New variable.
11130         (message-bogus-recipient-p): New function.
11131         (message-check-recipients): New command.
11132         (message-syntax-checks): Add `bogus-recipient'.
11133         (message-fix-before-sending): Add `bogus-recipient'.
11134
11135         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11136         (gnus-treat-body-boundary): Don't test window-system.
11137
11138 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11139
11140         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11141
11142 2007-10-28  Miles Bader  <miles@gnu.org>
11143
11144         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11145         at compile-time too.
11146
11147 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * gnus-msg.el (gnus-message-setup-hook):
11150         Add `message-remove-blank-cited-lines' to options.
11151
11152 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * message.el (message-remove-blank-cited-lines): New function.
11155         Suggested by Karl Plästerer.
11156
11157 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11160         mapc.
11161
11162         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11163         (top-level): Use mapc to set functions to be traced for debugging.
11164
11165         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11166         called for effect with while loop.
11167
11168         * message.el (message-talkative-question): Replace mapcar called for
11169         effect with mapc.
11170
11171         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11172         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11173         called for effect with dolist.
11174
11175         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11176
11177         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11178         gnus-extra-headers and nnmail-extra-headers.
11179
11180         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11181         called for effect with dolist.
11182         (top-level): Use mapc to set functions to be traced for debugging.
11183
11184         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11185         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11186         dolist.
11187
11188         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11189         Replace mapcar called for effect with mapc.
11190         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11191         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11192         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11193         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11194
11195         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11196         remove-if that's a cl function.
11197
11198         * webmail.el (webmail-debug): Replace mapcar called for effect with
11199         dolist.
11200
11201         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11202         with mapc.
11203
11204 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11207         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11208         with while loop.
11209
11210         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11211         functions from article-* functions.
11212         (gnus-multi-decode-header): Replace mapcar called for effect with
11213         dolist.
11214
11215         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11216         (gnus-bookmark-show-details): Replace mapcar called for effect with
11217         while loop.
11218
11219         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11220         called for effect with while loop.
11221
11222         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11223         with dolist.
11224
11225         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11226         Replace mapcar called for effect with dolist.
11227
11228         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11229
11230         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11231         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11232         Replace mapcar called for effect with dolist.
11233         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11234         mapc.
11235
11236         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11237         Replace mapcar called for effect with dolist.
11238         (gnus-topic-list): Replace mapcar called for effect with mapc.
11239
11240         * gnus.el: Use mapc instead of mapcar to add autoloads.
11241
11242 2007-10-23  Richard Stallman  <rms@gnu.org>
11243
11244         * gnus-group.el (gnus-group-highlight): Mark as risky.
11245
11246 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus.el (gnus-server-to-method): Return method found first in
11249         gnus-newsrc-alist.
11250
11251         * gnus-art.el (gnus-article-highlight-signature)
11252         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11253         button overlay without the front stickiness.
11254
11255 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11256
11257         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11258         overview buffer needed a catch to receive its throw.
11259         (gnus-agent-flush-cache): Declare as interactive to make this function
11260         easier to use.
11261
11262 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11265         `next-line'.
11266
11267 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11270         exclude address matching message-dont-reply-to-names.
11271
11272 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * gnus-util.el (gnus-string<): New function.
11275
11276         * gnus-sum.el (gnus-article-sort-by-author)
11277         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11278
11279 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11282         the frame-focus tag is set in gnus-buffer-configuration.
11283
11284 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11287         the front stickiness.
11288
11289 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11292         url pattern; remove duplicate one.
11293         (gnus-article-extend-url-button): New function.
11294         (gnus-article-add-buttons): Use it.
11295         (gnus-button-push): Use concatenated url that it makes.
11296
11297 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11298
11299         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11300
11301 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11302
11303         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11304         Don't hardcode point-min==1.
11305
11306 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11309         Fix comment about "iso8859-1".
11310
11311 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11312
11313         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11314         ones returned from the verify-function.
11315
11316         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11317         Call mml2015-extract-cleartext-signature if extraction failed.
11318
11319 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11320
11321         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11322         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11323         failed.
11324
11325 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11326
11327         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11328
11329 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11332         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11333         recommends to use EasyPG instead of PGG.
11334
11335         * pgg.el: Revert to revision 6.23.2.16.
11336
11337         * pgg-def.el: Revert to revision 6.6.2.14.
11338
11339         * pgg-gpg.el: Revert to revision 6.23.2.34.
11340
11341 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11342
11343         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11344         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11345         thread for both the null and zero (kill/expire thread) universal prefix
11346         cases.
11347         (gnus-summary-expire-thread): Add new function to expire a thread,
11348         using gnus-summary-kill-thread.
11349         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11350         shortcuts for gnus-summary-expire-thread.
11351         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11352         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11353
11354 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11357         extras value, so an extras entry can be deleted.
11358         (gnus-registry-delete-extra-entry): Use it.
11359         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11360         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11361         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11362         storage through the gnus-registry, and provide an appropriate API for
11363         it.
11364
11365 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11368         Suggested by Leo <sdl.web@gmail.com>.
11369
11370         * gnus.el: Do.
11371
11372 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11375         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11376
11377         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11378
11379         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11380         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11381
11382 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11385         newline.
11386         (nnmbox-request-accept-article): Don't change article in source buffer;
11387         narrow to header to use message-fetch-field rather than
11388         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11389         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11390         as delimiters; make sure article ends with newline.
11391         (nnmbox-delete-mail): Correct last position of article to be deleted;
11392         ignore X-Gnus-Newsgroup header in article body.
11393         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11394         positions; make sure article ends with newline.
11395
11396         * message.el (message-display-abbrev): Don't infloop when a user
11397         inserts SPC in the beginning of header.
11398
11399         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11400         coding-system-for-read and coding-system-for-write for XEmacs having no
11401         file-coding feature.
11402
11403         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11404
11405 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11406
11407         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11408         list of groups not followed by default.  Fix type to be regexp.
11409         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11410
11411 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11412
11413         * hmac-def.el (define-hmac-function): Switch from old-style to
11414         new-style backquotes.
11415
11416         * md4.el (md4-make-step): Likewise.
11417
11418 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11421         raw-text coding system when saving .newsrc file, which may contain
11422         non-ASCII group names.
11423
11424 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-cus.el (gnus-score-extra): New widget.
11427         (gnus-score-extra-convert): New function.
11428         (gnus-score-customize): Use it for Extra.
11429
11430 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11431
11432         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11433         (mml2015-mailcrypt-clear-verify): Use it.
11434         (mml2015-gpg-clear-verify): Use it.
11435         (mml2015-pgg-clear-verify): Use it.
11436         (mml2015-epg-clear-verify): Replace the current part with the output
11437         from GnuPG; don't extract the plaintext by itself.
11438
11439         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11440         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11441         mml2015-clear-verify-function; don't touch the armor headers or
11442         dash-escaped text here.
11443
11444 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11447         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11448         parts, or application/octet-stream as a last resort.
11449         (gnus-mime-view-part-as-type): Don't toggle display.
11450         (gnus-mime-view-part-as-charset): Don't turn off display before
11451         querying charset.
11452
11453         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11454         stuff to undisplayer function in Emacs.
11455         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11456
11457         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11458         text/calendar parts.
11459
11460 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11463         decoding text/calendar parts.
11464
11465         * message.el (message-forward-make-body-mime): Always mark body as
11466         having no illegible text; remove signed-or-encrypted argument.
11467         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11468
11469         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11470         (mml-generate-mime-1): Don't encode body if it is specified to be in
11471         raw form; don't make buffer be unibyte when inserting multibyte string.
11472
11473 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11474
11475         * sha1.el: Fix up comment style.
11476         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11477         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11478
11479         * hex-util.el: Fix up comment style.
11480         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11481
11482         * gnus-salt.el: Use with-current-buffer.
11483         (gnus-pick-setup-message): Fix long-standing typo.
11484
11485 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * imap.el (imap-logout-timeout): New variable.
11488         (imap-logout, imap-logout-wait): New functions.
11489         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11490
11491         * nnimap.el (nnimap-logout-timeout): New server variable.
11492         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11493         nnimap-logout-timeout.
11494
11495         * gnus-art.el (gnus-article-summary-command-nosave)
11496         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11497
11498 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * gnus.el (gnus-maximum-newsgroup): New variable.
11501
11502         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11503         according to gnus-maximum-newsgroup.
11504
11505         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11506         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11507         Limit the range of articles according to gnus-maximum-newsgroup.
11508
11509 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11510
11511         * gnus-art.el (gnus-sticky-article): Fix problems described in
11512         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11513         Don't perform gnus-configure-windows here; reuse existing sticky
11514         article buffer.
11515
11516         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11517         it doesn't exist in gnus-article-mode.
11518
11519 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11522         (gnus-agent-decoded-group-name): New function.
11523         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11524         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11525
11526 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11527
11528         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11529         Add binding for gnus-sticky-article.
11530         (gnus-summary-exit): Don't kill sticky article buffers.
11531
11532         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11533         article buffer.
11534         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11535         (gnus-kill-sticky-article-buffers): New commands.
11536
11537 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * nntp.el (nntp-xref-number-is-evil): New server variable.
11540         (nntp-find-group-and-number): If it is non-nil, don't trust article
11541         numbers in the Xref header.
11542
11543 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * gnus-agent.el (gnus-agent-read-group): New function.
11546         (gnus-agent-flush-group, gnus-agent-expire-group)
11547         (gnus-agent-regenerate-group): Use it.
11548         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11549         nnmail-pathname-coding-system.
11550
11551 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11554
11555         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11556         that are unread as unread, and also as selected so that information of
11557         marks having been changed by a user may be updated when exiting group.
11558
11559 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11562
11563 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11566         calculated ignoring signature parts to gnus-treat-article.
11567
11568 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11571         a point here in order to keep the window start.
11572         (gnus-insert-mime-security-button): Make a button overlay without the
11573         front stickiness.
11574         (gnus-mime-display-security): Goto the end of a button.
11575
11576         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11577
11578 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11581         group-name-at-point.
11582         (gnus-group-completing-read): New function that offers decoded
11583         non-ASCII group names for completion.
11584         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11585         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11586         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11587         (gnus-group-fetch-control): Use it.
11588         (gnus-fetch-group): Use group-name-at-point for the initial value
11589         rather than the default value; use gnus-alive-p.
11590
11591         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11592         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11593         (gnus-summary-post-news): Use gnus-group-completing-read.
11594
11595         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11596         (gnus-read-move-group-name): Decode group name for completion.
11597
11598 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11599
11600         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11601         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11602         Yamaoka slightly modified the code).
11603
11604 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11607         (nnmail-split-incoming): Bind it.
11608
11609         * nnml.el (nnml-group-name-charset): New function.
11610         (nnml-decoded-group-name): Use it; don't decode group name if
11611         nnmail-group-names-not-encoded-p is non-nil.
11612         (nnml-encoded-group-name): New function.
11613         (nnml-group-pathname): Inline nnml-decoded-group-name.
11614         (nnml-request-expire-articles): Decode group name in message.
11615         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11616         nnmail-pathname-coding-system.
11617         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11618         not decoded ones according to nnmail-group-names-not-encoded-p.
11619         (nnml-generate-active-info): Use nnml-encoded-group-name.
11620
11621 2007-08-08  Glenn Morris  <rgm@gnu.org>
11622
11623         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11624         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11625         doc-strings and comments.
11626
11627 2007-07-25  Glenn Morris  <rgm@gnu.org>
11628
11629         * Relicense all FSF files to GPLv3 or later.
11630
11631 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * gnus-sum.el (gnus-summary-move-article):
11634         Make gnus-summary-respool-article work.
11635
11636 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11639         string.
11640
11641 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
11642
11643         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11644         that should be ignored when comparing distant RSS articles with local
11645         ones.
11646         (nnrss-make-hash-index): New function.  Create a hash index according
11647         to the ignored fields.
11648         (nnrss-check-group): Use it.
11649
11650 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11653
11654         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11655
11656         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11657         the new optional argument ENCODED is non-nil.
11658         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11659         coding system for encoding group name.
11660         (gnus-group-make-rss-group): Pass un-encoded group name to
11661         gnus-group-make-group.
11662         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11663         encoded.
11664
11665         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11666         Encode group name to which articles are moved or copied.
11667         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11668         coding system for encoding Newsgroup, Followup-To and Xref headers.
11669
11670         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11671         marks; use nnheader-file-coding-system to write a file.
11672         (nnagent-retrieve-headers): Bind file-name-coding-system to
11673         nnmail-pathname-coding-system.
11674
11675         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11676
11677         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11678         (nnml-request-article, nnml-request-create-group)
11679         (nnml-request-rename-group, nnml-find-id)
11680         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11681         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11682         (nnml-save-marks): Use nnml-group-pathname instead of
11683         nnmail-group-pathname.
11684
11685         (nnml-request-create-group, nnml-request-expire-articles)
11686         (nnml-request-move-article, nnml-request-delete-group)
11687         (nnml-deletable-article-p, nnml-possibly-create-directory)
11688         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11689         (nnml-open-marks): Bind file-name-coding-system to
11690         nnmail-pathname-coding-system.
11691
11692         (nnml-request-article): Pass server argument to nnml-find-group-number.
11693         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11694         Pass server argument to nnml-possibly-create-directory.
11695         (nnml-request-accept-article): Pass server argument to
11696         nnml-active-number and nnml-save-mail.
11697         (nnml-find-group-number): Pass server argument to nnml-find-id.
11698         (nnml-request-update-info): Pass server argument to
11699         nnml-marks-changed-p.
11700
11701         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11702         (nnml-save-mail, nnml-active-number): Add server argument.
11703
11704         (nnml-request-delete-group): Warn if group is missing.
11705         (nnml-get-nov-buffer): Decode group name.
11706         (nnml-generate-active-info): Encode group name.
11707         (nnml-open-marks): Decode group name in messages.
11708
11709 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11712         if it is not specified.
11713         (gnus-article-pipe-part, gnus-article-save-part)
11714         (gnus-article-interactively-view-part, gnus-article-copy-part)
11715         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11716         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11717         (gnus-article-replace-part, gnus-article-delete-part)
11718         (gnus-article-view-part-as-type): Pass raw prefix argument to
11719         gnus-article-part-wrapper.
11720
11721 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gnus-agent.el (gnus-agent-save-active):
11724         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11725
11726         * gnus-cache.el (gnus-cache-save-buffers)
11727         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11728         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11729         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11730         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11731         (gnus-cache-generate-active, gnus-cache-rename-group)
11732         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11733         (gnus-cache-update-overview-total-fetched-for):
11734         Bind file-name-coding-system to nnmail-pathname-coding-system.
11735         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11736         New variables.
11737         (gnus-cache-decoded-group-name): New function.
11738         (gnus-cache-file-name): Use it.
11739         (gnus-cache-generate-active): Use non-decoded group name for active.
11740
11741         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11742         right place.
11743         (gnus-write-active-file): Don't break non-ASCII group names.
11744
11745         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11746         nnmail-pathname-coding-system.
11747
11748         * lpath.el: Bind default-file-name-coding-system,
11749         file-name-coding-system and language-info-alist for XEmacs.
11750
11751         * gnus-uu.el (gnus-uu-decode-save): Typo.
11752
11753 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11756
11757 2007-07-14  David Kastrup  <dak@gnu.org>
11758
11759         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11760         finishing actions if we did not edit the article.
11761
11762 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11765         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11766         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11767         (gnus-agent-flush-group, gnus-agent-flush-cache)
11768         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11769         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11770         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11771         (gnus-agent-regenerate-group)
11772         (gnus-agent-update-files-total-fetched-for)
11773         (gnus-agent-update-view-total-fetched-for):
11774         Bind file-name-coding-system to nnmail-pathname-coding-system.
11775         (gnus-agent-group-pathname): Don't encode file names by
11776         nnmail-pathname-coding-system.
11777         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11778         coding-system-for-write instead of buffer-file-coding-system to
11779         gnus-agent-file-coding-system.
11780
11781         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11782         Decode group name.
11783
11784         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11785
11786         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11787         (gnus-read-newsrc-el-file): Make group names unibyte.
11788
11789         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11790         nnmail-pathname-coding-system.
11791
11792         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11793         (nnrss-request-delete-group): Bind file-name-coding-system to
11794         nnmail-pathname-coding-system.
11795         (nnrss-read-server-data, nnrss-read-group-data):
11796         Bind file-name-coding-system correctly.
11797         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11798
11799         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11800         (nntp-server-to-method-cache): New variable.
11801         (nntp-group-pathname): New function that decodes non-ASCII group names.
11802         (nntp-possibly-create-directory, nntp-marks-changed-p)
11803         (nntp-save-marks, nntp-open-marks): Use it.
11804         (nntp-possibly-create-directory, nntp-open-marks):
11805         Bind file-name-coding-system to nnmail-pathname-coding-system.
11806         (nntp-open-marks): Decode group names when bootstrapping marks.
11807
11808         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11809         Newsgroups and Folowup-To headers.
11810
11811 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11814         (gnus-server-closed-face, gnus-server-denied-face)
11815         (gnus-server-offline-face): Remove variable.
11816         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11817
11818         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11819         of modifying message-stack directly for XEmacs.
11820
11821         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11822         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11823         if the coding-system argument is nil for XEmacs.
11824
11825         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11826         mm-charset-override-alist.
11827
11828         * rfc2047.el: Don't require base64; require rfc2045 for the function
11829         rfc2045-encode-string.
11830         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11831         to quote the parameter value.
11832
11833 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11836         form in gnus-group-name-charset-method-alist.
11837
11838         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11839         overrides the default layout edit-form.
11840
11841         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11842
11843         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11844
11845 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11848         as unfetched articles.
11849
11850 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11853
11854 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11857         original back end that keeps marks in the local system.
11858
11859 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11862         arg of pop-to-buffer for XEmacs.
11863         (gnus-article-read-summary-keys): Ditto; don't restore window
11864         configuration if summary command ends up with neither article buffer
11865         nor summary buffer; describe bindings if summary keys end with C-h.
11866
11867 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * message.el (message-fix-before-sending): Skip raw message part to be
11870         forwarded while checking illegible text.
11871         (message-forward-make-body-mime, message-forward-make-body):
11872         Mark signed or encrypted raw message as having no illegible text.
11873
11874 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11877         (gnus-message-with-timestamp-1): New macro.
11878         (gnus-message-with-timestamp): New function.
11879         (gnus-message): Use them.
11880
11881         * nnheader.el (nnheader-message): Use them.
11882
11883 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11886         .newsrc.eld file.
11887
11888 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * gnus-agent.el (gnus-agent-fetch-headers)
11891         (gnus-agent-retrieve-headers):
11892         Bind gnus-decode-encoded-address-function to identity.
11893
11894         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11895         available also when the server returns simply a dot.
11896
11897         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11898
11899 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11902
11903 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-ems.el (gnus-x-splash): Make it work.
11906
11907         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11908         from being used.
11909
11910         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11911
11912 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11915         4th and the 5th arguments.
11916
11917         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11918         the front stickiness.
11919         (gnus-article-summary-command-nosave): Correct the order of the
11920         arguments passed to pop-to-buffer.
11921         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11922         summary command ends up with the article buffer.
11923
11924         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11925         the same faces.
11926
11927 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11928
11929         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11930
11931 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11932
11933         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11934         * gnus-sum.el (gnus-summary-highlight):
11935         * pgg.el (pgg-sign-region, pgg-sign):
11936         * mail-source.el (mail-source-delete-old-incoming-confirm):
11937         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11938
11939 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gnus-art.el (gnus-mime-view-part-externally)
11942         (gnus-mime-view-part-internally): Fix predicate function passed to
11943         completing-read.
11944
11945         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11946
11947         * gnus.el (gnus-update-message-archive-method): Add :version.
11948
11949 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * gnus.el (gnus-update-message-archive-method): New variable.
11952
11953         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11954         according to gnus-message-archive-method if
11955         gnus-update-message-archive-method is non-nil.
11956
11957 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11960         Suggested by Loic Dachary <loic@dachary.org>.
11961         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11962
11963 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * message.el (message-pop-to-buffer): Add switch-function argument.
11966         (message-mail): Pass switch-function argument to it.
11967
11968 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11971         Improve doc string.
11972
11973 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11976         (gnus-header-content)
11977         * gnus-cite.el (gnus-cite-10)
11978         * gnus-srvr.el (gnus-server-closed)
11979         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11980         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11981         (gnus-group-mail-3-empty, gnus-group-mail-low)
11982         (gnus-group-mail-low-empty, gnus-splash)
11983         * message.el (message-header-to, message-header-cc)
11984         (message-header-subject, message-header-other, message-header-name)
11985         (message-header-xheader, message-separator, message-cited-text)
11986         (message-mml): Lighten colors of faces used for dark background.
11987
11988 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11989
11990         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11991         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11992
11993 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * message.el (message-narrow-to-headers-or-head):
11996         Ignore mail-header-separator in the body.
11997
11998 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12001         same as window size.
12002
12003 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12004
12005         * message.el (message-font-lock-keywords): Use message-header-xheader
12006         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12007         ahead of the anything pattern, to get it recognised.
12008
12009 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12012         spam.el loads uses it in the compiled defadvice form.
12013
12014 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12015
12016         * gnus-sum.el (gnus-articles-to-read)
12017         (gnus-summary-insert-old-articles): Don't truncate group name for
12018         `read-string'.
12019
12020         * gnus-util.el (gnus-limit-string): Delete this function.
12021
12022         * gnus-sum.el (gnus-simplify-subject-fully):
12023         Use `truncate-string-to-width' instead.
12024
12025 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12026
12027         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12028         Tell if, on summary exit, the next group has to be selected.
12029         (gnus-summary-exit): Use it.
12030
12031 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12034         non-break space.
12035
12036 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12039         Check if group is not a directory.
12040         (nnfolder-request-expire-articles): Don't delete articles if the target
12041         group is not available.
12042
12043         * nnml.el (nnml-request-create-group): Properly check if group is not a
12044         file.
12045         (nnml-request-expire-articles): Don't delete articles if the target
12046         group is not available.
12047
12048         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12049         Don't quote characters that are within parentheses.
12050
12051 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12054         (gnus-handle-ephemeral-exit): Select article according to it.
12055
12056 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12057
12058         * message.el (message-insert-formated-citation-line): Remove newline.
12059         (message-citation-line-format): Add final \n here so that the user can
12060         avoid a blank line.
12061
12062 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12063
12064         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12065         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12066         Update lanl/arXiv support.
12067
12068 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * gnus.el: Bump version number.
12071
12072 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12073
12074         * gnus.el (gnus-version-number): Bump version.
12075
12076 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12077
12078         * gnus.el: No Gnus v0.6 is released.
12079
12080 2007-04-27  Didier Verna  <didier@xemacs.org>
12081
12082         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12083         * gmm-utils.el (gmm-regexp-concat): ... here.
12084         * message.el: Don't require 'gnus-util.
12085         (message-dont-reply-to-names): Handle name change above.
12086         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12087
12088 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12091         since the initial value varies according to the system.
12092
12093 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12096
12097 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12098
12099         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12100
12101 2007-04-24  Didier Verna  <didier@xemacs.org>
12102
12103         Improve the type of gnus-ignored-from-addresses.
12104         * gnus-util.el (gnus-orify-regexp): New function.
12105         * message.el (gnus-util): Require it.
12106         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12107         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12108         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12109
12110 2007-04-24  Didier Verna  <didier@xemacs.org>
12111
12112         * gnus-sum.el:
12113         * gnus-utils.el: Fix some trailing whitespaces.
12114
12115 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12118         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12119         article's Message-ID; refer parent article in summary buffer.
12120
12121         * message.el (message-bounce): Call mime-to-mml.
12122
12123         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12124         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12125         optimize and/or forms properly.
12126
12127 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12130         URL.
12131
12132 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12135
12136 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12139         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12140         displayed of multipart/alternative part if it is invoked from summary
12141         buffer.
12142
12143         * mm-view.el (mm-inline-text-html-render-with-w3m)
12144         (mm-inline-text-html-render-with-w3m-standalone)
12145         (mm-inline-render-with-function): Use mail-parse-charset by default.
12146
12147 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12148
12149         * parse-time.el (parse-time-string-chars): Check if CHAR
12150         is less than the length of parse-time-syntax.
12151
12152 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12155         from gnus-newsgroup-processable.
12156
12157 2007-04-16  Didier Verna  <didier@xemacs.org>
12158
12159         * gnus-msg.el (gnus-configure-posting-styles):
12160         Handle message-signature-directory properly with :file syntax.
12161         Reported by "Leo".
12162
12163 2007-04-11  Didier Verna  <didier@xemacs.org>
12164
12165         New user option: message-signature-directory.
12166         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12167         * message.el (message-insert-signature): Ditto.
12168         * message.el (message-signature-file): Doc update.
12169         * message.el (message-signature-directory): New.
12170
12171 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-msg.el (gnus-inews-yank-articles):
12174         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12175
12176 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * message.el (message-yank-original): Make sure cited text ends with
12179         newline; don't exchange point and mark.
12180
12181 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12182
12183         * tls.el (open-tls-stream): Properly handle case where there
12184         is no associated buffer.
12185
12186 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12187
12188         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12189         message-yank-original, make sure (< mark TEXT point).
12190
12191 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * message.el (message-fill-column): New variable.
12194         (message-mode): Use it.  Add comment on a possible new hook.
12195
12196         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12197         (nnmail-get-new-mail): Reformat.
12198
12199         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12200
12201         * gmm-utils.el: Fix Commentary.
12202         (gmm-tool-bar-from-list): Fix typo in doc string.
12203
12204 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12205
12206         * message.el (message-yank-original): Don't switch point and mark
12207         unnecessarily to put point and mark as documented.
12208
12209 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12210
12211         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12212         from the message heads.
12213
12214 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12215
12216         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12217         article buffer does not have a window.  This may not be the best
12218         solution but is certainly better than setting the start of the null,
12219         that is the current, window.
12220
12221 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12224         (gnus-draft-setup): Run it.
12225
12226         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12227         gnus-score-fast-scoring.  Allow regexp.
12228         (gnus-score-headers): Use it.
12229
12230         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12231         XEmacs.
12232
12233         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12234         string.
12235         (gnus-button-alist): Also catch `<f1> k ...'.
12236         (gnus-treat-display-x-face): Fix doc string.
12237
12238 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12239
12240         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12241         evaluation of gnus-extended-version to ensure correct generation of the
12242         User-Agent header when message-generate-headers-first is used.
12243
12244 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12245
12246         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12247         hashcash-path is nil.  Don't call callback with incorrect number of
12248         parameters if val is 0.
12249
12250 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12251
12252         * message.el (message-required-news-headers):
12253         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12254
12255 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12256
12257         * tls.el (open-tls-stream): In handshake-waiting loop,
12258         don't wait more if there is output available to process.
12259
12260 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12261
12262         * tls.el (tls-program): Doc fix.
12263
12264 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * message.el (message-generate-new-buffers): Change the meaning of the
12267         nil value; add `standard' to the choices; treat t as `unique'; improve
12268         doc string.
12269         (gnus-select-frame-set-input-focus): Autoload.
12270         (message-buffer-name): Search for the existing message buffer if
12271         message-generate-new-buffers is nil or `standard'; treat the value t of
12272         message-generate-new-buffers as `unique'.
12273         (message-pop-to-buffer): Raise the frame already displaying the message
12274         buffer; clear the echo area after querying.
12275         (message-setup): Pass the `continue' argument to compose-mail.
12276         (message-mail): Prefer `switch-function' if it is given; search for the
12277         existing message buffer if the `continue' argument is non-nil; pass
12278         continue and switch-function arguments to compose-mail by way of
12279         message-setup.
12280         (message-mail-other-window): Adjust argument of message-setup.
12281         (message-mail-other-frame): Ditto.
12282
12283 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12286         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12287         to turn font-lock on when turning gnus-message-citation-mode on.
12288
12289 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12290
12291         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12292         (mml-smime-function-alist): New variable; add epg as the backend.
12293         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12294         mml-smime- functions instead.
12295         * mm-view.el: Require smime.
12296
12297 2007-03-05  Didier Verna  <didier@xemacs.org>
12298
12299         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12300         instead of just inheritance for posting styles.
12301         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12302
12303 2007-02-24  Chris Moore  <dooglus@gmail.com>
12304
12305         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12306         * pgg-pgp.el (pgg-pgp-encrypt-region):
12307         * pgg-gpg.el (pgg-gpg-encrypt-region):
12308         Check pgg-encrypt-for-me if no other recipients.
12309
12310 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12311
12312         * tls.el (tls-certtool-program): Fix custom type.
12313
12314 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12317         and point-at-eol instead of line-(beginning|end)-position.
12318
12319         * assistant.el (assistant-parse-buffer): Ditto.
12320
12321         * netrc.el (netrc-parse-services): Ditto.
12322
12323 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12324
12325         * mml2015.el (mml2015-epg-find-usable-key): New function.
12326         (mml2015-epg-sign): Use it.
12327         (mml2015-epg-encrypt): Use it.
12328
12329 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * message.el (message-make-in-reply-to): Quote name containing
12332         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12333         if there are special characters.  Reported by NAKAJI Hiroyuki
12334         <nakaji@jp.freebsd.org>.
12335
12336 2007-02-27  Didier Verna  <didier@xemacs.org>
12337
12338         Include the group parameters as well as the topic ones in the
12339         inheritance filter process.
12340         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12341         argument GROUP-PARAMS-LIST.
12342         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12343
12344 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * nntp.el (nntp-never-echoes-commands)
12347         (nntp-open-connection-functions-never-echo-commands): New variables.
12348         (nntp-send-command): Use them.
12349
12350 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12351
12352         * mml2015.el (mml2015-epg-verify): Simplify.
12353
12354 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * mml.el (mml-content-disposition-alist): New user option.
12357         (mml-content-disposition): New function.
12358         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12359         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12360
12361 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12362
12363         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12364         verification.
12365
12366 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12367
12368         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12369         articles posted in the last 24 hours.
12370
12371 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12372
12373         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12374
12375 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12376
12377         * nntp.el (nntp-send-command): Don't wait for echoes when
12378         nntp-open-ssl-stream is used.
12379
12380 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12383         (gnus-message-add-citation-keywords)
12384         (gnus-message-remove-citation-keywords): Remove.
12385         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12386         directly, make the variables in font-lock-defaults buffer-local, add
12387         gnus-message-citation-keywords to them and then update the value of
12388         font-lock-keywords.
12389
12390 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * message.el (message-cite-original-1): Don't call
12393         gnus-article-highlight-citation.
12394
12395         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12396         citations; fix line count.
12397
12398 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12401         (gnus-message-add-citation-keywords)
12402         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12403         versions of font-lock-add-keywords and font-lock-remove-keywords to
12404         work with XEmacs correctly.
12405
12406 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * gnus-cite.el (gnus-cite-face-list): Set the values of
12409         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12410         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12411         (gnus-message-cite-prefix-regexp): New variable.
12412         (gnus-message-search-citation-line): Use it; protect against long
12413         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12414         the 0th match data for Emacs.
12415         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12416         (gnus-message-add-citation-keywords): Append keywords rather than
12417         prepending; emulate font-lock-add-keywords if it is not available.
12418         (gnus-message-remove-citation-keywords):
12419         Emulate font-lock-remove-keywords if it is not available.
12420
12421         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12422
12423         * message.el (message-cite-prefix-regexp): Set the value of
12424         gnus-message-cite-prefix-regexp.
12425
12426 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12427
12428         * nnweb.el (nnweb-google-parse-1): Update parser.
12429
12430 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12431
12432         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12433
12434 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12435
12436         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12437         regexp.
12438
12439 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12442         string-to-multibyte.
12443         (uudecode-decode-region-internal): Use it.
12444
12445         * lpath.el: Fbind string-as-multibyte for XEmacs.
12446
12447 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12450         Fix custom choice.
12451
12452         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12453
12454 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12455
12456         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12457
12458         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12459         `write-region' to respect `mm-inhibit-file-name-handlers'.
12460
12461 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12464         Use gnus-home-directory instead of "~/" or "$HOME".
12465
12466 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12467
12468         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12469         to mention filename.
12470         Add comments at beginning regarding usage.
12471         (encrypt-write-file-contents): Change interactive so a string is
12472         acceptable.  If the file has no associated model, show an error instead
12473         of a nonsense prompt.
12474
12475 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12476
12477         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12478         Thanks to Yoshihiko Yamada for kind notification of this typo.
12479
12480 2007-01-12  Kenichi Handa  <handa@m17n.org>
12481
12482         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12483         multibyte buffer.
12484
12485 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * gnus-score.el (gnus-score-fast-scoring): New variable.
12488         (gnus-score-headers): Use it.
12489
12490         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12491
12492         * message.el (message-cite-original-1):
12493         Call gnus-article-highlight-citation if requested.
12494         (message-make-from): Allow name and address as optional arguments.
12495
12496         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12497
12498         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12499         bugs to doc string.
12500         (gnus-button-alist): Add mid\\|message-id.
12501         (gnus-button-fetch-group): Extend for use in
12502         `browse-url-browser-function'.
12503         (gnus-button-url-regexp): Try to catch paired parentheses like in
12504         Wikipedia URLs.
12505
12506         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12507         Suggested by Simon Krahnke <overlord@gmx.li>.
12508
12509 2007-01-13  Romain Francoise  <romain@orebokech.com>
12510
12511         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12512         Update copyright.
12513
12514 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12515
12516         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12517
12518 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12519
12520         * gnus-registry.el (gnus-registry-unfollowed-groups)
12521         (gnus-registry-split-fancy-with-parent): Fix documentation.
12522
12523 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12524
12525         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12526         from nnweb groups.
12527
12528 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12529
12530         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12531         Xref urls.  Erase buffer before requesting head.
12532
12533         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12534
12535 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12538         customizable.
12539
12540 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12541
12542         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12543         no signing key is found.
12544         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12545         no encrypting and/or signing key is found.
12546
12547 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12550
12551 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12552
12553         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12554         headers read from disk with the ones newly found in the current search.
12555         This should no longer cause problems, because the article numbers in
12556         Gmane's `nov.php' output are ignored since the previous change.
12557
12558 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12559
12560         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12561
12562 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12565         replace-regexp-in-string; bind url-version; fbind display-images-p and
12566         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12567         find-face and set-itimer-function for Emacs; bind itimer-list for
12568         Emacs.
12569
12570         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12571
12572 2007-01-01  Romain Francoise  <romain@orebokech.com>
12573
12574         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12575
12576 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12577
12578         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12579         `define-minor-mode' macro definition expanded properly.
12580         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12581         exclude it there.
12582
12583         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12584         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12585         `fboundp' test.
12586         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12587         This is OK to autoload in (S)XEmacs now.
12588
12589 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12590
12591         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12592         keystroke.
12593         (gnus-summary-limit-to-singletons): Fix typo.
12594
12595         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12596         else fails.
12597
12598 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12599
12600         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12601         docstring.
12602
12603         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12604         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12605         (gnus-summary-insert-dormant-articles): Fix typo in message.
12606
12607 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12610         nil for XEmacs.
12611         (gnus-message-citation-mode): Don't autoload in XEmacs.
12612
12613         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12614
12615 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12616
12617         * nnimap.el (nnimap-expunge-search-string):
12618         Mention nnimap-search-uids-not-since-is-evil in docstring.
12619
12620 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12621
12622         * spam.el: Revert to make-obsolete-variable because
12623         define-obsolete-variable-alias is not supported in Emacs 21.
12624
12625         * spam.el (spam-ifile-path, spam-ifile-database-path)
12626         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12627         make-obsolete-variable.
12628         (spam-bsfilter-path, spam-bsfilter-program)
12629         (spam-spamassassin-path, spam-spamassassin-program)
12630         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12631         Don't use "path" inappropriately.
12632         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12633         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12634         variable names.
12635
12636 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12637
12638         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12639         summary buffer.
12640
12641         * password.el (password-cache-remove): Use clear-string to burn
12642         password, if available.
12643
12644 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12647
12648         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12649
12650         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12651         (gnus-message-highlight-citation): Move defcustom here from
12652         gnus-cite.el.
12653         (gnus-message-citation-mode): Autoload.
12654
12655         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12656         checks to make it compile with XEmacs.
12657         (gnus-message-citation-mode): New minor mode.
12658         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12659         (gnus-message-highlight-citation): New variables.
12660         (gnus-message-search-citation-line)
12661         (gnus-message-add-citation-keywords)
12662         (gnus-message-remove-citation-keywords)
12663         (turn-on-gnus-message-citation-mode)
12664         (turn-off-gnus-message-citation-mode): New functions.
12665
12666 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12667
12668         * gnus-cite.el: Enable highlighting of different citation levels in
12669         message-mode.
12670
12671 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * message.el (message-make-fqdn): Fix comment.
12674         (message-bogus-system-names): Add ".local".
12675
12676         * spam.el (spam-ifile-path, spam-ifile-program)
12677         (spam-ifile-database-path, spam-ifile-database)
12678         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12679         Don't use "path" inappropriately.
12680         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12681         strings.
12682         (spam-check-ifile, spam-ifile-register-with-ifile)
12683         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12684         Use new variable names.
12685
12686         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12687         (gnus-treat-display-smileys): Simplify using
12688         gnus-image-type-available-p.
12689
12690         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12691         available.
12692
12693         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12694         Use `display-images-p' if available.
12695
12696 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12699         one after turning on the buffer's multibyteness instead of decoding
12700         them directly in the unibyte buffer that causes unexpected conversion
12701         in Emacs 23 (unicode).
12702
12703 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12704
12705         * message.el (message-generate-hashcash): Fix custom type.
12706
12707 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12710
12711 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12714         disconnect icons.  Add help text.
12715
12716 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12717
12718         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12719         negated to be consistent with the others we handle.
12720
12721 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12722
12723         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12724         version of gnus-summary-buffer to something, so that we can use two
12725         article buffers at the same time.
12726
12727 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12728
12729         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12730         trigger all the extra headers.
12731         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12732         sorting.
12733
12734 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12735
12736         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12737         solid groups.
12738
12739 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12740
12741         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12742
12743 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * legacy-gnus-agent.el: Add Copyright notice.
12746
12747 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12748
12749         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12750
12751 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12752
12753         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12754
12755         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12756         to make it work reliably in CVS Emacs.
12757         (gnus-summary-limit-strange-charsets-predicate)
12758         (gnus-summary-limit-to-predicate): New functions.
12759
12760 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12761
12762         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12763         specifying array size.
12764         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12765         array if it is too small.
12766         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12767         (gnus-sort-threads-loop): New function.
12768
12769 2006-12-06  Chris Moore  <dooglus@gmail.com>
12770
12771         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12772         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12773
12774 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12775
12776         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12777         options.
12778
12779 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12780
12781         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12782         DOS-ing the recipient.
12783
12784         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12785         the headers when creating the mapping to avoid mismappings.
12786         (nnweb-gmane-create-mapping): Always nix out old mapping.
12787
12788 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12791         and mm-verify-option to never.
12792
12793 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * message.el (message-signed-or-encrypted-p): New function.
12796         (message-forward-make-body): Use it.
12797
12798         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12799         Replace encode-coding-string with mm-encode-coding-string.
12800
12801 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * nneething.el (nneething-decode-file-name):
12804         Replace decode-coding-string with mm-decode-coding-string.
12805
12806         * gnus-int.el (gnus-open-server): Say failed server's name.
12807
12808 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12809
12810         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12811         strings to a single string.  Quote `errors-file-name'.
12812         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12813         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12814         Adjust calls.  Use `shell-quote-argument'.
12815
12816 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12817
12818         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12819         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12820
12821         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12822         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12823         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12824         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12825         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12826         (gnus-subscribe-newsgroup, gnus-1):
12827         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12828         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12829         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12830         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12831
12832 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12833
12834         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12835         keystroke.
12836         (gnus-summary-limit-to-bodies): Implement headersp.
12837
12838 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12839
12840         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12841
12842 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12845
12846 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * message.el (message-generate-hashcash): Expand range of values to
12849         include `opportunistic'.
12850         (message-send-mail): Use it.
12851
12852 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12853
12854         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12855         and comment it.
12856
12857         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12858
12859 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gnus-util.el (gnus-extract-address-components): Improve comment.
12862
12863 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-util.el (gnus-extract-address-components): Work with address in
12866         which the name portion contains @.
12867
12868         * lpath.el: Fbind custom-autoload.
12869
12870 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * gnus.el (gnus-start): Move custom group up.
12873         (gnus-select-method): Don't autoload, but make it available for
12874         `customize-variable'.
12875         (gnus-getenv-nntpserver): Don't autoload.
12876
12877 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12878
12879         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12880
12881 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * message.el (message-sendmail-extra-arguments): New variable.
12884         (message-send-mail-with-sendmail): Use it.
12885
12886 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12889         mm-with-unibyte-current-buffer to make string unibyte.
12890
12891         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12892         mm-string-as-multibyte.
12893
12894 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12895
12896         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12897         Reported by Werner Koch <wk@gnupg.org>.
12898
12899 2006-11-14  Daiki Ueno  <ueno@p360>
12900
12901         * mml2015.el: Autoload epa-select-keys when compiling.
12902
12903 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12904
12905         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12906         message-options.
12907         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12908
12909 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12910
12911         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12912         EasyPG (< 0.0.6).
12913         (mml2015-always-trust): New user option.
12914         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12915         prompt.
12916
12917 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * nntp.el (nntp-authinfo-force): New variable.
12920         (nntp-send-authinfo): Use it.
12921
12922 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12925         decode encoded words.  Improve prompt.  Add comment about forwarding.
12926         (message-replacement-char): Move up.
12927
12928 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12929
12930         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12931         instead of gnus-intersection because arguments of gnus-sorted-nunion
12932         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12933
12934 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12937         (message-simplify-subject-functions):
12938         Enable message-strip-subject-encoded-words by default.
12939
12940 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * message.el (message-strip-subject-encoded-words): New function.
12943         (message-simplify-subject-functions): New variable.
12944         (message-simplify-subject): Use it.  Fix typo in doc string.
12945         Support message-strip-subject-encoded-words.
12946
12947 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12948
12949         * gnus-diary.el (gnus-diary-delay-format-function):
12950         * nndiary.el (nndiary-reminders):
12951         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12952
12953 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * gnus-art.el (article-hide-boring-headers): Fetch date from
12956         gnus-original-article-buffer to avoid problems with localized date
12957         strings.
12958
12959 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12962
12963 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12966         New variables.
12967         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12968         (mm-charset-synonym-alist): Move some entries to
12969         mm-codepage-iso-8859-list.
12970         (mm-charset-synonym-alist, mm-charset-override-alist):
12971         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12972
12973 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12976
12977 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12980         with Emacs 21 and XEmacs.
12981
12982 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12983
12984         * spam.el (spam-parse-address): New function for better parsing,
12985         catching errors, etc.
12986         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12987
12988 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * mm-view.el: Add interactive arg to html2text autoload.
12991
12992 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12995
12996 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12999         New variables.
13000         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13001         (mm-charset-synonym-alist): Move some entries to
13002         mm-codepage-iso-8859-list.
13003
13004         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13005
13006 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * message.el (message-citation-line-format)
13009         (message-insert-formated-citation-line): Fix implementation of %E, %N
13010         and %n according to the doc string.
13011
13012 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13013
13014         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13015         Use car-safe to avoid bad parses.
13016
13017 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13020         names.
13021
13022         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13023
13024 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13027         header.
13028
13029         * message.el (message-draft-headers): Add Date.
13030         (message-headers-to-generate): Fix typo in docstring.
13031
13032         * nndraft.el (nndraft-required-headers): New variable.
13033         (nndraft-generate-headers): Use it.
13034
13035         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13036
13037 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13038
13039         * gnus-registry.el (gnus-registry-wash-for-keywords)
13040         (gnus-registry-find-keywords): New functions to allow easy searching of
13041         articles that are in the registry.
13042
13043 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13044
13045         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13046         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13047         Reported by Damien Elmes <damien@repose.cx>.
13048
13049 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * gnus.el (gnus-mime): Remove unused custom group.
13052
13053 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13054
13055         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13056         "blank line" when searching for end of armor headers.
13057
13058 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gmm-utils.el (gmm-write-region): Fix variable name.
13061
13062 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * gmm-utils.el (gmm-write-region): New function based on compatibility
13065         code from `mm-make-temp-file'.
13066
13067         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13068
13069         * nnmaildir.el (nnmaildir--update-nov)
13070         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13071         Use `gmm-write-region'.
13072
13073 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13076         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13077
13078         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13079
13080         * message.el (message-replacement-char): New variable.
13081         (message-fix-before-sending): Use it.
13082         (message-simplify-subject): New function to remove duplicate code.
13083         (message-reply, message-followup): Use it.
13084
13085         * gnus-sum.el (gnus-summary-make-menu-bar):
13086         Clarify gnus-summary-limit-to-articles.
13087
13088 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-util.el (gnus-with-local-quit): New macro.
13091
13092         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13093
13094 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13095
13096         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13097         ignore non-string data.
13098
13099 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13100
13101         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13102         non-string data (needs to be done in the registry too).
13103
13104 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13107         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13108         (gnus-registry-split-fancy-with-parent)
13109         (gnus-registry-fetch-simplified-message-subject-fast)
13110         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13111         Remove text properties on ingress into the registry and when it's saved.
13112         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13113         registry from entries with no groups.
13114
13115 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13116
13117         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13118         function to remove string properties.
13119
13120 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * gmm-utils.el (gmm): Adjust custom version.
13123
13124         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13125         Adjust custom version.
13126
13127         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13128
13129 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * gnus-art.el (gnus-insert-prev-page-button)
13132         (gnus-insert-next-page-button): Simplify.  Reformat.
13133
13134 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13135
13136         * gnus-art.el (gnus-insert-prev-page-button)
13137         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13138
13139 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13140
13141         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13142
13143 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13144
13145         * gnus-art.el (gnus-insert-mime-button)
13146         (gnus-insert-mime-security-button):
13147         Apply gnus-article-button-face to MIME and security buttons.
13148
13149 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13150
13151         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13152         readable.
13153
13154 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13157
13158 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13159
13160         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13161         `browse-url-of-file' instead of `browse-url'.
13162
13163 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13164
13165         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13166         regexp.  Articles containing quotation were cut prematurely.
13167
13168 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * message.el (message-cite-original-1): Use nobody by default for the
13171         value of From header.
13172         (message-reply): Ditto.
13173
13174 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13175
13176         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13177         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13178         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13179
13180 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13183         mails in the doc string.  Add some URLs in comment.
13184         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13185
13186 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13189         backslashes handling and the way to find boundaries of quoted strings.
13190
13191 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13192
13193         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13194         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13195         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13196         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13197
13198 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13201         doc string.
13202         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13203
13204 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * lpath.el: Fbind epg-check-configuration.
13207
13208 2006-09-06  Simon Josefsson  <jas@extundo.com>
13209
13210         * mml2015.el (mml2015-use): Doc fix, mention epg.
13211
13212 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13213
13214         * mml2015.el (mml2015-use): Default to epg, if available.
13215
13216 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13217
13218         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13219         message-sender.
13220         (mml1991-epg-encrypt): Ditto.
13221         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13222         message-sender.
13223         (mml2015-epg-encrypt): Ditto.
13224
13225 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13226
13227         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13228         several common directories.
13229
13230 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13231
13232         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13233         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13234
13235 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-art.el (article-decode-encoded-words): Make it fast.
13238
13239 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13242
13243         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13244         in quoted string into `\'.
13245
13246 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13249         Use standard-syntax-table.
13250
13251 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-art.el (gnus-decode-address-function): New variable.
13254         (article-decode-encoded-words): Use it to decode headers which are
13255         assumed to contain addresses.
13256         (gnus-mime-delete-part): Remove useless `or'.
13257
13258         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13259         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13260         (gnus-nov-parse-line): Use it to decode From header.
13261         (gnus-get-newsgroup-headers): Ditto.
13262         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13263
13264         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13265         (mail-decode-encoded-address-string): New alias.
13266
13267         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13268         New function.
13269         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13270         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13271         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13272         (rfc2047-decode-string): Ditto.
13273         (rfc2047-decode-address-region): New function.
13274         (rfc2047-decode-address-string): New function.
13275
13276 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * message.el (message-caesar-buffer-body): Allow rotating headers.
13279
13280         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13281
13282         * message.el (message-insert-formated-citation-line): Fix %f.
13283         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13284
13285 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13288         (gnus-bookmark-mouse-available-p): New macro.
13289         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13290         (gnus-bookmark-bmenu-show-infos): Use it.
13291         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13292         (gnus-bookmark-bmenu-hide-infos): Ditto.
13293         (gnus-bookmark-remove-properties): New function.
13294         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13295         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13296         (gnus-bookmark-write-file): Bind coding-system-for-write.
13297         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13298         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13299         group before selecting it.
13300         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13301         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13302         quit-window if it is not available; use gnus-mouse-2 and bind it to
13303         gnus-bookmark-bmenu-select-by-mouse.
13304         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13305         (gnus-bookmark-bmenu-select-by-mouse): New function.
13306
13307 2006-08-13  Romain Francoise  <romain@orebokech.com>
13308
13309         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13310         space.
13311
13312 2006-08-10  Romain Francoise  <romain@orebokech.com>
13313
13314         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13315         (dns-mode-soa-auto-increment-serial): New user option.
13316         (dns-mode-soa-maybe-increment-serial): New function.
13317         (dns-mode): Add the latter to `write-contents-functions'.
13318
13319 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * compface.el (uncompface): Use binary rather than raw-text-unix.
13322
13323 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * compface.el (uncompface): Make sure the eol conversion doesn't take
13326         place when communicating with the external programs.
13327         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13328
13329 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13332
13333 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13334
13335         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13336         Make it more robust by parsing author and date independently.
13337
13338 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13341
13342 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13343
13344         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13345         first matching secret key.
13346         (mml2015-epg-encrypt): Ditto.
13347
13348         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13349         first matching secret key.
13350         (mml1991-epg-encrypt): Ditto.
13351
13352         * mml2015.el (mml2015-encrypt-to-self): New user option.
13353         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13354         mml2015-epg-encrypt-to-self is set.
13355
13356         * mml1991.el (mml1991-encrypt-to-self): New variable.
13357         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13358         mml1991-epg-encrypt-to-self is set.
13359
13360         * mml2015.el (mml2015-signers): New user option.
13361         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13362         (mml2015-epg-encrypt): Allow to select signing keys.
13363
13364         * mml1991.el (mml1991-signers): New variable.
13365         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13366         (mml1991-epg-encrypt): Allow to select signing keys.
13367
13368 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * nnheader.el (nnheader-insert-head): Make it work even if the file
13371         uses CRLF for the line-break code.
13372
13373 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13374
13375         * mml2015.el: Require mml-sec instead of password.
13376         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13377         (mml2015-cache-passphrase): Inherit the default value from
13378         mml-secure-cache-passphrase.
13379         (mml2015-passphrase-cache-expiry): Inherit the default value from
13380         mml-secure-passphrase-cache-expiry.
13381
13382         * mml1991.el: Require mml-sec instead of password.
13383         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13384         (mml1991-cache-passphrase): Inherit the default value from
13385         mml-secure-cache-passphrase.
13386         (mml1991-passphrase-cache-expiry): Inherit the default value from
13387         mml-secure-passphrase-cache-expiry.
13388
13389         * mml-sec.el: Require password.
13390         (mml-secure-verbose): New user option.
13391         (mml-secure-cache-passphrase): New user option.
13392         (mml-secure-passphrase-cache-expiry): New user option.
13393
13394 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13395
13396         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13397         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13398         andreas@altroot.de (Andreas Vögele).
13399
13400         FIXME: Use `tiny change'?
13401
13402 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13403
13404         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13405         workaround for the url package included with Emacs.
13406
13407         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13408
13409 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13412         correctly.  This fixes a bug caused by the 2006-05-12 change.
13413
13414 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13415
13416         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13417         some information about the error when saying that the `bogus' mail
13418         group will be used.
13419
13420 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13423         string.
13424
13425 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13426
13427         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13428
13429 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13430
13431         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13432
13433 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13434
13435         * mml1991.el (mml1991-function-alist): Add epg.
13436         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13437         (mml1991-epg-encrypt): New functions.
13438
13439 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13440
13441         * mml2015.el (mml2015-verbose): New variable.
13442         (mml2015-cache-passphrase): Ditto.
13443         (mml2015-passphrase-cache-expiry): Ditto.
13444         (mml2015-function-alist): Add epg.
13445         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13446         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13447         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13448         New functions.
13449
13450 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13451
13452         * message.el (message-cite-original-1): Preserve region when removing
13453         quoted text due to X-No-Archive in order to avoid bogus attribution
13454         when citing multiple messages.
13455
13456 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13457
13458         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13459         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13460
13461 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * gnus-diary.el (gnus-user-format-function-d)
13464         (gnus-user-format-function-D): Autoload.
13465
13466         * imap.el (Commentary): Fix typo.
13467
13468         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13469         2006-04-22 contribution.
13470
13471 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13472
13473         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13474         It didn't really fix the bogosity I'm seeing with solid web groups.
13475
13476 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13477
13478         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13479         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13480         created using server names.  If we use the feature without declaring
13481         it, Gnus does not properly manage server and group state.
13482
13483         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13484         bound.
13485
13486 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13487
13488         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13489         looking up the method using GROUP's prefix before inventing a new one.
13490         It is used on killed/unknown groups in various places where returning
13491         an all-new method isn't expected by the caller.
13492
13493         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13494         and match semantics of gnus-group-real-prefix.
13495
13496 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * nnmail.el (nnmail-broken-references-mailers): New variable.
13499         (nnmail-ignore-broken-references): New function generalizing
13500         nnmail-fix-eudora-headers.
13501         (nnmail-fix-eudora-headers): Now obsolete.
13502
13503         * gnus-art.el (gnus-button-handle-custom):
13504         Support `customize-apropos*'.
13505
13506 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13507
13508         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13509
13510         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13511         articles.
13512
13513 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * message.el (message-cite-reply-above): New variable.
13516         (message-yank-original): Use it.
13517
13518 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13521
13522 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13525         as read.
13526
13527         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13528
13529 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13530
13531         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13532         (gnus-bookmark-default-file): Use gnus-directory.
13533         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13534         Remove "*" in doc string.
13535         (gnus-bookmark-write-file): Simplify.
13536         (gnus-bookmark-maybe-sort-alist): Use `when'.
13537         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13538         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13539         Add FIXME about Emacs 21 and XEmacs compatibility.
13540         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13541         compatibility.
13542         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13543         compatibility.
13544         (gnus-bookmark-menu-heading): Fix version.
13545
13546 2006-06-19  Bastien Guerry  <bzg@altern.org>
13547
13548         * gnus-bookmark.el: New file.
13549
13550 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * message.el (message-syntax-checks): Doc fix.
13553
13554 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13555
13556         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13557         unsubscribed groups as if they were killed ones.  It causes duplicate
13558         entries in gnus-newsrc-alist.
13559
13560 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * message.el (message-syntax-checks): Doc fix.
13563         (message-send-mail): Add check for continuation headers.
13564         (message-check-news-header-syntax): Fix regexp used to check for
13565         continuation headers.
13566
13567 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13570
13571 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13574
13575 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13578         default-truncate-lines.
13579
13580 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13583         to fill the utf-8 entry.
13584
13585         * lpath.el: Fbind unicode-precedence-list.
13586
13587 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13588
13589         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13590
13591 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13592
13593         * gnus-agent.el (directory-files-and-attributes): Move all the way
13594         forward (the third and final move).
13595         (gnus-agent-read-agentview): Trap reconstruction errors due to
13596         nonexistent directory.  Handle by returning nil.
13597
13598 2006-05-30  Didier Verna  <didier@xemacs.org>
13599
13600         * message.el (message-dont-reply-to-names): Update the custom type.
13601         * message.el (message-dont-reply-to-names): New defsubst: potentially
13602         convert a list of regexps into a single one.
13603         * message.el (message-get-reply-headers): Use it.
13604         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13605
13606 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-agent.el (directory-files-and-attributes): Move forward.
13609
13610 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * gnus-ml.el (gnus-mailing-list-subscribe)
13613         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13614         (gnus-mailing-list-message): Fix doc strings.
13615
13616 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13617
13618         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13619         of doing it manually.
13620
13621 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13624         comment.
13625
13626 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13627
13628         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13629         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13630         (gnus-agent-read-local): All symbols allocated in my-obarray.
13631         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13632         (gnus-agent-regenerate-group): Check numeric names to see if they are
13633         messages or groups.
13634         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13635         better way of do this...)
13636
13637         * gnus-cache.el (gnus-agent-total-fetched-for):
13638         Ignore 'dummy.group' (there should be a better way of do this...)
13639
13640 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13643         (gnus-saved-headers): Ditto.
13644         (gnus-default-article-saver): Mention functions may have properties.
13645         (gnus-article-save): Override gnus-save-all-headers and
13646         gnus-saved-headers by :headers property which saver function may have.
13647         (gnus-summary-save-in-file): Add :headers property.
13648         (gnus-summary-write-to-file): Ditto.
13649
13650         * gnus-sum.el (gnus-summary-save-article): Bind
13651         gnus-prompt-before-saving to t when saving many articles in a file;
13652         always show all headers.
13653
13654         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13655
13656 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13659         marks.
13660
13661         * message.el (message-indent-citation): Add optional arguments to allow
13662         using it outside of message buffers.
13663
13664         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13665         (gnus-article-treat-unfold-headers): Use it.
13666         (gnus-article-truncate-lines): New variable.
13667         (gnus-article-mode): Use it.
13668         (gnus-article-toggle-truncate-lines): New function.
13669
13670         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13671         Add gnus-article-toggle-truncate-lines.
13672
13673         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13674         coding system in XEmacs, use binary.
13675
13676 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13679         after-load-alist.
13680
13681         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13682         this function should save decoded articles.
13683         (gnus-summary-write-to-file): Use property to specify this function
13684         should save decoded articles and specify gnus-summary-save-in-file
13685         should be used to save articles other than the first one when saving
13686         many articles.
13687         (gnus-summary-save-body-in-file): Use property to specify this
13688         function should save decoded articles.
13689         (gnus-summary-write-body-to-file): Use property to specify this
13690         function should save decoded articles and specify
13691         gnus-summary-save-body-in-file should be used to save articles other
13692         than the first one when saving many articles.
13693
13694         * gnus-sum.el (gnus-summary-save-article): Simplify.
13695
13696 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-art.el (gnus-default-article-saver):
13699         Add gnus-summary-write-body-to-file.
13700         (gnus-article-save-coding-system): Don't use coding system object
13701         in XEmacs.
13702         (gnus-read-save-file-name): Add optional `dir-var' argument which
13703         specifies directory in which files are saved; work even if optional
13704         `variable' argument is not specified.
13705         (gnus-summary-write-to-file): Read file name.
13706         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13707         (gnus-summary-write-body-to-file): New function.
13708
13709         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13710         (gnus-summary-local-variables): Add it.
13711         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13712         (gnus-summary-save-article): Remove optional `decode' argument;
13713         determine whether to decode articles by the value of
13714         gnus-default-article-saver; when saving many files using
13715         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13716         it first and use gnus-summary-save-in-file or
13717         gnus-summary-save-body-in-file thereafter unless
13718         gnus-prompt-before-saving is always; move point to article which
13719         will be saved.
13720         (gnus-summary-save-article-file): Revert.
13721         (gnus-summary-write-article-file): Revert.
13722         (gnus-summary-save-article-body-file): Revert.
13723         (gnus-summary-write-article-body-file): New function.
13724
13725 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-art.el (gnus-default-article-saver): Doc fix.
13728         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13729         from gnus-summary-save-article-coding-system, and default to a
13730         certain coding system.
13731         (gnus-output-to-file): Add coding cookie and encode text according
13732         to gnus-article-save-coding-system; don't use mm-append-to-file.
13733
13734         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13735         gnus-art.el and rename to gnus-article-save-coding-system.
13736         (gnus-summary-save-article): Require gnus-art; don't show all
13737         headers if it decodes articles; don't add coding cookie here;
13738         don't bind mm-text-coding-system-for-write.
13739         (gnus-summary-save-article-file): Save decoded articles.
13740         (gnus-summary-write-article-file): When saving many files, use
13741         gnus-summary-write-to-file first and gnus-summary-save-in-file
13742         thereafter unless gnus-prompt-before-saving is always.
13743         (gnus-summary-save-article-body-file): Save decoded articles.
13744
13745         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13746
13747 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * nnrss.el (nnrss-check-group): Bind hash-index.
13750
13751 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
13752
13753         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13754         its hash index.  Store this hash in `nnrss-group-data'.
13755         (nnrss-read-group-data): Update accordingly.
13756
13757 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13758
13759         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13760         entry.
13761
13762         * gnus-sum.el (gnus-summary-make-menu-bar):
13763         Add gnus-article-browse-html-article.
13764
13765 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13766
13767         * gnus-sum.el (gnus-summary-mime-map):
13768         Add gnus-article-browse-html-article.
13769
13770         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13771
13772 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13775         suitable coding systems in customize.
13776
13777 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13778
13779         * mail-source.el (mail-sources): Fix custom type.
13780
13781 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13784         (gnus-summary-expire-articles-now): Shorten prompt.
13785
13786         * gmm-utils.el (wid-edit): Require.
13787         (defun-gmm): Rename from `gmm-defun-compat'.
13788         (gmm-image-search-load-path): Use it.
13789         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13790
13791 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-sum.el (gnus-summary-save-article-coding-system):
13794         New variable.
13795         (gnus-summary-save-article): Add optional `decode' argument.
13796         If it is set and gnus-summary-save-article-coding-system is non-nil,
13797         save decoded article.
13798         (gnus-summary-write-article-file): Save decoded article if
13799         gnus-summary-save-article-coding-system is non-nil.
13800
13801         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13802         type.
13803
13804 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13807
13808 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13811         first to test gnus-single-article-buffer which may be buffer-local.
13812
13813         * gnus-sum.el (gnus-summary-setup-buffer):
13814         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13815         group; make gnus-article-buffer, gnus-article-current, and
13816         gnus-original-article-buffer always buffer-local.
13817         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13818         group.
13819         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13820
13821 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * nnml.el (nnml-request-compact-group): Compressed files might not
13824         have .gz extension.
13825
13826 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13827
13828         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13829         (mm-copy-to-buffer): Use with-current-buffer.
13830         (mm-display-part): Simplify.
13831         (mm-inlinable-p): Add optional arg `type'.
13832
13833 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13834
13835         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13836         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13837         Try harder to show the attachment internally or externally using
13838         gnus-mime-view-part-as-type.
13839
13840 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * message.el (message-from-style, message-signature-separator)
13843         (message-user-organization-file, message-send-mail-function)
13844         (message-citation-line-function, message-yank-prefix)
13845         (message-indent-citation-function, message-signature)
13846         (message-signature-file, message-signature-insert-empty-line):
13847         Remove autoloads.
13848
13849         * gnus-art.el (gnus-buttonized-mime-types):
13850         Remove "multipart/signed".  Revert 2006-04-26 change.
13851
13852 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13853
13854         * gnus.el (gnus-version-number): Bump version.
13855
13856 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13857
13858         * gnus.el: No Gnus v0.5 is released.
13859
13860 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13861
13862         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13863         fetching articles by message-id.
13864
13865 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13866
13867         * message.el (hashcash): Require hashcash as normal.
13868
13869         * ecomplete.el (ecomplete-highlight-match-line):
13870         Use point-at-eol.
13871         (ecomplete-highlight-match-line): Use `highlight', because that
13872         face exists in both Emacs and XEmacs.
13873
13874         * message.el (message-display-abbrev): Use point-at-bol.
13875
13876         * mail-source.el: Don't require timer/timer-funcs.
13877
13878         * gnus-async.el: Ditto.
13879
13880         * password.el: Ditto.
13881
13882         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13883
13884         * mm-url.el: Ditto.
13885
13886         * gnus-xmas.el: Don't require timer-funcs.
13887
13888         * mm-util.el: Require timer/timer-funcs.
13889
13890 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13891
13892         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13893         Close.
13894
13895 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13898         unibyte after clear-decrypt function runs.
13899
13900         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13901         returns as a unibyte string.
13902
13903 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * lpath.el: Revert.
13906
13907         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13908         (pgg-gpg-process-sentinel): Revert.
13909
13910         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13911         (pgg-pgp-lookup-key): Revert.
13912
13913         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13914         (pgg-pgp5-lookup-key): Revert.
13915
13916         * pgg.el (pgg-fetch-key): Revert.
13917
13918 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * lpath.el: Fbind string-as-multibyte for XEmacs.
13921
13922         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13923         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13924         (mml1991-pgg-encrypt): Ditto.
13925
13926         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13927         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13928         a multibyte buffer.
13929
13930         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13931         (pgg-pgp-lookup-key): Ditto.
13932
13933         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13934         (pgg-pgp5-lookup-key): Ditto.
13935
13936         * pgg.el (pgg-fetch-key): Ditto.
13937
13938 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * message.el (message-user-organization-file): Check several
13941         locations of the organization file.
13942
13943         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13944         Add gnus-article-view-part-as-type.
13945
13946         * gnus-art.el (gnus-article-view-part-as-type): New function.
13947
13948         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13949         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13950
13951         * mml.el: Simplify autoload.
13952         (mml-mode): defvar dnd-protocol-alist instead of using
13953         symbol-value.
13954         (mml-default-directory): New variable.
13955         (mml-minibuffer-read-file): Use it.
13956         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13957
13958         * message.el (message-citation-line-format): New variable.
13959         (message-insert-formated-citation-line): New function.
13960         (message-citation-line-function):
13961         Add `message-insert-formated-citation-line' to custom type.
13962
13963         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13964         to doc string.
13965
13966         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13967         depending on mm-verify-option.
13968
13969 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13972         binding pgg-* variables; reimplement the section which prevents
13973         MIME header from being signed.
13974         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13975         pgg-text-mode; remove a blank line at the top of body.
13976
13977         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13978         lines at the top of body; use gnus-newsgroup-charset if there's no
13979         Charset header.
13980
13981 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * message.el (message-self-insert-commands): Doc fix.
13984
13985         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13986         (mm-uu-pgp-encrypted-test): Ditto.
13987         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13988         between header and body; return application/pgp-encrypted handle
13989         if decryption failed; decode decrypted body by charset.
13990
13991         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13992         element match to application/pgp-*.
13993
13994 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13995
13996         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13997         HTML.
13998
13999 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14000
14001         * mail-source.el (mail-source-call-script): Message the error
14002         string.
14003
14004 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14005
14006         * gnus-util.el (gnus-byte-compile): Use it.
14007
14008 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14009
14010         * gnus-util.el (kill-empty-logs): New function.
14011
14012 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14013
14014         * message.el (message-mail-alias-type): Doc fix.
14015         (message-mail-alias-type-p): New function.
14016         (message-send): Use it.
14017         (message-mode): Ditto.
14018         (message-strip-forbidden-properties): Ditto.
14019
14020         * ecomplete.el (ecomplete-database-file-coding-system):
14021         New variable.
14022         (ecomplete-save): Use it.
14023         (ecomplete-setup): Use it.
14024
14025 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * message.el (message-self-insert-commands): New variable.
14028         (message-strip-forbidden-properties): Use it.
14029
14030 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14031
14032         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14033         that doesn't make XEmacs choke.
14034
14035 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * gnus-util.el (gnus-replace-in-string):
14038         Prefer replace-regexp-in-string over of replace-in-string.
14039
14040 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-util.el (gnus-select-frame-set-input-focus):
14043         Use select-frame-set-input-focus if it is available in XEmacs; use
14044         definition defined in Emacs 22 for old Emacsen.
14045
14046         * dgnushack.el: Autoload unmorse-region for XEmacs.
14047
14048         * lpath.el: Bind cursor-in-non-selected-windows and
14049         select-frame-set-input-focus for XEmacs.
14050
14051 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14054
14055 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14056
14057         * gnus-registry.el (gnus-registry-cache-save): Remove text
14058         properties when saving via the temp buffer.
14059
14060 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * message.el (message-generate-hashcash): Honor custom type.
14063
14064 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14065
14066         * message.el (message-generate-hashcash): Default to non-nil when
14067         hashcash is found.
14068
14069         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14070         (gnus-refer-thread-limit): Increase default to 500.
14071
14072         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14073
14074         * flow-fill.el (fill-flowed): Allow delete-space.
14075
14076 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14079         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14080         Remove autoloads.
14081
14082 2006-04-18  Simon Josefsson  <jas@extundo.com>
14083
14084         * message.el (message-generate-hashcash): Default to.
14085
14086 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14089         concatenating segments rather than before concatenating them.
14090
14091 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14094
14095 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14096
14097         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14098
14099         * message.el (message-forward-make-body-plain):
14100         Allow message-forward-ignored-headers to be a list.
14101         (message-remove-ignored-headers): Factor out into function.
14102         (message-forward-make-body-mml): Use it.
14103
14104         * imap.el (imap-quote-specials): New function.
14105         (imap-login-auth): Quote specials.
14106
14107         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14108         (rfc2231-parse-string): Allow concatanation of parameters that
14109         aren't contiguous.  The test case is
14110           (mail-header-parse-content-type "message/external-body;
14111             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14112             access-type=LOCAL-FILE;
14113             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14114
14115 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14116
14117         * nntp.el (nntp-accept-process-output): Return the value of
14118         `nnheader-accept-process-output'.
14119
14120 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14121
14122         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14123         (gnus-button-alist): Recognize more diff formats.
14124         (gnus-button-patch): Strip directory.
14125
14126 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14127
14128         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14129         Emacs 22 when setting focus.
14130
14131 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14132
14133         * gnus-art.el (gnus-article-treat-types): Do treatment of
14134         text/x-verbatim parts.
14135         (gnus-button-patch): New command.
14136
14137         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14138         addresses that contain invalid characters.
14139
14140 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14141
14142         * message.el (message-put-addresses-in-ecomplete):
14143         Use gnus-replace-in-string.
14144         (message-is-yours-p): Use the more correct
14145         mail-header-parse-address instead of
14146         mail-extract-address-components.
14147         (message-put-addresses-in-ecomplete): Fix typo.
14148
14149         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14150         keystroke.
14151
14152         * gnus-art.el (gnus-treatment-function-alist): Change order of
14153         newsgroups/generic header folding to avoid double-folding.
14154
14155         * message.el (message-hidden-headers): Add X-Draft-From.
14156
14157         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14158         New command.
14159         (gnus-summary-repeat-search-article-backward): New command.
14160
14161         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14162         groups in the parent topic.
14163
14164 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14165
14166         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14167         (spam-extra-header-to-number): Return the CRM114 number as a
14168         number instead of a string.
14169
14170 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14171
14172         * gnus-art.el (gnus-face-properties-alist): Move here from
14173         gnus-fun.
14174
14175         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14176
14177 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14178
14179         * message.el (message-strip-forbidden-properties): Only display on
14180         self-insert-command.
14181
14182         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14183         reindent.
14184         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14185
14186 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14187
14188         * smiley.el (smiley-style): Fix typo.
14189
14190 2006-03-23  Kenichi Handa  <handa@m17n.org>
14191
14192         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14193         instead of set-buffer-multibyte.
14194
14195 2006-03-23  Kenichi Handa  <handa@m17n.org>
14196
14197         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14198         buffer and then decode the buffer text if necessary.
14199         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14200         first, and after mm-encode-body, change the buffer to unibyte.
14201
14202 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14203
14204         * hashcash.el (hashcash-insert-payment-async-2):
14205         Use message-goto-eoh instead of doing it manually.
14206         (mail-add-payment): Use message-narrow-to-header instead of trying
14207         to do the same itself.
14208
14209         * message.el (message-hidden-headers): Add Face.
14210
14211         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14212         reparenting code.
14213         (gnus-summary-reparent-children): Refactored out code.
14214         (gnus-summary-thread-map): New keystroke.
14215         (gnus-summary-reparent-children): Make into command.
14216
14217         * smiley.el (smiley-style): Default to `medium' if using a large
14218         font.
14219
14220         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14221         does it itself.
14222
14223         * message.el (message-point-in-header-p): Simplify definition.
14224
14225 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14226
14227         * nnagent.el (nnagent-request-set-mark): Silence log file
14228         writing.
14229         (nnagent-request-set-mark): Use write-region instead of
14230         append-to-file.
14231
14232         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14233         strange select method.
14234
14235         * ecomplete.el (ecomplete-display-matches): Get highlightling
14236         right.
14237         (ecomplete-display-matches): Use literals.
14238         (ecomplete-display-matches): Disable message logging.
14239
14240         * message.el (message-display-abbrev): Small optimization.
14241
14242         * ecomplete.el (ecomplete-display-matches): Allow automatic
14243         display.
14244
14245         * message.el (message-strip-forbidden-properties):
14246         Display abbrevs.
14247         (message-display-abbrev): Get automatic display right.
14248
14249         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14250         keystrokes.
14251
14252 2006-04-13  Romain Francoise  <romain@orebokech.com>
14253
14254         TODO: Backport to v5-10!
14255
14256         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14257         Move here (and rename) from gnus-registry.el.
14258
14259         * gnus-registry.el: Require gnus-util.
14260         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14261
14262 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14263
14264         * gnus-group.el (gnus-group-catchup-current):
14265         Change if-then-else-if-then-else into cond.
14266         (gnus-group-catchup): Indent.
14267         (group-name-at-point): New function.
14268         (gnus-fetch-group): Provide default from thing at point.
14269
14270 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14271
14272         * message.el (message-display-abbrev): Fix regexp.
14273
14274         * ecomplete.el (ecomplete-highlight-match-line):
14275         Reimplement choosing.
14276         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14277         dead variables.
14278
14279         * message.el (message-newline-and-indent): Remove debugging.
14280         (message-display-abbrev): Use new implementation.
14281
14282 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * gnus-art.el (gnus-article-mode):
14285         Set cursor-in-non-selected-windows to nil.
14286
14287         * smiley.el: Revert previous change.
14288         (smiley-data-directory): defvar it before using it in the
14289         defcustom of `smiley-style'.
14290
14291 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14292
14293         * message.el (message-newline-and-indent): New function.
14294
14295         * ecomplete.el: Implement more bits.
14296
14297         * message.el (message-put-addresses-in-ecomplete): Clean up the
14298         string.
14299
14300         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14301
14302         * gnus-sum.el (gnus-summary-save-parts):
14303         Bind gnus-summary-save-parts-counter and use it to make unique file
14304         names.
14305
14306         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14307
14308         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14309         parameter to say whether to actually parse the individual
14310         addresses.
14311
14312         * message.el (message-put-addresses-in-ecomplete): New function.
14313         (ecomplete): Require.
14314         (message-mail-alias-type): Add ecomplete as an option.
14315
14316 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14317
14318         * flow-fill.el (fill-flowed): Remove trailing space from blank
14319         quoted lines.
14320
14321 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14322
14323         * smiley.el (smiley-style): Move definition later to avoid a
14324         compilation warning.
14325
14326 2006-04-12  Kenichi Handa  <handa@m17n.org>
14327
14328         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14329         buffer and then decode the buffer text if necessary.
14330         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14331         first, and after mm-encode-body, change the buffer to unibyte.
14332         Use mm-disable-multibyte instead of set-buffer-multibyte.
14333
14334 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14337         Content-Type header instead of Content-Disposition header.
14338         (gnus-mime-inline-part): Ditto.
14339         (gnus-mime-view-part-as-charset): Ignore charset that the part
14340         specifies.
14341
14342         * mm-decode.el (mm-display-part): Work with external parts and
14343         usual parts similarly.
14344
14345         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14346         instead of gnus-display-mime.
14347
14348         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14349         instead of with-temp-buffer.
14350
14351         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14352         tag to summarized topics part in order to encode non-ASCII text.
14353
14354 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * smiley.el (smiley-style): New variable.
14357         (smiley-directory): New function.
14358         (smiley-data-directory): Derive from `smiley-style' using
14359         `smiley-directory'.
14360         (smiley-regexp-alist): Add new entries.
14361
14362         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14363         (gnus-article-browse-delete-temp): Add :version.
14364
14365 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14366
14367         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14368         the sieve region.
14369
14370 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14371
14372         * gnus.el (gnus-version-number): Bump version.
14373
14374 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * gnus.el: No Gnus v0.4 is released.
14377
14378 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14379
14380         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14381         layout.
14382
14383         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14384         unknown charset.
14385
14386         * message.el (message-header-synonyms): Add Original-To to the
14387         default.
14388
14389         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14390         optional parameter.
14391
14392 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14393
14394         * gnus-fun.el (gnus): Require it for gnus-directory.
14395
14396 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14399
14400 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14401
14402         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14403
14404 2006-04-05  Simon Josefsson  <jas@extundo.com>
14405
14406         * password.el (password-reset): New function.
14407
14408 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14409
14410         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14411         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14412
14413 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14414
14415         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14416         Some whitespace was matched into the url, which broke browsing hits
14417         > 100 when mm-url-use-external was nil.
14418
14419 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14422         Check gnus-extra-headers for 'Newsgroups.
14423
14424         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14425         bound.
14426
14427 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14428
14429         * pgg-gpg.el: Clean up process buffers every time gpg processes
14430         complete.
14431
14432 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14435         doc string.
14436
14437 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14438
14439         * pgg-gpg.el (pgg-gpg-process-filter)
14440         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14441
14442         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14443         lines, temporary fix.
14444
14445 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14446
14447         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14448
14449 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14450
14451         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14452         default-enable-multibyte-characters.  This reverts the change from
14453         revision 6.17 which is no longer necessary because the passphrase
14454         is sent separately now.  GnuPG messages are unreadable under
14455         multibyte locales with default-enable-multibyte-characters set to
14456         nil.
14457
14458 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * message.el (message-tool-bar-gnome): Move "spell".
14461
14462 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14463
14464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14465         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14466         instead.
14467
14468 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14469
14470         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14471         Improve newsgroups handling for NNTP overviews which don't include
14472         Newsgroups.
14473
14474 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14475
14476         * message.el (message-resend): Bind message-generate-hashcash to nil.
14477
14478 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14479
14480         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14481         when searching for already-paid recipients.
14482
14483 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14484
14485         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14486         passphrases when it is not needed.
14487         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14488         passphrase stuff from gpg, should only be necessary when you use
14489         gpg with a smartcard.
14490
14491 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * mml.el (mml-insert-mime): Ignore cached contents of
14494         message/external-body part.
14495
14496         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14497         (mm-insert-part): Ditto.
14498
14499 2006-03-23  Simon Josefsson  <jas@extundo.com>
14500
14501         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14502         Reiner.
14503         (pgg-gpg-use-agent-p): Use it again.
14504
14505 2006-03-23  Simon Josefsson  <jas@extundo.com>
14506
14507         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14508         older emacsen.
14509         (pgg-gpg-use-agent-p): Don't use it.
14510
14511 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14514         if we can.
14515
14516 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14517
14518         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14519         (pgg-gpg-update-agent): New function.
14520         (pgg-gpg-use-agent-p): New function.
14521         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14522         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14523         (pgg-gpg-sign-region): Use it.
14524
14525 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14528         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14529
14530 2006-03-21  Simon Josefsson  <jas@extundo.com>
14531
14532         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14533         <wilde@sha-bang.de>.
14534         (pgg-gpg-use-agent): New variable.
14535         (pgg-gpg-process-region): Use it.
14536         (pgg-gpg-encrypt-region): Likewise.
14537         (pgg-gpg-encrypt-symmetric-region): Likewise.
14538         (pgg-gpg-decrypt-region): Likewise.
14539         (pgg-gpg-sign-region): Likewise.
14540         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14541
14542 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14545
14546         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14547         Add comment on version.
14548
14549 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * smiley.el: Add missing test smiley.
14552
14553 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * mm-decode.el (mm-with-part): New macro.
14556         (mm-get-part): Use it; work with message/external-body as well.
14557         (mm-save-part): Treat name and filename equally.
14558
14559         * mm-extern.el (mm-extern-cache-contents): New function.
14560         (mm-inline-external-body): Use it; force the part to be displayed;
14561         move undisplayer added to the cached handle to the parent.
14562
14563         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14564         (gnus-mime-view-part-as-type): Work with message/external-body.
14565
14566         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14567
14568 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14571         images in image-load-path.  [Sync with image.el, revision 1.60, in
14572         Emacs.]
14573
14574 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14577         path rather than symbol.  Always return list of directories.
14578         Guarantee that image directory comes first.  [Sync with image.el,
14579         revision 1.59, in Emacs.]
14580
14581         * message.el (message-make-tool-bar): Adjust to new API of
14582         `gmm-image-load-path-for-library'.
14583
14584         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14585
14586         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14587
14588 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14589
14590         * gnus-art.el (gnus-article-only-boring-p):
14591         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14592         intangible text.
14593         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14594
14595 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14598         Use `defun' instead of `gmm-defun-compat'.
14599
14600 2006-03-14  Simon Josefsson  <jas@extundo.com>
14601
14602         * message.el (message-unique-id): Don't use message-number-base36
14603         if (user-uid) is a float.
14604         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14605
14606 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14609
14610         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14611         empty line between a part and a message part.
14612
14613 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * smiley.el: Add more test smileys.
14616         (smiley-data-directory, smiley-regexp-alist)
14617         (gnus-smiley-file-types): Fix doc strings.
14618         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14619         adding new elements.
14620         (smiley-mouse-map): Unused code.  Make it a comment.
14621
14622 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14625         scan latest NoCeM messages instead of old ones.
14626         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14627         delimiters that are recently used.
14628         (gnus-nocem-load-cache): Add autoload cookie.
14629
14630         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14631
14632         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14633         level which is larger than gnus-use-nocem is specified.
14634
14635         * gnus-group.el (gnus-group-get-new-news): Ditto.
14636
14637 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * gnus-util.el (gnus-tool-bar-update): New function.
14640
14641         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14642         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14643
14644         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14645
14646         * gnus-group.el (gnus-group-redraw-when-idle)
14647         (gnus-group-redraw-check): Remove.
14648         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14649
14650 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14653         if optional last element is specified in splits (FIELD VALUE...).
14654
14655 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14658         to gmm-image-load-path-for-library.  Call with no-error argument.
14659         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14660
14661         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14662
14663         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14664
14665         * gmm-utils.el (gmm-image-load-path): Remove alias.
14666
14667 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14668
14669         * gmm-utils.el (gmm-image-load-path): Add alias.
14670
14671         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14672         nnml-generate-nov-databases-1.
14673         (nnml-generate-nov-databases): Use it.
14674         (nnml-generate-nov-databases-directory): Document no-active
14675         argument.
14676
14677         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14678         directory if path is t.  Add no-error.
14679
14680         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14681         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14682
14683         * gnus-art.el (gnus-article-browse-delete-temp-files):
14684         Simplify resetting gnus-article-browse-html-temp-list.
14685
14686         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14687         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14688         Add example to docstring.  Rename local variables.  Move error
14689         checks to default case in cond and simplify.
14690
14691 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14694         handle is multipart when calling it recursively.
14695         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14696
14697 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14698
14699         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14700         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14701
14702 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14705         is loaded.
14706
14707         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14708         loaded.
14709
14710 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14713         to "Emacs 23 (unicode)" in doc string.
14714
14715         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14716         "Emacs 23 (unicode)" in comment.
14717
14718 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14721
14722         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14723         characters 160 through 255 in Emacs 23.
14724
14725 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14728         gnus-article-browse-html-temp.
14729         (gnus-article-browse-delete-temp): Make it customizable.
14730         Add `file'.  Adjust doc string.
14731         (gnus-article-browse-delete-temp-files): Add argument.
14732         Allow query for each file.  Adjust doc string.
14733         (gnus-article-browse-html-parts):
14734         Add `gnus-article-browse-delete-temp-files' to
14735         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14736
14737 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14738
14739         * gnus-art.el (gnus-article-browse-html-temp)
14740         (gnus-article-browse-delete-temp): New variables.
14741         (gnus-article-browse-delete-temp-files): New function.
14742         (gnus-article-browse-html-parts): Use it.
14743
14744 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14747
14748         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14749         string.
14750
14751         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14752         gnus-summary-insert-new-articles when unplugged.
14753         Remove gnus-summary-search-article-forward.
14754
14755         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14756         display-visual-class instead of display-color-cells.
14757
14758 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * dgnushack.el: Autoload customize-group for XEmacs.
14761
14762         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14763         message/* containing non-ASCII text properly.
14764
14765 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * message.el: Require gmm-utils, remove autoloads.
14768         (message-tool-bar): Set default based on
14769         gmm-tool-bar-style.
14770         (message-tool-bar-gnome): Add gmm-customize-mode.
14771
14772         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14773         gmm-tool-bar-style.
14774         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14775
14776         * gnus-group.el (gnus-group-tool-bar): Set default based on
14777         gmm-tool-bar-style.
14778         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14779
14780         * gmm-utils.el (gmm-image-directory): Rename variable from
14781         gmm-image-load-path.
14782         (gmm-image-load-path): Use gmm-image-directory.
14783         (gmm-customize-mode): New function.
14784         (gmm-tool-bar-style): New variable.
14785
14786         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14787         gnus-group-redraw-line-number.
14788         (gnus-group-redraw-check): Simplify.
14789         (gnus-group-tool-bar-update): Remove redraw check.
14790         (gnus-group-make-tool-bar): Add redraw check.
14791
14792 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14793
14794         * gnus-art.el (gnus-button): Add missing parentheses.
14795
14796 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * lpath.el: Fbind line-number-at-pos.
14799
14800 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14803
14804 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-art.el (gnus-button): New face.
14807         (gnus-article-button-face): Use it.
14808
14809         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14810         Add gnus-summary-next-page.  Re-order.
14811
14812         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14813         next-node are now included.
14814         (gnus-group-redraw-line-number): New internal variable.
14815         (gnus-group-redraw-check): Helper function for updating the tool
14816         bar.
14817         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14818
14819         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14820
14821         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14822         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14823         Use it to match format of Spamassassin 3.0 and later.
14824         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14825         (spam-check-bogofilter)
14826         (spam-bogofilter-register-with-bogofilter): Fix args of
14827         `gnus-error' calls.
14828
14829 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14832         unnecessary interaction when sending queued mails.
14833         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14834
14835 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14838         first or last are nil.
14839
14840 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14841
14842         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14843
14844 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14845
14846         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14847
14848 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14849
14850         * dns.el (query-dns): Protect more against buggy tcp output.
14851
14852 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14855         nov.php.
14856
14857 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14858
14859         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14860         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14861         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14862         output on the server side.
14863         (nnweb-google-create-mapping): Update regexps and add some
14864         progress indication.
14865
14866 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * gnus-group.el (gnus-group-tool-bar-gnome):
14869         Fix gnus-agent-toggle-plugged.  Re-order icons.
14870         (gnus-group-tool-bar-gnome):
14871         Add gnus-group-{prev,next}-unread-group.
14872         (gnus-group-tool-bar-gnome): Re-order icons.
14873
14874         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14875         Move gnus-summary-insert-new-articles.
14876
14877         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14878         Fix comments.
14879
14880         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14881         also available in Emacs 21.3.
14882
14883         * message.el (message-fix-before-sending): Change "Emacs 22" to
14884         "Emacs 23 (unicode)" in comment.
14885
14886         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14887         "Emacs 23 (unicode)" in comment.
14888
14889         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14890         comment.
14891         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14892
14893         * mm-view.el (mm-fill-flowed): Add :version.
14894
14895 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14898         and load-path.
14899
14900 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * message.el: Autoload gmm-image-load-path.
14903         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14904         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14905         consitency.
14906
14907         * gmm-utils.el (gmm-image-load-path): Also search in
14908         "../etc/images".  Don't set gmm-image-load-path if we don't find
14909         the image.
14910
14911 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * gmm-utils.el (gmm-image-load-path): Don't make
14914         `gmm-image-load-path' include subdirectories which the second arg
14915         `image' might specify.
14916
14917         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14918         subdirectory to icon file names.
14919
14920         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14921
14922 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14925         gmm-image-load-path calls.
14926
14927         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14928
14929         * message.el (message-make-tool-bar): Ditto.
14930
14931         * mml.el (mml-preview): Add comment concerning tool bar icons.
14932
14933         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14934         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14935
14936         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14937         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14938
14939         * message.el (message-tool-bar-gnome): Use new icon names.
14940         (message-make-tool-bar): Use `gmm-image-load-path'.
14941
14942         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14943         New functions from MH-E.
14944         (gmm-image-load-path): New variable from MH-E.
14945         (gmm-image-load-path): New function from MH-E.  Add arguments
14946         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14947         *-image-load-path-called-flag.
14948
14949 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14950
14951         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14952
14953 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14954
14955         * nnimap.el (nnimap-request-move-article): Change folder back to
14956         source group before deleting.
14957
14958 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14959
14960         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14961
14962         * gnus-art.el (mm-url-insert-file-contents-external):
14963         Autoload mm-url.
14964
14965         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14966
14967 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14970         coding system which mm-charset-to-coding-system returns for a
14971         given charset is valid.
14972
14973 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14974
14975         * html2text.el (html2text-remove-tag-list):
14976         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14977
14978 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14979
14980         * gnus-cus.el: Revert 2005-10-17 change.
14981
14982 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-art.el (article-strip-banner):
14985         Call article-really-strip-banner only when the regexp match is made.
14986
14987 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * gnus-art.el (article-strip-banner):
14990         Use gnus-extract-address-components instead of
14991         mail-header-parse-addresses to make it work with non-ASCII text;
14992         remove mail-encode-encoded-word-string.
14993
14994         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14995         values which are surrounded with \"...\"; make it never cause a
14996         Lisp error; give up parsing of parameters if it failed in
14997         extracting type.
14998
14999 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15000
15001         * smime.el (smime-cert-by-ldap-1): Fix bug where
15002         `smime-ldap-search' returns results without userCertificates.
15003
15004 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15007
15008 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * spam.el (spam-check-spamassassin-headers): Adapt format for
15011         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15012         <ari@mbf.ocn.ne.jp>.
15013         (spam-list-of-processors): Add spam-use-gmane.
15014
15015 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15016
15017         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15018         make-temp-file; make it work with XEmacs as well.
15019
15020         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15021         mm-make-temp-file.
15022
15023         * mm-decode.el (mm-display-external): Use the 3rd arg of
15024         mm-make-temp-file.
15025         (mm-create-image-xemacs): Ditto.
15026
15027 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15030         with message-narrow-to-headers.
15031         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15032         (gnus-draft-check-draft-articles): New function.
15033         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15034
15035 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15036
15037         * gnus-art.el (gnus-article-browse-html-parts):
15038         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15039         Don't use suffix argument for mm-make-temp-file for Emacs 21
15040         compatibility.  Remove useless `format'.
15041
15042 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15043
15044         * nnweb.el (nnweb-google-wash-article): Update regexps.
15045         (nnweb-group-alist): Use defvoo instead of defvar.
15046
15047 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15050         re-loading nn* modules.
15051
15052 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15053
15054         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15055         for `tool-bar-mode' and don't check it's default-value.
15056
15057         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15058
15059         * message.el (message-make-tool-bar): Ditto.
15060
15061         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15062         `substring'.  Shorten tmp-file name.
15063
15064         * gnus.el: Remove bogus comment.
15065
15066 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15067
15068         * gnus-art.el (gnus-article-browse-html-parts): New function.
15069         (gnus-article-browse-html-article): New function for viewing html
15070         articles with a browser.
15071
15072 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15073
15074         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15075         in elisp.
15076         (pgg-gpg-encrypt-symmetric-region): Ditto.
15077         (pgg-gpg-sign-region): Ditto.
15078
15079         * pgg-def.el (pgg-text-mode): New variable.
15080
15081         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15082         (mml2015-pgg-encrypt): Ditto.
15083
15084         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15085         (mml1991-pgg-encrypt): Ditto.
15086
15087 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * nnfolder.el (nnfolder-insert-newsgroup-line):
15090         Use message-make-date instead of current-time-string.
15091
15092         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15093         to gnus-decoded which mm-uu might set.
15094
15095 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15098         don't decode quoted parameters; remove misimported Emacs code.
15099         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15100         (rfc2231-decode-encoded-string): Don't use split-string which
15101         behaves differently according to Emacs version; use
15102         mm-decode-coding-region to convert charset to coding-system.
15103         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15104         (rfc2231-encode-string): Remove misimported Emacs code.
15105
15106 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15109         when calling mail-header-parse-content-type.
15110         (article-de-quoted-unreadable): Ditto.
15111         (article-de-base64-unreadable): Ditto.
15112         (article-wash-html): Ditto.
15113
15114         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15115         calling mail-header-parse-content-type and
15116         mail-header-parse-content-disposition.
15117         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15118         mail-header-parse-content-type.
15119
15120         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15121         insert charset and format parameters; encode description after
15122         inserting it to buffer.
15123         (mml-insert-parameter): Fold lines properly even if a parameter is
15124         segmented into two or more lines; change the max column to 76.
15125
15126         * rfc1843.el (rfc1843-decode-article-body): Don't use
15127         ignore-errors when calling mail-header-parse-content-type.
15128
15129         * rfc2231.el (rfc2231-parse-string): Return at least type if
15130         possible; don't cause an error even if it fails in parsing of
15131         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15132         (rfc2231-encode-string): Don't break lines at the beginning, leave
15133         it to mml-insert-parameter.
15134
15135         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15136         calling mail-header-parse-content-type.
15137
15138 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * spam-report.el (spam-report-gmane-use-article-number):
15141         Improve doc string.
15142         (spam-report-gmane-internal): Check if a suitable header was found
15143         in the article.
15144
15145 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15148         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15149
15150 2006-02-05  Romain Francoise  <romain@orebokech.com>
15151
15152         Update copyright notices of all files in the gnus directory.
15153
15154 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15155
15156         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15157
15158 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15161         segmented lines of parameter value to cope with Thunderbird 1.5
15162         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15163         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15164         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15165
15166 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15167
15168         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15169         parts.
15170
15171 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15172
15173         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15174         there's only one active file for all servers.
15175         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15176         solid groups.  Gnus might have used a FAST request to select the group.
15177         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15178         and nnweb-search redundantly in the active file.
15179         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15180         (nnweb-request-create-group): Don't use ARGS.
15181         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15182         initialisations.  Let nnoo do the work.
15183
15184 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15187         Say the part has been decoded.
15188
15189         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15190
15191 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15192
15193         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15194         mailcap-viewer-test-cache when there's no 'test clause, since that
15195         will invert the meaning of a "nil" test previously determined by
15196         mailcap-mailcap-entry-passes-test.
15197
15198 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15201         compiling.
15202
15203         * gnus-sum.el: Ditto.
15204
15205         * message.el: Don't bind tool-bar-map when compiling.
15206
15207 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15210
15211 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15212
15213         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15214         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15215         current Google Groups.
15216
15217 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15220         and tool-bar-mode.
15221
15222         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15223         and tool-bar-mode.
15224
15225         * message.el (message-tool-bar-update): Simplify.
15226         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15227
15228         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15229         gnus-summary-buffer.
15230         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15231         gnus-summary-reply.
15232
15233         * gmm-utils.el (gmm): Add :version.
15234
15235 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * Makefile.in (clean): New rule.
15238         (distclean): Use it.
15239
15240 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15241
15242         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15243         Don't autoload.
15244
15245 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * gmm-utils.el (gmm-verbose): Add :group.
15248
15249 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * message.el: Change some comments WRT tool-bars.
15252
15253         * gnus-sum.el (gnus-summary-tool-bar)
15254         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15255         (gnus-summary-tool-bar-zap-list): New variables.
15256         (gnus-summary-make-tool-bar): Complete rewrite using
15257         `gmm-tool-bar-from-list'.
15258
15259         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15260         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15261         New variables.
15262         (gnus-group-make-tool-bar): Complete rewrite using
15263         `gmm-tool-bar-from-list'.
15264         (gnus-group-tool-bar-update): New function.
15265
15266         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15267
15268 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15271         is dissected into a single part of which the type is the same as
15272         the given one; decode charset.
15273
15274 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15275
15276         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15277         into alists as symbol not string, since that's what
15278         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15279         look for.
15280
15281 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15284         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15285
15286         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15287
15288 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15291         (gnus-xmas-mime-security-button-menu): New function.
15292
15293         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15294         (gnus-mime-security-button-menu): New definition.
15295         (gnus-mime-security-button-map): Use them.
15296         (gnus-mime-security-button-menu): New function.
15297         (gnus-insert-mime-security-button): Addition to help echo.
15298         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15299         (gnus-mime-security-pipe-part): New functions.
15300
15301         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15302         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15303
15304         * mm-decode.el (mm-handle-set-disposition): Remove.
15305         (mm-handle-set-description): Remove.
15306
15307 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15310         (mm-w3m-standalone-supports-m17n-p): New function.
15311         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15312         w3m usage.
15313
15314         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15315         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15316
15317 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * message.el (message-tool-bar-zap-list):
15320         Use gmm-tool-bar-zap-list as custom type.
15321         (message-tool-bar-update): New function.
15322         (message-tool-bar, message-tool-bar-gnome)
15323         (message-tool-bar-retro): Add message-tool-bar-update.
15324         (message-tool-bar-gnome): Add flyspell-buffer.
15325
15326         * gnus-util.el (gnus-error): Describe `args'.
15327
15328         * gmm-utils.el (gmm-error): Describe `args'.
15329         (gmm-tool-bar-zap-list): New widget.
15330         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15331
15332 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15335         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15336         the number of recursive calls.
15337
15338         * mm-decode.el (mm-handle-set-disposition): New macro.
15339         (mm-handle-set-description): New macro.
15340
15341 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15344         encoding.
15345
15346 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15347
15348         * message.el (message-tool-bar-zap-list, message-tool-bar)
15349         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15350         (message-tool-bar-local-item-from-menu): Remove.
15351         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15352         (message-make-tool-bar): New function.
15353         (message-mode): Use `message-make-tool-bar'.
15354
15355         * gmm-utils.el: New file.
15356         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15357         (gmm-lazy): New widget copied from `nnmail.el'.
15358         (gmm-tool-bar-from-list): New function for creating customizable
15359         tool bars.
15360         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15361         output.
15362         (gmm): Add :prefix to defgroup.
15363
15364 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15365
15366         * gmm-utils.el (gmm-widget-p): New function.
15367
15368 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15369
15370         * mml.el (mml-attach-file): Describe `description' in doc string.
15371         (mml-menu): Add Emacs MIME manual and PGG manual.
15372
15373 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15374
15375         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15376
15377 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15378
15379         * nntp.el (nntp-end-of-line): Doc fix.
15380
15381 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15382
15383         * imap.el (imap-open): Handle case where buffer is a buffer
15384         object.
15385
15386 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15387
15388         * gnus-delay.el (gnus-delay): Don't autoload.
15389         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15390         to be re-loaded when customizing the `gnus-delay' group.
15391
15392 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15393
15394         * message.el (message-insert-citation-line): Use newlines.
15395
15396 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15397
15398         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15399         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15400         these routines, so the passphrase can be managed externally and
15401         passed in to the system.
15402         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15403         pgg-add-passphrase-to-cache function.
15404
15405         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15406         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15407         these routines, so the passphrase can be managed externally and
15408         passed in to the system.
15409         (pgg-pgp5-sign-region): Use new name of
15410         pgg-add-passphrase-to-cache function.
15411
15412 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15413
15414         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15415         part of the decoded armor to find the key-identifier.
15416         (pgg-gpg-lookup-key-owner): New function to return the
15417         human-readable identifier of a key owner.
15418         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15419         itself.
15420         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15421         the key value) if we have a key and can match it against a secret
15422         key.  Also, added a note pointing out fact that the prompt only
15423         indicates the first matching key.
15424
15425         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15426         pgg-decrypt-region.
15427         (pgg-add-passphrase-to-cache): Rename from
15428         `pgg-add-passphrase-cache' to reduce confusion (all callers
15429         changed).
15430         (pgg-remove-passphrase-from-cache): Rename from
15431         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15432         changed).
15433         (pgg-read-passphrase, pgg-add-passphrase-cache)
15434         (pgg-remove-passphrase-cache): Add informative docstrings.
15435         (pgg-decrypt): Convey provided passphrase in subordinate call to
15436         pgg-decrypt-region.
15437
15438 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15439
15440         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15441         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15442         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15443         'passphrase' argument, so the passphrase can be managed externally
15444         and then passed in to the system.
15445
15446         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15447         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15448         so the passphrase cache can be used reliably with identifiers
15449         besides a pgp packet's key id.
15450
15451         * pgg-gpg.el (pgg-gpg-encrypt-region)
15452         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15453         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15454         these routines, so the passphrase can be managed externally and
15455         passed in to the system.
15456
15457         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15458         'notruncate' argument, so the passphrase cache can be used
15459         reliably with identifiers besides a pgp packet's key id.
15460
15461 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15462
15463         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15464         symmetric encryption.
15465         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15466         encrypted session key.
15467         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15468         message ask for the passphrase in a proper way.
15469
15470         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15471         New user commands for symmetric encryption.
15472
15473 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15476
15477         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15478
15479 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15480
15481         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15482
15483 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * mm-decode.el (mm-inlined-types): Add application/pgp.
15486         (mm-automatic-display): Ditto.
15487
15488         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15489         part as text.
15490
15491 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * nnrss.el: Update copyright.
15494         (nnrss-opml-import): Query whether to subscribe to each entry.
15495
15496         * gnus-art.el:
15497         * gnus-sum.el:
15498         * gnus-xmas.el:
15499         * messagexmas.el:
15500         * mm-uu.el:
15501         * mm-view.el: Update copyright.
15502
15503 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * message.el (message-info): New function.
15506         (message-mode-menu): Add it.
15507         Update copyright.
15508
15509         * ChangeLog: Fix and update copyright.
15510
15511 2006-01-13  Romain Francoise  <romain@orebokech.com>
15512
15513         * message.el (message-forward-subject-name-subject): Prefer the
15514         address to 'nowhere' if the sender has no name.
15515         Fix typo.  Update copyright year.
15516
15517 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-art.el (article-wash-html):
15520         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15521         (gnus-article-wash-html-with-w3m-standalone): New function.
15522
15523         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15524         mm-inline-text-html-render-with-w3m-standalone.
15525         (mm-text-html-washer-alist): Map w3m-standalone to
15526         gnus-article-wash-html-with-w3m-standalone.
15527         (mm-inline-text-html-render-with-w3m-standalone): New function.
15528
15529 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15530
15531         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15532         Improve LaTeX.
15533
15534 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15537         (nnrss-request-article): Render text/plain parts as HTML.
15538
15539         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15540         the buffer.
15541
15542 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15545         custom definition of `gnus-posting-styles'.
15546
15547         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15548         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15549
15550 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15553         Use nntp for bug archive.
15554
15555 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15558         parts.
15559         (nnrss-normalize-date): New function converts ISO 8601 date into
15560         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15561         (nnrss-check-group): Use it.
15562
15563 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15566
15567         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15568         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15569         (nnrss-insert-w3): Ditto.
15570
15571 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15574         the articles to be forwarded including the case where neither a
15575         number of articles nor a region is specified.
15576
15577 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * nnrss.el (nnrss-request-article): Fix last change; fill
15580         text/plain parts.
15581
15582 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15585         in text/plain part.
15586         (nnrss-check-group): Don't add excessive newline to dc:subject.
15587
15588 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15589
15590         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15591         article.
15592
15593 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15594
15595         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15596         (nnml-use-compressed-files, nnml-save-mail): Support other
15597         comression programs such as bzip2.
15598
15599 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15600
15601         * dns.el (query-dns): Make sure we check the buffer size before
15602         removing tcp headers.
15603
15604 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15607         remove MIME buttons associated with multipart/alternative parts.
15608         (gnus-mime-display-alternative): Tag buttons using `article-type'
15609         text property.
15610
15611         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15612         associated with multipart/alternative parts.
15613
15614         * gnus-art.el (gnus-signature-separator): Fix custom type.
15615
15616         * mm-decode.el (mm-inlined-types): Fix custom type.
15617         (mm-keep-viewer-alive-types): Ditto.
15618         (mm-automatic-display): Ditto.
15619         (mm-attachment-override-types): Ditto.
15620         (mm-inline-override-types): Ditto.
15621         (mm-automatic-external-display): Ditto.
15622
15623 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15624
15625         * spam-report.el (spam-report-user-mail-address)
15626         (spam-report-user-agent): New variables.
15627         (spam-report-url-ping-plain): Use spam-report-user-agent.
15628
15629 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15630
15631         * gnus-art.el (gnus-button-handle-custom): Do not just use
15632         `customize-apropos' for any "M-x customize-*" button but the
15633         function called for.  Accept both the function name and its
15634         argument in order to achieve this.
15635         (gnus-button-alist): Remove support for "custom:" URL's.
15636         Pass function name to `gnus-button-handle-custom' in case of "M-x
15637         customize-*" buttons.
15638
15639 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15642         multipart/alternative and add xref to mm-discouraged-alternatives
15643         in doc string.
15644
15645         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15646         gnus-buttonized-mime-types in doc string.
15647
15648 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15651         Suggest image/.* in the doc string.
15652
15653 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15656         message-marks (Debian bug #342521).
15657
15658 2005-12-12  Simon Josefsson  <jas@extundo.com>
15659
15660         * password.el (password-read-from-cache): Add.
15661         (password-read): Use it.
15662
15663 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * rfc2047.el (rfc2047-charset-to-coding-system):
15666         Recognize us-ascii as a MIME charset.
15667
15668         * mm-bodies.el (mm-decode-content-transfer-encoding):
15669         Protect against the case where the 2nd arg TYPE is nil.
15670
15671 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15672
15673         * pop3.el (pop3-stream-type): Fix custom version.
15674
15675         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15676
15677 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15678
15679         * mm-decode.el (mm-display-external): Add missing cdr.
15680
15681 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15684         RFC1524) if it is in mailcap or add a suffix according to
15685         mailcap-mime-extensions when generating a temp filename; postpone
15686         deleting a temp file for 2 seconds for some wrappers, shell
15687         scripts, and so on, which might exit right after having started a
15688         viewer command as a background job.
15689
15690 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15691
15692         * nntp.el (nntp-marks-directory): Fix custom group.
15693
15694         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15695         steps when < 10.
15696
15697         * gnus-start.el (gnus-no-server-1):
15698         Mention `gnus-level-default-subscribed' in doc string.
15699
15700 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15701
15702         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15703         parens.
15704
15705 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-xmas.el (gnus-use-toolbar): Revert.
15708         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15709         gnus-use-toolbar is default.
15710
15711         * messagexmas.el (message-use-toolbar): Revert.
15712         (message-setup-toolbar): Use global default-toolbar if
15713         message-use-toolbar is default.
15714
15715 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15718         according to default-toolbar-visible-p.
15719
15720         * messagexmas.el (message-use-toolbar): Ditto.
15721
15722 2005-11-26  Dave Love  <fx@gnu.org>
15723
15724         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15725         (tls-program, tls-success): Provide openssl alternative.
15726
15727         * starttls.el: Doc fixes.
15728         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15729         SERVICE to PORT.
15730
15731         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15732         port null or service name.
15733         (starttls-negotiate): Autoload.
15734
15735 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * message.el (message-kill-to-signature): Fix interactive spec.
15738
15739 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * pop3.el (pop3-open-server): Recognize a string as a service name.
15742
15743 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15744
15745         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15746
15747 2005-11-23  Dave Love  <fx@gnu.org>
15748
15749         Add pop3s, pop3/starttls.
15750
15751         * pop3.el (pop3-authentication-scheme): Clarify doc.
15752         (open-tls-stream, starttls-open-stream): Autoload.
15753         (pop3-stream-type): New.
15754         (pop3-open-server): Use it.
15755
15756         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15757         for POP.
15758         (mail-source-keyword-map): Add :stream for POP.
15759         (mail-source-fetch-pop): Use pop3-stream-type.
15760
15761 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15764         of current-time-string.
15765
15766 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15767
15768         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15769         date header.
15770
15771 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15772
15773         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15774         it can seriously impact performance as it bypasses the agent's
15775         local caches.
15776
15777 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15778
15779         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15780         must be explicitly online rather than "not explicitly offline" for
15781         its flags to be synchronized.
15782
15783         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15784         that gnus-uu-unmark-thread will function correctly.
15785
15786         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15787         1024K is instead displayed as 1M.
15788
15789 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15790
15791         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15792
15793 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15794
15795         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15796
15797 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15798
15799         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15800         error message to display actual error condition.
15801         (gnus-agent-save-local): Avoid saving symbols that are bound to
15802         nil as they simply result in a warning message in
15803         gnus-agent-read-local.
15804
15805 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15808         rather than make-variable-buffer-local for file-precious-flag.
15809
15810 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15811
15812         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15813         for duplicates which are removed.  The invalid sort check then
15814         triggers a rescan after the sort as sorting may have moved
15815         duplicate entries such that they can be cheaply detected.
15816
15817 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15820
15821 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15822
15823         * gnus-agent.el (gnus-agent-article-alist-save-format):
15824         Change internal variable to a custom variable.  Change default value
15825         from compressed(2) to uncompressed(1).
15826         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15827         support for uncompressed agentview files.  Taken together, reading
15828         the agentview file should now be 6-7 times faster.
15829
15830 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15831
15832         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15833         as a buffer-local variable.  This avoids creating truncated
15834         dribble files as a result of a hang up, eg.
15835
15836 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15837
15838         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15839         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15840         XEmacs.
15841
15842 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15843
15844         * gnus-start.el (gnus-start-draft-setup):
15845         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15846
15847         * gnus.el (gnus-splash): Change custom group.
15848         (gnus-group-get-parameter, gnus-group-parameter-value):
15849         Describe allow-list argument.
15850
15851         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15852         string.
15853
15854 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15855
15856         * gnus-art.el (gnus-default-article-saver): Add user-defined
15857         `function' to custom type.
15858
15859 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15860
15861         * imap.el (imap-open): Handle case where buffer is a buffer
15862         object.
15863
15864 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15867         long lines.
15868         (gnus-cache-delete-group): Wrap doc strings.
15869
15870         * gnus-agent.el (gnus-agent-rename-group)
15871         (gnus-agent-delete-group): Wrap doc strings.
15872
15873 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * messagexmas.el (message-use-toolbar): Change the valid values
15876         into default, top, bottom, left, and right.
15877         (message-toolbar-thickness): New variable.
15878         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15879         well.
15880         (message-setup-toolbar): Make it work.
15881
15882         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15883         (gnus-use-toolbar): Change the valid values into default, top,
15884         bottom, left, and right.
15885         (gnus-toolbar-thickness): New variable.
15886         (gnus-xmas-setup-toolbar): New function.
15887         (gnus-xmas-setup-group-toolbar): Use it.
15888         (gnus-xmas-setup-summary-toolbar): Use it.
15889
15890 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * gnus-start.el (gnus-1): Add "native" to
15893         gnus-predefined-server-alist.
15894
15895         * gnus.el (gnus-method-to-server): Don't add "native" to the
15896         lists here, because that leads to problems when
15897         gnus-select-method is bound.
15898
15899 2005-11-09  Simon Josefsson  <jas@extundo.com>
15900
15901         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15902         use (not sort-by-date) instead.
15903
15904 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15905
15906         * gnus-delay.el (gnus-delay-group): Don't autoload.
15907         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15908         to be re-loaded when customizing the `gnus-delay' group.
15909
15910 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15911
15912         * message.el: Revert last changes.
15913         (message-insert-citation-line): Use newlines.
15914
15915 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15916
15917         * message.el (message-courtesy-message)
15918         (message-mark-insert-begin, message-mark-insert-end)
15919         (message-elide-ellipsis, message-cancel-message)
15920         (message-add-header, message-change-subject)
15921         (message-cross-post-followup-to-header)
15922         (message-cross-post-insert-note, message-reduce-to-to-cc)
15923         (message-widen-reply, message-delete-not-region)
15924         (message-kill-to-signature, message-insert-signature)
15925         (message-insert-importance-high, message-insert-importance-low)
15926         (message-insert-or-toggle-importance)
15927         (message-insert-disposition-notification-to)
15928         (message-indent-citation, message-yank-original)
15929         (message-cite-original-without-signature, message-cite-original)
15930         (message-insert-citation-line, message-position-on-field)
15931         (message-fix-before-sending, message-send-mail-partially)
15932         (message-send-mail, message-send-mail-with-sendmail)
15933         (message-send-mail-with-qmail, message-send-news)
15934         (message-check-news-header-syntax, message-generate-headers)
15935         (message-insert-courtesy-copy, message-fill-address)
15936         (message-fill-header, message-shorten-references)
15937         (message-setup-1, message-cancel-news)
15938         (message-forward-make-body-plain, message-forward-make-body-mime)
15939         (message-forward-make-body-mml, message-encode-message-body)
15940         (message-forward-make-body-digest-plain)
15941         (message-forward-make-body-digest-mime)
15942         (message-use-alternative-email-as-from): Insert `hard-newline'
15943         instead of ordinary newlines.
15944
15945 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * message.el (message-generate-headers): Downcase the argument
15948         given to message-check-element.
15949
15950 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15951
15952         * nntp.el (nntp-authinfo-rejected): New error condition.
15953         (nntp-wait-for): Use new error condition to signal authentication
15954         error.
15955         (nntp-retrieve-data): Rethrow new error condition to break out of
15956         recursive call to nntp-send-authinfo.
15957
15958 2005-11-08  Romain Francoise  <romain@orebokech.com>
15959
15960         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15961         (gnus-summary-exit-map): Bind to `Z p'.
15962         (gnus-summary-make-menu-bar): Add menu item.
15963
15964 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15967         (gnus-treat-*): Add `first' in all doc strings.
15968
15969         * gnus-group.el (gnus-group-compact-group): Fix typo.
15970
15971 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus.el (gnus-parameters-case-fold-search): New variable.
15974         (gnus-parameters-get-parameter): Use it.
15975
15976         * gnus-score.el (gnus-home-score-file): Doc fix.
15977
15978 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15979
15980         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15981
15982 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * mm-util.el (mm-special-display-p): New function.
15985
15986         * mml.el (mml-preview): Use it; doc fix.
15987
15988 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15989
15990         * imap.el (imap-open): Handle case where buffer is a buffer object.
15991
15992 2005-10-29  Romain Francoise  <romain@orebokech.com>
15993
15994         * message.el (message-fix-before-sending): Fix comment.
15995
15996 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15997
15998         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15999
16000 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16001
16002         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16003         Used in gnus-score.el.
16004
16005 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16008
16009 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16012         whitespace removed in revision 7.8.  Use concatenated string to
16013         protect trailing whitespace.
16014
16015 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16016
16017         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16018         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16019         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16020         Courier IMAP ("some version from 2004").  Mostly based on similar
16021         code in the same function.
16022
16023 2005-10-26  Didier Verna  <didier@xemacs.org>
16024
16025         * gnus-group.el (gnus-group-compact-group): Invalidate original
16026         article buffer.
16027         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16028         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16029         NOV database and in article itself.
16030         Invalidate article backlog.
16031
16032 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16033
16034         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16035
16036 2005-10-26  Simon Josefsson  <jas@extundo.com>
16037
16038         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16039         part of 2004-07-25 change.
16040
16041 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * message.el (message-display-completion-list): New function.
16044         (message-expand-group): Use it; make sure the Completions buffer
16045         is modifiable.
16046 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16047
16048         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16049         user-mail-name is an empty string.
16050
16051 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16054         depending on gnus-score-decay-constant.
16055
16056         * encrypt.el (encrypt-insert-file-contents)
16057         (encrypt-write-file-contents): Don't use `gnus-message'.
16058
16059         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16060         arguments.
16061         (mm-uu-type-alist): Add message-marks and insert-marks.
16062         Pass arguments to mm-uu-verbatim-marks-extract.
16063         (mm-uu-hide-markers): New variable.
16064         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16065
16066         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16067         (gnus-convert-image-to-face-command): Use "convert" by default to
16068         allow other input image formats.
16069         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16070         accordingly.
16071
16072 2005-10-23  Simon Josefsson  <jas@extundo.com>
16073
16074         * imap.el (imap-gssapi-program): Align command line parameters
16075         with latest GNU SASL.
16076         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16077
16078 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16079
16080         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16081         HTML.
16082         (nnslashdot-request-article): Ditto.
16083
16084         * lpath.el (featurep): Add nobreak-char-display.
16085
16086 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16087
16088         * mail-source.el (mail-source-fetch-pop): Require pop3.
16089         (mail-source-check-pop): Ditto.
16090
16091 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16094         errors.
16095
16096 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16097
16098         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16099         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16100
16101         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16102
16103         * mm-bodies.el (mm-decode-string):
16104         Call `mm-charset-to-coding-system' with allow-override argument.
16105
16106 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16109         (rfc2047-charset-to-coding-system): New function.
16110         (rfc2047-decode-encoded-words): New function.
16111         (rfc2047-decode-region): Use them.
16112         (rfc2047-decode-cte): Remove.
16113         (rfc2047-parse-and-decode): Remove.
16114         (rfc2047-decode): Remove.
16115
16116 2005-10-15  Kenichi Handa  <handa@m17n.org>
16117
16118         * rfc2047.el (rfc2047-decode-cte): New function.
16119         (rfc2047-decode-region): Change the way to decode successive
16120         encoded-words: decode B- or Q-encoding in each encoded-word,
16121         concatenate them, and decode it as charset.
16122
16123 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * lpath.el: Fbind codepage-setup for XEmacs.
16126
16127 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16128
16129         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16130         widget-move-and-invoke.
16131         (gnus-custom-mode): Use gnus-custom-map.
16132
16133 2005-10-15  Bill Wohler  <wohler@newt.com>
16134
16135         * message.el (message-tool-bar-map): Rename image file from
16136         mail_send to mail/send.
16137
16138 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16139
16140         * message.el (message-expand-group): Pass the common
16141         prefix substring of completion to `display-completion-list'.
16142
16143 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>