Ignore all <style> tags for the moment.
[gnus] / lisp / ChangeLog
1 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-font): Colorize the region.
4         (shr-tag-body): Ditto.
5         (shr-tag-font): Actually let the styles be inherited instead of
6         overwriting them.
7         (shr-tag-font): Get the background color right.
8         (shr-tag-style): Ignore all <style> tags for the moment.
9
10         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
11         a Message-ID to avoid having nnimap depend on gnus-sum.
12
13         * shr.el (shr-descend): Only colorize something if we have a node that
14         sets colors.
15
16 2010-12-06  Julien Danjou  <julien@danjou.info>
17
18         * shr.el (shr-render-td): Render td content with shr-descend, so style
19         will be applied to <td> too.
20         (shr-colorize-region): Colorize region even if we only have a background.
21         (shr-tag-body): Fix color and background color inheritance.
22         Do not recolorize after shr-generic.
23         (shr-tag-font): Let shr-generic colorize via inheritance.
24
25 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
28
29 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
30
31         * nnir.el (nnir-request-move-article): Remove obsolete code.
32
33 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
36
37 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * gnus-sum.el (gnus-summary-respool-article): The completion function
40         expects a list instead of an alist.
41
42         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
43         string as the parameter.
44
45         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
46
47         * shr.el (shr-stylesheet): New dynamic variable for cascading the
48         styles.
49         (shr-colorize-region): New function.
50         (shr-insert-background-overlay): Remove.
51         (shr-render-td): Background setting should be taken care of on a higher
52         level.
53         (shr-tag-body): Use post-hoc colorizations.
54         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
55         (shr-put-color-1): Don't overwrite old colors.
56         (shr-colorize-region): When the background color isn't explicit, use
57         a fixed background.
58
59         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
60         nnmail variables.
61
62 2010-12-05  Bjørn Mork  <bjorn@mork.no>
63
64         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
65         unless necessary.
66
67 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
68
69         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
70         server.
71
72 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
75         so that TAB works.
76
77         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
78         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
79
80         * shr.el (shr-urlify): Show the URL before the title to avoid
81         misleading URLs.
82
83 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
84
85         * shr.el (shr-urlify): Display the title in <a> tags.
86
87 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
88
89         * nnir.el (nnir-categorize): Replace mapcar with mapc.
90
91 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
92
93         * nnir.el: Rearrange code to allow macros to be autoloaded by
94         gnus-sum.el.
95         (nnir-retrieve-headers-override-function): Make this variable
96         customizable.
97         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
98
99         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
100         from nnir.el.
101
102 2010-12-03  Julien Danjou  <julien@danjou.info>
103
104         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
105
106 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
109         allow optional argument `environment'.
110
111 2010-12-03  Glenn Morris  <rgm@gnu.org>
112
113         * mm-extern.el (message-goto-body): Update declaration.
114
115 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * gnus-util.el (gnus-macroexpand-all): New function.
118
119         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
120         instead of macroexpand-all that is unavailable in XEmacs.
121
122 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
123
124         * nnir.el (nnir-summary-line-format): New variable.
125         (nnir-mode): Use it.
126         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
127         (nnir-article-ids): Reimplement as defsubst.
128         (nnir-retrieve-headers): Don't mangle the subject header.
129         (nnir-run-imap): Use 100 as RSV score.
130         (nnir-run-find-grep): Fix for full server searching.
131         (nnir-run-gmane): Better restriction to gmane groups.
132
133         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
134         summary buffers.
135
136 2010-12-02  Julien Danjou  <julien@danjou.info>
137
138         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
139
140         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
141
142         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
143         support.
144
145 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
146
147         * nnir.el: Update to handle the registry better.
148         (autoload): Silence byte-compiler.
149         (nnir-open-server): Add a hook for nnir groups.
150         (nnir-request-move-article): Don't mangle the header. Better to use
151         formating variables (which will be added in the future).
152         (nnir-registry-action): Update the registry using the original article
153         group name.
154         (nnir-mode): Install nnir-specific hooks for updating the registry.
155
156         * gnus-sum.el
157         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
158         obsolete variables.
159         (gnus-summary-move-article): Remove use of obsolete variables.
160         (gnus-summary-local-variables): Make move and delete hooks local to
161         summary buffers.
162
163 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * rtree.el: New file.
166
167 2010-12-01  Julien Danjou  <julien@danjou.info>
168
169         * message.el (message-user-organization): Do not use
170         gnus-local-organization.
171
172         * gnus.el: Remove gnus-local-organization.
173
174         * gnus-msg.el: Remove nastygram thing.
175
176 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
179         funcall.
180
181 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
184         names.
185
186         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
187         characters.
188
189         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
190         to t of inhibit-read-only since it is inside gnus-with-article-headers.
191         Suggested by Štěpán Němec <stepnem@gmail.com>.
192         (gnus-gravatar-transform-address): Use mail-extract-address-components
193         that supports non-ASCII names rather than mail-header-parse-addresses.
194
195 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * proto-stream.el (open-protocol-stream): All starttls connections are
198         handled by the network handler.
199
200 2010-11-30  Julien Danjou  <julien@danjou.info>
201
202         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
203         (nnimap-open-connection-1): Fix PREAUTH.
204
205         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
206
207 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
210         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
211         (shr-insert): Use them.
212         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
213
214 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
215
216         * nnir.el (nnir-request-move-article): Bail out if original group
217         doesn't support article moves.
218         (nnir-get-active): Improve active list retrieval.
219
220 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * shr.el (shr-find-fill-point): Don't break before apostrophes.
223
224 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
225
226         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
227         seem to accept strings-with-numbers as port numbers,
228
229 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
230
231         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
232         change the registry.
233
234 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
237         delete-dups that is not available in XEmacs 21.4.
238
239         * mm-util.el (mm-delete-duplicates): Add comment.
240
241 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
242
243         * nnir.el (nnir-ignored-newsgroups): New variable.
244         (nnir-get-active): Use it.
245
246 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * proto-stream.el (proto-stream-open-network): Add some comments.
249
250         * nntp.el (nntp-open-connection): Provide a :success condition.
251
252         * nnimap.el (nnimap-open-connection-1): Ditto.
253
254         * proto-stream.el (proto-stream-open-network): See what the response to
255         the STARTTLS command is.
256
257         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
258         backwards compatibility).
259         (nnimap-open-connection-1): Really respect nnimap-server-port.
260
261         * proto-stream.el (proto-stream-open-network): When doing opportunistic
262         TLS upgrades we don't really care about the identity of the peer.
263         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
264         that what we've checked for.
265         (proto-stream-always-use-starttls): Only default to t if
266         open-gnutls-stream exists.
267         (proto-stream-open-network): If STARTTLS failed, then just open a
268         normal connection.
269         (proto-stream-open-network): Wait until the greeting before doing
270         STARTTLS.
271
272         * nntp.el (nntp-open-connection): Report what the connection error is.
273
274         * proto-stream.el (open-protocol-stream): Renamed from
275         open-proto-stream.
276
277 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * nnimap.el (nnimap-stream): Change default to `undecided'.
280         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
281         first, and then network.
282         (nnimap-open-connection-1): Respect nnimap-server-port.
283         (nnimap-open-connection): Be more backwards-compatible.
284
285         * proto-stream.el (proto-stream-always-use-starttls): New variable.
286         (proto-stream-open-starttls): De-duplicate the starttls code.
287         (proto-stream-open-starttls): Folded back into the main function.
288         (proto-stream-open-network): Fix typo in the gnutls path.
289         (proto-stream-command): Refactor out.
290
291         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
292
293         * proto-stream.el (proto-stream-open-starttls): Actually implement the
294         starttls.el STARTTLS.
295
296         * color.el (color-lab->srgb): Fix function call name.
297
298         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
299         if we're using tls.el.
300         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
301         built in, then don't try to establish a STARTTLS connection.
302
303         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
304         servers.
305
306         * proto-stream.el (open-proto-stream): Use network, not stream.
307         (open-proto-stream): Add a way to specify what the end of a command is.
308
309         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
310         connections types.
311         (nntp-open-network-stream): Remove.
312         (nntp-open-ssl-stream): Remove.
313         (nntp-open-tls-stream): Remove.
314         (nntp-ssl-program): Remove.
315
316         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
317
318 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
319
320         * nnir.el: Fix typos.
321         (nnir-retrieve-headers-override-function): Rename variable to reflect
322         new semantics.
323         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
324         macros.
325         (nnir-request-article, nnir-request-move-article): Use them.
326         (nnir-categorize): New function.
327         (nnir-run-query): Use it.
328         (nnir-retrieve-headers): Rewrite to batch header retrieval.
329         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
330         sorted.
331         (nnir-group-full-name): Use gnus-group-full-name instead.
332         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
333         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
334
335 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
338
339         * proto-stream.el: New library to provide protocol-specific
340         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
341         protocols.
342         (open-proto-stream): Complete the documentation.
343         (proto-stream-open-network): Fix some typos.
344
345         * nnimap.el (nnimap-open-connection): Use it.
346
347 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
348
349         * pop3.el (pop3-open-server): Read server greeting before starting TLS
350         negotiation.
351
352 2010-11-26  Julien Danjou  <julien@danjou.info>
353
354         * color.el: Rename various rgb functions to srgb.
355
356 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
359         names.
360
361 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * shr.el (shr-insert): Revert last change.
364         (shr-find-fill-point): Never leave point being at bol;
365         relax the kinsoku limitation when rendering tables.
366
367 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
370         results from -accept-article.
371
372         * shr-color.el: Require cl when compiling.
373
374         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
375         checkin.
376
377         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
378
379         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
380
381         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
382         'add and 'delete to set backend marks.
383
384         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
385
386         * nnheader.el (nnheader-update-marks-actions): Refactor out.
387
388         * nntp.el (nntp-request-set-mark): Use it.
389
390         * nnfolder.el (nnfolder-request-set-mark): Ditto.
391
392         * nnml.el (nnml-request-set-mark): Ditto.
393
394         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
395         introduces regressions in article selection.
396         (nnimap-find-uid-response): New function.
397         (nnimap-request-accept-article): Use the UID returned, if any.
398         (nnimap-request-move-article): Use the UID returned, if any.
399         (nnimap-get-groups): Reimplement to work with folded lines.
400         (nnimap-find-uid-response): The UID is the last element in the list.
401         (nnimap-request-set-mark): Extend syntax with 'set.
402
403         * nnml.el (nnml-request-set-mark): Ditto.
404
405         * nnfolder.el (nnfolder-request-set-mark): Ditto.
406
407         * nntp.el (nntp-request-set-mark): Ditto.
408
409 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * message.el (message-called-interactively-p): A temporary macro.
412         (message-goto-body): Use it temporarily.
413
414 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
417         (nnimap-last-response-string): Unfold quoted lines, if they exist.
418         (nnimap-last-response-string): Fix last unfolding fix.
419
420 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * shr.el (shr-insert): Fix the way to fold lines.
423
424 2010-11-25  Julien Danjou  <julien@danjou.info>
425
426         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
427
428         * color.el: Rename from color-lab.el
429         (color-rgb->hex): Add.
430         (color-complement): Add.
431         (color-complement-hex): Add.
432
433         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
434
435 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * shr-color.el (shr-color-visible): Don't bug out if the colour names
438         don't exist.
439
440 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
443         assuming that article displaying or another mml-preview may be
444         interrupted for an error or for the like.
445
446         * shr.el (shr-get-background): Fix argument name.
447
448 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
451
452         * gnus-sum.el (gnus-summary-include-articles): New function.
453
454         * message.el (message-goto-body): called-interactively-p needs a
455         parameter, so use `any'.
456
457         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
458         clear marks before moving, since they're synced from the Gnus side
459         first.
460
461         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
462         (gnus-summary-move-article): Copy over all marks before moving, so that
463         IMAP doesn't think a new article has arrived.
464
465 2010-11-24  Julien Danjou  <julien@danjou.info>
466
467         * shr.el (shr-insert-background-overlay): Fix typo.
468         (shr-render-td): Copy the background before rendering.
469
470         * shr-color.el (shr-color-visible): Fix docstring.
471
472         * shr.el (shr-tag-table): Add bgcolor support.
473         (shr-render-td): Add bgcolor support.
474         (shr-get-background): Add.
475         (shr-insert-foreground-overlay): Use shr-get-background.
476
477         * message.el (message-goto-body): Use called-interactively-p.
478         (message-in-body-p): message-goto-body returns point.
479
480 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
483         Fixes something or other in Emacs 23, and is backwards compatible.
484
485         * message.el (message-goto-body): Remove the <#secure special-casing,
486         which is too special.
487
488         * shr.el (shr-parse-style): Drop !important from styles.
489
490 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
491
492         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
493         this function to return incorrect results when calling it with an
494         explicit article argument different from
495         (gnus-summary-article-number).
496
497 2010-11-24  Julien Danjou  <julien@danjou.info>
498
499         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
500         (shr-tag-body): Add background support.
501         (shr-descend): Add background support.
502         (shr-tag-title): Add.
503
504         * shr-color.el (shr-color-visible): Really return original background
505         if fixed.
506
507 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * shr.el (shr-color-check): Protect against non-existant colour names.
510
511 2010-11-24  Julien Danjou  <julien@danjou.info>
512
513         * color-lab.el: Require 'cl when compiling.
514
515         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
516
517         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
518         matched part.
519
520         * color-lab.el: Fix all expt calls to use float type.
521
522 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
525         expression to shr-color-check as is.
526
527         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
528
529         * color-lab.el: Add coding cookie.
530         (float-pi): Use eval-and-compile.
531
532         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
533         compiled for Emacsen having no `libxml-parse-html-region' support.
534
535 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * shr.el (shr-insert-color-overlay): Split stuff like
538         "#444444 !important" to find the real colour.
539         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
540         parse <font color="red"> entries.
541
542 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
543
544         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
545         point when parsing headers.
546
547         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
548         is positioned properly when parsing headers.
549
550 2010-11-23  Julien Danjou  <julien@danjou.info>
551
552         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
553
554         * shr-color.el (shr-color->hexadecimal): Add support for color names.
555
556         * shr.el (shr-parse-style): Replace \n with space in style parsing.
557
558         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
559         shr-color-hue-to-rgb.
560         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
561
562 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * shr.el (shr-color->hexadecimal): Autoload.
565         (shr-descend): Add color to all tags.
566
567 2010-11-22  Julien Danjou  <julien@danjou.info>
568
569         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
570         shr-color->hexadecimal.
571
572         * shr-color.el (shr-color->hexadecimal): Add converting functions for
573         RGB() or HSL() color representation.
574
575         * shr.el (shr-tag-font): Add.
576         (shr-tag-color-check): New function to get better colors.
577         (shr-tag-insert-color-overlay): Factorize code between tag-font and
578         tag-span.
579
580         * shr-color.el: New file.
581
582         * color-lab.el: New file.
583
584         * gnus-art.el (gnus-url-mailto): Do not downcase args.
585
586 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
587
588         * nnir.el: Fix typo in comments.
589         (nnir-run-imap): Simplify code. No need to reverse artlist.
590         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
591
592 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
595
596         * nnimap.el (nnimap-get-capabilities): Refactor out.
597         (nnimap-open-connection): Re-request capabilities after STARTTLS.
598
599 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
600
601         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
602         appearing when `mm-uu-hide-markers' is nil.
603
604 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * nnimap.el (nnimap-unselect-group): Make into its own function.
607         (nnimap-request-rename-group): Unselect group before renaming.
608         This had gotten lost somewhere.
609         (nnimap-request-accept-article): Keep track of examined groups, and
610         unselect the group before APPENDing to read-only groups.
611         (nnimap-request-move-article): Clear flags before moving so that they
612         can be re-set later.
613
614 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
617         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
618
619 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-art.el (gnus-mime-display-single)
622         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
623         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
624         parameter.
625
626 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
629         (shr-table-vertical-line): New variable.
630         (shr-insert-table): Use it.
631
632 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * gnus-html.el (gnus-html-wash-images): Don't display images if
635         gnus-inhibit-images is non-nil; register displayer for cid images.
636         (gnus-html-display-image): Work for cid image.
637         (gnus-html-insert-image): Allow arguments.
638         (gnus-html-put-image): Inhibit read-only.
639         (gnus-html-prefetch-images): Don't prefetch images if
640         gnus-inhibit-images is non-nil.
641
642 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * shr.el (shr-put-image): Break lines when inserting big pictures.
645
646 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
647
648         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
649         sender, thanks Katsumi Yamaoka.
650
651 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
652
653         * nnir.el (nnir-run-imap): Reverse the article list for each group
654         rather than the whole list.
655
656 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * shr.el (shr-image-displayer): Protect function against non-existent
659         image source.
660
661         * gnus-art.el (gnus-inhibit-images): New user option.
662         (gnus-mime-display-single): Don't display image if it is non-nil.
663
664         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
665         gnus-inhibit-images.
666
667         * shr.el (shr-image-displayer): New function.
668         (shr-tag-img): Use it.
669
670 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
671
672         * mml2015.el (mml2015-epg-sign): Use From header.
673
674 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * gnus-html.el (gnus-html-wash-images): Register a displayer.
677
678         * gnus-util.el (gnus-find-text-property-region): Return markers.
679
680         * shr.el (shr-tag-img): Put a displayer in the text property.
681
682         * gnus-util.el (gnus-find-text-property-region): New utility function.
683
684         * gnus-html.el (gnus-html-display-image): Make the alt optional.
685         (gnus-html-show-images): Remove.
686
687         * gnus-art.el (gnus-article-show-images): New, more general function.
688
689         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
690         image url text properties.
691
692         * shr.el: Ditto.
693
694         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
695         gnus-agent-auto-agentize-methods is set.  Which it isn't.
696
697 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
700         work for two or more articles.
701
702 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
705         divide an image that's in an html article to two or more when washing
706         non-ASCII characters in alt text of it.
707
708 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
711         smime-decrypt-region using function argument.
712         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
713
714         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
715
716         * smime.el (smime-decrypt-region): Catch it.
717
718 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
719
720         * smime.el (smime-mode-map): Move initialization into declaration.
721         (gnus-run-mode-hooks): Don't autoload.
722         (smime-mode): Use define-derived-mode.
723
724 2010-11-11  Glenn Morris  <rgm@gnu.org>
725
726         * smime.el (from): Restrict declaration to XEmacs.
727
728         * nnir.el (gnus-group-topic-name): Autoload.
729
730 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * shr.el (shr-insert): Don't break long line if it is because of
733         kinsoku-bol characters in the line end.
734
735 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
736
737         * nnir.el (nnir-request-move-article): Fix to provide original group
738         and subject.
739         (nnir-warp-to-article): Don't fail on articles whose headers haven't
740         been retrieved.
741
742         * gnus-sum.el (gnus-summary-move-article): Use original group and
743         subject for virtual articles such as those in an nnir summary buffer.
744
745 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
748         least 21.5).
749
750         * smime.el (from): Declare it again for XEmacs.
751
752 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * message.el (message-resend): Don't disable encoding unless it's
755         already encoded.
756
757         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
758         low-numbered articles.
759
760 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * rfc2047.el (rfc2047-syntax-table): Simplify.
763
764         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
765
766         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
767         set-char-table-range for XEmacs.
768
769 2010-11-10  Glenn Morris  <rgm@gnu.org>
770
771         * time-date.el (time-to-seconds): Always an alias on Emacs,
772         never a real function.
773         (with-no-warnings): Remove compat stub, now unused.
774         (time-less-p): Doc fix.
775         (time-to-number-of-days): Simplify.
776
777         * smime.el (from): Remove unused declaration.
778
779         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
780         (gnus-float-time): On Emacs, always an alias.
781
782         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
783         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
784
785 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * dgnushack.el: Don't use ignore-errors in the top level form since it
788         is unavailable in XEmacs even if cl is loaded.
789
790         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
791
792 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * shr.el (browse-url-mailto): Autoload.
795
796         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
797
798         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
799         regexp doesn't need quoting.
800
801 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
802
803         * message.el (message-subject-trailing-was-ask-regexp)
804         (message-subject-trailing-was-regexp): Match was: in addition to was.
805
806 2010-11-09  Glenn Morris  <rgm@gnu.org>
807
808         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
809         (nnbabyl-check-mbox): Use point-at-bol.
810
811 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
814
815         * message.el (message-mailto): New function.
816         (message-mailto): Should accept other parameters.
817         (message-mailto): Remove since it duplicates browse-url-mailto
818         functionality.
819
820 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
823         methods.
824         (gnus-read-active-file): Ditto.
825
826         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
827         ": " from the prompt.
828         (gnus-group-make-group): Ditto.
829
830 2010-11-07  Glenn Morris  <rgm@gnu.org>
831
832         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
833         (gnus-bookmark-kill-line): Use point-at-eol.
834
835 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
838         asterisks in From header.
839
840 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
843         string to avoid making the From headers syntactically invalid.
844
845         * message.el (message-send-mail): Don't insert courtesy messages if the
846         message already has List-Post and List-ID messages.
847
848 2010-11-06  Glenn Morris  <rgm@gnu.org>
849
850         * gnus-art.el (gnus-treat-article): Give dynamic local variables
851         `condition', `type', `length' a prefix.
852         (gnus-treat-predicate): Update for above name changes.
853
854 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
855
856         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
857         binding.  Handled by `gnus-summary-refer-thread' instead.
858         (nnir-warp-to-article): New backend function.
859
860         * nnimap.el (nnimap-request-thread): Force dependency updating.
861
862         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
863         (gnus-summary-refer-thread): Rework to improve thread-referral.
864
865         * gnus-int.el (gnus-warp-to-article): New function.
866
867         * gnus-sum.el (gnus-summary-article-map): Bind it.
868
869 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
870
871         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
872         gnus-summary-refer-thread.
873
874         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
875         headers.
876         (gnus-summary-limit-include-thread): Prevent articles in thread from
877         being cut in gnus-cut-threads.
878         (gnus-summary-refer-thread): Limit retrieved headers to those in
879         thread.
880
881 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * message.el (message-send-mail): Use the value of
884         message-courtesy-message from the message buffer.
885
886         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
887
888         * shr.el (shr-browse-url): Implement mailto: URLs.
889
890         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
891         "raw".
892
893         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
894         if it's already selected.
895
896         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
897
898 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
901         to measure the length and truncate alt text.
902
903 2010-11-03  Glenn Morris  <rgm@gnu.org>
904
905         * nndiary.el (nndiary-generate-nov-databases-1)
906         (nndiary-generate-active-info): Rename dynamic variable `files' to
907         something less generic.
908
909 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
910
911         * nnir.el (nnir-request-move-article): Call the underlying backend to
912         move articles from nnir.
913
914 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
917
918 2010-11-02  Julien Danjou  <julien@danjou.info>
919
920         * nnir.el: Remove wais support.
921
922 2010-11-02  Glenn Morris  <rgm@gnu.org>
923
924         * gnus-html.el: Reorder requirements to quieten compiler.
925
926 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
929         properly for XEmacs as well.
930         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
931         (gnus-article-natural-long-line-p): Use window-width rather than
932         frame-width.
933
934 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
935
936         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
937         (nnir-read-parms): Don't modify query.
938         (nnir-run-query): Add ability to search topic on current line.
939         (nnir-get-active): Clean up.
940
941 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
944         degenerate articles.
945
946         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
947         (gnus-print-buffer): Just print the buffer as is, without any copying
948         to a buffer and then re-highlighting.
949
950         * nnimap.el (nnimap-request-group): Store the new updated info.
951         (nnimap-request-group): Select the group when we don't know whether it
952         exists or not.
953
954         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
955         groups.
956
957         * gnus-group.el (gnus-group-find-new-groups): Display all the new
958         groups.
959
960         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
961         groups.
962
963         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
964         long-lines case by only filling the long lines.
965
966         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
967         (bug #7311).
968
969 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * shr.el: No need to declare `declare-function' since shr.el is for
972         only Emacsen that provide `libxml-parse-html-region'.
973
974         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
975         effective only in a file it is referred to.
976
977 2010-11-01  Glenn Morris  <rgm@gnu.org>
978
979         * mm-util.el (gnus-completing-read): Autoload.
980         (mm-read-coding-system): Simplify Emacs definition.
981
982         * nnmail.el (gnus-activate-group):
983         * nnimap.el (gnutls-negotiate):
984         * nntp.el (netrc-parse): Fix declarations.
985
986 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
989         string-match-p in Emacs >=23.
990
991         * gnus-msg.el (gnus-configure-posting-styles)
992         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
993
994 2010-11-01  Glenn Morris  <rgm@gnu.org>
995
996         * nnir.el (declare-function): Add compat stub.
997         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
998         (nnir-run-gmane): Require 'mm-url.
999
1000         * mm-util.el (mm-string-to-multibyte): Simplify.
1001
1002         * shr.el (declare-function): Add compat stub.
1003         (url-cache-create-filename): Declare.
1004         (mm-disable-multibyte, widget-convert-button): Autoload.
1005
1006         * smime.el (ldap-search): Declare.
1007         (smime-cert-by-ldap-1): Require ldap on Emacs.
1008
1009         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1010         (nnimap-keepalive): Use gnus-float-time.
1011
1012         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1013         (mail-source-delete-crash-box): Use gnus-float-time.
1014
1015         * gnus-dired.el (gnus-completing-read): Autoload.
1016
1017         * mm-view.el (gnus-rescale-image): Autoload.
1018
1019         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1020
1021         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1022
1023         * sieve-manage.el: Require 'cl when compiling.
1024
1025         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1026         (gnus-iswitchb-completing-read): Require iswitchb.
1027         (gnus-select-frame-set-input-focus): Silence compiler.
1028
1029 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * message.el (message-subject-trailing-was-query): Change default to t,
1032         since I think that's what most people want.
1033
1034         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1035         appending for easier debugging.
1036         (nnimap-wait-for-connection): Take a regexp.
1037         (nnimap-request-accept-article): Wait for the continuation line before
1038         sending anything unless we're streaming.
1039
1040         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1041         leave the header washing to take place.
1042
1043 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1044
1045         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1046         regular expression match and replace in posting styles.
1047
1048 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1049
1050         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1051         an entire server.
1052         (nnir-get-active): New function.
1053         (nnir-run-imap): Use it.
1054         (nnir-run-gmane): Who knew, gmane search returns an article score!
1055
1056         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1057         server on the current line with nnir.
1058
1059 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1062         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1063         left edge.
1064         (gnus-article-foldable-buffer): Skip past the prefix when determining
1065         raggedness.
1066
1067         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1068         the raw article, and change `C-u g' to show the article without doing
1069         treatments.
1070
1071         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1072         on to `gnus-treat-article'.
1073         (gnus-inhibit-article-treatments): New variable.
1074
1075         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1076
1077         * gnus-art.el (gnus-treatment-function-alist): Have
1078         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1079         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1080         sections.
1081
1082         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1083         parameter.
1084         (gnus-article-fill-cited-long-lines): New function.
1085         (gnus-article-fill-cited-article): Allow filling only long sections.
1086
1087         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1088         and non-punctuation (like after the apostrophe in "'We").
1089
1090         * gnus-sum.el (gnus-summary-select-article): Make sure
1091         gnus-original-article-buffer is alive.
1092
1093         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1094         reflect the order they're in in the digest.
1095
1096         * gnus.el (gnus-group-startup-message): Move point to the start of the
1097         buffer.
1098
1099         * nnimap.el (nnimap-capability): New function.
1100         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1101         is set.
1102
1103 2010-10-31  David Engster  <dengste@eml.cc>
1104
1105         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1106         conform with changes to gnus-completing-read.
1107
1108 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1111
1112 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1113
1114         * nnir.el: Move defvar, defcustom around to keep file organized
1115         and keep byte-compiler quiet.
1116         (nnir-read-parms): Accept search-engine as arg.
1117         (nnir-run-query): Pass search-engine as arg.
1118         (nnir-search-engine): Remove.
1119
1120 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * shr.el (shr-generic): The text nodes should be text, not :text.
1123
1124         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1125         later in the file.
1126
1127 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1128
1129         * nnir.el: General clean up.  Allow searching with multiple engines.
1130         Allow separate extra-parameters for each engine.
1131         Batch queries when possible.
1132         (nnir-imap-default-search-key,nnir-method-default-engines):
1133         Add customize interface.
1134         (nnir-run-gmane): New engine.
1135         (nnir-engines): Use it.  Qualify all prompts with engine name.
1136         (nnir-search-engine): Remove global variable.
1137         (nnir-run-hyrex): Restore for now.
1138         (nnir-extra-parms,nnir-search-history): New variables.
1139         (gnus-group-make-nnir-group): Use them.
1140         (nnir-group-server): Remove in favor of gnus-group-server.
1141         (nnir-request-group): Avoid searching twice.
1142         (nnir-sort-groups-by-server): New function.
1143
1144 2010-10-30  Julien Danjou  <julien@danjou.info>
1145
1146         * gnus-group.el: Remove gnus-group-fetch-control.
1147
1148         * gnus-start.el (gnus-find-new-newsgroups):
1149         Remove gnus-check-first-time-used.
1150
1151         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1152
1153 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1154
1155         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1156         set on groups that don't have \* permanentflags.
1157
1158 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1161         control the background color.
1162         (shr-tag-img): Ignore very small web bug type images.
1163         (shr-put-image): Add help-echo alt texts to the images.
1164         (shr-tag-video): Show the video poster image.
1165
1166 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * shr.el (shr-table-depth): New variable.
1169         (shr-tag-table-1): Only insert the images after the top-level table.
1170
1171         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1172
1173         * gnus-util.el (gnus-list-memq-of-list): New function.
1174
1175         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1176         selected.
1177         (nnimap-unsplittable-articles): New slot.
1178         (nnimap-new-articles): Use it.
1179
1180 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1181
1182         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1183         move to the previous line on `M-g'.
1184
1185 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1188         *-request-group, which seems unnecessary.
1189
1190         * nnimap.el (nnimap-quote-specials): Function copied over from
1191         imap.el.
1192         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1193         they support that.  Suggested by Tom Regner.
1194
1195 2010-10-29  Julien Danjou  <julien@danjou.info>
1196
1197         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1198         defalias.
1199         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1200
1201         * gnus.el: Remove `gnus-nntp-service' variable.
1202         (gnus-secondary-servers): Make obsolete.
1203         (gnus-nntp-server): Make obsolete.
1204
1205         * gnus-start.el (gnus-1): Remove x-splash calls.
1206
1207         * gnus-ems.el (gnus-x-splash): Remove.
1208
1209         * gnus.el (gnus-group-startup-message): Simplify/update code.
1210
1211         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1212         definition.
1213
1214         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1215         capability before doing anything.
1216         (gnus-group-insert-group-line): Remove useless
1217         gnus-group-remove-excess-properties.
1218
1219 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1222
1223 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1226         config after reselecting.
1227
1228 2010-10-28  Julien Danjou  <julien@danjou.info>
1229
1230         * shr.el (shr-put-image): Use point even if only inserting text.
1231         (shr-put-image): Save excursion when inserting alt text on non-graphic
1232         display, so the behaviour is the same when we are on a graphic display.
1233
1234         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1235
1236 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1239         (gnus-mime-copy-part): Check coding system, not charset.
1240         (gnus-mime-view-part-externally): Never remove part.
1241         (gnus-mime-view-part-internally): Don't remove part here.
1242         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1243         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1244         multipart/alternative.
1245
1246         * mm-decode.el (mm-display-part): Take optional arg `force'.
1247
1248 2010-10-26  Julien Danjou  <julien@danjou.info>
1249
1250         * gnus-group.el (gnus-group-default-list-level): Add this function to
1251         compute the default list level.
1252         (gnus-group-default-list-level): Add possibility to use a function.
1253
1254 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1257
1258         * gnus-group.el (gnus-group-completing-read)
1259         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1260         gnus-replace-in-string.
1261
1262 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * shr.el (shr-tag-div): Add.
1265
1266         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1267
1268 2010-10-25  Julien Danjou  <julien@danjou.info>
1269
1270         * gnus-util.el: Remove `gnus-with-local-quit'.
1271
1272         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1273
1274 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1277         the original article buffer.
1278
1279 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * nnimap.el (nnimap-request-head): New function.
1282         (nnimap-request-move-article): Try to be slighly faster by not
1283         requesting the entire message when moving.
1284         (nnimap-transform-headers): Don't bug out on bodiless articles.
1285         (nnimap-send-command): Have no outstanding messages if the IMAP server
1286         doesn't support streaming.
1287         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1288
1289 2010-10-24  Julien Danjou  <julien@danjou.info>
1290
1291         * message.el (message-default-headers): Fix type.
1292
1293 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1296         prefetching images.
1297
1298         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1299         backend for unknown groups.  This is mainly useful for nnimap groups.
1300
1301         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1302         group isn't covered by the agent.
1303
1304 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1305
1306         * nnir.el (nnir-method-default-engines): New variable.
1307         (nnir-run-query): Use it.
1308         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1309         (gnus-summary-nnir-goto-thread): Change group if needed.
1310
1311         * gnus-group.el (gnus-group-group-map): Add key binding for
1312         gnus-group-make-nnir-group.
1313
1314 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * shr.el (shr-tag-object): Add.
1317
1318         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1319         original article buffer live.
1320         (gnus-summary-select-article-buffer):
1321         Mention gnus-widen-article-buffer.
1322
1323 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * shr.el (shr-tag-strong): Add.
1326
1327 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1330         group names.  They mess up the group buffer badly.
1331
1332         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1333
1334         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1335         instead of the summary one.
1336
1337 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * mml.el (mml-preview): Work properly when editing article.
1340
1341         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1342         gnus-have-read-active-file if it's already been in.
1343
1344 2010-10-22  Tom Tromey  <tromey@redhat.com>
1345
1346         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1347         gnus-group-completing-read.
1348
1349 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * message.el (message-mode-map): Don't bind M-; to comment region, to
1352         allow the global comment-dwim to work.
1353
1354 2010-10-21  Julien Danjou  <julien@danjou.info>
1355
1356         * message.el (message-setup-1): Allow message-default-headers to be a
1357         function.
1358
1359 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * shr.el (shr-tag-table): Simplify.
1362
1363 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1366         to avoid trying to snarf invalid stuff.
1367
1368         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1369
1370         * gnus.el (gnus-message-archive-group): Quote value.
1371         (gnus-message-archive-group): Mark as changed.
1372
1373         * shr.el (shr-add-font): Don't put the font properties on the newline
1374         or the indentation.
1375
1376         * message.el (message-fix-before-sending): Change options when sending
1377         non-printable characters.
1378
1379         * gnus.el (gnus-message-archive-method): Change the default to
1380         monthly outgoing groups.
1381
1382         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1383         that have gotten new numbers.
1384
1385         * nnimap.el (nnimap-request-replace-article): New function.
1386
1387 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1390         (nnrss-request-article): Don't use special html washing code.
1391
1392 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * shr.el (shr-tag-table): Remove useless nconc.
1395
1396 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * gnus-art.el (article-wash-html): Simplify and remove the charset
1399         stuff.  Use the normal html rendering code instead of the special html
1400         washing code.
1401
1402         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1403         `gnus-w3m' symbols.
1404         (mm-text-html-washer-alist): Remove.
1405
1406         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1407         (mm-inline-media-tests): Remove use.
1408         (mm-text-html-renderer): Change default to the `shr' symbol.
1409
1410         * mm-view.el (mm-inline-text-html): Remove use.
1411
1412         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1413         `gnus-blocked-images' to be a function.
1414         (gnus-article-wash-function): Remove.
1415
1416 2010-10-20  Julien Danjou  <julien@danjou.info>
1417
1418         * spam.el (spam-list-of-processors): Mark as obsolete.
1419
1420         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1421         (nnimap-insert-partial-structure): Fix boundary detection.
1422
1423 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1424
1425         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1426         run file-truename on remote files.  This can be expensive and even
1427         prevent one from editing drafts if some unrelated buffer has a stale
1428         connection.
1429
1430 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1433         kinsoku-eol regardless of shr-kinsoku-shorten.
1434         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1435         (shr-tag-table): Support caption, thead, and tfoot.
1436
1437 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1440         lines.
1441         (shr-save-contents): New command and keystroke.
1442
1443         * nndoc.el (nndoc-type-alist): Add git support.
1444         (nndoc-git-type-p): New function.
1445         (nndoc-transform-git-article): Ditto.
1446         (nndoc-transform-git-headers): Ditto.
1447         (nndoc-transform-git-headers): Generate Subject headers.
1448
1449         * shr.el (shr-parse-style): New function.
1450         (shr-tag-span): Ditto.
1451
1452         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1453         to `G G' to avoid collisions.
1454
1455 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * shr.el: Load kinsoku if necessary.
1458         (shr-kinsoku-shorten): New internal variable.
1459         (shr-find-fill-point): Make kinsoku shorten text line if
1460         shr-kinsoku-shorten is bound to non-nil.
1461         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1462         shr-indentation too when testing if table is wider than frame width.
1463         (shr-insert-table): Use `string-width' instead of `length' to measure
1464         text width.
1465         (shr-insert-table-ruler): Make sure indentation is done at bol.
1466
1467 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1468
1469         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1470         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1471         undecoded network data.
1472
1473 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1476         name in the mode line spec so that the mode line menu works
1477         (bug #2431).
1478
1479         * message.el (message-get-reply-headers): If we're fed `to-address',
1480         then always use that.
1481
1482         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1483         aren't so wide as to need to switch off the edit menu.
1484
1485         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1486         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1487
1488         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1489         `M-g'.
1490         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1491         the permanent marks.
1492
1493 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1494
1495         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1496         Splitting according to references/in-reply-to obeys the ignore-groups
1497         variable, while splitting by sender and subject do not.
1498
1499 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1502         alist, so that we can look for non-Unicode chars.
1503         (article-translate-strings): Allow both character and string maps.
1504
1505 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * shr.el (shr-insert): Don't insert space behind a wide character
1508         categorized as kinsoku-bol, or between characters both categorized as
1509         nospace.
1510
1511 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1512
1513         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1514         headers to gnus-newsgroup-headers.
1515
1516 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * shr.el (shr-tag-img): Don't align images -- since we're not
1519         rescaling, this often leads to ugly displays.
1520
1521 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1522
1523         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1524         duplicates.
1525
1526 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1527
1528         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1529         call.
1530
1531 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * gnus.el: Autoload gnus-html-show-images.
1534
1535         * nnimap.el: Use nnheader-message throughout.
1536
1537         * shr.el (shr-tag-img): Ignore images with no data.
1538
1539 2010-10-15  Julien Danjou  <julien@danjou.info>
1540
1541         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1542         a possibility to disable format=flow encoding when using hard newlines.
1543
1544 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * shr.el (shr-insert): Remove space inserted before or after a
1547         breakable character or at the beginning or the end of a line.
1548         (shr-find-fill-point): Do kinsoku; find the second best point or give
1549         it up if there's no breakable point.
1550
1551 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * nnimap.el (nnimap-open-connection): Message when opening connection
1554         for debugging purposes.
1555
1556         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1557         on every setup buffer call to allow this to change from article to
1558         article.
1559
1560         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1561         buffers where we have a wide table.
1562
1563 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1564
1565         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1566         uses *-request-thread.
1567
1568 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1571         incantation, which is no longer valid.
1572
1573 2010-10-14  Julien Danjou  <julien@danjou.info>
1574
1575         * shr.el: Fix defcustom type (char -> character).
1576
1577 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1580         programs.
1581
1582 2010-10-14  Julien Danjou  <julien@danjou.info>
1583
1584         * shr.el (shr-tag-a): Use url-link as widget type.
1585
1586         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1587         `gnus-group-get-icon'.
1588
1589 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1592         This should make server editing work better.
1593
1594         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1595
1596         * tls.el (tls-program): Remove spurious %s from openssl.
1597
1598         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1599         (nnimap-parse-flags): Fix regexp.
1600
1601         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1602         probably work for CJVK text, too.
1603
1604         * nnimap.el (nnimap-extend-tls-programs): Remove.
1605         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1606
1607         * tls.el (tls-starttls-switches): Remove starttls hack.
1608         (open-tls-stream): Ditto.
1609         (tls-find-starttls-argument): Ditto.
1610
1611 2010-10-13  Julien Danjou  <julien@danjou.info>
1612
1613         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1614         responses.
1615
1616 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1619
1620         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1621         anything in Emacs.
1622
1623         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1624
1625 2010-10-13  Julien Danjou  <julien@danjou.info>
1626
1627         * shr.el (shr-width): Make shr-width a defcustom with default to
1628         fill-column.
1629         (shr-tag-img): Use shr-width rather than fill-column.
1630
1631 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * dgnushack.el (byte-optimize-apply)
1634         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1635
1636         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1637         position when (X-)Faces exist.
1638         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1639         avatars when called interactively.
1640
1641 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1644         gnus-article-x-face-too-ugly is bound.
1645
1646 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1649
1650         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1651         mailbox that doesn't exist.
1652
1653 2010-10-12  Julien Danjou  <julien@danjou.info>
1654
1655         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1656         (shr-get-image-data): Encode URL properly when fetching from cache.
1657         (shr-tag-img): Use aligned-to spaces to align correctly images.
1658
1659         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1660         before inserting the Gravatar.
1661
1662         * shr.el (shr-tag-img): Add align attribute support for <img>.
1663
1664 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus-gravatar.el (gnus-art): Require.
1667
1668         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1669         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1670         Remove long obsoleted functions.
1671
1672 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1675
1676         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1677
1678         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1679         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1680         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1681         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1682         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1683         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1684         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1685
1686 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * nnimap.el (nnimap-request-rename-group): Select group read-only
1689         before renaming it.
1690
1691         * shr.el (shr-insert): Fix up the white space only regexp.
1692
1693         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1694         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1695
1696         * shr.el (shr-current-column): New function.
1697         (shr-find-fill-point): New function.
1698
1699 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1700
1701         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1702         numbers.
1703
1704 2010-10-11  Julien Danjou  <julien@danjou.info>
1705
1706         * shr.el (shr-hr-line): Add.
1707         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1708         display hr lines.
1709         (shr-max-columns): Do not change state to nil if we just inserting
1710         spaces.
1711
1712 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1715         select the last group.
1716
1717 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1718
1719         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1720
1721 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1722
1723         * dig.el (dig-mode-map): Declare and define in one step.
1724
1725 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1728         for Gnus.
1729         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1730         (nnimap-update-qresync-info): Mark \Seen articles as read.
1731
1732         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1733         non-variable, too.
1734
1735         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1736         available.
1737         (nnimap-update-info): Rely more on the current active than the param
1738         active to avoid marking articles as read too much.
1739
1740         * auth-source.el (auth-source-create): Use (user-login-name) for the
1741         user name default.
1742
1743         * nnimap.el (nnimap-update-info): If the server doesn't return any
1744         useful info, just use the previous info.
1745         (nnimap-update-info): Prefer old info over start-article.
1746         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1747
1748 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1749
1750         * nnir.el (autoload): Clean up autoloads.
1751         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1752         Use key rather than value.
1753         (nnir-imap-search-other): New variable.
1754         (nnir-read-parm): Use it.
1755         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1756         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1757
1758 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1759
1760         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1761         the process, too.
1762
1763 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * spam.el (gnus-summary-mode-map): Bind to "$".
1766         Suggested by Russ Allbery.
1767
1768         * shr.el: Rework the way things are indented by <li> slightly.
1769
1770         * gnus.el (gnus-group-set-parameter): Fix typo.
1771
1772         * nnimap.el: Start implementing QRESYNC support.
1773
1774 2010-10-09  Julien Danjou  <julien@danjou.info>
1775
1776         * nnir.el (nnir-engines): Fix too many arguments.
1777
1778 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1781         group is the "last", so that the backends like nnfolder actually save
1782         their folders.
1783
1784         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1785         try to use that for the tls stream.
1786         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1787         UIDVALIDITY and find out which groups are read-only and not.
1788         (nnimap-get-flags): Use the same marks parsing code as the rest of
1789         nnimap.
1790
1791 2010-10-09  Julien Danjou  <julien@danjou.info>
1792
1793         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1794
1795         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1796         retrieving gravatars.
1797
1798         * shr.el (shr-table-corner): Add.
1799         (shr-table-line): Add.
1800         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1801
1802 2010-10-08  Julien Danjou  <julien@danjou.info>
1803
1804         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1805
1806 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1809
1810         * gnus-sum.el (gnus-mark-article-as-unread)
1811         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1812         (gnus-summary-set-bookmark): Use it.
1813
1814         * gnus-msg.el (gnus-setup-message): Use it.
1815
1816         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1817
1818         * gnus.el (gnus-group-remove-parameter): Use it.
1819
1820         * gnus-group.el (gnus-group-make-web-group): Use it.
1821
1822         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1823
1824         * nnregistry.el: Update docs to mention manual.
1825
1826         * gnus-registry.el: Update docs to mention nnregistry.el.
1827         (gnus-registry-initialize): Don't install nnregistry refer method
1828         automatically.
1829         (gnus-registry-install-nnregistry): Remove it.
1830
1831 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * shr.el (shr-insert): Don't insert double spaces.
1834
1835 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * gnus-gravatar.el (gnus-treat-from-gravatar)
1838         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1839         called interactively.
1840
1841         * gnus-art.el (gnus-mime-view-part-externally)
1842         (gnus-mime-view-part-internally): Make predicate function passed to
1843         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1844         of a mime type.
1845
1846         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1847
1848 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * shr.el (require): Require cl when compiling.
1851         (shr-tag-hr): New function.
1852
1853         * nnimap.el (nnimap-update-info): Remove double setting of high.
1854         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1855         This makes nnimap work properly on Courier again.
1856
1857         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1858         the variable for backwards compatability.
1859
1860         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1861         the file name before using to avoid setting mm-default-directory to
1862         nil.
1863
1864         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1865         bidning gnus-agent variables.
1866
1867         * shr.el (shr-render-td): Use a cache for the table rendering function
1868         to avoid getting an exponential rendering behaviour in nested tables.
1869         (shr-insert): Rework the line-breaking algorithm.
1870         (shr-insert): Don't leave trailing spaces.
1871         (shr-insert-table): Also insert empty TDs.
1872         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1873
1874 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1875
1876         * gnus-sum.el (gnus-number): Rename from `number'.
1877         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1878         (gnus-summary-limit-children): Update uses correspondingly.
1879
1880 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1883         (gnus-gravatar-transform-address): Don't show avatars of people of
1884         which mail addresses match gnus-gravatar-too-ugly.
1885
1886 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * shr.el (shr-table-widths): Expand TD elements to fill available
1889         space.
1890
1891 2010-10-07  Julien Danjou  <julien@danjou.info>
1892
1893         * nnimap.el (nnimap-request-rename-group): Add this method.
1894
1895 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1898         name from XEmacs' function-arglist.
1899
1900         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1901         gravatar under XEmacs.
1902
1903 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1904
1905         * auth-source.el: Update docs with TODO items.
1906
1907         * gnus-sync.el: Update docs to explain state and plans.
1908
1909         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1910         Hooks for mark updates.
1911         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1912
1913         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1914         hooks with arguments, which is needed for mark update hooks.
1915
1916 2010-10-06  Julien Danjou  <julien@danjou.info>
1917
1918         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1919         was matched.
1920
1921         * sieve-manage.el: Update example in `Commentary'.
1922
1923         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1924
1925         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1926         not 2000.
1927         (sieve-manage-authenticate): Re-add function.
1928
1929 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * shr.el (shr-insert): Get 'space transition right.
1932         (shr-render-td): Only delete space at the end of the TD.
1933
1934         * nnimap.el (nnimap-open-connection): Prepare to support
1935         open-gnutls-stream.
1936
1937         * shr.el: Rearrange function order to be more logical.
1938
1939 2010-10-06  Julien Danjou  <julien@danjou.info>
1940
1941         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1942         (nnrss-discover-feed): Remove 404 URL in docstring.
1943
1944         * nnir.el: Fix Swish-E URL.
1945         Fix Namazu URL.
1946
1947         * message.el (message-change-subject): Remove 404 URL in a comment.
1948
1949 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1952         called interactively.
1953
1954         * gnus-util.el (gnus-remove-if): Allow hash table.
1955         (gnus-remove-if-not): New function.
1956
1957         * gnus-art.el (gnus-mime-view-part-as-type)
1958         * gnus-score.el (gnus-summary-score-effect)
1959         * gnus-sum.el (gnus-read-move-group-name):
1960         Replace remove-if-not with gnus-remove-if-not.
1961
1962         * gnus-group.el (gnus-group-completing-read):
1963         Regard collection as a hash table if it is not a list.
1964
1965 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1968
1969         * shr.el: Document the table-rendering algorithm.
1970
1971 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1974         for Emacsen having no `libxml-parse-html-region' support.
1975
1976 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1979         invalid URLs.
1980
1981         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1982         line-broken.
1983         (shr-tag-img): Ignore image fetching errors.
1984         (shr-overlays-in-region): Compute overlay positions correctly.
1985
1986         * mm-decode.el (mm-shr): Require shr.
1987
1988         * gnus-art.el (gnus-blocked-images): Move variable here.
1989
1990         * shr.el (shr-insert-table): Bind free variable.
1991
1992         * mm-decode.el (mm-shr): Bind shr-content-function.
1993
1994         * shr.el (shr-content-function): New variable.
1995
1996         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1997         added for symmetry.
1998
1999         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2000
2001         * gnus-group.el (gnus-group-make-group): Doc fix.
2002
2003         * nnimap.el (nnimap-request-newgroups): Return success.
2004
2005         * shr.el (shr-find-elements): New function.
2006         (shr-tag-table): Put all the images after the table.
2007         (shr-tag-table): Really inhibit images inside the table.
2008         (shr-collect-overlays): Copy over overlays from the TD elements to the
2009         main document.
2010
2011         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2012         gnus-blocked-images.
2013
2014 2010-10-05  Julien Danjou  <julien@danjou.info>
2015
2016         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2017
2018         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2019         (gnus-html-maximum-image-size): Add this function.
2020         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2021
2022         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2023         server-value of the capability is nil.
2024
2025 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * shr.el (shr-tag-em): Add <EM> tag.
2028
2029 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2030
2031         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2032         customizable.
2033
2034         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2035         handing broken links to browse-url.
2036
2037 2010-10-05  Julien Danjou  <julien@danjou.info>
2038
2039         * gnus-util.el (gnus-emacs-completing-read)
2040         (gnus-iswitchb-completing-read): Use autoload rather than require.
2041
2042 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2045         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2046         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2047         iswitchb-temp-buflist for XEmacs.
2048
2049         * gnus-util.el (gnus-completing-read-function): Exclude
2050         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2051         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2052         XEmacs.
2053
2054         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2055         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2056
2057         * gnus-html.el: Don't require help-fns under XEmacs.
2058         (gnus-html-schedule-image-fetching): Work for XEmacs.
2059
2060         * mm-decode.el (mm-shr): Decode contents by charset.
2061
2062 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2065         unknown.
2066
2067         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2068         (shr-get-image-data): Ensure against the cache file missing.
2069
2070         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2071         for data.
2072
2073         * spam-report.el (spam-report-url-ping-plain): Don't query about
2074         killing the process.
2075
2076         * shr.el (shr-render-td): Protect against too-wide text.
2077
2078 2010-10-04  Julien Danjou  <julien@danjou.info>
2079
2080         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2081         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2082
2083         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2084         retrieved.
2085
2086 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * shr.el (browse-url): Require.
2089         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2090         lines.
2091         (shr-show-alt-text, shr-browse-image): New commands.
2092         (shr-browse-url, shr-copy-url): New commands.
2093
2094         * gnus-sum.el (gnus-widen-article-window): New variable.
2095         (gnus-summary-select-article-buffer): Use it.
2096
2097         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2098         without @ signs.
2099
2100 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2101
2102         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2103
2104 2010-10-04  Julien Danjou  <julien@danjou.info>
2105
2106         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2107         for XEmacs.
2108
2109 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2112
2113         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2114         (nnimap-close-server): Implement.
2115
2116         * dgnushack.el (iswitchb): Require to shut up the compiler.
2117
2118         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2119         (shr-insert): Tweak line breaking.
2120         (shr-insert): Handle <pre> better.
2121         (shr-tag-li): Get <li> indentation right.
2122         (shr-tag-li): Get <li> indentation even righter.
2123         (shr-tag-blockquote): Ensure paragraph start.
2124         (shr-make-table): Tweak table generation.
2125         (shr-make-table): Fix typo.
2126
2127         * shr.el: Implement table rendering.
2128
2129 2010-10-04  Julien Danjou  <julien@danjou.info>
2130
2131         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2132
2133 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * shr.el (shr-insert): Use string anchors instead of line anchors.
2136
2137 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * shr.el: Add headings.
2140         (shr-ensure-paragraph): Actually work.
2141         (shr-tag-li): Make <ul> prettier.
2142         (shr-insert): Get white space at the beginning/end of elements right.
2143         (shr-tag-p): Collapse subsequent <p>s.
2144         (shr-ensure-paragraph): Don't insert double line feeds after blank
2145         lines.
2146         (shr-insert): \t is also space.
2147         (shr-tag-s): Fix "s" tag name function.
2148         (shr-tag-s): Fix face prop name.
2149
2150 2010-10-03  Julien Danjou  <julien@danjou.info>
2151
2152         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2153
2154         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2155         gnus-window-inside-pixel-edges.
2156
2157         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2158         gnus-ems.
2159
2160         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2161
2162         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2163         function.
2164
2165         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2166         resize choice.
2167
2168 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2171         beginning of the buffer.
2172
2173         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2174         article buffer again.
2175
2176         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2177
2178         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2179         when it's at the start of the buffer.
2180
2181         * shr.el (shr-tag-blockquote): Convert name.
2182         (shr-rescale-image): Use the right image-size variant.
2183
2184         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2185         buffer isn't shown, then select the current article first instead of
2186         bugging out.
2187         (gnus-summary-select-article-buffer): Show both the article and summary
2188         buffers again.
2189
2190         * shr.el (shr-fontize-cont): Protect against regions with no text.
2191         Rename tag functions to shr-tag-* for enhanced security.
2192         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2193
2194 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2195
2196         * shr.el (shr-insert):
2197         * pop3.el (pop3-movemail):
2198         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2199         loaded.
2200
2201 2010-10-03  Glenn Morris  <rgm@gnu.org>
2202
2203         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2204
2205         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2206
2207         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2208
2209         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2210
2211         * gnus-util.el (gnus-make-local-hook): Simplify.
2212
2213 2010-10-02  Julien Danjou  <julien@danjou.info>
2214
2215         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2216         (gnus-ido-completing-read): New function.
2217         (gnus-emacs-completing-read): New function.
2218         (gnus-completing-read): Use gnus-completing-read-function.
2219         Add gnus-completing-read-function.
2220
2221 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * shr.el (shr-insert-document): Autoload.
2224         (shr-img): Be silent.
2225         (shr-insert): Add a newline after every picture before text.
2226         (shr-add-font): Use overlays for combining faces.
2227         (shr-insert): Pass upwards the text start point.
2228
2229         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2230         possible.
2231         (mm-shr): New function.
2232
2233 2010-10-02  Julien Danjou  <julien@danjou.info>
2234
2235         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2236         should go backward.
2237
2238 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2239
2240         * shr.el (shr): Fix typo in provide call.
2241
2242 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * shr.el: New file.
2245
2246         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2247
2248         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2249         completing read.
2250
2251 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2254         we're being queried about.  Suggested by Dan Jacobson.
2255
2256         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2257         Suggested by Jason Eisner.
2258
2259         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2260         table, too.  Suggested by Stefan Wiens.
2261         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2262         the table unnecessary.  Suggested by Stefan Wiens.
2263
2264         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2265         longer needed, and probably doesn't work either, as pointed out by
2266         Stefan Wiens.
2267         (gnus-summary-exit): Remove call to the clearing function.
2268         (gnus-summary-exit-no-update): Ditto.
2269
2270         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2271         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2272         Reported by Stefan Monnier.
2273         (gnus-summary-save-in-rmail): Ditto.
2274
2275         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2276         article buffer, instead of both the article buffer and the summary
2277         buffer.  Sort of suggested by Dan Jacobson.
2278
2279         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2280
2281         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2282         Suggested by Dan Jacobson.
2283
2284         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2285         documentation clearer.
2286
2287         * message.el (message-shorten-references): Comment on the number "21".
2288         Suggested by Stefan Monnier.
2289
2290         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2291         Suggested by Dan Jacobson.
2292
2293         * gnus.el (gnus-large-newsgroup):
2294         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2295
2296         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2297         externalize attachments.  Bug reported by Steve Wen.
2298
2299         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2300         really message anything to the user.
2301
2302         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2303         directly.
2304
2305         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2306         messages in empty groups.
2307
2308 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2309
2310         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2311         non-UIDNEXT group.
2312
2313 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2316         not the value from the collection.
2317
2318         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2319         values.  This sometimes happens on some groups that have no info.
2320         (nnimap-request-newgroups): New function.
2321
2322 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2323
2324         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2325         check into `gnus-registry-initialize'.
2326         (gnus-registry-initialize): Ditto.
2327         Fix and extend header docs.
2328
2329 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2332         regexp backtrace overflows.
2333
2334         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2335         for starttls that tls.el implements; i.e. openssl.
2336
2337         * tls.el (tls-starttls-switches): Give up on using starttls with
2338         gnutls-cli.
2339         (tls-program): Add --insecure to be consistent with the defaults from
2340         openssl s_client.  Now all three commands are insecure.
2341
2342 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * lpath.el: Bind completion-styles-alist for XEmacs.
2345
2346         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2347         (gravatar-create-image): New function that's an alias to
2348         gnus-xmas-create-image, gnus-create-image, or create-image.
2349         (gravatar-data->image): Use it.
2350
2351 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2352
2353         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2354         install the nnregistry refer method.
2355         (gnus-registry-install-hooks): Use it.
2356         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2357         unfollowed groups.
2358
2359 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2360
2361         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2362         expanding threads.
2363
2364 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * nnir.el: Use the server names without suffixes (bug #7009).
2367
2368         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2369         unencrypted to STARTTLS, if possible.
2370
2371 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2372
2373         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2374         headers before superseding.
2375
2376 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * nnrss.el (nnrss-use-local): Add documentation.
2379
2380         * nnimap.el (nnimap-extend-tls-programs): New function.
2381         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2382         (nnimap-wait-for-connection): Accept the greeting from the stupid
2383         output from openssl s_client -starttls, too.
2384
2385         * tls.el (tls-starttls-switches): New variable.
2386         (tls-find-starttls-argument): Use it.
2387         (open-tls-stream): Ditto.
2388
2389         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2390         (netrc-machine): Ditto.
2391
2392         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2393         article number.
2394         (nnimap-split-fancy): New variable.
2395         (nnimap-split-incoming-mail): Use it.
2396
2397         * nntp.el (nntp-server-list-active-group): Document.
2398
2399         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2400         SELECT to get the message-id.
2401
2402         * mail-source.el (mail-sources): Remove webmail support.
2403         (defvar): Ditto.
2404         (mail-source-fetcher-alist): Ditto.
2405         (mail-source-fetch-webmail): Remove.
2406
2407         * webmail.el: Remove -- doesn't seem relevant any more.
2408
2409         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2410
2411         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2412         the \r.
2413
2414 2010-09-30  Julien Danjou  <julien@danjou.info>
2415
2416         * gnus-agent.el (gnus-agent-add-group): Fix call to
2417         gnus-completing-read.
2418
2419 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * nndoc.el (nndoc-retrieve-groups): New function.
2422
2423         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2424         `default', use nnmail-split-methods.
2425         (nnimap-request-article): Downcase the NILs so that they are nil.
2426
2427         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2428         symbol.
2429
2430         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2431         code, since if the user has requested network, that's what they ought
2432         to get.
2433         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2434         (nnimap-split-rule): Mark as obsolete.
2435
2436         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2437         New variable.
2438
2439         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2440         correct slot, too.
2441
2442 2010-09-29  Julien Danjou  <julien@danjou.info>
2443
2444         * gnus.el (gnus-local-domain): Declare variable obsolete.
2445
2446         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2447         Fix history computing.
2448         (gnus-ido-completing-read): Require ido.
2449
2450 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2453         build Gnus.
2454
2455         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2456         when interpreting the structures.
2457         (nnimap-request-accept-article): Add \r\n to the lines to make this
2458         work with Cyrus.
2459
2460         * nndraft.el (nndraft-request-expire-articles): Use the group name
2461         instead if "nndraft".  Fix found by Nils Ackermann.
2462
2463 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2464
2465         * nnregistry.el: Add.
2466
2467 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2468
2469         * nnmail.el (group, group-art-list, group-art):
2470         Remove unneeded directives.
2471
2472 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2475         (mm-mime-charset)
2476         * rfc2047.el (rfc2047-syntax-table)
2477         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2478
2479         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2480         rather than `insert-file-contents' and `eval-region'.
2481
2482         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2483         construction.
2484
2485         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2486
2487         * time-date.el: No need to require cl for Emacs 21.
2488
2489 2010-09-29  Julien Danjou  <julien@danjou.info>
2490
2491         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2492         replacement of `gnus-gravatar-relief' to mimic
2493         `gnus-faces-properties-alist'.
2494         Add :version property.
2495
2496 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * mail-source.el (mail-source-report-new-mail)
2499         * message.el (message-default-mail-headers)
2500         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2501
2502         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2503
2504 2010-09-28  Julien Danjou  <julien@danjou.info>
2505
2506         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2507         mail-address contains the same string as real-name.
2508
2509         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2510         non-blank in header, otherwise it'll get stripped.
2511
2512         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2513         real-name, and then for mail address rather than doing : or , search.
2514
2515 2010-09-27  Julien Danjou  <julien@danjou.info>
2516
2517         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2518         right completing-read function.
2519         (gnus-use-ido): New variable
2520         (gnus-completing-read-with-default): Remove.
2521         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2522         (gnus-agent-add-group):
2523         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2524         * mm-view.el (mm-view-pkcs7-decrypt):
2525         * mm-util.el (mm-codepage-setup):
2526         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2527         * mml-smime.el (mml-smime-openssl-sign-query):
2528         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2529         (mml-insert-multipart):
2530         * gnus-msg.el (gnus-summary-yank-message):
2531         * gnus-int.el (gnus-start-news-server):
2532         * mm-decode.el (mm-interactively-view-part):
2533         * gnus-dired.el (gnus-dired-attach):
2534         * gnus.el (gnus-read-method):
2535         * gnus-bookmark.el (gnus-bookmark-jump):
2536         * gnus-art.el (gnus-mime-view-part-as-type)
2537         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2538         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2539         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2540         * nnmairix.el (nnmairix-create-server-and-default-group)
2541         (nnmairix-update-groups, nnmairix-get-server)
2542         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2543         (nnmairix-get-group-from-file-path):
2544         * nnrss.el (nnrss-find-rss-via-syndic8):
2545         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2546         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2547         (gnus-group-browse-foreign-server):
2548         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2549         (gnus-summary-execute-command, gnus-summary-respool-article)
2550         (gnus-read-move-group-name):
2551         * gnus-score.el (gnus-summary-increase-score)
2552         (gnus-summary-score-effect):
2553         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2554
2555 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2558         x-focus-frame.
2559
2560         * nnimap.el (auth-source-forget-user-or-password)
2561         (auth-source-user-or-password): Autoload.
2562
2563         * message.el (message-from-style, message-interactive)
2564         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2565         (message-yank-prefix, message-indentation-spaces, message-signature)
2566         (message-signature-file): Add comment.
2567
2568 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2571         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2572         new articles.
2573
2574         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2575         parts.
2576         (nnimap-request-article): Work with the t setting, too.
2577
2578         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2579         that you don't get flashes of other buffers.
2580         (gnus-summary-show-complete-article): Intern before setting.
2581
2582 2010-09-27  David Engster  <dengste@eml.cc>
2583
2584         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2585         well as HEADERS.
2586         (nnmairix-retrieve-headers): Provide new argument for the above.
2587
2588 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * gnus-sum.el (gnus-summary-move-article): Don't alter
2591         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2592         group.
2593
2594         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2595
2596         * message.el (message-cite-prefix-regexp): Revert my last edit.
2597
2598         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2599         variable instead of the Gnus variable.
2600
2601         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2602
2603         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2604
2605         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2606         since some servers don't like it.
2607         (nnimap-open-connection): Forget credentials if the server says the
2608         password was wrong.
2609         (nnimap-parse-line): Protect against invalid data.
2610
2611         * gnus-sum.el (gnus-summary-move-article): Add comment.
2612         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2613         nothing alters it while scanning for new messages.
2614
2615         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2616         which may or may not help.
2617         (nnimap-open-connection): If we're doing a stream connection, and then
2618         discover we're on a STARTTLS-capable server, then open a STARTTLS
2619         connection instead.
2620
2621 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * nnimap.el (utf7): Require.
2624
2625         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2626         prefix.
2627
2628 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2629
2630         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2631
2632 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * nnimap.el (nnimap-request-accept-article): Message the error on
2635         error.
2636
2637 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2640
2641 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * nndoc.el (nndoc-request-list): Return success always.
2644
2645         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2646         `fetch-old' -- we only want to fetch the articles we've requested.
2647         The rest are in the agent, probably.
2648         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2649         disappeared server" to something low.  It's not important.
2650
2651         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2652         arrived before the FETCH data.
2653
2654         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2655         target here, because we don't know the Gnus name of the group.
2656
2657         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2658         for the correct group.
2659
2660         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2661
2662         * gnus.el (gnus): Give a final warning after startup.
2663
2664         * gnus-util.el (gnus-action-message-log): New variable.
2665         (gnus-message): Use it.
2666         (gnus-final-warning): New function.
2667
2668         * nnimap.el (nnimap-open-connection): Record the greeting.
2669         (nnimap): Add greeting.
2670
2671 2010-09-26  Julien Danjou  <julien@danjou.info>
2672
2673         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2674         arguments.
2675         (gnus-html-wash-images): Fix spec computing to include start/end.
2676
2677         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2678
2679 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2682         deletion.
2683         (nnimap-retrieve-headers): Don't select the group, because that's
2684         already done by nnimap-possibly-change-group.
2685
2686         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2687         (gnus-picon-transform-address): Use it.
2688
2689         * mail-source.el (mail-source-value): Revert previous patch.
2690
2691         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2692         on failure.
2693         (nnimap-open-connection): Look up both virtual and physical server name
2694         credentials.
2695
2696         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2697
2698 2009-02-07  Dave Love  <fx@gnu.org>
2699
2700         * tls.el (open-tls-stream): Don't query killing process.
2701
2702 2009-02-08  Dave Love  <fx@gnu.org>
2703
2704         * gnus-win.el (gnus-window-to-buffer-helper)
2705         (gnus-all-windows-visible-p): Function needn't be a symbol.
2706
2707         * mail-source.el (mail-source-value): Function needn't be a symbol.
2708
2709 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * message.el (message-cite-prefix-regexp): Remove } from the cite
2712         prefix.
2713
2714         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2715         highlight again, so that the highlight is correct.
2716
2717         * gnus-picon.el (gnus-picon): Remove again.
2718         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2719
2720         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2721         doing the header highlightling, so that the background colour of the
2722         picon is correct.
2723
2724         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2725         (gnus-picon): Ditto.
2726         (gnus-picon): Reinstate.  The background colour for picons is white.
2727         (gnus-picon-insert-glyph): Make the background white.
2728
2729         * nnml.el (nnml-open-nov): Don't return dead buffers.
2730
2731         * auth-source.el (auth-source-create): Query the user for whether to
2732         store the credentials.
2733
2734         * netrc.el (netrc-store-data): New function.
2735
2736         * auth-source.el (auth-source-user-or-password): Use the existing auth
2737         sources, if any, for creation.
2738
2739         * gnus.el (gnus-group-fast-parameter): Return the last matching
2740         parameter instead of the first matching parameter.
2741
2742 2010-09-26  Julien Danjou  <julien@danjou.info>
2743
2744         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2745
2746 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * mml2015.el (mml2015-use): Remove gpg support.
2749
2750         * mml1991.el (mml1991-function-alist): Remove gpg function.
2751         (mml1991-gpg-sign): Remove.
2752
2753 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2754
2755         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2756         (gnus-browse-unsubscribe-current-group): Document it.
2757         (gnus-browse-unsubscribe-group): Use it.
2758
2759 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2762         address to the To list for easier response.
2763
2764         * gnus.el (gnus-play-startup-jingle): Remove.
2765         (gnus-splash): Don't play jingle.
2766         (gnus): Silence gnus-load message.
2767
2768         * gnus-art.el (gnus-treat-play-sounds): Remove.
2769
2770         * gnus.el (gnus-play-jingle): Remove audio support.
2771
2772         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2773
2774         * earcon.el: Remove -- no users.
2775
2776         * gnus-audio.el: Remove -- no users of this package.
2777
2778         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2779
2780         * gnus-start.el (gnus-setup-news): Remove nocem support.
2781
2782         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2783
2784         * gnus.el (gnus-use-nocem): Remove.
2785
2786         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2787         Remove.
2788
2789         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2790         uses NoCeM any more.
2791
2792         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2793         (gnus-button-ctan-handler): Ditto.
2794         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2795         (gnus-button-ctan-directory-regexp): Ditto.
2796         (gnus-button-handle-ctan): Ditto.
2797         (gnus-button-tex-level): Ditto.
2798         (gnus-button-alist): Remove CTAN stuff.
2799
2800 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2803         nnimap-streaming test.
2804
2805         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2806         servers twice.
2807
2808         * nnimap.el (nnimap-open-connection): Add more error reporting when
2809         nnimap fails early.
2810
2811         * nnheader.el (nnheader-get-report-string): New function.
2812         (nnheader-get-report): Use it.
2813
2814         * gnus-int.el (gnus-check-server): Say what the error was when opening
2815         failed.
2816
2817         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2818         using streaming.
2819
2820 2010-09-25  Julien Danjou  <julien@danjou.info>
2821
2822         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2823         gnus-window-inside-pixel-edges.
2824
2825 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2828
2829         * mm-decode.el (mm-save-part): Allow saving to other directories the
2830         normal Emacs way.
2831
2832         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2833         Suggested by Jay Berkenbilt.
2834
2835         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2836         there isn't a single byte.
2837
2838         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2839         just do it.  It doesn't really seem to matter what the user responds
2840         here, I think, so it's just a confusing question.
2841
2842         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2843         non-streaming case.
2844
2845         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2846         (gnus-article-encrypt-body): Use it.
2847
2848         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2849         keystroke.
2850
2851         * nnimap.el (nnimap-find-wanted-parts-1):
2852         Use gnus-fetch-partial-articles.
2853
2854         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2855
2856         * nnimap.el (nnimap-insert-partial-structure): New function.
2857         (nnimap-get-partial-article): New function.
2858         (nnimap-request-article): Use it.
2859         (nnimap-wait-for-response): Return whether the wait was successful.
2860         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2861         retrieval wasn't successful.
2862         (nnimap-retrieve-group-data-early): Allow throttling servers.
2863         (nnimap-streaming): New variable.
2864         (nnimap-fetch-partial-articles): Remove.
2865
2866         * mm-decode.el (mm-with-part): Protect against killed buffers.
2867
2868         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2869         for prettier summary display.
2870
2871 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2872
2873         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2874
2875 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2878         apparently third-party libraries depend on it.
2879
2880         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2881         before starting negotiation.
2882
2883         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2884         privacy reasons.
2885         (gnus-treat-mail-gravatar): Ditto.
2886
2887         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2888         buffer when inserting images.  Inserting text into the headers, for
2889         instance, can make them invalid.
2890
2891 2010-09-25  Julien Danjou  <julien@danjou.info>
2892
2893         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2894         variables.
2895
2896         * nnheader.el: Remove useless variables news-reply-yank-from and
2897         news-reply-yank-message-id.
2898
2899         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2900         variables.
2901
2902         * mml1991.el: Remove useless mml1991-verbose.
2903
2904         * gnus.el: Remove useless variable gnus-use-generic-from.
2905         Remove obsolete variable gnus-topic-indentation.
2906
2907         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2908
2909         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2910
2911         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2912
2913         * gnus-group.el: Remove useless gnus-group-icon-cache.
2914         Remove useless gnus-ephemeral-group-server.
2915
2916         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2917
2918         * mml2015.el: Remove useless mml2015-verbose.
2919
2920         * mml-smime.el: Remove useless mml-smime-verbose.
2921
2922         * gnus.el: Remove useless gnus-local-domain.
2923
2924         * gnus-gravatar.el (gnus-gravatar-transform-address):
2925         Use gnus-gravatar-size.
2926
2927         * gnus-art.el: Remove useless gnus-treat-translate.
2928
2929 2010-09-24  Julien Danjou  <julien@danjou.info>
2930
2931         * gnus-sum.el: Add support for Gravatars.
2932
2933         * gnus-art.el: Add support for Gravatars.
2934
2935         * gnus-gravatar.el: Add this file.
2936
2937         * gravatar.el: Add this file.
2938
2939 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2942
2943         * gnus-group.el (gnus-group-fetch-faq): Remove.
2944
2945         * gnus.el (gnus-group-faq-directory): Remove.
2946
2947         * gnus-group.el (gnus-group-fetch-charter): Remove.
2948
2949         * gnus.el (gnus-group-charter-alist): Remove.
2950
2951         * gnus-group.el (gnus-group-archive-directory): Remove.
2952         (gnus-group-recent-archive-directory): Ditto.
2953         (gnus-group-make-archive-group): Remove.
2954
2955         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2956
2957         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2958         use the same article number for all the cached articles.
2959
2960         * nnimap.el (nnimap-command): Register the last command time so
2961         that we can use it for idling NOOPs.
2962         (nnimap-open-connection): Start the keeplive timer.
2963         (nnimap-make-process-buffer): Store all the process buffers.
2964         (nnimap-keepalive): New function.
2965
2966         * starttls.el (starttls-open-stream): Add autoload cookie.
2967
2968 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2969
2970         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2971         handling.
2972
2973 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2976         its data structures.
2977
2978         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2979         instead of the cl.el copy-list.
2980         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2981         equalp.
2982
2983 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2986         and tool-bar-local-item-from-menu.
2987
2988         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2989         mode-line-highlight face for Emacs.
2990
2991         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2992         loading gnus-sum.elc; fix comment for canlock-verify.
2993         (gnus-article-jump-to-part): Use read-number.
2994         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2995         Remove Emacs pre-21 compatible code for help-echo.
2996         (gnus-article-next-page-1): No need to adjust the number of lines.
2997         (gnus-article-describe-bindings): Always use help-buffer.
2998
2999         * gnus-audio.el (gnus-audio-inline-sound)
3000         * gnus-cus.el (gnus-custom-mode)
3001         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3002
3003         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3004
3005         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3006         compatible code.
3007
3008 2010-09-24  Glenn Morris  <rgm@gnu.org>
3009
3010         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3011         visiting the fcc file in rmail-mode.
3012
3013         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3014
3015 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * nnir.el: Silence the byte compiler.
3018
3019         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3020         alias to browse-url-url-encode-chars if any.
3021         (gnus-html-encode-url): Use it.
3022
3023 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * gnus-start.el (gnus-use-backend-marks): New variable.
3026         (gnus-get-unread-articles-in-group): Use it.
3027
3028         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3029         makeover.
3030
3031 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3032
3033         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3034
3035 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3038         Remove.
3039         (gnus-setup-news-hook):
3040         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3041
3042         * gnus-int.el (gnus-request-update-info): Protect against backends not
3043         having the function.
3044
3045         * nnimap.el (nnimap-stream): Mention starttls.
3046         (nnimap-open-connection): Add starttls support.
3047
3048 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3049
3050         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3051
3052 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3055         BODYSTRUCTUREs.
3056         (nnimap-transform-headers): Unfold quoted {42} headers.
3057
3058         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3059         the info.
3060         (gnus-get-unread-articles): Only call updatep on backends that support
3061         it.
3062
3063         * nnweb.el (nnweb-request-update-info): NOOP.
3064
3065         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3066
3067         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3068         since it only deals with marks.
3069
3070         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3071         gnus-request-marks, and make a new gnus-request-update-info.
3072
3073         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3074         the active instead of the high number, which is usually too low.
3075
3076 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3077
3078         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3079         * encrypt.el: Remove.
3080
3081 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3084         server in symbolic form.
3085
3086         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3087
3088 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3091         (nnimap-update-info): Fix up code slightly.
3092
3093         * gnus-int.el (gnus-open-server): Add tracing for performance
3094         debugging.
3095
3096         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3097         (gnus-group-insert-group-line): Pass the real group name so that it
3098         gets the right data.
3099
3100         * gnus-start.el (gnus-get-unread-articles): Don't have
3101         `gnus-get-unread-articles-in-group' update info, since that can be
3102         really slow and doesn't seem to be needed?
3103
3104 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3105
3106         * time-date.el (date-to-time): Try using parse-time-string first before
3107         using the slower timezone-make-date-arpa-standard.
3108
3109 2010-09-22  Julien Danjou  <julien@danjou.info>
3110
3111         * gnus-group.el (gnus-group-insert-group-line):
3112         Call gnus-group-highlight-line.
3113         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3114         default hook list.
3115         (gnus-group-update-eval-form): Add new function.
3116         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3117         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3118
3119 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3122         immediate, then expire all articles.
3123         (nnimap-update-info): Fix off-by-one errors.
3124         (nnimap-flags-to-marks): Would return no marks lists for group with no
3125         flags.  Instead return the other data.
3126
3127 2010-09-22  Julien Danjou  <julien@danjou.info>
3128
3129         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3130         Only return an icon.
3131         (gnus-group-insert-group-line): Compute icon to return.
3132
3133         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3134         (gnus-html-image-fetched): Only cache if
3135         gnus-html-image-automatic-caching is set.
3136         (gnus-html-image-fetched): Check for errors.
3137
3138 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3141         once per method on `g'.  This ensures that backends like nnfolder don't
3142         open all their folders.
3143
3144         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3145         (nnimap-request-list): Nix out group in the correct buffer.
3146         (nnimap-parse-flags): Implement by using `read' instead of
3147         hand-parsing.
3148         (nnimap-flags-to-marks): Pass on permanent-flags.
3149         (nnimap-make-process-buffer): Record the server name.
3150         (nnimap-parse-flags): Fix typo.
3151         (nnimap-request-scan): Run split on the server in general, not just a
3152         single group.
3153
3154         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3155         parameter, and propagate this downwards.
3156
3157         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3158         since EXAMINE changes it on the server.
3159
3160         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3161         this command might take a while.
3162
3163 2010-09-22  Julien Danjou  <julien@danjou.info>
3164
3165         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3166         harmful if you have 2 images side-by-side, they can't be properly
3167         update on text deletion.  Using text-property is safer here.
3168         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3169         data.
3170
3171 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * nnimap.el (nnimap-expunge-inbox): Remove.
3174         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3175         (nnimap-expunge): Flip default to t.
3176
3177         * gnus.el (gnus-method-to-server): Don't push things to the cache
3178         unless it's unique.
3179         (gnus-server-to-method): Ditto.
3180
3181 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3184
3185 2010-09-22  Julien Danjou  <julien@danjou.info>
3186
3187         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3188         get the start of data.
3189         (gnus-html-encode-url): Add this function to encode special chars in
3190         URL.
3191         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3192         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3193
3194         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3195         default.
3196         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3197
3198         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3199         images alt-text.
3200         (gnus-html-put-image): Put alt-text as help-echo.
3201
3202 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3205         * mm-util.el (mm-decompress-buffer)
3206         * nnir.el (nnir-run-find-grep)
3207         * pop3.el (pop3-list): Use 3rd arg of split-string.
3208
3209         * time-date.el (format-seconds): Comment fix.
3210
3211         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3212         and byte-optimize-form-code-walker.
3213         (dgnushack-make-auto-load): Don't advise make-autoload.
3214
3215         * lpath.el: Remove Emacs 21 stuff.
3216
3217 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3220         outside the active range.  Suggested by Dan Christensen.
3221
3222         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3223         slightly later to avoid double-getting it.
3224
3225         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3226         previous patch.
3227
3228         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3229
3230 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3231
3232         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3233
3234 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * gnus-int.el (gnus-open-server): Give a better error message in the
3237         "go offline" case.
3238
3239         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3240         marks for nnimap, which is seldom the right thing to do.
3241
3242         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3243         (gnus-same-method-different-name): New function.
3244
3245         * nnimap.el (parse-time): Require.
3246
3247         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3248         method in the presence of many similar methods.
3249
3250         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3251
3252         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3253         nnml-inhibit-expiry.
3254
3255         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3256         find out whether methods are equal.
3257
3258         * nnimap.el (nnimap-find-expired-articles): New function.
3259         (nnimap-process-expiry-targets): New function.
3260         (nnimap-request-move-article): Request the article before looking at
3261         what the Message-ID is.  Fix found by Andrew Cohen.
3262         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3263
3264         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3265         for oldness in addition to being a predicate.
3266
3267         * nnimap.el (nnimap-request-group): When we have zero articles, return
3268         the right data to Gnus.
3269         (nnimap-request-expire-articles): Only delete articles immediately if
3270         the target is 'delete.
3271
3272         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3273         method, this would bug out.
3274
3275         * gnus-group.el (gnus-group-expunge-group): Rename from
3276         gnus-group-nnimap-expunge, and implemented as a normal interface
3277         function.
3278
3279         * gnus-int.el (gnus-request-expunge-group): New function.
3280
3281         * nnimap.el (nnimap-request-create-group): Implement.
3282         (nnimap-request-expunge-group): New function.
3283
3284 2010-09-21  Julien Danjou  <julien@danjou.info>
3285
3286         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3287         (gnus-html-cache-expired): Add new function.
3288         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3289         wethever we should display image for fetch it.
3290         Compute alt-text earlier to pass it to the fetching function too.
3291         (gnus-html-schedule-image-fetching): Change function argument to only
3292         get one image at a time, not a list.
3293         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3294         cache.
3295         (gnus-html-get-image-data): New function to retrieve image data from
3296         cache.
3297         (gnus-html-put-image): Change buffer argument to use image data rather
3298         than file, and place image above region rather than inserting a new
3299         one.  Do not take alt-text as argument, since it's useless now: we place
3300         the image above alt-text.
3301         (gnus-html-prune-cache): Remove.
3302         (gnus-html-show-images): Start to fetch image when we find one, do not
3303         push into a temporary list.
3304         (gnus-html-prefetch-images): Only fetch image if they have expired.
3305         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3306         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3307
3308 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3311
3312 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3315         spec inser "*" if the group isn't active instead of 0.
3316
3317         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3318         opening the server.
3319         (nnimap-request-delete-group): Implement group deletion.
3320         (nnimap-transform-headers): Return the size of the entire message in
3321         the Bytes header, not just the size of the first part.
3322         (nnimap-request-move-article): When moving an article from nnimap,
3323         request the article first so the accepting form has an article to
3324         accept.  Reported by Dan Christensen.
3325         (nnimap-command): Make sure that the error message doesn't error out.
3326
3327 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3328
3329         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3330         we haven't requested anything.
3331
3332 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3335         "".  Fix found by Andrew Cohen.
3336
3337         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3338         instead of -encode-string.
3339
3340 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3343
3344         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3345         by mm-subst-char-in-string.
3346
3347 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3350         waiting for the connection string.
3351
3352         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3353         arriving.
3354
3355         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3356         bogus characters.  This allows selecting certain Gmail groups.
3357
3358         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3359         (nnimap-fetch-partial-articles): New variable.
3360         (nnimap-open-connection): When looking for credentials, also use the
3361         nnimap-server-port.
3362         (nnimap-request-article): Return the group/article number, so that Gnus
3363         `^' works as expected.
3364         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3365
3366         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3367         comments.
3368         (gnus-methods-sloppily-equal): New function.
3369         (gnus): When using the development version of Gnus, load the gnus-load
3370         file.
3371
3372         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3373         `gnus-open-server' on each method before trying to scan them etc.
3374         This ensures that all the backend parameters are set correctly.
3375
3376         * nnimap.el (nnimap-authenticator): New variable.
3377         (nnimap-open-connection): Allow anonymous login.
3378         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3379         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3380
3381         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3382         patch, found by Knut Anders Hatlen.
3383
3384 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3385
3386         * gnus-agent.el (gnus-agent-batch-confirmation)
3387         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3388         to gnus-message.
3389         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3390         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3391         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3392         * gnus-int.el (gnus-open-server): Likewise.
3393         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3394         (gnus-score-check-syntax): Likewise.
3395         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3396         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3397         Likewise.
3398         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3399
3400 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3403         calling conventions so that prefetch doesn't bug out.
3404
3405 2010-09-19  Julien Danjou  <julien@danjou.info>
3406
3407         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3408         rather than `subst-char-in-region' in order to be able to replace ASCII
3409         char by UTF-8 ones.
3410
3411         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3412         than curl.
3413         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3414         the right URL and ALT text on images.
3415         (gnus-html-wash-tags): Fix tag case.
3416         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3417         (gnus-article-html): Add -o display_ins_del=2 option.
3418         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3419
3420 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3423         the extra mail headers, which sometimes seem to happen for unknown
3424         reasons.
3425
3426         * mail-parse.el (mail-header-encode-parameter): Define as
3427         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3428         (or most, perhaps?) mail readers don't understand the latter, but do
3429         understand the former.
3430
3431         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3432         to nil, so that no methods are automatically agentized.  I think this
3433         is probably what most users want.
3434
3435         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3436         from url-retrieve, for instance about invalid URLs.
3437
3438         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3439         groups that have no articles.
3440         (nnimap-request-article): Check that we really got an article when we
3441         requested one.
3442
3443         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3444         doesn't exist.
3445
3446         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3447         nntp buffer so the agent can save it.
3448         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3449         that CRLF doesn't get translated to \n.
3450         (nnimap-open-connection): Don't make 'shell commands only send \n.
3451
3452 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3453
3454         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3455         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3456         Update var name.
3457         (nnml-generate-nov-file): Use dolist.
3458         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3459         Use with-current-buffer.
3460
3461 2010-09-18  Julien Danjou  <julien@danjou.info>
3462
3463         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3464         parallel.
3465
3466 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3469         the range update right.
3470         (nnimap-request-group): Don't make `M-g' bug out on group with no
3471         marks.
3472         (nnoo): Require, so that other packages can require nnimap.
3473         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3474         command we're looking for.  This helps when the server sends more
3475         responses after we've gotten everything we expected.
3476         (nnimap): Add a `newlinep' field to keep track of end-of-line
3477         conventions.
3478         Don't send CRLF to things that don't want it.
3479         (nnimap-request-accept-article): Ditto.
3480
3481 2010-09-18  Julien Danjou  <julien@danjou.info>
3482
3483         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3484         than curl to retrieve images.
3485
3486 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3489         the marks.
3490         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3491         (nnimap-wait-for-connection): New function.
3492         (nnimap-open-connection): If we have PREAUTH, don't query for login
3493         credentials.
3494         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3495         when doing a partial update.
3496
3497 2010-09-18  Julien Danjou  <julien@danjou.info>
3498
3499         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3500         tags.
3501
3502 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * nnimap.el (nnimap-credentials): New function.
3505         (nnimap-open-connection): Use the new function to look for credentials
3506         also on the numeric equivalents of "imap" and "imaps".
3507
3508         * gnus-start.el (gnus-activate-group): Send the info to
3509         gnus-request-group.
3510
3511         * nnimap.el (nnimap-request-group): Have the "check" version of the
3512         function parse flags and update the info, so that a `M-g' get a total
3513         resync of all flags from the group.
3514
3515         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3516         to allow backends to alter the info on group selection.  Also alter all
3517         the backend -request-group functions to take the parameter.
3518
3519         * nnimap.el (nnimap-store-info): New function.
3520         (nnimap-update-info): Store the info for later usage.
3521         (nnimap-request-group): Use the stored info for the dont-check case, so
3522         that we don't retrieve all marks when we enter a group.
3523
3524         * nnimap.el: Use deffoo instead of defun for interface functions.
3525
3526         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3527         update the group info.  This makes the nndraft groups, for instance, go
3528         back to their old behaviour.
3529
3530         * gnus-sum.el (gnus-select-newsgroup): Indent.
3531
3532         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3533         in.
3534         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3535         nothing.
3536
3537         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3538         from methods that are denied.
3539
3540         * gnus-int.el (gnus-method-denied-p): New function.
3541
3542         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3543         store the password instead of netrc.
3544         (nnimap-open-connection): Don't error out when we can't make a
3545         connections.
3546
3547         * auth-source.el (auth-source-create): In the password prompt, say what
3548         we're querying for.  Also prompt for user name if that hasn't been
3549         given.
3550
3551         * nnimap.el (nnimap-with-process-buffer): Remove.
3552
3553 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3556         method when we're reading from the agent.
3557
3558         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3559
3560         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3561         that's probably most useful for users.
3562
3563         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3564         "failed" all the time.
3565
3566         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3567         ...)) with (with-current-buffer ... ).
3568
3569         * nntp.el (nntp-open-server): Return whether the open was successful or
3570         not.
3571
3572         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3573         select an unread unseen article first.
3574
3575         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3576         /etc/services, supply some sensible port defaults.
3577
3578         * dgnushack.el: Define netrc-credentials.
3579
3580 2010-09-17  Julien Danjou  <julien@danjou.info>
3581
3582         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3583
3584 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3585
3586         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3587         doesn't have any parameters.
3588
3589 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3592         only upcased checks.
3593
3594         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3595
3596         * nnimap.el (nnimap-open-shell-stream): New function.
3597         (nnimap-open-connection): Use it.
3598         (nnimap-transform-headers): Get the number of lines in each message.
3599         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3600         number of lines.
3601         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3602         problem.
3603
3604         * utf7.el (utf7-encode): Autoload.
3605
3606         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3607         to allow the mail splitting to not return a default group.  This is
3608         useful for nnimap, which will leave unmatched mail in the inbox.
3609
3610         * nnimap.el: Rewritten.
3611
3612         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3613         nnimap usage.
3614
3615         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3616         if the move is internal, so that nnimap can do fast internal moves.
3617
3618         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3619         data.
3620         (gnus-read-active-for-groups): Support finishing the early retrieval of
3621         data.
3622
3623         * gnus-range.el (gnus-range-nconcat): New function.
3624
3625         * gnus-int.el (gnus-finish-retrieve-group-infos)
3626         (gnus-retrieve-group-data-early): New functions.
3627
3628 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3629
3630         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3631         (nnrss-retrieve-groups):
3632         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3633         (pop3-quit): Use with-current-buffer.
3634
3635 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3638         instead of nnheader-accept-process-output.
3639
3640         * dgnushack.el (dgnushack-compile): Add comment.
3641
3642         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3643
3644         * gnus-html.el (gnus-html-schedule-image-fetching)
3645         (gnus-html-prefetch-images): Replace process-kill-without-query by
3646         gnus-set-process-query-on-exit-flag.
3647
3648 2010-09-16  Romain Francoise  <romain@orebokech.com>
3649
3650         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3651
3652 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3655         parameter to unintern is mandatory-ish in Emacs 24.
3656
3657         * gnus-html.el (gnus-html-schedule-image-fetching)
3658         (gnus-html-prefetch-images): Check for curl before using it.
3659
3660         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3661         depend on curl, which isn't essential.
3662
3663         * imap.el: Revert back to version
3664         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3665         seem problematic.
3666
3667 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3668
3669         * gnus-registry.el (gnus-registry-install-shortcuts):
3670         Explicitly pass `obarray' to `unintern' to avoid a warning.
3671
3672 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3675         change.
3676
3677         * nnrss.el (nnrss-request-list): Remove this function and related
3678         functions, including the moreover stuff.
3679
3680 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * nnrss.el (nnrss-retrieve-groups): New function.
3683
3684 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3685
3686         * .dir-locals.el: Add no-byte-compile cookie.
3687
3688 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * time-date.el (format-seconds): Comment fix.
3691
3692         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3693         for back end that doesn't support request-scan.
3694
3695 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3698         then do request scans from the backends.
3699
3700         * netrc.el (netrc-credentials): New conveniency function.
3701
3702         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3703         avoid running a hook per line, since this takes a lot of time,
3704         profiling shows.
3705         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3706         directly if gnus-visual-p is true.
3707
3708 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3711         groups; replace mapcar with dolist which is a bit faster; pass groups
3712         info to gnus-read-active-file-1.
3713         (gnus-read-active-file-1): Scan only specified groups if the new
3714         optional arg `infos' is given.
3715
3716 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3719
3720         * pop3.el (pop3-movemail): Remove.
3721         (pop3-streaming-movemail): Rename to pop3-movemail.
3722
3723         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3724         don't restrict end-tag searches to the end of the line.
3725
3726 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3729         articles of every unchecked group to t, which means unknown since the
3730         server has never been opened.
3731
3732 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * gnus-html.el (gnus-html-show-alt-text): New command.
3735         (gnus-html-browse-image): Ditto.
3736         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3737         to browse the image directly.
3738         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3739         better.
3740
3741         * gnus-async.el (gnus-async-article-callback):
3742         Call `gnus-html-prefetch-images' unconditionally.
3743
3744         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3745         before feeding URLs to curl.
3746
3747 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3750         internal images as deletable by `W D D'.
3751
3752         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3753         (gnus-async-article-callback): Fix typo.
3754
3755 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3758         current line to work around bugs in the output from w3m.
3759
3760         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3761         for groups that want that.
3762
3763         * nntp.el (nntp-wait-for-string): Supply a timeout for
3764         accept-process-output to ensure progress.
3765
3766         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3767         level to get unread articles from, then use that for foreign groups,
3768         too.
3769
3770         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3771         confuses the rest of the function.
3772
3773         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3774         for the methods that support -retrieve-groups, too.
3775
3776         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3777
3778 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3781         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3782
3783         * pop3.el: Require cl when compiling.
3784         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3785
3786 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3789         that aren't going to be activated.
3790         (gnus-get-unread-articles): Fix up the last commit.
3791
3792         * gnus-html.el (gnus-article-html): Allow calling without specifying
3793         the handle.  In that case, dissect the buffer first.
3794
3795         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3796
3797         * nnimap.el (nnimap-open-connection): Revert the change that would look
3798         into authinfo for imaps instead of imap.
3799
3800         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3801         say that you don't want to call gnus-request-group with don-check, but
3802         do check the reponse.  This is for virtual groups only.
3803         (gnus-get-unread-articles): Count the archive groups as secondary, so
3804         that they're activated the same way as before.
3805
3806         * imap.el (imap-message-map): Removed optional buffer parameter, since
3807         no callers use it.
3808         (imap-message-get): Ditto.
3809         (imap-message-put): Ditto.
3810         (imap-mailbox-map): Ditto.
3811         (imap-mailbox-put): Ditto.
3812         (imap-mailbox-get): Ditto.
3813         (imap-mailbox-get): Revert last change for this function.
3814
3815         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3816         case-insensitively.
3817         (nnimap-debug): Remove.
3818
3819         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3820         to use `imap-fetch' instead.  According to the comments, this should be
3821         safe, since all other IMAP clients use the 1:* syntax.
3822         (imap-enable-exchange-bug-workaround): Removed.
3823         (imap-debug): Removed -- doesn't seem very useful.
3824
3825         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3826         mail from a file, and the file doesn't exist.
3827
3828         * imap.el (imap-log): New convenience function used throughout instead
3829         of repeating the same code all over the place.
3830
3831         * pop3.el (pop3-streaming-movemail): Return t for success.
3832
3833         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3834         .authinfo if we're using ssl connection.
3835
3836         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3837         already have if we're in a main Gnus `g' run.
3838
3839         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3840
3841 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3844
3845         * nnmh.el (nnmh-request-list-1): Bind `file'.
3846
3847         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3848         alias to set-process-query-on-exit-flag or process-kill-without-query.
3849         (pop3-open-server): Use it.
3850
3851 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3854         box to the Incoming file.  Fixes mistake in previous checkin.
3855
3856         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3857         request loop (for debugging purposes) removed.
3858
3859         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3860         culprit is more visible.
3861         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3862         (nnml-add-incremental-nov): New functions to do "incremental" nov
3863         updates, where we just append to the end of the existing nov files
3864         without reading/writing them in full.
3865
3866         * mail-source.el (mail-source-delete-crash-box): Really only check the
3867         incoming files once in a while.
3868
3869         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3870
3871         * mail-source.el (mail-source-delete-crash-box): Only check the
3872         incoming files for deletion once per day to save a lot of file
3873         accesses.
3874
3875         * pop3.el (pop3-logon): Fix up unbound variable typo.
3876
3877         * mail-source.el (pop3-streaming-movemail): Autoload.
3878
3879         * pop3.el (pop3-streaming-movemail):
3880         Respect pop3-leave-mail-on-server.
3881
3882         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3883         retrieval.
3884
3885         * pop3.el (pop3-process-filter): Remove unused function.
3886         (pop3-streaming-movemail, pop3-send-streaming-command)
3887         (pop3-wait-for-messages, pop3-write-to-file)
3888         (pop3-number-of-responses): New functions for streaming pop3
3889         retrieval.
3890
3891         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3892         come from no known methods.
3893         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3894         list.
3895
3896         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3897         message sizes.
3898         (pop3-movemail): Use erase-buffer instead of looping and deleting
3899         regions, which seems rather odd.
3900
3901         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3902         file once per `g' run.
3903
3904         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3905         directories.  This makes the draft queue directory work.
3906
3907         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3908         data from the backends, so that we only request the list of groups from
3909         each method once.  This should speed things up considerably.
3910
3911         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3912         detect that it's not implemented.
3913
3914         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3915         we actually do recurse down into the tree, but don't stat all leaf
3916         nodes.
3917
3918         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3919         then say so instead of bugging out.
3920
3921         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3922         files exist before trying to read them.
3923
3924         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3925         around <pre_int>.
3926
3927         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3928
3929         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3930
3931 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * mm-util.el (mm-image-load-path): Just return the image directories,
3934         not all directories in the path in addition to the image directories.
3935         (mm-image-load-path): Maintain a cache of the image directories so that
3936         the `g' command in Gnus doesn't have to stat dozens of directories each
3937         time.
3938
3939         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3940         (gnus-html-wash-tags): Add a new `i' command to insert images.
3941         (gnus-html-insert-image): New command and keystroke.
3942         (gnus-html-redisplay-with-images): New command and keystroke.
3943         (gnus-html-show-images): Rename command.
3944         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3945         spacers.
3946         (gnus-html-wash-tags): Decode entities at the end, so that entities
3947         inside the tags don't mess up the rest of the "parsing".
3948
3949         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3950         so that nnimap methods aren't agentized by default.  There's apparently
3951         many problems related to agent/imap behaviour.
3952
3953         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3954
3955         * gnus-html.el: Doc fix.
3956
3957 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3960         specifier-spec-list for Emacs 21.
3961
3962         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3963         glyph-width and glyph-height instead of display-graphic-p and
3964         image-size; make avoidance of displaying small images work for XEmacs.
3965
3966         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3967         for XEmacs.
3968
3969         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3970         of symbol that holds plist data.
3971         (gnus-process-plist): Remove plist of process after getting it.
3972
3973 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * message.el (message-generate-hashcash): Change default to
3976         'opportunistic if hashcash is installed.
3977
3978         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3979         (gnus-html-put-image): Only call image-size once, since it's somewhat
3980         time-consuming on remote X servers.
3981
3982 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3985         type on data, not a file name.
3986
3987         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3988         window-pixel-edges for Emacs 21.
3989
3990         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3991         decoded contents.
3992         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3993
3994 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3997         group line format, since it isn't very interesting.
3998
3999         * gnus-agent.el (gnus-agent-short-article),
4000         (gnus-agent-long-article): Increase values for these two variables,
4001         since most people are likely to have more network connection and
4002         storage than before.
4003
4004         * gnus.el (gnus-refer-article-method): Change default to 'current.
4005         When referring an article, the common behaviour is to refer it from the
4006         current select method, not the native select method.  The chances of
4007         the native select method having the message in question is rather slim
4008         these days.
4009
4010         * gnus-sum.el (gnus-auto-select-subject): Change default to
4011         `unseen-or-unread'.  I think it's likely that most people want to
4012         select an unseen article over a previously seen, but unread one.
4013
4014         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4015         means that in the article buffer none of the minor mode elements will
4016         be shown, usually, and this is not desirable in most cases.
4017
4018         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4019         that commands like `d' (and the like) go to the next line in the
4020         buffer, instead of the next unread article.  I think this is the
4021         behaviour that is most natural for most users.
4022         (gnus-single-article-buffer): Change default to nil, so that people can
4023         have as many article buffers open as they have summary buffer.  I think
4024         this is the most natural way for the groups to behave.
4025
4026         * message.el (message-generate-new-buffers): Change default to
4027         `unsent', so that all new message buffers start their names with the
4028         string "*unsent", and it's easier to find the buffers if you move from
4029         them.
4030
4031 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4034         small.  They're probably tracking images.
4035         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4036         (gnus-html-rescale-image): Yet another try at getting the image sizing
4037         right.
4038
4039         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4040         nntp-marks-file-name is nil.
4041
4042 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * gnus-html.el (gnus-html-wash-tags)
4045         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4046         Better logging.
4047
4048 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4051
4052         * gnus-html.el (gnus-html-wash-tags): Check the value of
4053         gnus-blocked-images in the summary buffer.
4054
4055 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4056
4057         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4058
4059 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4062         like "a", it seems like.
4063         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4064         since it needs to be picked from the correct buffer.
4065
4066         * nnwfm.el: Remove.
4067
4068         * nnlistserv.el: Remove.
4069
4070 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4073         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4074
4075 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * nnkiboze.el: Remove.
4078
4079         * nndb.el: Remove.
4080
4081         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4082         alt text.
4083         (gnus-html-rescale-image): Try to get the rescaling logic right for
4084         images that are just wide and not tall.
4085
4086         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4087         overshadow variable bindings.
4088
4089 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4090
4091         * gnus-html.el (gnus-html-wash-tags)
4092         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4093         Add extra logging.
4094
4095 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4098         (gnus-max-image-proportion): New variable.
4099         (gnus-html-rescale-image): New function.
4100         (gnus-html-put-image): Rescale images.
4101
4102 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4103
4104         Fix up some byte-compiler warnings.
4105         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4106         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4107         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4108         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4109         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4110         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4111         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4112
4113 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * gnus-html.el (gnus-article-html): Decode contents by charset.
4116
4117 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4120         (gnus-html-frame-width, gnus-blocked-images)
4121         * message.el (message-prune-recipient-rules): Add custom version.
4122         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4123
4124         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4125         functions.
4126
4127         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4128         gnus-process-get.
4129
4130 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4131
4132         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4133         instead of lsub directly.
4134
4135 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * nnwarchive.el: Remove.
4138
4139         * gnus-soup.el: Remove.
4140
4141         * nnsoup.el: Remove.
4142
4143         * nnultimate.el: Remove.
4144
4145         * gnus-html.el (gnus-blocked-images): New variable.
4146
4147         * message.el (message-prune-recipients): New function.
4148         (message-prune-recipient-rules): New variable.
4149
4150         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4151         guess whether a long line is natural text or not.
4152
4153         * gnus-html.el (gnus-html-schedule-image-fetching):
4154         Use gnus-process-plist and friends for compatibility.
4155
4156 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4157
4158         * gnus-html.el: Require packages that define macros used in this file.
4159         (gnus-article-mouse-face): Declare to silence byte-compiler.
4160         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4161         process-get.
4162         (gnus-html-put-image): Use plist-get to avoid getf.
4163         (gnus-html-prefetch-images): Use with-current-buffer.
4164
4165 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * gnus-ems.el: Provide compatibility functions for
4168         gnus-set-process-plist.
4169
4170         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4171         header-line-format for XEmacs 21.4.
4172
4173         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4174         * gnus.el (gnus-valid-select-methods)
4175         * message.el (message-send-mail-partially-limit)
4176         * mm-decode.el (mm-text-html-renderer)
4177         * mml.el (mml-insert-mime-headers-always)
4178         * smiley.el (smiley-regexp-alist): Bump custom version.
4179
4180 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181
4182         * gnus-html.el: require mm-url.
4183         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4184         with the url to `url'.
4185         (gnus-html-wash-tags): Support cid: URLs/images.
4186
4187 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4190         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4191         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4192
4193         * gnus-move.el: Remove file, since it doesn't really work.
4194
4195         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4196         UTF-8.  This seems to fix problems with some German web feeds.
4197
4198         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4199         at the top so that the proper colours are applied.
4200
4201         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4202         don't have dots in their names.
4203
4204         * gnus-art.el (gnus-article-view-part): Doc fix.
4205
4206         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4207         XEmacs-compatible.
4208         (gnus-html-put-image): Don't do images on non-graphic displays.
4209
4210         * nnslashdot.el: Remove this unused backend.
4211
4212         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4213         actions.
4214         (gnus-undo-register-1): Revert last change.
4215
4216         * gnus-group.el (gnus-group-completing-read): Protect against not
4217         having completion-styles bound.
4218
4219         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4220         make broken recipients happier.
4221
4222         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4223
4224         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4225         point parameter.
4226
4227         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4228
4229         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4230         completion-styles for group selection.
4231
4232 2009-02-04  Andreas Schwab  <schwab@suse.de>
4233
4234         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4235         headers and regexp-quote the match if necessary.
4236
4237 2009-03-24  Miles Bader  <miles@gnu.org>
4238
4239         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4240         the blinking smiley.
4241
4242 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4243
4244         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4245         blink smiley.
4246
4247 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4250         where the dribbel file lives exists.
4251
4252         * message.el (message-send-mail-partially-limit): Change the default to
4253         nil, since most people don't want this.
4254
4255         * mm-url.el (mm-url-decode-entities): Also decode entities like
4256         &#x3212.
4257
4258 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4259
4260         * gnus-sum.el (gnus-summary-idna-message):
4261         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4262         Hyperlink urls in docstrings with URL `...'.
4263
4264 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4265
4266         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4267         functions.
4268
4269 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270
4271         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4272         say what the mouseover text should be.
4273
4274         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4275         version of the mm-w3m-safe-url-regexp variable to only download images
4276         in the groups where we want that to happen.
4277
4278         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4279
4280         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4281         easier debugging.
4282         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4283         big pictures in the article buffer.
4284
4285         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4286         gnus-article-html.
4287         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4288         w3m.
4289
4290         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4291
4292 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4295         which doesn't exist.
4296
4297         * message.el (message-inhibit-ecomplete): New variable to allow some
4298         function to inhibit ecomplete address storage.
4299         (message-resend): Disable ecomplete message storage when resending
4300         messages.
4301
4302         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4303
4304 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4307         Save excursion while copying, moving, and deleting articles in order to
4308         prevent the cursor from jumping to unforeseen place.
4309
4310 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * lpath.el: No need to bind bookmark-current-buffer,
4313         bookmark-yank-point and bookmark-make-record-function.
4314
4315 2010-08-17  Glenn Morris  <rgm@gnu.org>
4316
4317         * gnus-sync.el: Require gnus components whose functions are used.
4318
4319         * gnus-art.el (bookmark-make-record-function):
4320         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4321         Declare for compiler.
4322
4323         * mm-url.el (mml-compute-boundary): Autoload.
4324
4325 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4328
4329 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4330
4331         Typo fix "hoo4a" -> "hook".
4332
4333         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4334
4335 2010-08-14  Glenn Morris  <rgm@gnu.org>
4336
4337         * gnus-sync.el (gnus-sync): Fix defgroup version.
4338
4339 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4342
4343         * gnus-sync.el: Fix docs.
4344         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4345         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4346
4347 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         Optimizations for gnus-sync.el.
4350
4351         * gnus-sync.el: Add docs about gnus-sync-backend
4352         possibilities.
4353         (gnus-sync-save): Remove unnecessary message.
4354         (gnus-sync-read): Optimize and show what groups were skipped.
4355
4356 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         Minor bug fixes for gnus-sync.el.
4359
4360         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4361         Don't read the sync on get-new-news.
4362
4363         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4364         quiet.
4365
4366         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4367         (fix typo).
4368
4369 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4370
4371         Make saving and restoring of hidden threads work with overlays.
4372         Patch applied by Ted Zlatanov.
4373
4374         * gnus-sum.el (gnus-hidden-threads-configuration)
4375         (gnus-restore-hidden-threads-configuration): Update to deal with text
4376         properties, rather than searching for a magic character.
4377
4378 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         New gnus-sync.el library for synchronization of marks.
4381
4382         * gnus-sync.el: New library for synchronization of marks.
4383
4384         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4385         renamed from `gnus-registry-grep-in-list'.
4386
4387         * gnus-registry.el (gnus-registry-follow-group-p):
4388         Use `gnus-grep-in-list'.
4389
4390         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4391
4392 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4395         determining charset of text fails.
4396
4397 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * nnmail.el (nnmail-get-new-mail-1): Revert.
4400
4401         * nnml.el (nnml-active-number): Make sure names of newly created groups
4402         in nnml-group-alist are encoded.
4403
4404 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4407         containing non-ASCII characters in active file for nnml back end.
4408
4409 2010-07-24  David Engster  <dengste@eml.cc>
4410
4411         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4412         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4413
4414 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4415
4416         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4417         tag (Bug#6654).
4418
4419 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4422         the article buffer, not the summary buffer.
4423
4424 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4427         Emacs 23 as well.
4428
4429 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4432         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4433
4434 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4435
4436         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4437         Patch applied by Karl Fogel.
4438
4439         * gnus-sum.el (gnus-summary-bookmark-make-record):
4440         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4441
4442 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4443
4444         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4445         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4446         C-w still not working correctly from Article buffers; Thierry's
4447         patch to fix that will be applied after this.
4448
4449         * gnus-art.el (bookmark-make-record-function): New local variable.
4450
4451         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4452         article buffer.
4453         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4454
4455 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4456
4457         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4458         on changes in bookmark.el.
4459
4460 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4463         `no-log' instead of message not to log prompt string.
4464
4465 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4466
4467         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4468         the *other* type of HTML form submission.
4469
4470 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4471
4472         * auth-source.el (auth-source-pick): If choice does not contain a
4473         questioned keyword, set the check to t.
4474
4475 2010-06-12  Romain Francoise  <romain@orebokech.com>
4476
4477         * gnus-util.el (gnus-date-get-time): Move up before first use.
4478
4479 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4482         (gnus-article-edit-part): Bind it to make last part that is substituted
4483         or deleted visible.
4484         (gnus-mime-display-single): Buttonize part of which id equals to
4485         gnus-mime-buttonized-part-id.
4486
4487 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4488
4489         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4490         (gnus-dd-mmm): Use gnus-date-get-time.
4491         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4492         simplify logic.
4493         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4494         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4495
4496 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4497
4498         * auth-source.el (top): Autoload `secrets-list-collections',
4499         `secrets-create-item', `secrets-delete-item'.
4500         (auth-sources): Fix tag string.
4501         (auth-get-source, auth-source-retrieve, auth-source-create)
4502         (auth-source-delete): New defuns.
4503         (auth-source-pick): Rewrite in order to avoid 2 passes.
4504         (auth-source-forget-user-or-password): New parameter USERNAME.
4505         (auth-source-user-or-password): New parameters CREATE-MISSING and
4506         DELETE-EXISTING.  Retrieve password interactively, if needed.
4507
4508 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4509
4510         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4511         deleting unused directories when gnus-expert-user is t.
4512
4513 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4516         for each temp file when gnus-article-browse-delete-temp is ask.
4517
4518 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4519
4520         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4521         Lisp calls to delete-backward-char by calls to delete-char.
4522
4523 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4524
4525         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4526
4527 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4528
4529         * password-cache.el (password-cache-remove): Fix docstring.
4530
4531 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4534         article unless decoding article to be saved.
4535
4536 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4539         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4540         generated within the mm-with-unibyte-current-buffer macro.
4541
4542 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4545         to nil when we're in a mml-preview buffer and no group is selected.
4546
4547 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4548
4549         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4550         when catching the `C-g'.  Reported by "Leo".
4551
4552 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * message.el (message-forward-make-body-plain)
4555         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4556         multibyte-string-p.
4557
4558         * lpath.el: Revert.
4559
4560 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * message.el (message-forward-make-body-mml): Assume original message
4563         is multibyte string; error on unibyte.
4564         (message-forward-make-body-plain): Ditto; don't add excessive newline
4565         in body end.
4566
4567         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4568
4569 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4570
4571         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4572         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4573
4574 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * mm-extern.el (mm-extern-url): Don't use
4577         mm-with-unibyte-current-buffer.
4578         (mm-extern-cache-contents): Use with-current-buffer instead of
4579         save-excursion + set-buffer.
4580
4581 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * mm-util.el (mm-emacs-mule): Remove.
4584
4585 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4586
4587         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4588         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4589         change.
4590
4591 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4594         bind the default value of enable-multibyte-characters to nil.
4595
4596 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * message.el (message-forward-make-body-plain)
4599         (message-forward-make-body-mml):
4600         Don't use mm-with-unibyte-current-buffer.
4601
4602 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4603
4604         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4605
4606 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4607
4608         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4609         (Bug#5592).
4610
4611 2010-05-07  Julien Danjou  <julien@danjou.info>
4612
4613         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4614         it to mm-pipe-part.
4615
4616         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4617         it is given.
4618
4619 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * binhex.el (binhex-decode-region-internal)
4622         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4623         (dns-query)
4624         * nnweb.el (nnweb-gmane-search)
4625         * pgg-parse.el (pgg-parse-armor)
4626         * pgg.el (pgg-verify-region)
4627         * sha1.el (sha1-string-external)
4628         * uudecode.el (uudecode-decode-region-internal)
4629         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4630         XEmacs.
4631
4632         * gnus-art.el (gnus-article-browse-html-parts)
4633         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4634         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4635         make-temp-file.
4636
4637         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4638         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4639         compiling.
4640
4641         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4642         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4643         XEmacs when compiling.
4644
4645         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4646         gnus-pick-mode-off-hook for XEmacs when compiling.
4647         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4648         gnus-binary-mode-off-hook for XEmacs when compiling.
4649
4650         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4651         Return nil if char-charset is not available.
4652
4653         * imap.el (imap-disable-multibyte)
4654         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4655         macros.
4656
4657         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4658         instead of encode-coding-string.
4659
4660         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4661         'xemacs) instead of mm-emacs-mule to switch function definitions.
4662         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4663
4664         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4665         bind temporary-file-directory for XEmacs;
4666         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4667         timer-set-function for XEmacs 21.4 and SXEmacs;
4668         bind timer-list for XEmacs 21.4 and SXEmacs;
4669         fbind char-charset and find-charset-region for non-Mule XEmacs;
4670         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4671         encode-coding-region and encode-coding-string for XEmacs having no
4672         file-coding feature.
4673
4674 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4675
4676         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4677
4678 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4681         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4682
4683 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4684
4685         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4686         alias `jka-compr-delete-temp-file' no longer exists.
4687
4688 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4689
4690         Use define-minor-mode in Gnus where applicable.
4691         * mml.el (mml-mode): Use define-minor-mode.
4692         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4693         (gnus-undo-mode): Use define-minor-mode.
4694         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4695         (gnus-dead-summary-mode): Use define-minor-mode.
4696         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4697         Initialize in declaration.
4698         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4699         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4700         (gnus-mailing-list-mode): Use define-minor-mode.
4701         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4702         (gnus-draft-mode): Use define-minor-mode.
4703         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4704         (gnus-dired-mode): Use define-minor-mode.
4705
4706 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4707
4708         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4709         handles on recursive mml-to-mime translation and check them for
4710         boundary delimiter collisions.  Reported by Greg Troxel.
4711
4712 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4715
4716 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4717
4718         * mm-util.el (mm-find-buffer-file-coding-system):
4719         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4720
4721 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4722
4723         * message.el (message-generate-headers): Record insertion of optional
4724         headers as well.  Otherwise the check to prevent repeated insertion of
4725         optional headers is a no-op.
4726
4727 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4728
4729         * smime.el: Don't mention CVS.
4730
4731         * nnrss.el (nnrss-fetch): Don't mention CVS.
4732
4733         * nnir.el: Don't mention CVS.
4734
4735 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4736
4737         * gnus-sum.el (gnus-summary-bookmark-make-record):
4738         Add `location' field.
4739
4740 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * lpath.el: Fbind bookmark-default-handler,
4743         bookmark-get-bookmark-record, bookmark-make-record-default,
4744         bookmark-prop-get for Emacs <23 and XEmacs.
4745
4746 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4747
4748         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4749         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4750         Use with-current-buffer to silence the byte-compiler.
4751         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4752         bother to require `gnus'.
4753         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4754
4755 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4756
4757         * gnus-sum.el (gnus-summary-bookmark-make-record)
4758         (gnus-summary-bookmark-jump): New functions.
4759         (gnus-summary-mode): Setup bookmark support.
4760
4761 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4762
4763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4764         if set.
4765
4766 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4769         gnus-article-browse-html-save-cid-image; make it work recursively for
4770         forwarded messages as well.
4771         (gnus-article-browse-html-parts): Work when prefix arg is given.
4772         (gnus-article-browse-html-article): Doc fix.
4773
4774 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4775
4776         * message.el (message-default-mail-headers):
4777         (message-default-headers): Carry the value mail-default-headers over
4778         into message-default-mail-headers, rather than message-default-headers.
4779
4780 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4781
4782         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4783         charset.
4784
4785         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4786         charset into the <meta> tag when the article is encoded to utf-8.
4787
4788 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-art.el (gnus-article-browse-delete-temp-files):
4791         Delete directories as well.
4792         (gnus-article-browse-html-parts): Work for images that do not specify
4793         file names; delete temp directory when quitting; insert header at the
4794         right place; use file: scheme for image files.
4795
4796 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4797
4798         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4799         (gnus-article-browse-html-parts): Use it to make temporary cid image
4800         files in addition to html file so that browser may display them.
4801
4802 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4805
4806 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4807
4808         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4809
4810 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4811
4812         * auth-source.el (auth-sources): Change default to be simpler.
4813         Explain about Secret Service API sources.  Improve Customize options.
4814         (auth-source-pick): Change to accept any number of search parameters.
4815         Implement fallbacks iteratively, not recursively.  Add scoring on the
4816         second pass and sort by score.  Call Secret Service API when needed.
4817         (auth-source-user-or-password): Use it.  Call Secret Service API
4818         directly when needed to get the user name and the password.
4819
4820 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4821
4822         * message.el (message-interactive): Doc fix.
4823         (message-qmail-inject-args): Reflow.
4824         (message-kill-to-signature): Fix typo in docstring.
4825
4826         * smiley.el (smiley-buffer): Fix typo in docstring.
4827
4828 2010-03-24  Glenn Morris  <rgm@gnu.org>
4829
4830         * mail-source.el (gnus-message): Declare.
4831         (mail-source-delete-old-incoming): Require gnus-util.
4832
4833 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4836
4837         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4838
4839         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4840         password-cache's default if it is not bound.
4841         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4842         password-cache-expiry's default if it is not bound.
4843
4844         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4845         available in Emacs 21.
4846
4847         * lpath.el: Suppress compiler warnings for:
4848         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4849         XEmacs;
4850         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4851         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4852         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4853
4854 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4855
4856         * auth-source.el (auth-sources): Fix up definition so extra parameters
4857         are always inline.
4858
4859 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4860
4861         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4862         wasn't updated after mismatch.  Clear cached mailbox info correctly
4863         when uidvalidity changes.
4864         (nnimap-group-prefixed-name): New function to avoid some code
4865         duplication.
4866         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4867         (nnimap-request-group): Use it.
4868         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4869         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4870         with many imap folders.  This is done by caching the group status from
4871         the imap server persistently in a group parameter `imap-status'.  (This
4872         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4873         but not persistently, so every Gnus startup was still very slow.)
4874
4875 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4876
4877         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4878         delete the extra newline.  Otherwise editing of :string and :number
4879         types don't work.
4880
4881 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4882
4883         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4884         secrets.el dependency.
4885         (auth-sources): Add optional user name.  Add secrets.el configuration
4886         choice (unused right now).
4887
4888 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4889
4890         * gnus-sum.el (gnus-summary-make-menu-bar):
4891         Let `gnus-registry-install-shortcuts' fill in the functions.
4892
4893         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4894         warnings.
4895         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4896         (gnus-registry-install-shortcuts): Populate and use it in a
4897         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4898
4899 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4900
4901         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4902         In-place substitutions for the group name encoding/decoding.
4903         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4904         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4905         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4906         (nnimap-update-unseen, nnimap-request-list)
4907         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4908         (nnimap-request-set-mark, nnimap-split-to-groups)
4909         (nnimap-split-articles, nnimap-request-newgroups)
4910         (nnimap-request-create-group, nnimap-request-accept-article)
4911         (nnimap-request-delete-group, nnimap-request-rename-group)
4912         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4913         `encoded-mbx' for consistency.
4914         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4915         variable `imap-current-mailbox'.
4916
4917         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4918         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4919
4920 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4921
4922         * pop3.el (pop3-display-message-size-flag): Display message size byte
4923         counts during POP3 download.
4924         (pop3-movemail): Use it.
4925         (pop3-list): Implement listing of available messages.
4926
4927 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4928
4929         * nnir.el (nnir-get-article-nov-override-function): New function to
4930         override the normal NOV retrieval.
4931         (nnir-retrieve-headers): Use it.
4932
4933 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4934
4935         * auth-source.el (netrc-machine-user-or-password): Autoload.
4936
4937 2010-03-19  Glenn Morris  <rgm@gnu.org>
4938
4939         Stop message.el from loading about 40 libraries it doesn't always need.
4940         The general approach is to autoload rather than require, and to
4941         require in the specific functions rather than the file.  (Bug#5642)
4942
4943         * gmm-utils.el: Don't require wid-edit.
4944         (widget-create-child-value, widget-convert, widget-default-get):
4945         Autoload.
4946
4947         * gnus-util.el: Don't require time-date, netrc.
4948         (message-fetch-field, gnus-group-name-decode): Declare rather than
4949         autoloading.
4950         (gnus-fetch-field): Require message.
4951         (gnus-decode-newsgroups): Require gnus-group.
4952
4953         * ietf-drums.el: Don't require time-date.
4954
4955         * message.el: Don't require hashcash, canlock, ecomplete.
4956         Do require mail-utils.  Require nnheader only when compiling.
4957         (smtpmail-default-smtp-server): Remove declaration.
4958         (message-send-mail-function): Check smtpmail-default-smtp-server
4959         is bound rather than requiring smtpmail.
4960         (message-auto-save-directory, message-insert-signature):
4961         Use expand-file-name rather than nnheader-concat.
4962         (nnheader-insert-file-contents): Autoload.
4963         (hashcash-wait-async): Declare.
4964         (message-send-mail): Only call gnus-setup-posting-charset if
4965         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4966         (message-send-mail-with-sendmail): Require sendmail.
4967         (canlock-password, canlock-password-for-verify): Declare.
4968         (message-canlock-password): Require canlock.
4969         (nnheader-get-report): Autoload.
4970         (gnus-setup-posting-charset): Declare.
4971         (message-send-news): Require gnus-msg.
4972         (message-make-references, message-make-in-reply-to): Use mail-header-id
4973         rather than the alias mail-header-message-id.
4974         (ecomplete-add-item, ecomplete-save): Declare.
4975         (message-put-addresses-in-ecomplete): Require ecomplete.
4976         (ecomplete-display-matches): Autoload.
4977
4978         * mm-decode.el: Don't require mailcap, gnus-util.
4979         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4980         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4981         Autoload.
4982         (mailcap-mime-extensions): Declare.
4983
4984         * mm-encode.el: Don't require mailcap.
4985         (mailcap-extension-to-mime): Autoload.
4986
4987         * mml-sec.el: Don't require password-cache.
4988
4989         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4990         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4991         (mml-minibuffer-read-type): Require mailcap.
4992         (mml-preview): Require gnus-msg.
4993
4994         * mml1991.el: Require password-cache.
4995         (password-cache-expiry): Remove declaration.
4996
4997         * mml2015.el: Require password-cache.
4998         (password-cache-expiry): Remove declaration.
4999
5000         * nneething.el (mailcap): Require mailcap.
5001
5002         * nnheader.el (declare-function): Add compatibility stub.
5003         (message-remove-header): Declare rather than autoload.
5004         (nnheader-replace-header): Require message.
5005
5006         * nnimap.el (declare-function): Add compatibility stub.
5007         (netrc-parse, netrc-machine-user-or-password): Declare.
5008         (nnimap-open-connection): Require netrc.
5009
5010         * nntp.el (declare-function): Add compatibility stub.
5011         (netrc-parse, netrc-machine, netrc-get): Declare.
5012         (nntp-send-authinfo): Require netrc.
5013
5014         * rfc2047.el: Don't require qp.
5015         (quoted-printable-encode-region, quoted-printable-decode-string):
5016         Autoload.
5017
5018         * sieve-mode.el: Don't require easymenu.
5019         (easy-menu-add-item): Autoload it.
5020
5021         * spam-stat.el (time-to-number-of-days): Autoload it.
5022
5023 2010-03-19  Glenn Morris  <rgm@gnu.org>
5024
5025         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5026
5027 2010-03-18  Glenn Morris  <rgm@gnu.org>
5028
5029         * hashcash.el (declare-function): Remove duplicate definition.
5030
5031 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5032
5033         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5034         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5035         value if any backslash escapes).
5036
5037 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5040         if it is available.  (bug#5647)
5041
5042         * lpath.el: Suppress compiler warning for coding-system-from-name for
5043         Emacs 21 and XEmacs.
5044
5045 2010-03-14  Juri Linkov  <juri@jurta.org>
5046
5047         * hmac-def.el:
5048         * hmac-md5.el:
5049         * netrc.el: Fix keywords.
5050
5051 2010-02-26  Glenn Morris  <rgm@gnu.org>
5052
5053         * message.el (message-send-mail-function): Change the default, so that
5054         it inherits from a customized send-mail-function.  (Bug#5643)
5055
5056 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5057
5058         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5059         shell-command-to-string signals an error (bug#5299).
5060
5061 2010-02-24  Glenn Morris  <rgm@gnu.org>
5062
5063         * message.el (message-smtpmail-send-it)
5064         (message-send-mail-with-mailclient): Doc fixes.
5065
5066 2010-02-16  Glenn Morris  <rgm@gnu.org>
5067
5068         * message.el (message-default-mail-headers): Change the default value
5069         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5070
5071 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5074         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5075
5076 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5077
5078         * time-date.el (date-to-time): Doc fix (Bug#5408).
5079
5080 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5081
5082         * message.el (message-mail): Just pass yank-action on to message-setup.
5083         (message-setup): Handle (FUN . ARGS) form of yank-action.
5084         (message-with-reply-buffer, message-widen-reply)
5085         (message-yank-original): Handle non-buffer values of
5086         message-reply-buffer (Bug#4080).
5087         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5088
5089 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5090
5091         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5092         Fix typo in docstring.
5093
5094 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5095
5096         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5097         response.
5098
5099 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5102
5103         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5104
5105         * message.el (message-check-news-header-syntax): Protect against a
5106         string that `rfc822-addresses' returns when parsing fails.
5107
5108 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5111         (gnus-previous-char-property-change): New functions.
5112
5113         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5114
5115 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5116
5117         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5118         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5119
5120 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5121
5122         * message.el (message-exchange-point-and-mark): Rework last change to
5123         avoid using optional arg of exchange-point-and-mark, for backward
5124         compatibility.
5125
5126 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5127
5128         * message.el (message-exchange-point-and-mark):
5129         Call exchange-point-and-mark with an argument rather than setting
5130         mark-active by hand (Bug#5175).
5131
5132 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * nntp.el (nntp-service-to-port): Work for service expressed with
5135         numeric string; replace [:digit:] with [0-9] for XEmacs.
5136
5137 2009-12-17  Glenn Morris  <rgm@gnu.org>
5138
5139         * gnus-group.el (gnus-bug-group-download-format-alist):
5140         Change emacs entry to debbugs.gnu.org.  Bump :version.
5141
5142 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5145
5146 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5147
5148         * message.el (message-info): Explain why we use `Info-goto-node'.
5149
5150 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5153
5154 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5155
5156         * message.el (message-completion-in-region): New compatibility function.
5157         (message-expand-group): Use it.
5158
5159 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5162         with no unread article should be listed if the 2nd arg `predicate' is
5163         given.
5164
5165 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5168
5169 2009-11-29  Juri Linkov  <juri@jurta.org>
5170
5171         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5172         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5173         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5174
5175 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5176
5177         * sha1.el (sha1-string-external): default-directory "/" in case
5178         otherwise non-existent.  process-connection-type pipe for touch of
5179         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5180
5181 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5182
5183         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5184         it's comms related and sgml-mode.el has "comm" on that basis too.
5185
5186 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5189         containing tspecial characters if they have been already quoted.
5190
5191 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5192
5193         * dns-mode.el (auto-mode-alist): Purecopy string.
5194
5195 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5196
5197         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5198
5199 2009-10-24  Glenn Morris  <rgm@gnu.org>
5200
5201         * gnus-art.el (help-xref-stack-item): Define for compiler.
5202
5203 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5204
5205         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5206
5207 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5210
5211 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5214         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5215
5216 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5219         (gnus-overlays-in): New alias to overlays-in.
5220
5221         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5222         gnus-overlay-get, and gnus-delete-overlay.
5223         (gnus-summary-show-thread): Make it work as well for systems in which
5224         next-single-char-property-change is not available.
5225         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5226
5227         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5228         (gnus-overlay-get): New alias to extent-property.
5229         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5230
5231         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5232         SXEmacs.
5233
5234         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5235         SXEmacs.
5236
5237 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5238
5239         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5240
5241 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5242
5243         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5244         and XEmacs that don't have `remove-overlays'.
5245
5246 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5247
5248         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5249         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5250         selective display.  Use overlays instead.
5251
5252 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5253
5254         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5255
5256 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5257
5258         * spam-stat.el (spam-stat-load): Fix typo in message.
5259
5260 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5261
5262         * dig.el (dig-invoke): Fix typo in docstring.
5263         (query-dig): Reflow docstring.
5264
5265 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5266
5267         * gnus-art.el (gnus-article-encrypt-body):
5268         * message.el (message-check-recipients):
5269         * mm-util.el (mm-codepage-setup):
5270         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5271         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5272
5273 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5274
5275         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5276         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5277         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5278         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5279         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5280
5281 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5282
5283         * dig.el: Add "Keywords: comm", as per net-utils.el.
5284
5285 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5286
5287         * dig.el (dig-mode): Use define-derived-mode.
5288
5289 2009-09-19  Glenn Morris  <rgm@gnu.org>
5290
5291         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5292
5293 2009-09-18  Glenn Morris  <rgm@gnu.org>
5294
5295         * gnus-diary.el (gnus-diary-check-message):
5296         * message.el (message-insert-formatted-citation-line):
5297         * nnbabyl.el (top-level):
5298         * nndiary.el (nndiary-schedule):
5299         Fix typos in condition-case handlers.
5300
5301 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5304         configuration that provides the sole article window in a frame;
5305         position point correctly after deleting a part.
5306
5307 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5308
5309         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5310         (spam-resolve-registrations-routine): Use it to unregister articles
5311         that change status.
5312
5313 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5316         with XEmacs.
5317         (parse-time-string-chars): Use it.
5318
5319 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * imap.el (imap-interactive-login): Better messages.
5322         (imap-open): Fix bug with renamed buffer on reconnect.
5323         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5324         for easier debugging and cleaner code.  On successful (guessed based on
5325         server capabilities) secondary authentication, set imap-state
5326         correctly.
5327         (imap-last-authenticator): Define imap-last-authenticator as a variable
5328         to avoid warnings.
5329
5330 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * nnrss.el (nnrss-request-article): Remove binding of
5333         default-enable-multibyte-characters that has gotten needless by
5334         the 2007-07-13 change in rfc2047-encode-message-header.
5335
5336         * mml.el (mml-insert-multipart): Error on the message header.
5337         (mml-insert-part): Error on the message header; position point at
5338         the end of a MIME tag.
5339
5340 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * time-date.el (autoload): Expand define-obsolete-function-alias into
5343         defalias and make-obsolete for old Emacsen that Gnus supports.
5344         (with-no-warnings): Define it for old Emacsen.
5345         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5346         is available.
5347         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5348         float-time is available; suppress compile warning for time-to-seconds.
5349
5350         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5351         (gnus-float-time): Alias to float-time if it exists.
5352
5353         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5354         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5355         float-time is available; suppress compile warning for time-to-seconds.
5356
5357         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5358         XEmacs.
5359
5360 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5361
5362         * imap.el (imap-message-map): Docstring fix.
5363
5364 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5367         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5368         Add the optional argument `encoding' that overrides the default.
5369
5370         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5371         mm-encode-buffer.
5372
5373 2009-09-04  Glenn Morris  <rgm@gnu.org>
5374
5375         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5376         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5377         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5378         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5379         * mm-util.el (mm-with-unibyte-current-buffer)
5380         (mm-find-buffer-file-coding-system):
5381         * yenc.el (yenc-decode-region): Use default-value rather than
5382         default-enable-multibyte-characters.
5383
5384 2009-09-03  Glenn Morris  <rgm@gnu.org>
5385
5386         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5387         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5388         than default-enable-multibyte-characters.
5389
5390 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5391
5392         * gnus-art.el (gnus-article-read-summary-keys):
5393         Fix gnus-buffer-configuration's value temporarily used.
5394
5395 2009-09-02  Glenn Morris  <rgm@gnu.org>
5396
5397         * gnus-util.el (gnus-float-time): New function.
5398         * gnus-delay.el (gnus-delay-article):
5399         * gnus-sum.el (gnus-thread-latest-date):
5400         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5401         * nnspool.el (nnspool-request-newgroups):
5402         Use gnus-float-time rather than time-to-seconds.
5403         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5404
5405         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5406         (gnus-header-subject-face, gnus-header-newsgroups-face)
5407         (gnus-header-name-face, gnus-header-content-face):
5408         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5409         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5410         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5411         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5412         (gnus-cite-face-11):
5413         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5414         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5415         (gnus-server-closed-face, gnus-server-denied-face)
5416         (gnus-server-offline-face):
5417         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5418         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5419         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5420         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5421         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5422         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5423         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5424         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5425         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5426         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5427         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5428         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5429         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5430         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5431         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5432         (gnus-summary-high-undownloaded-face)
5433         (gnus-summary-low-undownloaded-face)
5434         (gnus-summary-normal-undownloaded-face)
5435         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5436         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5437         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5438         (gnus-splash-face):
5439         * message.el (message-header-to-face, message-header-cc-face)
5440         (message-header-subject-face, message-header-newsgroups-face)
5441         (message-header-other-face, message-header-name-face)
5442         (message-header-xheader-face, message-separator-face)
5443         (message-cited-text-face, message-mml-face):
5444         * sieve-mode.el (sieve-control-commands-face)
5445         (sieve-action-commands-face, sieve-test-commands-face)
5446         (sieve-tagged-arguments-face):
5447         * spam.el (spam-face):
5448         Mark face aliases with "-face" in the name as obsolete.
5449
5450 2009-09-01  Glenn Morris  <rgm@gnu.org>
5451
5452         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5453         than goto-line.
5454
5455 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5458         Don't move point if the command is invoked inside the message header.
5459
5460 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5461
5462         * imap.el (imap-send-command): Simplify.
5463         (imap-wait-for-tag): point-max -> buffer-size.
5464
5465 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5466
5467         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5468         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5469         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5470         * nnir.el (nnir-swish-e-index-file):
5471         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5472         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5473         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5474         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5475         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5476         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5477
5478 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5481         Don't save excursion.
5482
5483 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5484
5485         * nnheader.el (nnheader-find-file-noselect):
5486         * mm-util.el (mm-insert-file-contents):
5487         Use (default-value 'major-mode) instead of default-major-mode.
5488
5489 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5490
5491         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5492
5493 2009-08-26  Glenn Morris  <rgm@gnu.org>
5494
5495         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5496         than placing in files.el.
5497
5498 2009-08-25  Glenn Morris  <rgm@gnu.org>
5499
5500         * nnir.el (top-level): Don't require cl at run-time.
5501         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5502         Replace cl-function substitute with gnus-replace-in-string.
5503         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5504         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5505         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5506         simplified expansions.
5507
5508 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5509
5510         * dig.el (dig): Add autoload cookie.
5511
5512 2009-08-22  Glenn Morris  <rgm@gnu.org>
5513
5514         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5515         goto-line.
5516
5517 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5518
5519         * parse-time.el (parse-time-string-chars): Save match data.
5520
5521 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5522
5523         * parse-time.el (parse-time-string-chars): Compute using character
5524         classes, to handle non-ascii characters (Bug#3190).
5525
5526 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5529
5530         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5531         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5532         (gnus-mm-display-part, gnus-mime-display-single)
5533         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5534         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5535
5536         * gnus-sum.el
5537         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5538         (gnus-summary-move-article): Add expirable mark to articles copied or
5539         moved to group that has auto-expire turned on if the option is non-nil.
5540
5541 2009-07-24  Glenn Morris  <rgm@gnu.org>
5542
5543         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5544         Fix typo.  (Bug#3903)
5545
5546 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5549         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5550         that should not be used for draft articles.
5551         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5552         that has no concern in minor mode keys.
5553         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5554         Abolish.
5555
5556 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5559         article without making inquiry to a user for unknown encoding.
5560
5561         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5562         (nnmaildir--scan): Assume i-node and device number that file-attributes
5563         returns might be cons-cell.
5564
5565         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5566
5567         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5568
5569 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5570
5571         * auth-source.el: Remove docs now in auth.texi.  Don't use
5572         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5573         `auth-source-hide-passwords' and use them.
5574
5575 2009-07-15  Glenn Morris  <rgm@gnu.org>
5576
5577         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5578
5579 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5582         excessive whitespace from the default values of title and description.
5583
5584 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5587         mail-fetch-field to fetch Content-Description header in order to
5588         exclude newlines.
5589
5590 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5591
5592         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5593         format used by GnuPG 2.0.11.
5594
5595 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5598         to deleted part.
5599
5600 2009-05-30  David Engster  <dengste@eml.cc>
5601
5602         * nnmairix.el: Remove old documentation in the commentary block.
5603         (nnmairix-request-group): Do not update active file for nnml back ends.
5604         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5605         end so that overview files are ignored.
5606         (nnmairix-update-groups): Make updating the groups more robust by using
5607         marks.
5608         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5609         with dollar characters in message-id.
5610
5611 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5614         2008-12-25 in dns.el.
5615
5616 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5617
5618         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5619         could happen if the text is only composed of spaces and/or tabs.
5620
5621 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5622
5623         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5624         when sending a queued message to avoid extra mml tags.
5625
5626 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5629
5630 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5633         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5634         rmail-toggle-header for XEmacs;
5635         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5636
5637 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * gnus-dired.el: Remove autoload for gnus-setup-message.
5640         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5641         displaying Gnus logo; always use compose-mail.
5642
5643 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5646
5647 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5650         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5651         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5652         available.
5653         (gnus-nocem-epg-verify): New function.
5654
5655 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5658
5659 2009-02-15  Glenn Morris  <rgm@gnu.org>
5660
5661         * gnus-util.el (rmail-insert-rmail-file-header)
5662         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5663         autoloads.
5664         (rmail-default-rmail-file): Remove unnecessary declaration.
5665         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5666
5667 2009-02-14  Glenn Morris  <rgm@gnu.org>
5668
5669         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5670         variable (only used in gnus-util, which declares it anyway).
5671         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5672         which was only needed by gnus-art (changed to not use it any more).
5673         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5674         only used in gnus-util, which autoloads it itself.
5675         (rmail-update-summary): Fix autoload.
5676
5677         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5678         rather than rmail-output-to-rmail-file.
5679
5680 2009-02-07  Glenn Morris  <rgm@gnu.org>
5681
5682         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5683         autoload of function that no longer exists.
5684         (rmail-toggle-header): Declare.
5685         (message-forward-rmail-make-body): Handle mbox Rmail.
5686
5687 2009-01-31  Glenn Morris  <rgm@gnu.org>
5688
5689         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5690         2009-01-09 change.
5691
5692 2009-01-31  Dave Love  <fx@gnu.org>
5693
5694         * imap.el (imap-fetch-safe): Bind debug-on-error.
5695         (imap-debug): Add imap-fetch-safe.
5696
5697 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5698
5699         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5700         (auth-source-forget-all-cached): New convenience function.
5701         (auth-source-user-or-password): Accept list of modes or a single mode.
5702
5703         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5704         auth-source modes.
5705
5706         * netrc.el (netrc-machine-user-or-password): Use list of
5707         auth-source modes.
5708
5709         * nnimap.el (nnimap-open-connection): Use list of
5710         auth-source modes.
5711
5712         * nntp.el (nntp-send-authinfo): Use list of
5713         auth-source modes.
5714
5715 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5716
5717         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5718         now.
5719
5720 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5723         coding system in XEmacs; add a workaround for XEmacs.
5724
5725         * lpath.el: Fbind coding-system-aliasee.
5726
5727 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5730         of current-language-environment.
5731
5732 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5735         available at runtime.
5736
5737 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5740
5741 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5742
5743         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5744         the greatest positive fixnum value doesn't work under an XEmacs with
5745         bignum support; use the most-positive-fixnum constant instead,
5746         available since Emacs 21.1 with cl and XEmacs 21.1.
5747
5748 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5751         XEmacs gets not to work.
5752
5753 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * mm-util.el (mm-coding-system-priorities): Allow the value like
5756         "Japanese (UTF-8)" of current-language-environment.
5757
5758 2009-01-09  Glenn Morris  <rgm@gnu.org>
5759
5760         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5761         with last-command-event.
5762
5763 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5766         in the doc string.
5767
5768         * message.el (message-fix-before-sending): Amend comment.
5769
5770 2009-01-08  Dave Love  <fx@gnu.org>
5771
5772         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5773
5774 2009-01-07  David Engster  <dengste@eml.cc>
5775
5776         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5777         simplified server definitions by converting it via
5778         gnus-server-to-method.
5779
5780 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5783         parameter's operands.
5784
5785 2009-01-06  David Engster  <dengste@eml.cc>
5786
5787         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5788         primary select method (for gnus-group-mark-article-as-read).
5789
5790 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5791
5792         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5793         `(gnus)Face', not `(gnus)X-Face'.
5794
5795 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * mm-util.el (mm-ucs-to-char): New function.
5798
5799         * mm-url.el (mm-url-decode-entities): Use it.
5800
5801         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5802         unicode-to-char.
5803
5804 2009-01-05  Dave Love  <fx@gnu.org>
5805
5806         * time-date.el: Require cl for `declare'.
5807
5808 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5811         Dave Love.
5812
5813 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * message.el (message-fix-before-sending): Add `eight-bit' to
5816         illegible-text check.
5817
5818 2009-01-03  Michael Olson  <mwolson@gnu.org>
5819
5820         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5821         `headers' is nil.  This can occur if the IMAP server does not have
5822         permissions to read messages from a folder, but can write new messages
5823         to the folder.
5824         (nnimap-request-article-part): Do not insert `data' if it is nil.
5825
5826         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5827         characters which will confuse `read', so skip past them.
5828
5829 2009-01-01  Dave Love  <fx@gnu.org>
5830
5831         * imap.el (imap-string-to-integer): Fix typo.
5832         (imap-fetch-safe): New function.
5833         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5834
5835         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5836
5837         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5838         (imap-parse-greeting): Fix doc strings.
5839         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5840         (imap-parse-flag-list): Make messages unique.
5841         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5842
5843         * nnimap.el: Fix author email.
5844         (nnimap-split-rule): Add FIXME comment.
5845         (nnimap-debug): Fix doc string.
5846
5847 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5850
5851 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5852
5853         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5854         nslookup if resolv.conf isn't available.
5855         (dns-query): Rename from query-dns.
5856         (dns-query-cached): Rename from query-dns-cached.
5857
5858 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5861         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5862         to check if those variables exist (first appeared in Emacs 18.50).
5863
5864 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * mm-util.el (mm-line-number-at-pos): New function.
5867
5868         * spam-report.el (spam-report-process-queue): Use it.
5869
5870 2008-12-24  David Engster  <dengste@eml.cc>
5871
5872         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5873         parameters that haven't existed as variables as buffer-local variables.
5874
5875 2008-12-23  Dave Love  <fx@gnu.org>
5876
5877         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5878         cadar.
5879
5880         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5881         imap-starttls-p.
5882         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5883
5884 2008-12-22  Dave Love  <fx@gnu.org>
5885
5886         * imap.el: Fix author email.  Doc fixes.
5887         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5888         reply.
5889
5890 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * spam-report.el (spam-report-gmane-max-requests): New constant.
5893         (spam-report-gmane-wait): New variable.
5894         (spam-report-gmane-ham, spam-report-gmane-spam)
5895         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5896         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5897         the server.
5898
5899         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5900         Add explanations.
5901
5902         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5903         nnheader-accept-process-output and nnheader-read-timeout if available.
5904         (pop3-movemail): Use it.
5905
5906         * message.el (message-check-news-body-syntax): Fix signature check if
5907         there's an attachment.
5908
5909 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * mm-util.el: Add comments to the mm- emulating functions.
5912
5913 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5916         Reported by Stephen Berman <stephen.berman@gmx.net>.
5917
5918 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * mm-util.el (mm-substring-no-properties): New function.
5921         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5922         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5923         (mm-string-to-multibyte): Doc fix.
5924
5925         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5926
5927 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * mml.el (mml-attach-file): Strip text properties from file name.
5930         (Bug#1574)
5931
5932 2008-12-16  Glenn Morris  <rgm@gnu.org>
5933
5934         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5935
5936 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5939         knows since the charset specified might be a bogus alias that
5940         mm-charset-synonym-alist provides.
5941
5942 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5943
5944         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5945         "ISO_8859-1".
5946
5947         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5948
5949 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * mm-util.el (mm-charset-eval-alist):
5952         Define it before mm-charset-to-coding-system.
5953         (mm-charset-to-coding-system): Add optional argument `silent';
5954         define it before mm-charset-override-alist.
5955         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5956         default value if it can be used in Emacs currently running;
5957         silence mm-charset-to-coding-system.
5958
5959 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5962         `allow-override' which says whether to use `mm-charset-override-alist'.
5963         (rfc2047-decode-encoded-words): Use it.
5964
5965         * mm-util.el (mm-charset-override-alist): Fix custom type;
5966         add `(gb2312 . gbk)' to choices.
5967
5968 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5971         fast.
5972
5973         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5974
5975         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5976
5977 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5978
5979         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5980         on links.
5981
5982         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5983
5984 2008-12-03  Lute Kamstra  <lute@gnu.org>
5985
5986         * sha1.el: Remove leading * from docstrings of defcustoms,
5987         deffaces, defconsts and defuns.
5988
5989 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5992         users' addresses that don't have domain parts.
5993         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5994         rather than message-narrow-to-head since there will be the message
5995         header separator.
5996
5997 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5998
5999         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6000         since the result is inserted in a unibyte buffer anyway.
6001         (nnimap-demule-use-string-to-multibyte): Remove.
6002         (nnimap-demule): Alias it to mm-string-to-multibyte.
6003
6004 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6007         variable for debugging bug#464 and bug#1174.
6008         (nnimap-demule): Use it.
6009
6010 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6013         score calculation correctly.
6014
6015 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6016
6017         * message.el (message-send-mail): Just set the buffer to unibyte
6018         rather than use mm-with-unibyte-current-buffer which does a lot more.
6019         (message-send-mail-partially): Don't bother with
6020         mm-with-unibyte-current-buffer since it's already been made unibyte by
6021         message-send-mail.
6022
6023 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6026
6027 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6030
6031 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6034         require itself and to remove `with-no-warnings'.
6035
6036 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * starttls.el (starttls-any-program-available): Get the name of the
6039         available TLS layer program.
6040         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6041         well as the host name in the "opening" message.
6042
6043         * auth-source.el (auth-source-cache, auth-source-do-cache)
6044         (auth-source-user-or-password): Cache passwords and logins by default,
6045         allow override with `auth-source-do-cache'.
6046         (auth-source-forget-user-or-password): Allow users to remove cache
6047         entries if needed.
6048
6049 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6050
6051         * md4.el (md4-buffer): Fix typo in docstring.
6052         (md4, md4-64): Doc fixes.
6053         (md4-pack-int32): Reflow docstring.
6054
6055 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6058         condition-case to only the forward-sexp call.
6059
6060 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6063         quotes contained.  Make it more robust regardless by an extra
6064         condition-case wrapper.
6065
6066 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6069
6070 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * nnml.el (nnml-request-expire-articles): Check if the function set to
6073         `nnmail-expiry-target' returns the symbol `delete'.
6074
6075         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6076
6077         * nnmail.el (nnmail-expiry-target): Fix custom type.
6078
6079 2008-10-02  Glenn Morris  <rgm@gnu.org>
6080
6081         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6082         Silence compiler warning.
6083
6084 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6085
6086         * tls.el (open-tls-stream): Show the actual command being
6087         executed, instead of the format string.
6088
6089 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * lpath.el: Fbind codepage-setup for Emacs 23.
6092
6093 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6094
6095         * mml.el (mml-menu): Don't assume mml2015 is bound.
6096
6097 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6100         exists.
6101
6102 2008-09-27  Glenn Morris  <rgm@gnu.org>
6103
6104         * gnus-util.el (mail-header-remove-comments): Autoload it.
6105
6106 2008-09-27  Andreas Schwab  <schwab@suse.de>
6107
6108         * gnus-util.el (gnus-split-references): Strip comments.
6109         (gnus-parent-id): Likewise.
6110
6111 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * message.el (message-confirm-send): Fix version.
6114
6115 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * message.el (message-idna-to-ascii-rhs-1): Use
6118         mail-extract-address-components rather than mail-header-parse-addresses
6119         that is an alias by default to ietf-drums-parse-addresses that does not
6120         support non-ASCII names in headers' contents.
6121
6122 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * message.el (message-confirm-send): Fix variable documentation to
6125         avoid the "y/n" wording.
6126
6127 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6128
6129         * message.el (message-set-auto-save-file-name): Save to a different
6130         filename so multiple messages (especially drafts) can be recovered.
6131
6132 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6133
6134         * message.el (message-confirm-send): Add appropriate version.
6135
6136 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6137
6138         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6139         defvar.
6140
6141 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6142
6143         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6144         (mm-pkcs7-enveloped-magic): Ditto.
6145
6146 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6147
6148         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6149         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6150
6151 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6152
6153         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6154         default, it's better.
6155
6156 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6159         summary line gnus-number property and ignore them (with a warning
6160         message).
6161
6162 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6165         macro caddr in the interactive form since it won't be expanded.
6166
6167 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6170         `charset'; fix name of function called recursively.
6171         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6172
6173 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6176         (gnus-mime-set-charset-parameters): New function.
6177         (gnus-mime-view-part-as-charset): Use it to correctly display part
6178         specifying wrong charset.
6179
6180 2008-09-08  David Engster  <dengste@eml.cc>
6181
6182         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6183         in completing-read for back end server.
6184
6185 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * message.el (message-confirm-send): New variable to confirm sending a
6188         message.
6189         (message-send): Use it.
6190
6191 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6194
6195 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6198
6199 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6200
6201         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6202         prevent tracking too many groups.
6203         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6204         Use it.
6205
6206 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6207
6208         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6209         moving point to the bottom of the window in order to avoid recentering.
6210
6211 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6214
6215         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6216         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6217         (gnus-article-beginning-of-window): Fix calculation.
6218
6219 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-msg.el (gnus-summary-supersede-article)
6222         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6223         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6224         message header.
6225
6226 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6227
6228         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6229         pending output coming after the status change.
6230
6231 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6232
6233         * message.el:
6234         * gnus-start.el:
6235         * gnus-registry.el: Remove VMS support.
6236
6237 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6240         macro.
6241         (rfc2104-hash): Use it.
6242
6243 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6246         (gnus-summary-sort-by-most-recent-date): New commands.
6247         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6248         and menu entries.
6249
6250 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6253         don't redisplay article for raw contents; remove plural articles stuff.
6254
6255         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6256         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6257         on gnus-summary-save-article; display results properly.
6258
6259 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * lpath.el: No need to fbind ns-focus-frame.
6262
6263 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6266
6267 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-art.el (gnus-summary-save-in-pipe):
6270         Consider gnus-save-all-headers.
6271
6272 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6273
6274         * gnus-util.el (ns-focus-frame): Remove declaration.
6275         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6276         like x.
6277
6278 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6279
6280         * rfc2104.el (rfc2104-zero): Delete defconst.
6281         (rfc2104-hex-alist): Likewise.
6282         (rfc2104-hex-to-int): Delete func.
6283         (rfc2104-hexstring-to-bitstring): Likewise.
6284         (rfc2104-nybbles): New defconst.
6285         (rfc2104-hash): Rewrite for speed.
6286
6287 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * tls.el (open-tls-stream): Make it work with the 2nd argument
6290         BUFFER that is a string but does not exist as a buffer object, as
6291         mentioned in the doc-string.
6292
6293 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6296         SXEmacs.
6297
6298 2008-07-16  Glenn Morris  <rgm@gnu.org>
6299
6300         * gnus-util.el (ns-focus-frame): Declare for compiler.
6301
6302 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6305         set as a group parameter.
6306         (gnus-summary-save-in-pipe): Work when it is called independently.
6307         (gnus-summary-pipe-to-muttprint): Don't modify
6308         gnus-summary-pipe-output-default-command.
6309
6310 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6311
6312         * message.el (message-send-mail-with-sendmail):
6313         Display the error message.
6314
6315 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-art.el (gnus-default-article-saver):
6318         Add gnus-summary-save-in-pipe to choices.
6319         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6320         gnus-summary-pipe-output-default-command as the default command.
6321         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6322         instead of gnus-last-shell-command.
6323
6324         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6325         New user option.
6326         (gnus-summary-muttprint-program): Mention the value will be changed.
6327         (gnus-summary-save-article): Force showing of all headers.
6328         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6329
6330 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6331
6332         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6333
6334 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6335
6336         * nnimap.el (nnimap-id):
6337         * sieve-manage.el (sieve-manage-open): Doc fixes.
6338
6339 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6340
6341         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6342         if available.
6343
6344 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6345
6346         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6347
6348         * nnkiboze.el (nnkiboze-generate-group):
6349         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6350
6351         * nnmairix.el: Require CL.
6352
6353 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * dgnushack.el: Autoload get-display-table and put-display-table for
6356         XEmacs 21.5.
6357
6358         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6359         21.4 and SXEmacs.
6360
6361 2008-06-15  David Engster  <dengste@eml.cc>
6362
6363         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6364
6365 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6366
6367         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6368         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6369         runtime choice under XEmacs.
6370
6371         * gnus-sum.el (gnus-summary-set-display-table):
6372         Use `gnus-put-display-table', `gnus-get-display-table',
6373         `gnus-set-display-table' for the display table, instead of `aset'.
6374
6375         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6376         Use `gnus-put-display-table', `gnus-get-display-table',
6377         `gnus-set-display-table' for the display table.
6378
6379 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * nnmairix.el: Add autoloads.
6382
6383 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * nnmairix.el (nnmairix-delete-recreate-group)
6386         (nnmairix-update-and-clear-marks): Fix error messages.
6387
6388 2008-06-14  David Engster  <dengste@eml.cc>
6389
6390         * nnmairix.el: Upgrade to version 0.6.
6391         (nnmairix-group-toggle-propmarks-this-group)
6392         (nnmairix-group-toggle-readmarks-this-group)
6393         (nnmairix-group-delete-recreate-this-group)
6394         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6395         (nnmairix-remove-tick-mark-original-article): New commands.
6396         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6397         (nnmairix-propagate-marks-to-nnmairix-groups)
6398         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6399         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6400         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6401         functions needed for marks propagation and manipulation of read marks.
6402         (nnmairix-update-groups): New function.
6403         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6404         (nnmairix-determine-original-group-from-registry)
6405         (nnmairix-determine-original-group-from-path)
6406         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6407         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6408         New helper functions.
6409         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6410         keystrokes for new commands.
6411         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6412         (nnmairix-request-group): Check allow-fast group parameter.
6413         (nnmairix-request-create-group): Set allow-fast group parameter if
6414         nnmairix-allowfast-default is set.
6415         (nnmairix-close-group): Propagate marks upon closing if needed.
6416         (nnmairix-group-toggle-threads-this-group): Use new.
6417         nnmairix-group-toggle-parameter helper function.
6418         (nnmairix-search): Better check for empty search result.
6419         (nnmairix-goto-original-article): Use new helper functions for
6420         determining original article.
6421         (nnmairix-show-original-article): Make sure message-id is in brackets.
6422         (nnmairix-call-mairix-binary): Change variable name.
6423         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6424         helper function.
6425         (nnmairix-widget-toggle-activate): Fix doc string.
6426
6427 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * nnir.el: Require edmacro when compiling with XEmacs.
6430         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6431         available in Emacs 21.
6432
6433 2008-06-11  Glenn Morris  <rgm@gnu.org>
6434
6435         * gnus-util.el (x-focus-frame):
6436         * gnus.el (image-size):
6437         * mm-decode.el (image-size): Declare.
6438
6439         * gnus-picon.el (declare-function): Add compat definition.
6440         (image-size): Declare.
6441
6442         * gnus-group.el (tool-bar-map):
6443         * gnus-sum.el (tool-bar-map): Define for compiler.
6444
6445         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6446
6447         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6448
6449         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6450         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6451         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6452         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6453         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6454         * sieve-manage.el, spam-report.el, spam.el:
6455         Remove unnecessary eval-and-compile of autoloads.
6456
6457 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6458
6459         * auth-source.el: Precise Tramp doc.
6460
6461 2008-06-07  Glenn Morris  <rgm@gnu.org>
6462
6463         * nnmairix.el: Remove unnecessary eval-when-compile.
6464
6465 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * lpath.el: Fbind propertize for XEmacs 21.4.
6468
6469 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * nnir.el: Move here from ../contrib.
6472
6473 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6474
6475         * gnus-util.el (gnus-read-shell-command): New function.
6476         * mm-decode.el (mm-pipe-part):
6477         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6478
6479 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6482
6483 2008-06-03  Glenn Morris  <rgm@gnu.org>
6484
6485         * pop3.el (nnheader-accept-process-output): Autoload it.
6486
6487 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6490         are not 2-digit hexadecimal characters that follow `%'s.
6491
6492 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * message.el (message-bogus-recipient-p): Fix type in doc string.
6495         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6496         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6497         Improve custom options.
6498         (message-bogus-recipient-p): Adjust accordingly.
6499
6500 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6501
6502         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6503         long-form month and day names.
6504
6505 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * dgnushack.el: Autoload debug, eudc-expand-inline and
6508         pgg-snarf-keys-region for XEmacs.
6509
6510         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6511
6512         * nnmairix.el: Require edmacro when compiling with XEmacs.
6513
6514 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6517         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6518
6519 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6520
6521         * auth-source.el: Add more docs.
6522
6523         * netrc.el (netrc-machine): Always match if the port is not given.
6524
6525 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6528         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6529         retrieval faster in some cases, but might make CPU usage larger.
6530         If this has any bad side effects, we might revert this change.
6531
6532         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6533         seems to make mail retrieval much, much faster.
6534         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6535         unconditionally.
6536
6537         * gnus-draft.el (gnus-group-send-queue):
6538         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6539
6540 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6541
6542         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6543
6544         * message.el (message-bogus-address-regexp): Fix and improve custom
6545         type.
6546         (message-setup-hook): Add message-check-recipients as custom option.
6547
6548 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * message.el (message-cite-function): Remove bogus autoload which crept
6551         in during merge from v5-10.
6552
6553 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6554
6555         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6556
6557         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6558
6559         * auth-source.el: Preliminary Tramp docs.
6560         (auth-sources): Change the default auth-sources to use
6561         EPA .gpg files.
6562
6563 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6564
6565         * nntp.el: Autoload `auth-source-user-or-password'.
6566         (nntp-send-authinfo): Use it.
6567
6568         * nnimap.el: Autoload `auth-source-user-or-password'.
6569         (nnimap-open-connection): Use it.
6570
6571         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6572         for the gnus-message function.
6573         (auth-source-user-or-password): Use it.
6574
6575 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6576
6577         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6578         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6579         (rfc2104-hash): Use it.
6580
6581 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6582
6583         * gnus-art.el (gnus-article-toggle-truncate-lines):
6584         Don't use `iff' in docstring.
6585
6586 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6587
6588         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6589
6590         * gnus-util.el (gnus-extract-address-component-name)
6591         (gnus-extract-address-component-email): Convenience functions around
6592         `gnus-extract-address-components'.
6593
6594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6595         Use `gnus-extract-address-component-email' to fix bug of comparing full
6596         sender name to `user-mail-address'.
6597
6598 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6601         catch/throw to optimize.
6602         (gnus-registry-find-keywords): Just use member to find a keyword.
6603
6604 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6605
6606         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6607         is current before calling gnus-server-prepare.
6608         (gnus-server-setup-buffer, gnus-server-update-server)
6609         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6610
6611 2008-05-04  Juri Linkov  <juri@jurta.org>
6612
6613         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6614         (mailcap-file-default-commands): Use mailcap-replace-in-string
6615         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6616         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6617
6618 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6619
6620         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6621
6622 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6623
6624         * gnus.el: Bump version to 0.11.
6625
6626 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6627
6628         * gnus.el: No Gnus v0.10 is released.
6629
6630 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6631
6632         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6633         hooks.
6634         (gnus-update-read-articles): Speed up non-marks-using users.
6635         (gnus-use-marks): Define gnus-use-marks.
6636         (gnus-propagate-marks): Rename variable to something more sensible.
6637
6638 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6639
6640         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6641         (gmm-image-load-path-for-library): Fix typos in docstrings.
6642         (gmm-message): Reflow docstring.
6643
6644 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * mail-source.el (mail-source-set-1, mail-source-bind):
6647         Move auth-source code out of the macro to clean it up and fix bugs.
6648
6649 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6652         by sender if it's equal to user-mail-address, it's likely to be
6653         useless.
6654
6655         * mail-source.el (mail-source-bind): Don't use user or password if they
6656         are not bound.  Unintern them if they are nil.  Don't use server unless
6657         it's bound, and default it to empty string otherwise.
6658
6659 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * mail-source.el: Load auth-source.el.
6662         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6663         get user name or password, if auth-sources is set up.
6664
6665         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6666         strategy of splitting with parent.
6667         (gnus-registry-split-fancy-with-parent)
6668         (gnus-registry-post-process-groups): Use it and fix prior
6669         bug (returning a list as the split result).
6670
6671         * auth-source.el (auth-sources): Remove server parameter.
6672         (auth-source-pick, auth-source-user-or-password)
6673         (auth-source-user-or-password-imap)
6674         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6675         (auth-source-user-or-password-sftp)
6676         (auth-source-user-or-password-smtp): Remove server parameter.
6677
6678 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6679
6680         * smime.el (smime-sign-region, smime-encrypt-region)
6681         (smime-decrypt-region):
6682         Remove redundant calls to `generate-new-buffer-name'.
6683
6684 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6685
6686         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6687         Don't use QP for message/rfc822.
6688         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6689
6690 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6691
6692         * sieve-manage.el (sieve-string-bytes): Remove.
6693         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6694         correct byte-length only if the process's coding-system is the same as
6695         the one used internally by Emacs to represent strings.
6696
6697 2008-04-22  Juri Linkov  <juri@jurta.org>
6698
6699         * mailcap.el (mailcap-file-default-commands): New function.
6700
6701 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * message.el (message-signature-separator, message-cite-function):
6704         Change custom version.
6705
6706 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6707
6708         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6709         commands.
6710         (tls-checktrust): Ditto.
6711
6712 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * mm-decode.el (mm-display-external): Make temp file read-only.
6715
6716 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6719         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6720         `C-c C-f d'.
6721
6722 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6723
6724         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6725
6726 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6727
6728         * gnus.el: Bump version to 0.9.
6729
6730 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * gnus.el: No Gnus v0.8 is released.
6733
6734 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6735
6736         * mail-source.el (mail-source-value):
6737         Prefer fboundp to functionp so it works with macros as well.
6738
6739 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6740
6741         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6742         Fix last change in case the element is not even a symbol.
6743
6744 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6745
6746         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6747         Prefer fboundp to functionp so it works with macros as well.
6748
6749 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * auth-source.el: Add docs.
6752         (auth-sources): Modify format to support server.
6753         (auth-source-pick, auth-source-user-or-password)
6754         (auth-source-user-or-password-imap)
6755         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6756         (auth-source-user-or-password-sftp)
6757         (auth-source-user-or-password-smtp): Add server parameter.
6758
6759 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6760
6761         * gnus-registry.el: Initialize the registry when gnus-registry-install
6762         is t.
6763
6764 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * compface.el (uncompface): Make buffer unibyte.
6767
6768 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6769
6770         * mail-source.el (mail-source-value):
6771         Prefer fboundp to functionp so it works with macros as well.
6772
6773 2008-04-05  Glenn Morris  <rgm@gnu.org>
6774
6775         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6776
6777 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6778
6779         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6780         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6781
6782         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6783         multibyteness after rather than before erasing it.
6784
6785         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6786         mm-with-multibyte.
6787         (gnus-request-article-this-buffer): Make sure the proper decoding is
6788         used if gnus-original-article-buffer happens to be unibyte.
6789
6790         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6791         default-enable-multibyte-characters.
6792
6793         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6794         default-enable-multibyte-characters.
6795
6796         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6797
6798         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6799
6800 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6801
6802         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6803         Fix last change in case the element is not even a symbol.
6804
6805 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6806
6807         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6808         (imap-message-copyuid-1): Use it.
6809         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6810         J. Williams in
6811         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6812
6813         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6814         imap-enable-exchange-bug-workaround.
6815         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6816
6817 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6818
6819         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6820         a 100 byte status-checks into a 2-3MB transfer for each group.
6821         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6822         to enable bug workaround or not.
6823         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6824
6825 2008-03-31  Glenn Morris  <rgm@gnu.org>
6826
6827         * message.el (mml2015-use): Declare for compiler.
6828         (message-info): Require mml2015 when appropriate.
6829
6830 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6833         whitespace.
6834
6835 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6836
6837         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6838         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6839         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6840         (nntp-service-to-port): New function.
6841         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6842         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6843         (nntp-open-netcat-stream): New function.
6844         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6845
6846 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6847
6848         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6849
6850 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6851
6852         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6853
6854 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6855
6856         * dns.el (dns-write): Use set-buffer-multibyte.
6857
6858 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6859
6860         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6861
6862 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * message.el (message-signature-separator): Change default.
6865         Improve custom type.
6866         (message-cite-function): Change default to
6867         message-cite-original-without-signature.
6868
6869         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6870         toggle.
6871
6872         * message.el (message-check-news-body-syntax): Fix signature check.
6873         (message-setup-1): Mark buffer as unmodified _after_ running
6874         message-setup-hook and handling message-alternative-emails.
6875         (message-shorten-references): Be more strict when building list of
6876         valid references to comply with GNKSA.
6877
6878         * gnus-group.el (gnus-read-ephemeral-bug-group)
6879         (gnus-read-ephemeral-debian-bug-group)
6880         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6881
6882         * message.el (message-info): Don't use booleanp which isn't supported
6883         in Emacs 21 and XEmacs.
6884
6885 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6888         gnus-group-gmane-group-download-format.
6889         (gnus-group-read-ephemeral-gmane-group): Rename from
6890         gnus-group-read-ephemeral-gmane-group.
6891         (gnus-read-ephemeral-gmane-group-url): Rename from
6892         gnus-group-read-ephemeral-gmane-group-url.
6893         (gnus-bug-group-download-format-alist): New variable.
6894         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6895         (gnus-read-ephemeral-emacs-bug-group): New commands.
6896
6897 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6900         (gnus-visible-headers): Improve custom type.
6901
6902 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * mml.el (mml-menu): Add workarounds for XEmacs.
6905
6906         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6907         X-Boundary header.
6908
6909         * message.el (message-simplify-recipients): Fix previous commit.
6910
6911 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6912
6913         * mm-util.el (mm-set-buffer-multibyte): New function.
6914         * mm-decode.el (mm-copy-to-buffer): Use it.
6915
6916         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6917         Prefer fboundp to functionp so it works with macros as well.
6918
6919 2008-03-19  Glenn Morris  <rgm@gnu.org>
6920
6921         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6922         Accidentally removed in the sync process with Emacs.
6923
6924 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6925
6926         * message.el (message-alter-recipients-discard-bogus-full-name):
6927         New function.
6928         (message-alter-recipients-function): New variable.
6929         (message-get-reply-headers): Use it.
6930         (message-replace-header): New helper function.
6931         (message-recipients-without-full-name): New variable.
6932         (message-simplify-recipients): New command.
6933
6934         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6935
6936         * message.el (message-info): Handle EasyPG manual.
6937
6938         * mml.el (mml-menu): Add entry for EasyPG.
6939
6940 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6941
6942         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6943         parameter.
6944
6945         * message.el (message-disassociate-draft): Specify drafts group name
6946         fully.
6947
6948 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6949
6950         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6951         Eliminate unnecessary duplicates from the match list.
6952
6953 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6956
6957         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6958
6959         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6960         args of `how-many' of which the XEmacs version doesn't take; declare
6961         Info-index-next as function.
6962
6963 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * gnus-score.el (gnus-score-headers): Fix handling of
6966         gnus-inhibit-slow-scoring.
6967
6968         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6969         string.
6970         (gnus-button-url-regexp): Improve handling of parenthesis.
6971         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6972         (gnus-button-handle-info-keystrokes): Handle index entries.
6973
6974 2008-03-15  Glenn Morris  <rgm@gnu.org>
6975
6976         * parse-time.el (parse-time-string): Simplify.
6977
6978 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6981         Incoming* files.
6982
6983 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6984
6985         * auth-source.el (auth-sources): Rename from auth-source-choices.
6986         (auth-source-pick): Use it.
6987
6988 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6989
6990         * binhex.el (binhex-decode-region-internal):
6991         * uudecode.el (uudecode-decode-region-internal):
6992         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6993         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6994         setting default-enable-multibyte-characters.
6995
6996 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * auth-source.el (auth-source-protocols)
6999         (auth-source-protocols-customize, auth-source-choices): Add and
7000         modified variable customizations and defaults.
7001         (auth-source-pick, auth-source-user-or-password)
7002         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7003         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7004         (auth-source-user-or-password-sftp)
7005         (auth-source-user-or-password-smtp): Use new variables and provide an
7006         interface to netrc.el.
7007
7008 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7011         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7012         Make sure the nntp port to specify is a string.
7013
7014 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7015
7016         * nntp.el: Use with-current-buffer.
7017         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7018         dubious mm-with-unibyte-current-buffer.
7019         (nntp-with-open-group-function): New function extracted from
7020         nntp-with-open-group macro.
7021         (nntp-with-open-group): Use the function, so it's easier to debug.
7022         Add indentation and debugging info.
7023         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7024         Recommend the use of the netcat alternatives.
7025
7026         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7027         Avoid mm-string-as-multibyte as well.
7028
7029         * nnweb.el (nnweb-insert-html):
7030         Remove use of nnheader-string-as-multibyte.
7031
7032         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7033         (nnheader-string-as-multibyte): Remove.
7034
7035         * mm-view.el: Use inhibit-read-only.
7036         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7037         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7038         or unibyte-string.
7039
7040         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7041         (mm-uu-yenc-extract): Use with-current-buffer.
7042
7043         * gnus-soup.el (gnus-soup-send-packet): Don't use
7044         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7045
7046         * nnmh.el: Use with-current-buffer.
7047         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7048         mm-string-as-multibyte on the output of mm-encode-coding-string.
7049
7050         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7051         (nnimap-request-move-article): Use with-current-buffer.
7052
7053         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7054         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7055         conversion uses string-make-unibyte rather than string-as-unibyte.
7056
7057         * gnus-msg.el: Use with-current-buffer.
7058
7059         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7060
7061 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7062
7063         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7064         string for caching if it is 'PIN.
7065
7066 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * lpath.el: Consider the case without Emacs/W3.
7069
7070 2008-03-08  Glenn Morris  <rgm@gnu.org>
7071
7072         * time-date.el (date-to-time, time-subtract, time-add)
7073         (safe-date-to-time): Doc fixes.
7074
7075 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * mail-source.el (mail-source-delete-old-incoming-confirm):
7078         Change default to nil.
7079         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7080
7081 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * lpath.el: Rearrange.
7084
7085         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7086         (gnus-article-goto-prev-page): Work for articles having ^L's.
7087
7088         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7089
7090         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7091
7092 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7093
7094         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7095         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7096         (gnus-bookmark-jump): Adjust some variable names.
7097
7098 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * auth-source.el: New package.
7101         (auth-source-choices): Add customization entry point variable.
7102
7103         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7104         bug.
7105
7106 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7107
7108         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7109         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7110         (gnus-registry-install-shortcuts): Rename from
7111         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7112         the `gnus-registry-mark-map' keymap dynamically from
7113         `gnus-registry-marks'.  The generated functions update the summary line
7114         when a registry mark is added or deleted, and will call
7115         `gnus-registry-install-p' (see the comments in the code).
7116         (gnus-registry-user-format-function-M): Use concat intelligently.
7117
7118         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7119         the registry mark functions.
7120
7121 2008-03-05  Glenn Morris  <rgm@gnu.org>
7122
7123         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7124         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7125         gnus-art.
7126         (top-level): No need to load own source when compiling.
7127
7128 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7131         Suggested by <chris.anderton@zetnet.co.uk>.
7132
7133 2008-03-04  Glenn Morris  <rgm@gnu.org>
7134
7135         * gnus-sum.el (top-level): No need to require gnus when compiling,
7136         since unconditionally required near start of file.
7137         (gnus-summary-display-while-building): Move definition before use.
7138
7139 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * gnus-registry.el (gnus-registry-user-format-function-M):
7142         Add formatting function.
7143
7144 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7145
7146         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7147         with plists.
7148         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7149         Use new format.
7150
7151 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7154         `where-is-internal' that returns a range of key sequences.
7155
7156 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7157
7158         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7159
7160         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7161         (gnus-summary-jump-to-group): Consider windows on other displayed
7162         frames as well.  Similar changes might be needed elsewhere, but that's
7163         the one I've bumped into during my use.
7164
7165         * nndoc.el (nndoc-oe-dbx-type-p):
7166         * gnus-msg.el (gnus-debug):
7167         * gnus-group.el (gnus-update-group-mark-positions):
7168         Use mm-string-to-multibyte.
7169
7170 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7173         doesn't handle NotDashEscaped.
7174
7175         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7176         (mml-dnd-attach-options): Fix typo in custom choice.
7177
7178         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7179         Change nndoc-article-type to mbox.
7180         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7181
7182         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7183         to nil, instead of html2text.
7184
7185         * imap.el (imap-debug): Add `imap-ping-server'.
7186
7187         * gnus-bookmark.el: Add FIXMEs.
7188
7189         * message.el (message-form-letter-separator)
7190         (message-send-form-letter-delay): New variables.
7191         (message-send-form-letter): Use them.  New command to send form
7192         letters.  Requested by Uwe Siart.
7193         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7194
7195 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * Update copyright years.
7198
7199 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         Sync from EMACS_22_BASE.
7202
7203         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7204
7205 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7206
7207         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7208         empty author.
7209
7210 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7211
7212         * gnus-registry.el (gnus-registry-marks): Add variable for
7213         customization of marks and their appearance.
7214         (gnus-registry-read-mark): Use it.
7215         (gnus-registry-do-marks): Add utility function to loop through
7216         `gnus-registry-marks'.
7217         (gnus-registry-install-shortcuts-and-menus): Add function to install
7218         shortcuts and menus.
7219         (gnus-registry-initialize): Use it.
7220         (gnus-registry-default-mark): Clarify documentation.
7221
7222 2008-02-29  Glenn Morris  <rgm@gnu.org>
7223
7224         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7225         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7226         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7227         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7228         Change defcustom :version from 23.0 to 23.1.
7229
7230 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7231
7232         * gnus-registry.el (gnus-registry-follow-group-p)
7233         (gnus-registry-post-process-groups): Add functions to aid registry
7234         splitting and improve logging.  Clarify behavior in function
7235         documentation.
7236         (gnus-registry-split-fancy-with-parent): Use them.
7237
7238 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7239
7240         * gnus-art.el: Use with-current-buffer.
7241
7242 2008-02-27  David Engster  <dengste@eml.cc>
7243
7244         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7245         Express real group name in the response.
7246
7247 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7250         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7251         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7252         autoload gnus-registry-fetch-group when compiling.
7253         (nnmairix-request-group-with-article-number-correction):
7254         Remove unreferenced argument passed to nnmairix-call-backend.
7255
7256 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7259         (mm-uu-extract): Improve face for low color ttys.
7260         Reported by Sascha Wilde.
7261
7262 2008-02-27  Glenn Morris  <rgm@gnu.org>
7263
7264         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7265         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7266         variables to defconsts.  Convert comments to doc-strings.
7267         (nnmairix-last-server, nnmairix-current-server): Convert from free
7268         variables to defvars.  Convert comments to doc-strings.
7269         (gnus-registry-fetch-group): Autoload.
7270         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7271         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7272         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7273         caddr.
7274         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7275         nnmairix-request-group-with-article-number-correction call.
7276         (nnmairix-fast, nnmairix-group): New, less general names, for free
7277         variables passed from nnmairix-request-group to
7278         nnmairix-request-group-with-article-number-correction.  Declare.
7279         (nnmairix-request-group-with-article-number-correction):
7280         Use nnmairix-fast, nnmairix-group rather than fast, group.
7281
7282 2008-02-26  David Engster  <dengste@eml.cc>
7283
7284         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7285         version 0.5.
7286
7287 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7288
7289         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7290         instead of making an extra function call.  Don't add the current group
7291         to articles only when they have the group.  Use
7292         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7293         Reported by David <de_bb@arcor.de>.
7294
7295 2008-02-24  Miles Bader  <miles@gnu.org>
7296
7297         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7298         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7299         (mm-find-mime-charset-region):
7300         * mm-bodies.el (mm-encode-body):
7301         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7302
7303 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7306         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7307
7308 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7309
7310         * mail-source.el (mail-source-delete-incoming): Change default.
7311         Supplement doc string.
7312
7313         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7314
7315 2008-02-14  Glenn Morris  <rgm@gnu.org>
7316
7317         * time-date.el (format-seconds): New function.
7318
7319 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * nnmail.el (nnmail-message-id-cache-file): Derive from
7322         `gnus-home-directory'.
7323
7324 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7327         Document negative prefix.
7328
7329         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7330
7331 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * message.el (message-unsent-separator): Add the Exim bounce
7334         separator.
7335
7336 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7337
7338         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7339         list.
7340         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7341         recipient/signer list.
7342
7343 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * Makefile.in (datarootdir): Define.
7346         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7347         name that might contain whitespace.
7348
7349 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7352         fbound (Emacs 23 unicode), signal an error.
7353
7354 2008-02-08  Glenn Morris  <rgm@gnu.org>
7355
7356         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7357
7358 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7359
7360         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7361         ports to the calls to `netrc-machine-user-or-password' in addition to
7362         "imap" and "imaps".
7363
7364 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7365
7366         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7367
7368         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7369
7370 2008-02-01  Kenichi Handa  <handa@m17n.org>
7371
7372         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7373         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7374         (rfc2104-hash): Convert the result of concat to unibyte string.
7375
7376 2008-02-01  Dave Love  <fx@gnu.org>
7377
7378         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7379         coding-system-for-read.
7380         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7381
7382 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7385         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7386         <hanche@math.ntnu.no>.
7387
7388 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7391
7392         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7393
7394 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7395
7396         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7397         * message.el (message-beginning-of-line): Use featurep instead of bound
7398         tests in order to resolve conditionals at compile time.
7399
7400 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7401
7402         * mail-source.el (mail-sources): Add `group' choice.
7403
7404         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7405         parameter `in-group' to control into which group the articles go.
7406         Add treatment of `group' mail-source.
7407
7408 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7411
7412         * mm-decode.el (mm-dissect-buffer): Decode description.
7413
7414         * mml.el (mml-to-mime): Encode message header first.
7415
7416 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7419         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7420
7421         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7422         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7423
7424 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7425
7426         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7427
7428 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7431         prefix keys.
7432         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7433         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7434         gnus-xmas.el.
7435
7436         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7437         (gnus-xmas-article-describe-bindings): New function.
7438         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7439         gnus-xmas-article-describe-bindings.
7440
7441         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7442
7443 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7444
7445         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7446         Add new variables for article mark management.
7447         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7448         list of extra data entries which, when present, will indicate that the
7449         article ID should not be trimmed from the registry.
7450         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7451         functions.
7452         (gnus-registry-read-mark): New function to read a mark name from the
7453         user.
7454         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7455         (gnus-registry-set-article-mark-internal): New functions to add and
7456         remove marks.
7457         (gnus-registry-get-article-marks): New function to show the marks for
7458         an article, or retrieve them for further use.
7459
7460 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7463         keys when no argument is given.
7464
7465 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * imap.el (imap-ping-server): New variable.
7468         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7469         (imap-ping-server): Minor doc string fixes.
7470
7471 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7472
7473         * imap.el (imap-ping-server): New function.
7474         (imap-opened): Call imap-ping-server.
7475
7476 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * gnus-sum.el (gnus-article-sort-by-random)
7479         (gnus-thread-sort-by-random): Fix doc strings.
7480         Reported by jidanni@jidanni.org.
7481
7482 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-art.el (gnus-article-describe-bindings): New function.
7485         (gnus-article-read-summary-keys): Use it.
7486         (gnus-article-mode-map): Bind `C-h b' to it.
7487
7488 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7491         XEmacs.
7492         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7493         Protect against non-character events.
7494
7495         * lpath.el: Fbind map-keymap for Emacs 21.
7496
7497 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7500         New command.
7501         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7502         instead of END.  Change name of the temp file.
7503         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7504         customizable.
7505
7506 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7509         bind `S W' to gnus-article-wide-reply-with-original; set default
7510         binding to gnus-article-read-summary-send-keys.
7511         (gnus-article-read-summary-keys): Fix the order of keys; display
7512         continuation keys correctly in the echo area; describe bindings
7513         correctly when keys end with `C-h'.
7514         (gnus-article-read-summary-send-keys): New function.
7515         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7516         Work for gnus-article-read-summary-send-keys; display continuation keys
7517         correctly in the echo area.
7518         (gnus-article-reply-with-original): Ignore prefix argument.
7519         (gnus-article-wide-reply-with-original): New function.
7520
7521         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7522         Emacs 21.
7523
7524 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7527         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7528
7529 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7532         (gnus-group-read-ephemeral-gmane-group): New command.
7533
7534 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7535
7536         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7537
7538 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * message.el (message-send-mail-function): Increase custom version.
7541
7542         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7543         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7544
7545 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7546
7547         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7548         for the cases where imap-authenticate is called with a nil buffer
7549         parameter.
7550
7551 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7554         html parts correctly; support forwarded messages.
7555         (gnus-article-browse-html-article): Remove work buffers.
7556
7557         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7558         compiling.
7559         (netrc-bound-and-true-p): New macro.
7560         (netrc-parse): Use it instead of bound-and-true-p that is not available
7561         in XEmacs 21.4.
7562
7563 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * gnus-registry.el (gnus-registry-mark-article)
7566         (gnus-registry-article-marks): Add functionality to mark articles
7567         through the Gnus registry.
7568
7569         * encrypt.el: Clarify documentation for the new pgg method.
7570         (encrypt-file-alist): Add PGG option.
7571         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7572         functionality.  Abstract password key and messaging to external
7573         functions.
7574         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7575         (encrypt-message-method-and-cipher): Add new convenience external
7576         functions.
7577         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7578         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7579
7580         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7581         (netrc-parse): Use encrypt-file-alist to determine if
7582         encrypt-find-model or encrypt-insert-file-contents should be used.
7583
7584         * encrypt.el: Clarify documentation.  Load password-cache or
7585         password, whichever one is found first, instead of autoloading.
7586
7587 2007-12-19  Glenn Morris  <rgm@gnu.org>
7588
7589         * mml.el (message-options-set, message-narrow-to-head)
7590         (message-in-body-p, message-mail-p, message-encode-message-body):
7591         Autoload.
7592         (message-remove-header, message-narrow-to-headers-or-head)
7593         (message-subscribed-p, message-make-mail-followup-to)
7594         (message-position-on-field, message-news-p)
7595         (message-options-set-recipient, message-generate-headers)
7596         (message-sort-headers): Declare as functions.
7597
7598 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7601         convention in doc string.
7602
7603 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7606         title to html parts.
7607         (gnus-article-browse-html-article): Pass message header to it.
7608
7609         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7610
7611 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7614         or password compatible with XEmacs.
7615
7616 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7619         format document.
7620         (gnus-mime-delete-part): Don't write description line if empty.
7621         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7622
7623 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7624
7625         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7626         (gnus-summary-mark-read-and-unread-as-read)
7627         (gnus-summary-mark-current-read-and-unread-as-read)
7628         (gnus-summary-mark-unread-as-ticked): Doc fix.
7629         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7630
7631 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7634         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7635
7636 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7637
7638         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7639         yes-or-no-p.
7640
7641 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * mm-decode.el (mm-add-meta-html-tag): New function.
7644         (mm-save-part-to-file, mm-pipe-part): Use it.
7645
7646         * gnus-art.el (gnus-article-browse-delete-temp-files):
7647         Use gnus-y-or-n-p instead of y-or-n-p.
7648         (gnus-article-browse-html-parts): Work with message/external-body; use
7649         mm-add-meta-html-tag.
7650
7651 2007-12-11  Glenn Morris  <rgm@gnu.org>
7652
7653         * gnus-cache.el: Require gnus-sum not just when compiling.
7654
7655         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7656
7657         * gnus-int.el (gnus-server-opened, gnus-status-message):
7658         Move definitions before use.
7659
7660         * mm-decode.el: Require gnus-util.
7661         (mm-remove-part): Only call delete-annotation on XEmacs.
7662
7663         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7664
7665         * nnmail.el: Require gnus-int.
7666
7667         * spam.el: Move `require's before `eval-when-compile's.
7668
7669         * gnus-ems.el (gnus-alive-p):
7670         * gnus-fun.el (message-goto-eoh):
7671         * gnus-util.el (gnus-group-name-decode):
7672         * mail-source.el (gnus-compress-sequence):
7673         * message.el (Info-goto-node, format-spec):
7674         * mm-bodies.el (message-options-get):
7675         * mm-decode.el (mm-view-pkcs7):
7676         * mm-util.el (gmm-write-region):
7677         * mml-smime.el (mml-compute-boundary)
7678         (gnus-completing-read-with-default):
7679         * mml.el (widget-button-press, gnus-make-hashtable):
7680         * mml1991.el (mm-decode-content-transfer-encoding)
7681         (mm-encode-content-transfer-encoding)
7682         (message-options-get, message-options-set):
7683         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7684         * nnfolder.el (gnus-request-group):
7685         * nnheader.el (ietf-drums-unfold-fws):
7686         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7687         * smime.el (gnus-run-mode-hooks):
7688         * spam-stat.el (gnus-message): Autoload.
7689
7690         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7691         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7692         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7693         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7694         Add declare-function compatibility definition.
7695
7696         * gnus-cache.el (nnvirtual-find-group-art):
7697         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7698         (gnus-add-image, gnus-add-wash-type):
7699         * gnus-group.el (nnkiboze-score-file):
7700         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7701         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7702         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7703         (message-tokenize-header, gnus-get-buffer-create)
7704         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7705         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7706         * gnus.el (gnus-group-decoded-name):
7707         * mail-source.el (imap-capability):
7708         * mm-bodies.el (message-options-set):
7709         * mm-decode.el (gnus-configure-windows):
7710         * mm-extern.el (message-goto-body):
7711         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7712         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7713         (epg-sub-key-validity, message-options-set):
7714         * mml.el (widget-event-point, gnus-configure-windows):
7715         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7716         * mml2015.el (epg-check-configuration, epg-configuration)
7717         (message-options-set):
7718         * nndb.el (nndb-request-article):
7719         * nnfolder.el (gnus-request-create-group):
7720         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7721         * nnmaildir.el (gnus-group-mark-article-read):
7722         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7723         * rfc1843.el (message-fetch-field):
7724         * spam.el (gnus-extract-address-components):
7725         Declare as functions.
7726
7727 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7730
7731         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7732
7733         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7734         bind show-trailing-whitespace for XEmacs.
7735
7736 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7739         new no-op macro for backward compatibility.
7740
7741         * imap.el (imap-string-to-integer): New function.
7742
7743 2007-12-09  Glenn Morris  <rgm@gnu.org>
7744
7745         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7746
7747         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7748         * message.el, mm-view.el, sieve-manage.el, smime.el:
7749         Add declare-function compatibility definition.
7750
7751         * gnus-art.el (w3-region, w3m-region, Info-menu):
7752         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7753         * gnus-sum.el (gnus-get-predicate):
7754         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7755         * message.el (mail-abbrev-in-expansion-header-p):
7756         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7757         (w3m-detect-meta-charset, w3m-region):
7758         * sieve-manage.el (password-read, password-cache-add)
7759         (password-cache-remove):
7760         * smime.el (password-read-and-add): Declare as functions.
7761
7762 2007-12-08  David Kastrup  <dak@gnu.org>
7763
7764         * gnus-sum.el (gnus-summary-simplify-subject-query):
7765         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7766         `message'.
7767
7768 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7771         it to bind idna-program, installation-directory, defined-colors, and
7772         face-attribute for XEmacs of the version that compiles defcustom forms.
7773
7774 2007-12-07  Glenn Morris  <rgm@gnu.org>
7775
7776         * gnus-art.el (article-make-date-line): Revert previous change.
7777
7778 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7781
7782 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7783
7784         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7785         Call gnus-add-to-range ranges only once with a prepared article-list.
7786
7787 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7788
7789         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7790         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7791         group names with backslashes.
7792         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7793
7794 2007-12-06  Deepak Goel  <deego3@gmail.com>
7795
7796         * gnus-art.el (article-make-date-line):
7797         * gnus-start.el (gnus-load):
7798         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7799
7800 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-art.el (gnus-use-idna)
7803         * gnus-start.el (gnus-site-init-file)
7804         * message.el (message-use-idna)
7805         * mm-uu.el (mm-uu-hide-markers)
7806         * smiley.el (smiley-style): Revert changes that suppress warnings.
7807
7808 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7811         specify charset to html source.
7812         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7813
7814 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7817         idna-program in order to suppress byte compile warning issued by XEmacs
7818         that came to byte compile the default value section of defcustom forms
7819         recently.
7820
7821         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7822         value of installation-directory.
7823
7824         * message.el (message-use-idna): Don't directly refer to the value of
7825         idna-program.
7826
7827         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7828
7829         * smiley.el (smiley-style): Don't directly call face-attribute.
7830
7831 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7834
7835         * gnus-dired.el: Reduce Gnus dependencies.
7836         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7837         Don't require.  Use autoloads instead.
7838         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7839         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7840         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7841         (gnus-dired-mode): Adjust doc string.
7842         (gnus-dired-mail-mode): New variable.
7843         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7844         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7845         (gnus-dired-mail-buffers): New function.  Return mail or message
7846         composition buffers.
7847         (gnus-dired-attach): Use it.
7848         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7849         NO-DECODE.
7850         (gnus-dired-print): Use `gnus-print-buffer' depending on
7851         `gnus-dired-mail-mode'.
7852
7853 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * rfc2047.el (rfc2047-encoded-word-regexp)
7856         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7857         explaining what regexp patterns are for.
7858
7859 2007-12-04  Glenn Morris  <rgm@gnu.org>
7860
7861         * password.el: Move to password-cache.el.
7862
7863         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7864         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7865         * mml-smime.el (password-read, password-cache-add)
7866         (password-cache-remove):
7867         No need to autoload, since mml-sec requires password.
7868
7869         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7870         * message.el (gnus-extract-address-components):
7871         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7872
7873         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7874         password.
7875
7876 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * mailcap.el: Reduce dependencies.
7879         (mail-header-parse-content-type): Autoload.
7880         (mailcap-delete-duplicates): New alias.
7881         (mailcap-mime-info): Add optional argument NO-DECODE.
7882         (mailcap-mime-types): Use mailcap-delete-duplicates.
7883
7884         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7885
7886 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7887
7888         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7889         (imap-parse-status): Upcase status-att for servers that sends them
7890         lower-case (e.g., MS Exchange 2007).
7891
7892 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893
7894         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7895         function.
7896
7897         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7898         (gnus-uu-yenc-article): New function.
7899
7900         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7901
7902         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7903
7904 2007-12-02  Glenn Morris  <rgm@gnu.org>
7905
7906         * binhex.el (binhex): New custom group.
7907         (binhex-decoder-program, binhex-decoder-switches)
7908         (binhex-use-external): Move to the binhex custom group.
7909
7910         * uudecode.el (uudecode): New custom group.
7911         (uudecode-decoder-program, uudecode-decoder-switches)
7912         (uudecode-use-external): Move to the uudecode custom group.
7913
7914         * netrc.el (top-level): Don't load `encrypt' features.
7915         (netrc-parse): Don't use encrypt.
7916         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7917
7918         * encrypt.el: Remove file.
7919
7920 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7923         matches on patches.
7924
7925         * gnus-art.el (gnus-article-browse-html-article):
7926         Mention `mm-text-html-renderer' in the doc string.
7927
7928         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7929         string.  Add comments.
7930
7931         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7932         if rhs is ASCII.
7933
7934 2007-12-01  Glenn Morris  <rgm@gnu.org>
7935
7936         * mail-source.el (top-level): Require format-spec before
7937         eval-when-compile.
7938
7939 2007-11-30  Glenn Morris  <rgm@gnu.org>
7940
7941         * encrypt.el: Require password, rather than autoloading password-read.
7942
7943 2007-11-29  Glenn Morris  <rgm@gnu.org>
7944
7945         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7946         (sasl-make-client, sasl-next-step, sasl-step-data)
7947         (sasl-step-set-data): Declare as functions.
7948
7949 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7952
7953 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7954
7955         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7956         certs should be verified and what is to be done in the event of a
7957         verification failure.
7958
7959         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7960         caller can indicate whether the cache should be disregarded for this
7961         call.  This way the result of the call is reproducible at all times and
7962         can be considered a canonical server name for the supplied method.
7963         (gnus-agent-method-p): Canonicalize server names by pushing their
7964         method through `gnus-method-to-server' using the no-cache argument.
7965
7966         * gnus-srvr.el (gnus-server-insert-server-line):
7967         Call `gnus-method-to-server' with `no-cache' argument.
7968
7969         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7970         gnus-agent-possibly-synchronize-flags as this should be called when the
7971         server is actually being opened.
7972         (gnus-agent-possibly-synchronize-flags)
7973         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7974         flags file of an agentized server to the latter function.
7975
7976         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7977         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7978         after a connection has been established successfully.
7979
7980 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-art.el (article-display-face): Force to display face if called
7983         interactively; check if gnus-article-x-face-too-ugly matches author.
7984         (article-display-x-face): Display face even if From header is missing
7985         as article-display-face does.
7986
7987 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7988
7989         * hashcash.el (message-narrow-to-headers-or-head)
7990         (message-fetch-field, message-goto-eoh)
7991         (message-narrow-to-headers): Declare as functions.
7992
7993 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * mail-source.el (mail-sources): Default to fetch from file for
7996         compatibility with default of nnmail-spool-file.
7997
7998 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8001         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8002         to look for encoded word that should be encoded again.
8003         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8004         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8005         encoding pattern.
8006         (rfc2047-decode-region): Switch strict regexp and loose one according
8007         to rfc2047-allow-irregular-q-encoded-words.
8008
8009 2007-11-25  Romain Francoise  <romain@orebokech.com>
8010
8011         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8012
8013 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * tls.el (tls-program): Provide more custom choices from
8016         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8017         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8018
8019 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8022         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8023
8024         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8025         `nnmail-spool-file'.
8026
8027         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8028         `nnmail-spool-file'.
8029
8030         * gnus-move.el (gnus-change-server): Ditto.
8031
8032         * gnus-kill.el (gnus-batch-score): Ditto.
8033
8034         * gnus-cache.el (gnus-jog-cache): Ditto.
8035
8036         * gnus-msg.el (gnus-summary-reply):
8037         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8038
8039 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8042         version.  Minor improvement to doc strings.
8043         (tls-program): Add comment.
8044
8045 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8046
8047         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8048         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8049         mismatch between the hostname provided in the certificate and the name
8050         of the host connnecting to.
8051         (open-tls-stream): Use them.  Check certificates against trusted root
8052         certificates.
8053
8054 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * gnus-cache.el (gnus-cache-generate-nov-databases):
8057         Use nnml-generate-nov-databases-directory instead of
8058         nnml-generate-nov-databases-1.
8059
8060 2007-11-24  Glenn Morris  <rgm@gnu.org>
8061
8062         * message.el (message-tool-bar-retro): Update for rename
8063         mail_send.xpm->mail-send.xpm.
8064
8065 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8068         `smime-ldap-search' for Emacs 22 and up.
8069
8070 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8071
8072         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8073
8074         * message.el (message-send-mail-function): Fix error convention.
8075         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8076         (message-widen-reply, message-send-mail, message-talkative-question)
8077         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8078         (message-clone-locals, message-send-news): Use with-current-buffer.
8079         (message-insert-or-toggle-importance): Remove unused var `valid'.
8080         (message-make-references): Remove unused var `new-references'.
8081         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8082
8083 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8084
8085         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8086         (spam-split-symbolic-return-positive): Reflow docstring.
8087         (spam-backends, spam-summary-exit-behavior)
8088         (spam-mark-ham-unread-before-move-from-spam-group)
8089         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8090         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8091         (spam-clear-cache, spam-backend-check, spam-install-backend)
8092         (spam-install-statistical-backend, spam-list-of-processors)
8093         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8094         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8095         (spam-check-crm114, spam-initialize, spam-unload-hook):
8096         Fix typos in docstrings.
8097
8098 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8101         been checked if they have never been read and those group levels are
8102         higher than the one that a user specified.
8103
8104 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8107         foreign groups unless a group level is specified by a user.
8108         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8109
8110 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * message.el (message-send-mail-function): Require sendmail.
8113
8114 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * message.el (message-send-mail-function): Check for smtpmail too.
8117
8118         * utf7.el (utf7-encode, utf7-decode): Use coding system
8119         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8120
8121         * message.el (message-send-mail-function): New function.
8122         (message-send-mail-function): Set default using
8123         message-send-mail-function.  Adjust doc string.
8124         (message-send-mail-with-mailclient): New function.
8125
8126 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8127
8128         * smime.el (from):
8129         * rfc2047.el (message-posting-charset):
8130         * qp.el (mm-use-ultra-safe-encoding):
8131         * pop3.el (parse-time-months):
8132         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8133         * nnml.el (files):
8134         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8135         (jka-compr-compression-info-list, ange-ftp-path-format)
8136         (efs-path-regexp):
8137         * nndiary.el (files):
8138         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8139         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8140         (epg-digest-algorithm-alist, inhibit-redisplay)
8141         (password-cache-expiry):
8142         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8143         (pgg-output-buffer, password-cache-expiry):
8144         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8145         (efs-path-regexp):
8146         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8147         (inhibit-redisplay):
8148         * mm-uu.el (file-name, start-point, end-point, entry)
8149         (gnus-newsgroup-name, gnus-newsgroup-charset):
8150         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8151         (latin-unity-ucs-list):
8152         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8153         (mm-uu-binhex-decode-function):
8154         * message.el (gnus-message-group-art, gnus-list-identifiers)
8155         (rmail-enable-mime-composing, gnus-local-organization)
8156         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8157         (gnus-read-active-file, facemenu-add-face-function)
8158         (facemenu-remove-face-function, gnus-article-decoded-p)
8159         (tool-bar-mode):
8160         * mail-source.el (display-time-mail-function):
8161         * gnus-util.el (nnmail-pathname-coding-system)
8162         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8163         (gnus-original-article-buffer, gnus-user-agent)
8164         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8165         (xemacs-codename, sxemacs-codename, emacs-program-version):
8166         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8167         * gnus-start.el (gnus-agent-covered-methods)
8168         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8169         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8170         (gnus-newsgroup-headers, gnus-group-list-mode)
8171         (gnus-group-mark-positions, gnus-newsgroup-data)
8172         (gnus-newsgroup-unreads, nnoo-state-alist)
8173         (gnus-current-select-method, mail-sources)
8174         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8175         (nnmail-spool-file, gnus-cache-active-hashtb):
8176         * gnus-mh.el (mh-lib-progs):
8177         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8178         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8179         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8180         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8181         (gnus-group-buffer):
8182         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8183         (font-lock-set-defaults):
8184         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8185         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8186         (gnus-summary-post-menu, total-parts, type, condition, length):
8187         * gnus-agent.el (gnus-agent-read-agentview):
8188         * flow-fill.el (show-trailing-whitespace):
8189         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8190         eval-and-compile wrappers for byte compiler pacifiers.
8191
8192         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8193         (mm-display-inline-fontify): Check for featurep 'xemacs not
8194         extent-list.
8195
8196         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8197         itimer-list.
8198         (mm-create-image-xemacs): Only do something for XEmacs.
8199         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8200
8201         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8202
8203         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8204         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8205
8206 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8207
8208         * nnimap.el (nnimap-split-download-body):
8209         * gnus-demon.el (gnus-demon):
8210         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8211
8212 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8215         New macros.
8216         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8217         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8218         copy data from unibyte buffer to multibyte current buffer.
8219         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8220         to copy data from unibyte current buffer to multibyte buffer.
8221         (nntp-make-process-buffer): Make process buffer unibyte.
8222
8223         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8224