Make sure the HTML fetching stops when Gnus exits.
[gnus] / lisp / ChangeLog
1 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4         fetching stops when Gnus exits.
5
6         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7         function.
8         (nnfolder-request-expire-articles): Save all the buffers after doing
9         expiry.
10
11         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
12         the last article", since that led to serious performance regressions
13         when expiring nnml groups.
14
15 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
16
17         * nnir.el: Improve customizations.
18
19 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
22
23         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
24         group has been killed.
25         (gnus-group-yank-group): Ditto.
26
27         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
28
29         * nnimap.el (nnimap-request-update-group-status): New function.
30
31         * gnus-int.el (gnus-request-update-group-status): New interface
32         function.
33
34         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
35         copying read-ness to the backends.
36
37         * nnimap.el (nnimap-quirk): New function.
38         (nnimap-retrieve-group-data-early): Use it.
39         (nnimap-quirks): New alist.
40
41 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * shr.el (shr-insert): Set shr-start after deleting trailing space;
44         don't delete it within indentation.
45
46 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
49         previous line.
50
51 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
54         QRESYNC command by deleting a superfluous space which broke Cyrus
55         servers.  This change will break other servers that are buggy the other
56         way around.
57
58 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
59
60         * spam.el: Reindent and fix long lines.
61         (spam-copy-or-move-routine): Exclude invalid move destinations.
62
63 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
64
65         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
66         installed the registry.
67
68 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
71
72 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
73
74         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
75         groupname doesn't contain "gmane".
76
77 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
80         and netrc-bound-and-true-p bindings.
81         (netrc-parse): Cache the netrc contents.
82
83         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
84         (gnus-1): Don't create the nndrafts group twice.
85         (gnus-setup-news): There's no need to read the active file here, since
86         that's done again later on a per-backend basis.
87         (gnus-start-draft-setup): Make sure that the new group is started out
88         empty.
89
90         * gnus-agent.el (gnus-agentize): Don't create the queue group
91         automatically on startup.  It'll be created later, if needed.
92
93         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
94         of automatically subscribed groups.
95         (gnus-auto-subscribed-categories): New variable.
96         (gnus-matches-options-n): Use it.
97         (gnus-default-subscribed-newsgroups): Remove unused variable.
98         (gnus-start-draft-setup): Message a bit less.
99
100 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
101
102         * nnir.el (nnir-run-imap): Return article list in order of increasing
103         UID.
104
105 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
108         gnus-auto-select-on-ephemeral-exit.
109
110         * proto-stream.el (proto-stream-open-network-only): Fix the calling
111         convention of the network-only option.
112
113 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * proto-stream.el (proto-stream-open-network-only): New function to
116         have a way to specify non-STARTTLS upgrade connections.
117
118 2010-12-10  Julien Danjou  <julien@danjou.info>
119
120         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
121         email address is nil.
122
123         * message.el (message-bogus-recipient-p): Set address to "" if nil.
124
125 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
126
127         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
128         deletion.
129         (nnir-run-imap): Only need to parse list once.
130
131 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * shr.el (shr-tag-script): Ignore <script>.
134         (shr-tag-label): Add <label> support.
135
136 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
139
140         * shr.el (shr-image-displayer): Work for images lined side by side.
141
142 2010-12-08  Robert Pluim  <rpluim@gmail.com>
143
144         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
145         parameter, since XEmacs doesn't accept t as a parameter.
146
147 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
148
149         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
150         ids.
151         (nnir-run-gmane): Simplify groupspec formatting.
152         (nnir-request-expire-articles): New function.
153
154 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
157         overflow, possibly.
158
159         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
160         (shr-render-td): Handle td style="" better.
161         (shr-tag-table): Use the color from the style sheet.
162         (shr-render-td): Make sure we copy over all the overlays, too.
163
164 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
165
166         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
167         (nnir-request-article): Improve article retrieval.
168
169 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * mm-util.el (mm-extra-numeric-entities): New variable.
172
173         * mm-url.el (mm-url-decode-entities):
174         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
175
176         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
177
178 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
179
180         * message.el: Use completion-at-point.
181         (message-completion-function): New fun, extracted from message-tab.
182         (message-mode): Use it for completion-at-point-functions.
183         (message-tab): Use it and completion-at-point.
184
185 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
188         character if a non-breakable character follows.
189
190 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
193         any stream.
194
195         * shr.el (shr-tag-font): Colorize the region.
196         (shr-tag-body): Ditto.
197         (shr-tag-font): Actually let the styles be inherited instead of
198         overwriting them.
199         (shr-tag-font): Get the background color right.
200         (shr-tag-style): Ignore all <style> tags for the moment.
201
202         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
203         a Message-ID to avoid having nnimap depend on gnus-sum.
204
205         * shr.el (shr-descend): Only colorize something if we have a node that
206         sets colors.
207
208 2010-12-06  Julien Danjou  <julien@danjou.info>
209
210         * shr.el (shr-render-td): Render td content with shr-descend, so style
211         will be applied to <td> too.
212         (shr-colorize-region): Colorize region even if we only have a background.
213         (shr-tag-body): Fix color and background color inheritance.
214         Do not recolorize after shr-generic.
215         (shr-tag-font): Let shr-generic colorize via inheritance.
216
217 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
220
221 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
222
223         * nnir.el (nnir-request-move-article): Remove obsolete code.
224
225 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
228
229 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-sum.el (gnus-summary-respool-article): The completion function
232         expects a list instead of an alist.
233
234         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
235         string as the parameter.
236
237         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
238
239         * shr.el (shr-stylesheet): New dynamic variable for cascading the
240         styles.
241         (shr-colorize-region): New function.
242         (shr-insert-background-overlay): Remove.
243         (shr-render-td): Background setting should be taken care of on a higher
244         level.
245         (shr-tag-body): Use post-hoc colorizations.
246         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
247         (shr-put-color-1): Don't overwrite old colors.
248         (shr-colorize-region): When the background color isn't explicit, use
249         a fixed background.
250
251         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
252         nnmail variables.
253
254 2010-12-05  Bjørn Mork  <bjorn@mork.no>
255
256         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
257         unless necessary.
258
259 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
260
261         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
262         server.
263
264 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
267         so that TAB works.
268
269         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
270         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
271
272         * shr.el (shr-urlify): Show the URL before the title to avoid
273         misleading URLs.
274
275 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
276
277         * shr.el (shr-urlify): Display the title in <a> tags.
278
279 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
280
281         * nnir.el (nnir-categorize): Replace mapcar with mapc.
282
283 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
284
285         * nnir.el: Rearrange code to allow macros to be autoloaded by
286         gnus-sum.el.
287         (nnir-retrieve-headers-override-function): Make this variable
288         customizable.
289         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
290
291         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
292         from nnir.el.
293
294 2010-12-03  Julien Danjou  <julien@danjou.info>
295
296         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
297
298 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
301         allow optional argument `environment'.
302
303 2010-12-03  Glenn Morris  <rgm@gnu.org>
304
305         * mm-extern.el (message-goto-body): Update declaration.
306
307 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-util.el (gnus-macroexpand-all): New function.
310
311         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
312         instead of macroexpand-all that is unavailable in XEmacs.
313
314 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
315
316         * nnir.el (nnir-summary-line-format): New variable.
317         (nnir-mode): Use it.
318         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
319         (nnir-article-ids): Reimplement as defsubst.
320         (nnir-retrieve-headers): Don't mangle the subject header.
321         (nnir-run-imap): Use 100 as RSV score.
322         (nnir-run-find-grep): Fix for full server searching.
323         (nnir-run-gmane): Better restriction to gmane groups.
324
325         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
326         summary buffers.
327
328 2010-12-02  Julien Danjou  <julien@danjou.info>
329
330         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
331
332         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
333
334         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
335         support.
336
337 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
338
339         * nnir.el: Update to handle the registry better.
340         (autoload): Silence byte-compiler.
341         (nnir-open-server): Add a hook for nnir groups.
342         (nnir-request-move-article): Don't mangle the header. Better to use
343         formating variables (which will be added in the future).
344         (nnir-registry-action): Update the registry using the original article
345         group name.
346         (nnir-mode): Install nnir-specific hooks for updating the registry.
347
348         * gnus-sum.el
349         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
350         obsolete variables.
351         (gnus-summary-move-article): Remove use of obsolete variables.
352         (gnus-summary-local-variables): Make move and delete hooks local to
353         summary buffers.
354
355 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * rtree.el: New file.
358
359 2010-12-01  Julien Danjou  <julien@danjou.info>
360
361         * message.el (message-user-organization): Do not use
362         gnus-local-organization.
363
364         * gnus.el: Remove gnus-local-organization.
365
366         * gnus-msg.el: Remove nastygram thing.
367
368 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
369
370         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
371         funcall.
372
373 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
376         names.
377
378         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
379         characters.
380
381         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
382         to t of inhibit-read-only since it is inside gnus-with-article-headers.
383         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
384         (gnus-gravatar-transform-address): Use mail-extract-address-components
385         that supports non-ASCII names rather than mail-header-parse-addresses.
386
387 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * proto-stream.el (open-protocol-stream): All starttls connections are
390         handled by the network handler.
391
392 2010-11-30  Julien Danjou  <julien@danjou.info>
393
394         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
395         (nnimap-open-connection-1): Fix PREAUTH.
396
397         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
398
399 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
402         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
403         (shr-insert): Use them.
404         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
405
406 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
407
408         * nnir.el (nnir-request-move-article): Bail out if original group
409         doesn't support article moves.
410         (nnir-get-active): Improve active list retrieval.
411
412 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * shr.el (shr-find-fill-point): Don't break before apostrophes.
415
416 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
417
418         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
419         seem to accept strings-with-numbers as port numbers,
420
421 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
422
423         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
424         change the registry.
425
426 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
429         delete-dups that is not available in XEmacs 21.4.
430
431         * mm-util.el (mm-delete-duplicates): Add comment.
432
433 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
434
435         * nnir.el (nnir-ignored-newsgroups): New variable.
436         (nnir-get-active): Use it.
437
438 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * proto-stream.el (proto-stream-open-network): Add some comments.
441
442         * nntp.el (nntp-open-connection): Provide a :success condition.
443
444         * nnimap.el (nnimap-open-connection-1): Ditto.
445
446         * proto-stream.el (proto-stream-open-network): See what the response to
447         the STARTTLS command is.
448
449         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
450         backwards compatibility).
451         (nnimap-open-connection-1): Really respect nnimap-server-port.
452
453         * proto-stream.el (proto-stream-open-network): When doing opportunistic
454         TLS upgrades we don't really care about the identity of the peer.
455         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
456         that what we've checked for.
457         (proto-stream-always-use-starttls): Only default to t if
458         open-gnutls-stream exists.
459         (proto-stream-open-network): If STARTTLS failed, then just open a
460         normal connection.
461         (proto-stream-open-network): Wait until the greeting before doing
462         STARTTLS.
463
464         * nntp.el (nntp-open-connection): Report what the connection error is.
465
466         * proto-stream.el (open-protocol-stream): Renamed from
467         open-proto-stream.
468
469 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * nnimap.el (nnimap-stream): Change default to `undecided'.
472         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
473         first, and then network.
474         (nnimap-open-connection-1): Respect nnimap-server-port.
475         (nnimap-open-connection): Be more backwards-compatible.
476
477         * proto-stream.el (proto-stream-always-use-starttls): New variable.
478         (proto-stream-open-starttls): De-duplicate the starttls code.
479         (proto-stream-open-starttls): Folded back into the main function.
480         (proto-stream-open-network): Fix typo in the gnutls path.
481         (proto-stream-command): Refactor out.
482
483         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
484
485         * proto-stream.el (proto-stream-open-starttls): Actually implement the
486         starttls.el STARTTLS.
487
488         * color.el (color-lab->srgb): Fix function call name.
489
490         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
491         if we're using tls.el.
492         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
493         built in, then don't try to establish a STARTTLS connection.
494
495         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
496         servers.
497
498         * proto-stream.el (open-proto-stream): Use network, not stream.
499         (open-proto-stream): Add a way to specify what the end of a command is.
500
501         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
502         connections types.
503         (nntp-open-network-stream): Remove.
504         (nntp-open-ssl-stream): Remove.
505         (nntp-open-tls-stream): Remove.
506         (nntp-ssl-program): Remove.
507
508         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
509
510 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
511
512         * nnir.el: Fix typos.
513         (nnir-retrieve-headers-override-function): Rename variable to reflect
514         new semantics.
515         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
516         macros.
517         (nnir-request-article, nnir-request-move-article): Use them.
518         (nnir-categorize): New function.
519         (nnir-run-query): Use it.
520         (nnir-retrieve-headers): Rewrite to batch header retrieval.
521         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
522         sorted.
523         (nnir-group-full-name): Use gnus-group-full-name instead.
524         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
525         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
526
527 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
530
531         * proto-stream.el: New library to provide protocol-specific
532         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
533         protocols.
534         (open-proto-stream): Complete the documentation.
535         (proto-stream-open-network): Fix some typos.
536
537         * nnimap.el (nnimap-open-connection): Use it.
538
539 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
540
541         * pop3.el (pop3-open-server): Read server greeting before starting TLS
542         negotiation.
543
544 2010-11-26  Julien Danjou  <julien@danjou.info>
545
546         * color.el: Rename various rgb functions to srgb.
547
548 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
551         names.
552
553 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * shr.el (shr-insert): Revert last change.
556         (shr-find-fill-point): Never leave point being at bol;
557         relax the kinsoku limitation when rendering tables.
558
559 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
562         results from -accept-article.
563
564         * shr-color.el: Require cl when compiling.
565
566         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
567         checkin.
568
569         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
570
571         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
572
573         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
574         'add and 'delete to set backend marks.
575
576         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
577
578         * nnheader.el (nnheader-update-marks-actions): Refactor out.
579
580         * nntp.el (nntp-request-set-mark): Use it.
581
582         * nnfolder.el (nnfolder-request-set-mark): Ditto.
583
584         * nnml.el (nnml-request-set-mark): Ditto.
585
586         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
587         introduces regressions in article selection.
588         (nnimap-find-uid-response): New function.
589         (nnimap-request-accept-article): Use the UID returned, if any.
590         (nnimap-request-move-article): Use the UID returned, if any.
591         (nnimap-get-groups): Reimplement to work with folded lines.
592         (nnimap-find-uid-response): The UID is the last element in the list.
593         (nnimap-request-set-mark): Extend syntax with 'set.
594
595         * nnml.el (nnml-request-set-mark): Ditto.
596
597         * nnfolder.el (nnfolder-request-set-mark): Ditto.
598
599         * nntp.el (nntp-request-set-mark): Ditto.
600
601 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * message.el (message-called-interactively-p): A temporary macro.
604         (message-goto-body): Use it temporarily.
605
606 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
609         (nnimap-last-response-string): Unfold quoted lines, if they exist.
610         (nnimap-last-response-string): Fix last unfolding fix.
611
612 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * shr.el (shr-insert): Fix the way to fold lines.
615
616 2010-11-25  Julien Danjou  <julien@danjou.info>
617
618         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
619
620         * color.el: Rename from color-lab.el
621         (color-rgb->hex): Add.
622         (color-complement): Add.
623         (color-complement-hex): Add.
624
625         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
626
627 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * shr-color.el (shr-color-visible): Don't bug out if the colour names
630         don't exist.
631
632 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
635         assuming that article displaying or another mml-preview may be
636         interrupted for an error or for the like.
637
638         * shr.el (shr-get-background): Fix argument name.
639
640 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
643
644         * gnus-sum.el (gnus-summary-include-articles): New function.
645
646         * message.el (message-goto-body): called-interactively-p needs a
647         parameter, so use `any'.
648
649         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
650         clear marks before moving, since they're synced from the Gnus side
651         first.
652
653         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
654         (gnus-summary-move-article): Copy over all marks before moving, so that
655         IMAP doesn't think a new article has arrived.
656
657 2010-11-24  Julien Danjou  <julien@danjou.info>
658
659         * shr.el (shr-insert-background-overlay): Fix typo.
660         (shr-render-td): Copy the background before rendering.
661
662         * shr-color.el (shr-color-visible): Fix docstring.
663
664         * shr.el (shr-tag-table): Add bgcolor support.
665         (shr-render-td): Add bgcolor support.
666         (shr-get-background): Add.
667         (shr-insert-foreground-overlay): Use shr-get-background.
668
669         * message.el (message-goto-body): Use called-interactively-p.
670         (message-in-body-p): message-goto-body returns point.
671
672 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
675         Fixes something or other in Emacs 23, and is backwards compatible.
676
677         * message.el (message-goto-body): Remove the <#secure special-casing,
678         which is too special.
679
680         * shr.el (shr-parse-style): Drop !important from styles.
681
682 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
683
684         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
685         this function to return incorrect results when calling it with an
686         explicit article argument different from
687         (gnus-summary-article-number).
688
689 2010-11-24  Julien Danjou  <julien@danjou.info>
690
691         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
692         (shr-tag-body): Add background support.
693         (shr-descend): Add background support.
694         (shr-tag-title): Add.
695
696         * shr-color.el (shr-color-visible): Really return original background
697         if fixed.
698
699 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * shr.el (shr-color-check): Protect against non-existant colour names.
702
703 2010-11-24  Julien Danjou  <julien@danjou.info>
704
705         * color-lab.el: Require 'cl when compiling.
706
707         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
708
709         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
710         matched part.
711
712         * color-lab.el: Fix all expt calls to use float type.
713
714 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
717         expression to shr-color-check as is.
718
719         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
720
721         * color-lab.el: Add coding cookie.
722         (float-pi): Use eval-and-compile.
723
724         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
725         compiled for Emacsen having no `libxml-parse-html-region' support.
726
727 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * shr.el (shr-insert-color-overlay): Split stuff like
730         "#444444 !important" to find the real colour.
731         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
732         parse <font color="red"> entries.
733
734 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
735
736         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
737         point when parsing headers.
738
739         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
740         is positioned properly when parsing headers.
741
742 2010-11-23  Julien Danjou  <julien@danjou.info>
743
744         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
745
746         * shr-color.el (shr-color->hexadecimal): Add support for color names.
747
748         * shr.el (shr-parse-style): Replace \n with space in style parsing.
749
750         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
751         shr-color-hue-to-rgb.
752         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
753
754 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * shr.el (shr-color->hexadecimal): Autoload.
757         (shr-descend): Add color to all tags.
758
759 2010-11-22  Julien Danjou  <julien@danjou.info>
760
761         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
762         shr-color->hexadecimal.
763
764         * shr-color.el (shr-color->hexadecimal): Add converting functions for
765         RGB() or HSL() color representation.
766
767         * shr.el (shr-tag-font): Add.
768         (shr-tag-color-check): New function to get better colors.
769         (shr-tag-insert-color-overlay): Factorize code between tag-font and
770         tag-span.
771
772         * shr-color.el: New file.
773
774         * color-lab.el: New file.
775
776         * gnus-art.el (gnus-url-mailto): Do not downcase args.
777
778 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
779
780         * nnir.el: Fix typo in comments.
781         (nnir-run-imap): Simplify code. No need to reverse artlist.
782         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
783
784 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
787
788         * nnimap.el (nnimap-get-capabilities): Refactor out.
789         (nnimap-open-connection): Re-request capabilities after STARTTLS.
790
791 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
792
793         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
794         appearing when `mm-uu-hide-markers' is nil.
795
796 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * nnimap.el (nnimap-unselect-group): Make into its own function.
799         (nnimap-request-rename-group): Unselect group before renaming.
800         This had gotten lost somewhere.
801         (nnimap-request-accept-article): Keep track of examined groups, and
802         unselect the group before APPENDing to read-only groups.
803         (nnimap-request-move-article): Clear flags before moving so that they
804         can be re-set later.
805
806 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
809         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
810
811 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * gnus-art.el (gnus-mime-display-single)
814         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
815         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
816         parameter.
817
818 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
821         (shr-table-vertical-line): New variable.
822         (shr-insert-table): Use it.
823
824 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * gnus-html.el (gnus-html-wash-images): Don't display images if
827         gnus-inhibit-images is non-nil; register displayer for cid images.
828         (gnus-html-display-image): Work for cid image.
829         (gnus-html-insert-image): Allow arguments.
830         (gnus-html-put-image): Inhibit read-only.
831         (gnus-html-prefetch-images): Don't prefetch images if
832         gnus-inhibit-images is non-nil.
833
834 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el (shr-put-image): Break lines when inserting big pictures.
837
838 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
839
840         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
841         sender, thanks Katsumi Yamaoka.
842
843 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
844
845         * nnir.el (nnir-run-imap): Reverse the article list for each group
846         rather than the whole list.
847
848 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * shr.el (shr-image-displayer): Protect function against non-existent
851         image source.
852
853         * gnus-art.el (gnus-inhibit-images): New user option.
854         (gnus-mime-display-single): Don't display image if it is non-nil.
855
856         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
857         gnus-inhibit-images.
858
859         * shr.el (shr-image-displayer): New function.
860         (shr-tag-img): Use it.
861
862 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
863
864         * mml2015.el (mml2015-epg-sign): Use From header.
865
866 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus-html.el (gnus-html-wash-images): Register a displayer.
869
870         * gnus-util.el (gnus-find-text-property-region): Return markers.
871
872         * shr.el (shr-tag-img): Put a displayer in the text property.
873
874         * gnus-util.el (gnus-find-text-property-region): New utility function.
875
876         * gnus-html.el (gnus-html-display-image): Make the alt optional.
877         (gnus-html-show-images): Remove.
878
879         * gnus-art.el (gnus-article-show-images): New, more general function.
880
881         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
882         image url text properties.
883
884         * shr.el: Ditto.
885
886         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
887         gnus-agent-auto-agentize-methods is set.  Which it isn't.
888
889 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
892         work for two or more articles.
893
894 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
897         divide an image that's in an html article to two or more when washing
898         non-ASCII characters in alt text of it.
899
900 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
903         smime-decrypt-region using function argument.
904         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
905
906         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
907
908         * smime.el (smime-decrypt-region): Catch it.
909
910 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
911
912         * smime.el (smime-mode-map): Move initialization into declaration.
913         (gnus-run-mode-hooks): Don't autoload.
914         (smime-mode): Use define-derived-mode.
915
916 2010-11-11  Glenn Morris  <rgm@gnu.org>
917
918         * smime.el (from): Restrict declaration to XEmacs.
919
920         * nnir.el (gnus-group-topic-name): Autoload.
921
922 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * shr.el (shr-insert): Don't break long line if it is because of
925         kinsoku-bol characters in the line end.
926
927 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
928
929         * nnir.el (nnir-request-move-article): Fix to provide original group
930         and subject.
931         (nnir-warp-to-article): Don't fail on articles whose headers haven't
932         been retrieved.
933
934         * gnus-sum.el (gnus-summary-move-article): Use original group and
935         subject for virtual articles such as those in an nnir summary buffer.
936
937 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
940         least 21.5).
941
942         * smime.el (from): Declare it again for XEmacs.
943
944 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * message.el (message-resend): Don't disable encoding unless it's
947         already encoded.
948
949         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
950         low-numbered articles.
951
952 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * rfc2047.el (rfc2047-syntax-table): Simplify.
955
956         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
957
958         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
959         set-char-table-range for XEmacs.
960
961 2010-11-10  Glenn Morris  <rgm@gnu.org>
962
963         * time-date.el (time-to-seconds): Always an alias on Emacs,
964         never a real function.
965         (with-no-warnings): Remove compat stub, now unused.
966         (time-less-p): Doc fix.
967         (time-to-number-of-days): Simplify.
968
969         * smime.el (from): Remove unused declaration.
970
971         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
972         (gnus-float-time): On Emacs, always an alias.
973
974         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
975         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
976
977 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * dgnushack.el: Don't use ignore-errors in the top level form since it
980         is unavailable in XEmacs even if cl is loaded.
981
982         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
983
984 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * shr.el (browse-url-mailto): Autoload.
987
988         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
989
990         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
991         regexp doesn't need quoting.
992
993 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
994
995         * message.el (message-subject-trailing-was-ask-regexp)
996         (message-subject-trailing-was-regexp): Match was: in addition to was.
997
998 2010-11-09  Glenn Morris  <rgm@gnu.org>
999
1000         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1001         (nnbabyl-check-mbox): Use point-at-bol.
1002
1003 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1006
1007         * message.el (message-mailto): New function.
1008         (message-mailto): Should accept other parameters.
1009         (message-mailto): Remove since it duplicates browse-url-mailto
1010         functionality.
1011
1012 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1015         methods.
1016         (gnus-read-active-file): Ditto.
1017
1018         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1019         ": " from the prompt.
1020         (gnus-group-make-group): Ditto.
1021
1022 2010-11-07  Glenn Morris  <rgm@gnu.org>
1023
1024         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1025         (gnus-bookmark-kill-line): Use point-at-eol.
1026
1027 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1030         asterisks in From header.
1031
1032 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1035         string to avoid making the From headers syntactically invalid.
1036
1037         * message.el (message-send-mail): Don't insert courtesy messages if the
1038         message already has List-Post and List-ID messages.
1039
1040 2010-11-06  Glenn Morris  <rgm@gnu.org>
1041
1042         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1043         `condition', `type', `length' a prefix.
1044         (gnus-treat-predicate): Update for above name changes.
1045
1046 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1047
1048         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1049         binding.  Handled by `gnus-summary-refer-thread' instead.
1050         (nnir-warp-to-article): New backend function.
1051
1052         * nnimap.el (nnimap-request-thread): Force dependency updating.
1053
1054         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1055         (gnus-summary-refer-thread): Rework to improve thread-referral.
1056
1057         * gnus-int.el (gnus-warp-to-article): New function.
1058
1059         * gnus-sum.el (gnus-summary-article-map): Bind it.
1060
1061 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1062
1063         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1064         gnus-summary-refer-thread.
1065
1066         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1067         headers.
1068         (gnus-summary-limit-include-thread): Prevent articles in thread from
1069         being cut in gnus-cut-threads.
1070         (gnus-summary-refer-thread): Limit retrieved headers to those in
1071         thread.
1072
1073 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * message.el (message-send-mail): Use the value of
1076         message-courtesy-message from the message buffer.
1077
1078         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1079
1080         * shr.el (shr-browse-url): Implement mailto: URLs.
1081
1082         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1083         "raw".
1084
1085         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1086         if it's already selected.
1087
1088         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1089
1090 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1093         to measure the length and truncate alt text.
1094
1095 2010-11-03  Glenn Morris  <rgm@gnu.org>
1096
1097         * nndiary.el (nndiary-generate-nov-databases-1)
1098         (nndiary-generate-active-info): Rename dynamic variable `files' to
1099         something less generic.
1100
1101 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1102
1103         * nnir.el (nnir-request-move-article): Call the underlying backend to
1104         move articles from nnir.
1105
1106 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1109
1110 2010-11-02  Julien Danjou  <julien@danjou.info>
1111
1112         * nnir.el: Remove wais support.
1113
1114 2010-11-02  Glenn Morris  <rgm@gnu.org>
1115
1116         * gnus-html.el: Reorder requirements to quieten compiler.
1117
1118 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1121         properly for XEmacs as well.
1122         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1123         (gnus-article-natural-long-line-p): Use window-width rather than
1124         frame-width.
1125
1126 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1127
1128         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1129         (nnir-read-parms): Don't modify query.
1130         (nnir-run-query): Add ability to search topic on current line.
1131         (nnir-get-active): Clean up.
1132
1133 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1136         degenerate articles.
1137
1138         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1139         (gnus-print-buffer): Just print the buffer as is, without any copying
1140         to a buffer and then re-highlighting.
1141
1142         * nnimap.el (nnimap-request-group): Store the new updated info.
1143         (nnimap-request-group): Select the group when we don't know whether it
1144         exists or not.
1145
1146         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1147         groups.
1148
1149         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1150         groups.
1151
1152         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1153         groups.
1154
1155         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1156         long-lines case by only filling the long lines.
1157
1158         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1159         (bug #7311).
1160
1161 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * shr.el: No need to declare `declare-function' since shr.el is for
1164         only Emacsen that provide `libxml-parse-html-region'.
1165
1166         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1167         effective only in a file it is referred to.
1168
1169 2010-11-01  Glenn Morris  <rgm@gnu.org>
1170
1171         * mm-util.el (gnus-completing-read): Autoload.
1172         (mm-read-coding-system): Simplify Emacs definition.
1173
1174         * nnmail.el (gnus-activate-group):
1175         * nnimap.el (gnutls-negotiate):
1176         * nntp.el (netrc-parse): Fix declarations.
1177
1178 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1181         string-match-p in Emacs >=23.
1182
1183         * gnus-msg.el (gnus-configure-posting-styles)
1184         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1185
1186 2010-11-01  Glenn Morris  <rgm@gnu.org>
1187
1188         * nnir.el (declare-function): Add compat stub.
1189         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1190         (nnir-run-gmane): Require 'mm-url.
1191
1192         * mm-util.el (mm-string-to-multibyte): Simplify.
1193
1194         * shr.el (declare-function): Add compat stub.
1195         (url-cache-create-filename): Declare.
1196         (mm-disable-multibyte, widget-convert-button): Autoload.
1197
1198         * smime.el (ldap-search): Declare.
1199         (smime-cert-by-ldap-1): Require ldap on Emacs.
1200
1201         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1202         (nnimap-keepalive): Use gnus-float-time.
1203
1204         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1205         (mail-source-delete-crash-box): Use gnus-float-time.
1206
1207         * gnus-dired.el (gnus-completing-read): Autoload.
1208
1209         * mm-view.el (gnus-rescale-image): Autoload.
1210
1211         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1212
1213         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1214
1215         * sieve-manage.el: Require 'cl when compiling.
1216
1217         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1218         (gnus-iswitchb-completing-read): Require iswitchb.
1219         (gnus-select-frame-set-input-focus): Silence compiler.
1220
1221 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * message.el (message-subject-trailing-was-query): Change default to t,
1224         since I think that's what most people want.
1225
1226         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1227         appending for easier debugging.
1228         (nnimap-wait-for-connection): Take a regexp.
1229         (nnimap-request-accept-article): Wait for the continuation line before
1230         sending anything unless we're streaming.
1231
1232         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1233         leave the header washing to take place.
1234
1235 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1236
1237         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1238         regular expression match and replace in posting styles.
1239
1240 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1241
1242         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1243         an entire server.
1244         (nnir-get-active): New function.
1245         (nnir-run-imap): Use it.
1246         (nnir-run-gmane): Who knew, gmane search returns an article score!
1247
1248         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1249         server on the current line with nnir.
1250
1251 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1254         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1255         left edge.
1256         (gnus-article-foldable-buffer): Skip past the prefix when determining
1257         raggedness.
1258
1259         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1260         the raw article, and change `C-u g' to show the article without doing
1261         treatments.
1262
1263         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1264         on to `gnus-treat-article'.
1265         (gnus-inhibit-article-treatments): New variable.
1266
1267         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1268
1269         * gnus-art.el (gnus-treatment-function-alist): Have
1270         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1271         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1272         sections.
1273
1274         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1275         parameter.
1276         (gnus-article-fill-cited-long-lines): New function.
1277         (gnus-article-fill-cited-article): Allow filling only long sections.
1278
1279         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1280         and non-punctuation (like after the apostrophe in "'We").
1281
1282         * gnus-sum.el (gnus-summary-select-article): Make sure
1283         gnus-original-article-buffer is alive.
1284
1285         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1286         reflect the order they're in in the digest.
1287
1288         * gnus.el (gnus-group-startup-message): Move point to the start of the
1289         buffer.
1290
1291         * nnimap.el (nnimap-capability): New function.
1292         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1293         is set.
1294
1295 2010-10-31  David Engster  <dengste@eml.cc>
1296
1297         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1298         conform with changes to gnus-completing-read.
1299
1300 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1303
1304 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1305
1306         * nnir.el: Move defvar, defcustom around to keep file organized
1307         and keep byte-compiler quiet.
1308         (nnir-read-parms): Accept search-engine as arg.
1309         (nnir-run-query): Pass search-engine as arg.
1310         (nnir-search-engine): Remove.
1311
1312 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * shr.el (shr-generic): The text nodes should be text, not :text.
1315
1316         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1317         later in the file.
1318
1319 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1320
1321         * nnir.el: General clean up.  Allow searching with multiple engines.
1322         Allow separate extra-parameters for each engine.
1323         Batch queries when possible.
1324         (nnir-imap-default-search-key,nnir-method-default-engines):
1325         Add customize interface.
1326         (nnir-run-gmane): New engine.
1327         (nnir-engines): Use it.  Qualify all prompts with engine name.
1328         (nnir-search-engine): Remove global variable.
1329         (nnir-run-hyrex): Restore for now.
1330         (nnir-extra-parms,nnir-search-history): New variables.
1331         (gnus-group-make-nnir-group): Use them.
1332         (nnir-group-server): Remove in favor of gnus-group-server.
1333         (nnir-request-group): Avoid searching twice.
1334         (nnir-sort-groups-by-server): New function.
1335
1336 2010-10-30  Julien Danjou  <julien@danjou.info>
1337
1338         * gnus-group.el: Remove gnus-group-fetch-control.
1339
1340         * gnus-start.el (gnus-find-new-newsgroups):
1341         Remove gnus-check-first-time-used.
1342
1343         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1344
1345 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1346
1347         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1348         set on groups that don't have \* permanentflags.
1349
1350 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1353         control the background color.
1354         (shr-tag-img): Ignore very small web bug type images.
1355         (shr-put-image): Add help-echo alt texts to the images.
1356         (shr-tag-video): Show the video poster image.
1357
1358 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * shr.el (shr-table-depth): New variable.
1361         (shr-tag-table-1): Only insert the images after the top-level table.
1362
1363         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1364
1365         * gnus-util.el (gnus-list-memq-of-list): New function.
1366
1367         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1368         selected.
1369         (nnimap-unsplittable-articles): New slot.
1370         (nnimap-new-articles): Use it.
1371
1372 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1373
1374         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1375         move to the previous line on `M-g'.
1376
1377 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1380         *-request-group, which seems unnecessary.
1381
1382         * nnimap.el (nnimap-quote-specials): Function copied over from
1383         imap.el.
1384         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1385         they support that.  Suggested by Tom Regner.
1386
1387 2010-10-29  Julien Danjou  <julien@danjou.info>
1388
1389         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1390         defalias.
1391         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1392
1393         * gnus.el: Remove `gnus-nntp-service' variable.
1394         (gnus-secondary-servers): Make obsolete.
1395         (gnus-nntp-server): Make obsolete.
1396
1397         * gnus-start.el (gnus-1): Remove x-splash calls.
1398
1399         * gnus-ems.el (gnus-x-splash): Remove.
1400
1401         * gnus.el (gnus-group-startup-message): Simplify/update code.
1402
1403         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1404         definition.
1405
1406         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1407         capability before doing anything.
1408         (gnus-group-insert-group-line): Remove useless
1409         gnus-group-remove-excess-properties.
1410
1411 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1414
1415 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1418         config after reselecting.
1419
1420 2010-10-28  Julien Danjou  <julien@danjou.info>
1421
1422         * shr.el (shr-put-image): Use point even if only inserting text.
1423         (shr-put-image): Save excursion when inserting alt text on non-graphic
1424         display, so the behaviour is the same when we are on a graphic display.
1425
1426         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1427
1428 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1431         (gnus-mime-copy-part): Check coding system, not charset.
1432         (gnus-mime-view-part-externally): Never remove part.
1433         (gnus-mime-view-part-internally): Don't remove part here.
1434         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1435         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1436         multipart/alternative.
1437
1438         * mm-decode.el (mm-display-part): Take optional arg `force'.
1439
1440 2010-10-26  Julien Danjou  <julien@danjou.info>
1441
1442         * gnus-group.el (gnus-group-default-list-level): Add this function to
1443         compute the default list level.
1444         (gnus-group-default-list-level): Add possibility to use a function.
1445
1446 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1449
1450         * gnus-group.el (gnus-group-completing-read)
1451         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1452         gnus-replace-in-string.
1453
1454 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * shr.el (shr-tag-div): Add.
1457
1458         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1459
1460 2010-10-25  Julien Danjou  <julien@danjou.info>
1461
1462         * gnus-util.el: Remove `gnus-with-local-quit'.
1463
1464         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1465
1466 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1469         the original article buffer.
1470
1471 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * nnimap.el (nnimap-request-head): New function.
1474         (nnimap-request-move-article): Try to be slighly faster by not
1475         requesting the entire message when moving.
1476         (nnimap-transform-headers): Don't bug out on bodiless articles.
1477         (nnimap-send-command): Have no outstanding messages if the IMAP server
1478         doesn't support streaming.
1479         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1480
1481 2010-10-24  Julien Danjou  <julien@danjou.info>
1482
1483         * message.el (message-default-headers): Fix type.
1484
1485 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1488         prefetching images.
1489
1490         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1491         backend for unknown groups.  This is mainly useful for nnimap groups.
1492
1493         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1494         group isn't covered by the agent.
1495
1496 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1497
1498         * nnir.el (nnir-method-default-engines): New variable.
1499         (nnir-run-query): Use it.
1500         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1501         (gnus-summary-nnir-goto-thread): Change group if needed.
1502
1503         * gnus-group.el (gnus-group-group-map): Add key binding for
1504         gnus-group-make-nnir-group.
1505
1506 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * shr.el (shr-tag-object): Add.
1509
1510         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1511         original article buffer live.
1512         (gnus-summary-select-article-buffer):
1513         Mention gnus-widen-article-buffer.
1514
1515 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * shr.el (shr-tag-strong): Add.
1518
1519 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1522         group names.  They mess up the group buffer badly.
1523
1524         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1525
1526         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1527         instead of the summary one.
1528
1529 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * mml.el (mml-preview): Work properly when editing article.
1532
1533         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1534         gnus-have-read-active-file if it's already been in.
1535
1536 2010-10-22  Tom Tromey  <tromey@redhat.com>
1537
1538         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1539         gnus-group-completing-read.
1540
1541 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * message.el (message-mode-map): Don't bind M-; to comment region, to
1544         allow the global comment-dwim to work.
1545
1546 2010-10-21  Julien Danjou  <julien@danjou.info>
1547
1548         * message.el (message-setup-1): Allow message-default-headers to be a
1549         function.
1550
1551 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * shr.el (shr-tag-table): Simplify.
1554
1555 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1558         to avoid trying to snarf invalid stuff.
1559
1560         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1561
1562         * gnus.el (gnus-message-archive-group): Quote value.
1563         (gnus-message-archive-group): Mark as changed.
1564
1565         * shr.el (shr-add-font): Don't put the font properties on the newline
1566         or the indentation.
1567
1568         * message.el (message-fix-before-sending): Change options when sending
1569         non-printable characters.
1570
1571         * gnus.el (gnus-message-archive-method): Change the default to
1572         monthly outgoing groups.
1573
1574         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1575         that have gotten new numbers.
1576
1577         * nnimap.el (nnimap-request-replace-article): New function.
1578
1579 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1582         (nnrss-request-article): Don't use special html washing code.
1583
1584 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * shr.el (shr-tag-table): Remove useless nconc.
1587
1588 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-art.el (article-wash-html): Simplify and remove the charset
1591         stuff.  Use the normal html rendering code instead of the special html
1592         washing code.
1593
1594         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1595         `gnus-w3m' symbols.
1596         (mm-text-html-washer-alist): Remove.
1597
1598         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1599         (mm-inline-media-tests): Remove use.
1600         (mm-text-html-renderer): Change default to the `shr' symbol.
1601
1602         * mm-view.el (mm-inline-text-html): Remove use.
1603
1604         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1605         `gnus-blocked-images' to be a function.
1606         (gnus-article-wash-function): Remove.
1607
1608 2010-10-20  Julien Danjou  <julien@danjou.info>
1609
1610         * spam.el (spam-list-of-processors): Mark as obsolete.
1611
1612         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1613         (nnimap-insert-partial-structure): Fix boundary detection.
1614
1615 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1616
1617         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1618         run file-truename on remote files.  This can be expensive and even
1619         prevent one from editing drafts if some unrelated buffer has a stale
1620         connection.
1621
1622 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1625         kinsoku-eol regardless of shr-kinsoku-shorten.
1626         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1627         (shr-tag-table): Support caption, thead, and tfoot.
1628
1629 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1632         lines.
1633         (shr-save-contents): New command and keystroke.
1634
1635         * nndoc.el (nndoc-type-alist): Add git support.
1636         (nndoc-git-type-p): New function.
1637         (nndoc-transform-git-article): Ditto.
1638         (nndoc-transform-git-headers): Ditto.
1639         (nndoc-transform-git-headers): Generate Subject headers.
1640
1641         * shr.el (shr-parse-style): New function.
1642         (shr-tag-span): Ditto.
1643
1644         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1645         to `G G' to avoid collisions.
1646
1647 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * shr.el: Load kinsoku if necessary.
1650         (shr-kinsoku-shorten): New internal variable.
1651         (shr-find-fill-point): Make kinsoku shorten text line if
1652         shr-kinsoku-shorten is bound to non-nil.
1653         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1654         shr-indentation too when testing if table is wider than frame width.
1655         (shr-insert-table): Use `string-width' instead of `length' to measure
1656         text width.
1657         (shr-insert-table-ruler): Make sure indentation is done at bol.
1658
1659 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1660
1661         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1662         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1663         undecoded network data.
1664
1665 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1668         name in the mode line spec so that the mode line menu works
1669         (bug #2431).
1670
1671         * message.el (message-get-reply-headers): If we're fed `to-address',
1672         then always use that.
1673
1674         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1675         aren't so wide as to need to switch off the edit menu.
1676
1677         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1678         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1679
1680         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1681         `M-g'.
1682         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1683         the permanent marks.
1684
1685 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1686
1687         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1688         Splitting according to references/in-reply-to obeys the ignore-groups
1689         variable, while splitting by sender and subject do not.
1690
1691 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1694         alist, so that we can look for non-Unicode chars.
1695         (article-translate-strings): Allow both character and string maps.
1696
1697 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * shr.el (shr-insert): Don't insert space behind a wide character
1700         categorized as kinsoku-bol, or between characters both categorized as
1701         nospace.
1702
1703 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1704
1705         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1706         headers to gnus-newsgroup-headers.
1707
1708 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * shr.el (shr-tag-img): Don't align images -- since we're not
1711         rescaling, this often leads to ugly displays.
1712
1713 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1714
1715         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1716         duplicates.
1717
1718 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1719
1720         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1721         call.
1722
1723 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus.el: Autoload gnus-html-show-images.
1726
1727         * nnimap.el: Use nnheader-message throughout.
1728
1729         * shr.el (shr-tag-img): Ignore images with no data.
1730
1731 2010-10-15  Julien Danjou  <julien@danjou.info>
1732
1733         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1734         a possibility to disable format=flow encoding when using hard newlines.
1735
1736 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * shr.el (shr-insert): Remove space inserted before or after a
1739         breakable character or at the beginning or the end of a line.
1740         (shr-find-fill-point): Do kinsoku; find the second best point or give
1741         it up if there's no breakable point.
1742
1743 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * nnimap.el (nnimap-open-connection): Message when opening connection
1746         for debugging purposes.
1747
1748         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1749         on every setup buffer call to allow this to change from article to
1750         article.
1751
1752         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1753         buffers where we have a wide table.
1754
1755 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1756
1757         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1758         uses *-request-thread.
1759
1760 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1763         incantation, which is no longer valid.
1764
1765 2010-10-14  Julien Danjou  <julien@danjou.info>
1766
1767         * shr.el: Fix defcustom type (char -> character).
1768
1769 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1772         programs.
1773
1774 2010-10-14  Julien Danjou  <julien@danjou.info>
1775
1776         * shr.el (shr-tag-a): Use url-link as widget type.
1777
1778         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1779         `gnus-group-get-icon'.
1780
1781 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1784         This should make server editing work better.
1785
1786         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1787
1788         * tls.el (tls-program): Remove spurious %s from openssl.
1789
1790         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1791         (nnimap-parse-flags): Fix regexp.
1792
1793         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1794         probably work for CJVK text, too.
1795
1796         * nnimap.el (nnimap-extend-tls-programs): Remove.
1797         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1798
1799         * tls.el (tls-starttls-switches): Remove starttls hack.
1800         (open-tls-stream): Ditto.
1801         (tls-find-starttls-argument): Ditto.
1802
1803 2010-10-13  Julien Danjou  <julien@danjou.info>
1804
1805         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1806         responses.
1807
1808 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1811
1812         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1813         anything in Emacs.
1814
1815         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1816
1817 2010-10-13  Julien Danjou  <julien@danjou.info>
1818
1819         * shr.el (shr-width): Make shr-width a defcustom with default to
1820         fill-column.
1821         (shr-tag-img): Use shr-width rather than fill-column.
1822
1823 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * dgnushack.el (byte-optimize-apply)
1826         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1827
1828         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1829         position when (X-)Faces exist.
1830         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1831         avatars when called interactively.
1832
1833 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1836         gnus-article-x-face-too-ugly is bound.
1837
1838 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1841
1842         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1843         mailbox that doesn't exist.
1844
1845 2010-10-12  Julien Danjou  <julien@danjou.info>
1846
1847         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1848         (shr-get-image-data): Encode URL properly when fetching from cache.
1849         (shr-tag-img): Use aligned-to spaces to align correctly images.
1850
1851         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1852         before inserting the Gravatar.
1853
1854         * shr.el (shr-tag-img): Add align attribute support for <img>.
1855
1856 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-gravatar.el (gnus-art): Require.
1859
1860         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1861         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1862         Remove long obsoleted functions.
1863
1864 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1867
1868         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1869
1870         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1871         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1872         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1873         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1874         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1875         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1876         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1877
1878 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1879
1880         * nnimap.el (nnimap-request-rename-group): Select group read-only
1881         before renaming it.
1882
1883         * shr.el (shr-insert): Fix up the white space only regexp.
1884
1885         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1886         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1887
1888         * shr.el (shr-current-column): New function.
1889         (shr-find-fill-point): New function.
1890
1891 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1892
1893         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1894         numbers.
1895
1896 2010-10-11  Julien Danjou  <julien@danjou.info>
1897
1898         * shr.el (shr-hr-line): Add.
1899         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1900         display hr lines.
1901         (shr-max-columns): Do not change state to nil if we just inserting
1902         spaces.
1903
1904 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1905
1906         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1907         select the last group.
1908
1909 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1910
1911         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1912
1913 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1914
1915         * dig.el (dig-mode-map): Declare and define in one step.
1916
1917 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1920         for Gnus.
1921         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1922         (nnimap-update-qresync-info): Mark \Seen articles as read.
1923
1924         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1925         non-variable, too.
1926
1927         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1928         available.
1929         (nnimap-update-info): Rely more on the current active than the param
1930         active to avoid marking articles as read too much.
1931
1932         * auth-source.el (auth-source-create): Use (user-login-name) for the
1933         user name default.
1934
1935         * nnimap.el (nnimap-update-info): If the server doesn't return any
1936         useful info, just use the previous info.
1937         (nnimap-update-info): Prefer old info over start-article.
1938         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1939
1940 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1941
1942         * nnir.el (autoload): Clean up autoloads.
1943         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1944         Use key rather than value.
1945         (nnir-imap-search-other): New variable.
1946         (nnir-read-parm): Use it.
1947         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1948         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1949
1950 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1951
1952         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1953         the process, too.
1954
1955 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * spam.el (gnus-summary-mode-map): Bind to "$".
1958         Suggested by Russ Allbery.
1959
1960         * shr.el: Rework the way things are indented by <li> slightly.
1961
1962         * gnus.el (gnus-group-set-parameter): Fix typo.
1963
1964         * nnimap.el: Start implementing QRESYNC support.
1965
1966 2010-10-09  Julien Danjou  <julien@danjou.info>
1967
1968         * nnir.el (nnir-engines): Fix too many arguments.
1969
1970 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1973         group is the "last", so that the backends like nnfolder actually save
1974         their folders.
1975
1976         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1977         try to use that for the tls stream.
1978         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1979         UIDVALIDITY and find out which groups are read-only and not.
1980         (nnimap-get-flags): Use the same marks parsing code as the rest of
1981         nnimap.
1982
1983 2010-10-09  Julien Danjou  <julien@danjou.info>
1984
1985         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1986
1987         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1988         retrieving gravatars.
1989
1990         * shr.el (shr-table-corner): Add.
1991         (shr-table-line): Add.
1992         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1993
1994 2010-10-08  Julien Danjou  <julien@danjou.info>
1995
1996         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1997
1998 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1999
2000         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2001
2002         * gnus-sum.el (gnus-mark-article-as-unread)
2003         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2004         (gnus-summary-set-bookmark): Use it.
2005
2006         * gnus-msg.el (gnus-setup-message): Use it.
2007
2008         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2009
2010         * gnus.el (gnus-group-remove-parameter): Use it.
2011
2012         * gnus-group.el (gnus-group-make-web-group): Use it.
2013
2014         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2015
2016         * nnregistry.el: Update docs to mention manual.
2017
2018         * gnus-registry.el: Update docs to mention nnregistry.el.
2019         (gnus-registry-initialize): Don't install nnregistry refer method
2020         automatically.
2021         (gnus-registry-install-nnregistry): Remove it.
2022
2023 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * shr.el (shr-insert): Don't insert double spaces.
2026
2027 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gnus-gravatar.el (gnus-treat-from-gravatar)
2030         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2031         called interactively.
2032
2033         * gnus-art.el (gnus-mime-view-part-externally)
2034         (gnus-mime-view-part-internally): Make predicate function passed to
2035         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2036         of a mime type.
2037
2038         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2039
2040 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * shr.el (require): Require cl when compiling.
2043         (shr-tag-hr): New function.
2044
2045         * nnimap.el (nnimap-update-info): Remove double setting of high.
2046         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2047         This makes nnimap work properly on Courier again.
2048
2049         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2050         the variable for backwards compatability.
2051
2052         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2053         the file name before using to avoid setting mm-default-directory to
2054         nil.
2055
2056         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2057         bidning gnus-agent variables.
2058
2059         * shr.el (shr-render-td): Use a cache for the table rendering function
2060         to avoid getting an exponential rendering behaviour in nested tables.
2061         (shr-insert): Rework the line-breaking algorithm.
2062         (shr-insert): Don't leave trailing spaces.
2063         (shr-insert-table): Also insert empty TDs.
2064         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2065
2066 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2067
2068         * gnus-sum.el (gnus-number): Rename from `number'.
2069         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2070         (gnus-summary-limit-children): Update uses correspondingly.
2071
2072 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2075         (gnus-gravatar-transform-address): Don't show avatars of people of
2076         which mail addresses match gnus-gravatar-too-ugly.
2077
2078 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * shr.el (shr-table-widths): Expand TD elements to fill available
2081         space.
2082
2083 2010-10-07  Julien Danjou  <julien@danjou.info>
2084
2085         * nnimap.el (nnimap-request-rename-group): Add this method.
2086
2087 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2090         name from XEmacs' function-arglist.
2091
2092         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2093         gravatar under XEmacs.
2094
2095 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2096
2097         * auth-source.el: Update docs with TODO items.
2098
2099         * gnus-sync.el: Update docs to explain state and plans.
2100
2101         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2102         Hooks for mark updates.
2103         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2104
2105         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2106         hooks with arguments, which is needed for mark update hooks.
2107
2108 2010-10-06  Julien Danjou  <julien@danjou.info>
2109
2110         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2111         was matched.
2112
2113         * sieve-manage.el: Update example in `Commentary'.
2114
2115         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2116
2117         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2118         not 2000.
2119         (sieve-manage-authenticate): Re-add function.
2120
2121 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * shr.el (shr-insert): Get 'space transition right.
2124         (shr-render-td): Only delete space at the end of the TD.
2125
2126         * nnimap.el (nnimap-open-connection): Prepare to support
2127         open-gnutls-stream.
2128
2129         * shr.el: Rearrange function order to be more logical.
2130
2131 2010-10-06  Julien Danjou  <julien@danjou.info>
2132
2133         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2134         (nnrss-discover-feed): Remove 404 URL in docstring.
2135
2136         * nnir.el: Fix Swish-E URL.
2137         Fix Namazu URL.
2138
2139         * message.el (message-change-subject): Remove 404 URL in a comment.
2140
2141 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2144         called interactively.
2145
2146         * gnus-util.el (gnus-remove-if): Allow hash table.
2147         (gnus-remove-if-not): New function.
2148
2149         * gnus-art.el (gnus-mime-view-part-as-type)
2150         * gnus-score.el (gnus-summary-score-effect)
2151         * gnus-sum.el (gnus-read-move-group-name):
2152         Replace remove-if-not with gnus-remove-if-not.
2153
2154         * gnus-group.el (gnus-group-completing-read):
2155         Regard collection as a hash table if it is not a list.
2156
2157 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2160
2161         * shr.el: Document the table-rendering algorithm.
2162
2163 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2166         for Emacsen having no `libxml-parse-html-region' support.
2167
2168 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2171         invalid URLs.
2172
2173         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2174         line-broken.
2175         (shr-tag-img): Ignore image fetching errors.
2176         (shr-overlays-in-region): Compute overlay positions correctly.
2177
2178         * mm-decode.el (mm-shr): Require shr.
2179
2180         * gnus-art.el (gnus-blocked-images): Move variable here.
2181
2182         * shr.el (shr-insert-table): Bind free variable.
2183
2184         * mm-decode.el (mm-shr): Bind shr-content-function.
2185
2186         * shr.el (shr-content-function): New variable.
2187
2188         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2189         added for symmetry.
2190
2191         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2192
2193         * gnus-group.el (gnus-group-make-group): Doc fix.
2194
2195         * nnimap.el (nnimap-request-newgroups): Return success.
2196
2197         * shr.el (shr-find-elements): New function.
2198         (shr-tag-table): Put all the images after the table.
2199         (shr-tag-table): Really inhibit images inside the table.
2200         (shr-collect-overlays): Copy over overlays from the TD elements to the
2201         main document.
2202
2203         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2204         gnus-blocked-images.
2205
2206 2010-10-05  Julien Danjou  <julien@danjou.info>
2207
2208         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2209
2210         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2211         (gnus-html-maximum-image-size): Add this function.
2212         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2213
2214         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2215         server-value of the capability is nil.
2216
2217 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * shr.el (shr-tag-em): Add <EM> tag.
2220
2221 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2222
2223         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2224         customizable.
2225
2226         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2227         handing broken links to browse-url.
2228
2229 2010-10-05  Julien Danjou  <julien@danjou.info>
2230
2231         * gnus-util.el (gnus-emacs-completing-read)
2232         (gnus-iswitchb-completing-read): Use autoload rather than require.
2233
2234 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2237         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2238         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2239         iswitchb-temp-buflist for XEmacs.
2240
2241         * gnus-util.el (gnus-completing-read-function): Exclude
2242         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2243         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2244         XEmacs.
2245
2246         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2247         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2248
2249         * gnus-html.el: Don't require help-fns under XEmacs.
2250         (gnus-html-schedule-image-fetching): Work for XEmacs.
2251
2252         * mm-decode.el (mm-shr): Decode contents by charset.
2253
2254 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2257         unknown.
2258
2259         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2260         (shr-get-image-data): Ensure against the cache file missing.
2261
2262         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2263         for data.
2264
2265         * spam-report.el (spam-report-url-ping-plain): Don't query about
2266         killing the process.
2267
2268         * shr.el (shr-render-td): Protect against too-wide text.
2269
2270 2010-10-04  Julien Danjou  <julien@danjou.info>
2271
2272         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2273         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2274
2275         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2276         retrieved.
2277
2278 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * shr.el (browse-url): Require.
2281         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2282         lines.
2283         (shr-show-alt-text, shr-browse-image): New commands.
2284         (shr-browse-url, shr-copy-url): New commands.
2285
2286         * gnus-sum.el (gnus-widen-article-window): New variable.
2287         (gnus-summary-select-article-buffer): Use it.
2288
2289         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2290         without @ signs.
2291
2292 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2293
2294         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2295
2296 2010-10-04  Julien Danjou  <julien@danjou.info>
2297
2298         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2299         for XEmacs.
2300
2301 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2304
2305         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2306         (nnimap-close-server): Implement.
2307
2308         * dgnushack.el (iswitchb): Require to shut up the compiler.
2309
2310         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2311         (shr-insert): Tweak line breaking.
2312         (shr-insert): Handle <pre> better.
2313         (shr-tag-li): Get <li> indentation right.
2314         (shr-tag-li): Get <li> indentation even righter.
2315         (shr-tag-blockquote): Ensure paragraph start.
2316         (shr-make-table): Tweak table generation.
2317         (shr-make-table): Fix typo.
2318
2319         * shr.el: Implement table rendering.
2320
2321 2010-10-04  Julien Danjou  <julien@danjou.info>
2322
2323         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2324
2325 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * shr.el (shr-insert): Use string anchors instead of line anchors.
2328
2329 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * shr.el: Add headings.
2332         (shr-ensure-paragraph): Actually work.
2333         (shr-tag-li): Make <ul> prettier.
2334         (shr-insert): Get white space at the beginning/end of elements right.
2335         (shr-tag-p): Collapse subsequent <p>s.
2336         (shr-ensure-paragraph): Don't insert double line feeds after blank
2337         lines.
2338         (shr-insert): \t is also space.
2339         (shr-tag-s): Fix "s" tag name function.
2340         (shr-tag-s): Fix face prop name.
2341
2342 2010-10-03  Julien Danjou  <julien@danjou.info>
2343
2344         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2345
2346         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2347         gnus-window-inside-pixel-edges.
2348
2349         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2350         gnus-ems.
2351
2352         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2353
2354         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2355         function.
2356
2357         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2358         resize choice.
2359
2360 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2363         beginning of the buffer.
2364
2365         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2366         article buffer again.
2367
2368         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2369
2370         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2371         when it's at the start of the buffer.
2372
2373         * shr.el (shr-tag-blockquote): Convert name.
2374         (shr-rescale-image): Use the right image-size variant.
2375
2376         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2377         buffer isn't shown, then select the current article first instead of
2378         bugging out.
2379         (gnus-summary-select-article-buffer): Show both the article and summary
2380         buffers again.
2381
2382         * shr.el (shr-fontize-cont): Protect against regions with no text.
2383         Rename tag functions to shr-tag-* for enhanced security.
2384         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2385
2386 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2387
2388         * shr.el (shr-insert):
2389         * pop3.el (pop3-movemail):
2390         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2391         loaded.
2392
2393 2010-10-03  Glenn Morris  <rgm@gnu.org>
2394
2395         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2396
2397         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2398
2399         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2400
2401         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2402
2403         * gnus-util.el (gnus-make-local-hook): Simplify.
2404
2405 2010-10-02  Julien Danjou  <julien@danjou.info>
2406
2407         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2408         (gnus-ido-completing-read): New function.
2409         (gnus-emacs-completing-read): New function.
2410         (gnus-completing-read): Use gnus-completing-read-function.
2411         Add gnus-completing-read-function.
2412
2413 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * shr.el (shr-insert-document): Autoload.
2416         (shr-img): Be silent.
2417         (shr-insert): Add a newline after every picture before text.
2418         (shr-add-font): Use overlays for combining faces.
2419         (shr-insert): Pass upwards the text start point.
2420
2421         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2422         possible.
2423         (mm-shr): New function.
2424
2425 2010-10-02  Julien Danjou  <julien@danjou.info>
2426
2427         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2428         should go backward.
2429
2430 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2431
2432         * shr.el (shr): Fix typo in provide call.
2433
2434 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * shr.el: New file.
2437
2438         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2439
2440         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2441         completing read.
2442
2443 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2446         we're being queried about.  Suggested by Dan Jacobson.
2447
2448         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2449         Suggested by Jason Eisner.
2450
2451         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2452         table, too.  Suggested by Stefan Wiens.
2453         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2454         the table unnecessary.  Suggested by Stefan Wiens.
2455
2456         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2457         longer needed, and probably doesn't work either, as pointed out by
2458         Stefan Wiens.
2459         (gnus-summary-exit): Remove call to the clearing function.
2460         (gnus-summary-exit-no-update): Ditto.
2461
2462         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2463         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2464         Reported by Stefan Monnier.
2465         (gnus-summary-save-in-rmail): Ditto.
2466
2467         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2468         article buffer, instead of both the article buffer and the summary
2469         buffer.  Sort of suggested by Dan Jacobson.
2470
2471         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2472
2473         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2474         Suggested by Dan Jacobson.
2475
2476         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2477         documentation clearer.
2478
2479         * message.el (message-shorten-references): Comment on the number "21".
2480         Suggested by Stefan Monnier.
2481
2482         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2483         Suggested by Dan Jacobson.
2484
2485         * gnus.el (gnus-large-newsgroup):
2486         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2487
2488         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2489         externalize attachments.  Bug reported by Steve Wen.
2490
2491         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2492         really message anything to the user.
2493
2494         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2495         directly.
2496
2497         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2498         messages in empty groups.
2499
2500 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2501
2502         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2503         non-UIDNEXT group.
2504
2505 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2508         not the value from the collection.
2509
2510         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2511         values.  This sometimes happens on some groups that have no info.
2512         (nnimap-request-newgroups): New function.
2513
2514 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2515
2516         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2517         check into `gnus-registry-initialize'.
2518         (gnus-registry-initialize): Ditto.
2519         Fix and extend header docs.
2520
2521 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2524         regexp backtrace overflows.
2525
2526         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2527         for starttls that tls.el implements; i.e. openssl.
2528
2529         * tls.el (tls-starttls-switches): Give up on using starttls with
2530         gnutls-cli.
2531         (tls-program): Add --insecure to be consistent with the defaults from
2532         openssl s_client.  Now all three commands are insecure.
2533
2534 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * lpath.el: Bind completion-styles-alist for XEmacs.
2537
2538         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2539         (gravatar-create-image): New function that's an alias to
2540         gnus-xmas-create-image, gnus-create-image, or create-image.
2541         (gravatar-data->image): Use it.
2542
2543 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2544
2545         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2546         install the nnregistry refer method.
2547         (gnus-registry-install-hooks): Use it.
2548         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2549         unfollowed groups.
2550
2551 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2552
2553         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2554         expanding threads.
2555
2556 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * nnir.el: Use the server names without suffixes (bug #7009).
2559
2560         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2561         unencrypted to STARTTLS, if possible.
2562
2563 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2564
2565         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2566         headers before superseding.
2567
2568 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * nnrss.el (nnrss-use-local): Add documentation.
2571
2572         * nnimap.el (nnimap-extend-tls-programs): New function.
2573         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2574         (nnimap-wait-for-connection): Accept the greeting from the stupid
2575         output from openssl s_client -starttls, too.
2576
2577         * tls.el (tls-starttls-switches): New variable.
2578         (tls-find-starttls-argument): Use it.
2579         (open-tls-stream): Ditto.
2580
2581         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2582         (netrc-machine): Ditto.
2583
2584         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2585         article number.
2586         (nnimap-split-fancy): New variable.
2587         (nnimap-split-incoming-mail): Use it.
2588
2589         * nntp.el (nntp-server-list-active-group): Document.
2590
2591         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2592         SELECT to get the message-id.
2593
2594         * mail-source.el (mail-sources): Remove webmail support.
2595         (defvar): Ditto.
2596         (mail-source-fetcher-alist): Ditto.
2597         (mail-source-fetch-webmail): Remove.
2598
2599         * webmail.el: Remove -- doesn't seem relevant any more.
2600
2601         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2602
2603         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2604         the \r.
2605
2606 2010-09-30  Julien Danjou  <julien@danjou.info>
2607
2608         * gnus-agent.el (gnus-agent-add-group): Fix call to
2609         gnus-completing-read.
2610
2611 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * nndoc.el (nndoc-retrieve-groups): New function.
2614
2615         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2616         `default', use nnmail-split-methods.
2617         (nnimap-request-article): Downcase the NILs so that they are nil.
2618
2619         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2620         symbol.
2621
2622         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2623         code, since if the user has requested network, that's what they ought
2624         to get.
2625         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2626         (nnimap-split-rule): Mark as obsolete.
2627
2628         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2629         New variable.
2630
2631         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2632         correct slot, too.
2633
2634 2010-09-29  Julien Danjou  <julien@danjou.info>
2635
2636         * gnus.el (gnus-local-domain): Declare variable obsolete.
2637
2638         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2639         Fix history computing.
2640         (gnus-ido-completing-read): Require ido.
2641
2642 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2645         build Gnus.
2646
2647         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2648         when interpreting the structures.
2649         (nnimap-request-accept-article): Add \r\n to the lines to make this
2650         work with Cyrus.
2651
2652         * nndraft.el (nndraft-request-expire-articles): Use the group name
2653         instead if "nndraft".  Fix found by Nils Ackermann.
2654
2655 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2656
2657         * nnregistry.el: Add.
2658
2659 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2660
2661         * nnmail.el (group, group-art-list, group-art):
2662         Remove unneeded directives.
2663
2664 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2667         (mm-mime-charset)
2668         * rfc2047.el (rfc2047-syntax-table)
2669         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2670
2671         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2672         rather than `insert-file-contents' and `eval-region'.
2673
2674         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2675         construction.
2676
2677         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2678
2679         * time-date.el: No need to require cl for Emacs 21.
2680
2681 2010-09-29  Julien Danjou  <julien@danjou.info>
2682
2683         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2684         replacement of `gnus-gravatar-relief' to mimic
2685         `gnus-faces-properties-alist'.
2686         Add :version property.
2687
2688 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * mail-source.el (mail-source-report-new-mail)
2691         * message.el (message-default-mail-headers)
2692         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2693
2694         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2695
2696 2010-09-28  Julien Danjou  <julien@danjou.info>
2697
2698         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2699         mail-address contains the same string as real-name.
2700
2701         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2702         non-blank in header, otherwise it'll get stripped.
2703
2704         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2705         real-name, and then for mail address rather than doing : or , search.
2706
2707 2010-09-27  Julien Danjou  <julien@danjou.info>
2708
2709         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2710         right completing-read function.
2711         (gnus-use-ido): New variable
2712         (gnus-completing-read-with-default): Remove.
2713         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2714         (gnus-agent-add-group):
2715         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2716         * mm-view.el (mm-view-pkcs7-decrypt):
2717         * mm-util.el (mm-codepage-setup):
2718         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2719         * mml-smime.el (mml-smime-openssl-sign-query):
2720         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2721         (mml-insert-multipart):
2722         * gnus-msg.el (gnus-summary-yank-message):
2723         * gnus-int.el (gnus-start-news-server):
2724         * mm-decode.el (mm-interactively-view-part):
2725         * gnus-dired.el (gnus-dired-attach):
2726         * gnus.el (gnus-read-method):
2727         * gnus-bookmark.el (gnus-bookmark-jump):
2728         * gnus-art.el (gnus-mime-view-part-as-type)
2729         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2730         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2731         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2732         * nnmairix.el (nnmairix-create-server-and-default-group)
2733         (nnmairix-update-groups, nnmairix-get-server)
2734         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2735         (nnmairix-get-group-from-file-path):
2736         * nnrss.el (nnrss-find-rss-via-syndic8):
2737         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2738         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2739         (gnus-group-browse-foreign-server):
2740         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2741         (gnus-summary-execute-command, gnus-summary-respool-article)
2742         (gnus-read-move-group-name):
2743         * gnus-score.el (gnus-summary-increase-score)
2744         (gnus-summary-score-effect):
2745         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2746
2747 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2750         x-focus-frame.
2751
2752         * nnimap.el (auth-source-forget-user-or-password)
2753         (auth-source-user-or-password): Autoload.
2754
2755         * message.el (message-from-style, message-interactive)
2756         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2757         (message-yank-prefix, message-indentation-spaces, message-signature)
2758         (message-signature-file): Add comment.
2759
2760 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2763         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2764         new articles.
2765
2766         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2767         parts.
2768         (nnimap-request-article): Work with the t setting, too.
2769
2770         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2771         that you don't get flashes of other buffers.
2772         (gnus-summary-show-complete-article): Intern before setting.
2773
2774 2010-09-27  David Engster  <dengste@eml.cc>
2775
2776         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2777         well as HEADERS.
2778         (nnmairix-retrieve-headers): Provide new argument for the above.
2779
2780 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-sum.el (gnus-summary-move-article): Don't alter
2783         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2784         group.
2785
2786         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2787
2788         * message.el (message-cite-prefix-regexp): Revert my last edit.
2789
2790         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2791         variable instead of the Gnus variable.
2792
2793         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2794
2795         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2796
2797         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2798         since some servers don't like it.
2799         (nnimap-open-connection): Forget credentials if the server says the
2800         password was wrong.
2801         (nnimap-parse-line): Protect against invalid data.
2802
2803         * gnus-sum.el (gnus-summary-move-article): Add comment.
2804         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2805         nothing alters it while scanning for new messages.
2806
2807         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2808         which may or may not help.
2809         (nnimap-open-connection): If we're doing a stream connection, and then
2810         discover we're on a STARTTLS-capable server, then open a STARTTLS
2811         connection instead.
2812
2813 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * nnimap.el (utf7): Require.
2816
2817         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2818         prefix.
2819
2820 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2821
2822         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2823
2824 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * nnimap.el (nnimap-request-accept-article): Message the error on
2827         error.
2828
2829 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2832
2833 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * nndoc.el (nndoc-request-list): Return success always.
2836
2837         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2838         `fetch-old' -- we only want to fetch the articles we've requested.
2839         The rest are in the agent, probably.
2840         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2841         disappeared server" to something low.  It's not important.
2842
2843         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2844         arrived before the FETCH data.
2845
2846         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2847         target here, because we don't know the Gnus name of the group.
2848
2849         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2850         for the correct group.
2851
2852         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2853
2854         * gnus.el (gnus): Give a final warning after startup.
2855
2856         * gnus-util.el (gnus-action-message-log): New variable.
2857         (gnus-message): Use it.
2858         (gnus-final-warning): New function.
2859
2860         * nnimap.el (nnimap-open-connection): Record the greeting.
2861         (nnimap): Add greeting.
2862
2863 2010-09-26  Julien Danjou  <julien@danjou.info>
2864
2865         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2866         arguments.
2867         (gnus-html-wash-images): Fix spec computing to include start/end.
2868
2869         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2870
2871 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2874         deletion.
2875         (nnimap-retrieve-headers): Don't select the group, because that's
2876         already done by nnimap-possibly-change-group.
2877
2878         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2879         (gnus-picon-transform-address): Use it.
2880
2881         * mail-source.el (mail-source-value): Revert previous patch.
2882
2883         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2884         on failure.
2885         (nnimap-open-connection): Look up both virtual and physical server name
2886         credentials.
2887
2888         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2889
2890 2009-02-07  Dave Love  <fx@gnu.org>
2891
2892         * tls.el (open-tls-stream): Don't query killing process.
2893
2894 2009-02-08  Dave Love  <fx@gnu.org>
2895
2896         * gnus-win.el (gnus-window-to-buffer-helper)
2897         (gnus-all-windows-visible-p): Function needn't be a symbol.
2898
2899         * mail-source.el (mail-source-value): Function needn't be a symbol.
2900
2901 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * message.el (message-cite-prefix-regexp): Remove } from the cite
2904         prefix.
2905
2906         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2907         highlight again, so that the highlight is correct.
2908
2909         * gnus-picon.el (gnus-picon): Remove again.
2910         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2911
2912         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2913         doing the header highlightling, so that the background colour of the
2914         picon is correct.
2915
2916         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2917         (gnus-picon): Ditto.
2918         (gnus-picon): Reinstate.  The background colour for picons is white.
2919         (gnus-picon-insert-glyph): Make the background white.
2920
2921         * nnml.el (nnml-open-nov): Don't return dead buffers.
2922
2923         * auth-source.el (auth-source-create): Query the user for whether to
2924         store the credentials.
2925
2926         * netrc.el (netrc-store-data): New function.
2927
2928         * auth-source.el (auth-source-user-or-password): Use the existing auth
2929         sources, if any, for creation.
2930
2931         * gnus.el (gnus-group-fast-parameter): Return the last matching
2932         parameter instead of the first matching parameter.
2933
2934 2010-09-26  Julien Danjou  <julien@danjou.info>
2935
2936         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2937
2938 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * mml2015.el (mml2015-use): Remove gpg support.
2941
2942         * mml1991.el (mml1991-function-alist): Remove gpg function.
2943         (mml1991-gpg-sign): Remove.
2944
2945 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2946
2947         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2948         (gnus-browse-unsubscribe-current-group): Document it.
2949         (gnus-browse-unsubscribe-group): Use it.
2950
2951 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2954         address to the To list for easier response.
2955
2956         * gnus.el (gnus-play-startup-jingle): Remove.
2957         (gnus-splash): Don't play jingle.
2958         (gnus): Silence gnus-load message.
2959
2960         * gnus-art.el (gnus-treat-play-sounds): Remove.
2961
2962         * gnus.el (gnus-play-jingle): Remove audio support.
2963
2964         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2965
2966         * earcon.el: Remove -- no users.
2967
2968         * gnus-audio.el: Remove -- no users of this package.
2969
2970         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2971
2972         * gnus-start.el (gnus-setup-news): Remove nocem support.
2973
2974         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2975
2976         * gnus.el (gnus-use-nocem): Remove.
2977
2978         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2979         Remove.
2980
2981         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2982         uses NoCeM any more.
2983
2984         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2985         (gnus-button-ctan-handler): Ditto.
2986         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2987         (gnus-button-ctan-directory-regexp): Ditto.
2988         (gnus-button-handle-ctan): Ditto.
2989         (gnus-button-tex-level): Ditto.
2990         (gnus-button-alist): Remove CTAN stuff.
2991
2992 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2995         nnimap-streaming test.
2996
2997         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2998         servers twice.
2999
3000         * nnimap.el (nnimap-open-connection): Add more error reporting when
3001         nnimap fails early.
3002
3003         * nnheader.el (nnheader-get-report-string): New function.
3004         (nnheader-get-report): Use it.
3005
3006         * gnus-int.el (gnus-check-server): Say what the error was when opening
3007         failed.
3008
3009         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3010         using streaming.
3011
3012 2010-09-25  Julien Danjou  <julien@danjou.info>
3013
3014         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3015         gnus-window-inside-pixel-edges.
3016
3017 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3020
3021         * mm-decode.el (mm-save-part): Allow saving to other directories the
3022         normal Emacs way.
3023
3024         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3025         Suggested by Jay Berkenbilt.
3026
3027         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3028         there isn't a single byte.
3029
3030         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3031         just do it.  It doesn't really seem to matter what the user responds
3032         here, I think, so it's just a confusing question.
3033
3034         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3035         non-streaming case.
3036
3037         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3038         (gnus-article-encrypt-body): Use it.
3039
3040         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3041         keystroke.
3042
3043         * nnimap.el (nnimap-find-wanted-parts-1):
3044         Use gnus-fetch-partial-articles.
3045
3046         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3047
3048         * nnimap.el (nnimap-insert-partial-structure): New function.
3049         (nnimap-get-partial-article): New function.
3050         (nnimap-request-article): Use it.
3051         (nnimap-wait-for-response): Return whether the wait was successful.
3052         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3053         retrieval wasn't successful.
3054         (nnimap-retrieve-group-data-early): Allow throttling servers.
3055         (nnimap-streaming): New variable.
3056         (nnimap-fetch-partial-articles): Remove.
3057
3058         * mm-decode.el (mm-with-part): Protect against killed buffers.
3059
3060         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3061         for prettier summary display.
3062
3063 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3064
3065         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3066
3067 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3070         apparently third-party libraries depend on it.
3071
3072         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3073         before starting negotiation.
3074
3075         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3076         privacy reasons.
3077         (gnus-treat-mail-gravatar): Ditto.
3078
3079         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3080         buffer when inserting images.  Inserting text into the headers, for
3081         instance, can make them invalid.
3082
3083 2010-09-25  Julien Danjou  <julien@danjou.info>
3084
3085         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3086         variables.
3087
3088         * nnheader.el: Remove useless variables news-reply-yank-from and
3089         news-reply-yank-message-id.
3090
3091         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3092         variables.
3093
3094         * mml1991.el: Remove useless mml1991-verbose.
3095
3096         * gnus.el: Remove useless variable gnus-use-generic-from.
3097         Remove obsolete variable gnus-topic-indentation.
3098
3099         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3100
3101         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3102
3103         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3104
3105         * gnus-group.el: Remove useless gnus-group-icon-cache.
3106         Remove useless gnus-ephemeral-group-server.
3107
3108         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3109
3110         * mml2015.el: Remove useless mml2015-verbose.
3111
3112         * mml-smime.el: Remove useless mml-smime-verbose.
3113
3114         * gnus.el: Remove useless gnus-local-domain.
3115
3116         * gnus-gravatar.el (gnus-gravatar-transform-address):
3117         Use gnus-gravatar-size.
3118
3119         * gnus-art.el: Remove useless gnus-treat-translate.
3120
3121 2010-09-24  Julien Danjou  <julien@danjou.info>
3122
3123         * gnus-sum.el: Add support for Gravatars.
3124
3125         * gnus-art.el: Add support for Gravatars.
3126
3127         * gnus-gravatar.el: Add this file.
3128
3129         * gravatar.el: Add this file.
3130
3131 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3134
3135         * gnus-group.el (gnus-group-fetch-faq): Remove.
3136
3137         * gnus.el (gnus-group-faq-directory): Remove.
3138
3139         * gnus-group.el (gnus-group-fetch-charter): Remove.
3140
3141         * gnus.el (gnus-group-charter-alist): Remove.
3142
3143         * gnus-group.el (gnus-group-archive-directory): Remove.
3144         (gnus-group-recent-archive-directory): Ditto.
3145         (gnus-group-make-archive-group): Remove.
3146
3147         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3148
3149         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3150         use the same article number for all the cached articles.
3151
3152         * nnimap.el (nnimap-command): Register the last command time so
3153         that we can use it for idling NOOPs.
3154         (nnimap-open-connection): Start the keeplive timer.
3155         (nnimap-make-process-buffer): Store all the process buffers.
3156         (nnimap-keepalive): New function.
3157
3158         * starttls.el (starttls-open-stream): Add autoload cookie.
3159
3160 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3161
3162         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3163         handling.
3164
3165 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3168         its data structures.
3169
3170         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3171         instead of the cl.el copy-list.
3172         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3173         equalp.
3174
3175 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3178         and tool-bar-local-item-from-menu.
3179
3180         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3181         mode-line-highlight face for Emacs.
3182
3183         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3184         loading gnus-sum.elc; fix comment for canlock-verify.
3185         (gnus-article-jump-to-part): Use read-number.
3186         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3187         Remove Emacs pre-21 compatible code for help-echo.
3188         (gnus-article-next-page-1): No need to adjust the number of lines.
3189         (gnus-article-describe-bindings): Always use help-buffer.
3190
3191         * gnus-audio.el (gnus-audio-inline-sound)
3192         * gnus-cus.el (gnus-custom-mode)
3193         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3194
3195         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3196
3197         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3198         compatible code.
3199
3200 2010-09-24  Glenn Morris  <rgm@gnu.org>
3201
3202         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3203         visiting the fcc file in rmail-mode.
3204
3205         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3206
3207 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * nnir.el: Silence the byte compiler.
3210
3211         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3212         alias to browse-url-url-encode-chars if any.
3213         (gnus-html-encode-url): Use it.
3214
3215 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * gnus-start.el (gnus-use-backend-marks): New variable.
3218         (gnus-get-unread-articles-in-group): Use it.
3219
3220         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3221         makeover.
3222
3223 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3224
3225         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3226
3227 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3230         Remove.
3231         (gnus-setup-news-hook):
3232         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3233
3234         * gnus-int.el (gnus-request-update-info): Protect against backends not
3235         having the function.
3236
3237         * nnimap.el (nnimap-stream): Mention starttls.
3238         (nnimap-open-connection): Add starttls support.
3239
3240 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3241
3242         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3243
3244 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3247         BODYSTRUCTUREs.
3248         (nnimap-transform-headers): Unfold quoted {42} headers.
3249
3250         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3251         the info.
3252         (gnus-get-unread-articles): Only call updatep on backends that support
3253         it.
3254
3255         * nnweb.el (nnweb-request-update-info): NOOP.
3256
3257         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3258
3259         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3260         since it only deals with marks.
3261
3262         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3263         gnus-request-marks, and make a new gnus-request-update-info.
3264
3265         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3266         the active instead of the high number, which is usually too low.
3267
3268 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3269
3270         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3271         * encrypt.el: Remove.
3272
3273 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3276         server in symbolic form.
3277
3278         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3279
3280 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3283         (nnimap-update-info): Fix up code slightly.
3284
3285         * gnus-int.el (gnus-open-server): Add tracing for performance
3286         debugging.
3287
3288         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3289         (gnus-group-insert-group-line): Pass the real group name so that it
3290         gets the right data.
3291
3292         * gnus-start.el (gnus-get-unread-articles): Don't have
3293         `gnus-get-unread-articles-in-group' update info, since that can be
3294         really slow and doesn't seem to be needed?
3295
3296 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3297
3298         * time-date.el (date-to-time): Try using parse-time-string first before
3299         using the slower timezone-make-date-arpa-standard.
3300
3301 2010-09-22  Julien Danjou  <julien@danjou.info>
3302
3303         * gnus-group.el (gnus-group-insert-group-line):
3304         Call gnus-group-highlight-line.
3305         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3306         default hook list.
3307         (gnus-group-update-eval-form): Add new function.
3308         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3309         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3310
3311 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3314         immediate, then expire all articles.
3315         (nnimap-update-info): Fix off-by-one errors.
3316         (nnimap-flags-to-marks): Would return no marks lists for group with no
3317         flags.  Instead return the other data.
3318
3319 2010-09-22  Julien Danjou  <julien@danjou.info>
3320
3321         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3322         Only return an icon.
3323         (gnus-group-insert-group-line): Compute icon to return.
3324
3325         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3326         (gnus-html-image-fetched): Only cache if
3327         gnus-html-image-automatic-caching is set.
3328         (gnus-html-image-fetched): Check for errors.
3329
3330 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3333         once per method on `g'.  This ensures that backends like nnfolder don't
3334         open all their folders.
3335
3336         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3337         (nnimap-request-list): Nix out group in the correct buffer.
3338         (nnimap-parse-flags): Implement by using `read' instead of
3339         hand-parsing.
3340         (nnimap-flags-to-marks): Pass on permanent-flags.
3341         (nnimap-make-process-buffer): Record the server name.
3342         (nnimap-parse-flags): Fix typo.
3343         (nnimap-request-scan): Run split on the server in general, not just a
3344         single group.
3345
3346         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3347         parameter, and propagate this downwards.
3348
3349         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3350         since EXAMINE changes it on the server.
3351
3352         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3353         this command might take a while.
3354
3355 2010-09-22  Julien Danjou  <julien@danjou.info>
3356
3357         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3358         harmful if you have 2 images side-by-side, they can't be properly
3359         update on text deletion.  Using text-property is safer here.
3360         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3361         data.
3362
3363 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * nnimap.el (nnimap-expunge-inbox): Remove.
3366         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3367         (nnimap-expunge): Flip default to t.
3368
3369         * gnus.el (gnus-method-to-server): Don't push things to the cache
3370         unless it's unique.
3371         (gnus-server-to-method): Ditto.
3372
3373 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3374
3375         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3376
3377 2010-09-22  Julien Danjou  <julien@danjou.info>
3378
3379         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3380         get the start of data.
3381         (gnus-html-encode-url): Add this function to encode special chars in
3382         URL.
3383         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3384         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3385
3386         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3387         default.
3388         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3389
3390         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3391         images alt-text.
3392         (gnus-html-put-image): Put alt-text as help-echo.
3393
3394 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3397         * mm-util.el (mm-decompress-buffer)
3398         * nnir.el (nnir-run-find-grep)
3399         * pop3.el (pop3-list): Use 3rd arg of split-string.
3400
3401         * time-date.el (format-seconds): Comment fix.
3402
3403         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3404         and byte-optimize-form-code-walker.
3405         (dgnushack-make-auto-load): Don't advise make-autoload.
3406
3407         * lpath.el: Remove Emacs 21 stuff.
3408
3409 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3412         outside the active range.  Suggested by Dan Christensen.
3413
3414         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3415         slightly later to avoid double-getting it.
3416
3417         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3418         previous patch.
3419
3420         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3421
3422 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3423
3424         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3425
3426 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-int.el (gnus-open-server): Give a better error message in the
3429         "go offline" case.
3430
3431         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3432         marks for nnimap, which is seldom the right thing to do.
3433
3434         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3435         (gnus-same-method-different-name): New function.
3436
3437         * nnimap.el (parse-time): Require.
3438
3439         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3440         method in the presence of many similar methods.
3441
3442         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3443
3444         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3445         nnml-inhibit-expiry.
3446
3447         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3448         find out whether methods are equal.
3449
3450         * nnimap.el (nnimap-find-expired-articles): New function.
3451         (nnimap-process-expiry-targets): New function.
3452         (nnimap-request-move-article): Request the article before looking at
3453         what the Message-ID is.  Fix found by Andrew Cohen.
3454         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3455
3456         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3457         for oldness in addition to being a predicate.
3458
3459         * nnimap.el (nnimap-request-group): When we have zero articles, return
3460         the right data to Gnus.
3461         (nnimap-request-expire-articles): Only delete articles immediately if
3462         the target is 'delete.
3463
3464         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3465         method, this would bug out.
3466
3467         * gnus-group.el (gnus-group-expunge-group): Rename from
3468         gnus-group-nnimap-expunge, and implemented as a normal interface
3469         function.
3470
3471         * gnus-int.el (gnus-request-expunge-group): New function.
3472
3473         * nnimap.el (nnimap-request-create-group): Implement.
3474         (nnimap-request-expunge-group): New function.
3475
3476 2010-09-21  Julien Danjou  <julien@danjou.info>
3477
3478         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3479         (gnus-html-cache-expired): Add new function.
3480         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3481         wethever we should display image for fetch it.
3482         Compute alt-text earlier to pass it to the fetching function too.
3483         (gnus-html-schedule-image-fetching): Change function argument to only
3484         get one image at a time, not a list.
3485         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3486         cache.
3487         (gnus-html-get-image-data): New function to retrieve image data from
3488         cache.
3489         (gnus-html-put-image): Change buffer argument to use image data rather
3490         than file, and place image above region rather than inserting a new
3491         one.  Do not take alt-text as argument, since it's useless now: we place
3492         the image above alt-text.
3493         (gnus-html-prune-cache): Remove.
3494         (gnus-html-show-images): Start to fetch image when we find one, do not
3495         push into a temporary list.
3496         (gnus-html-prefetch-images): Only fetch image if they have expired.
3497         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3498         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3499
3500 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3503
3504 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3507         spec inser "*" if the group isn't active instead of 0.
3508
3509         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3510         opening the server.
3511         (nnimap-request-delete-group): Implement group deletion.
3512         (nnimap-transform-headers): Return the size of the entire message in
3513         the Bytes header, not just the size of the first part.
3514         (nnimap-request-move-article): When moving an article from nnimap,
3515         request the article first so the accepting form has an article to
3516         accept.  Reported by Dan Christensen.
3517         (nnimap-command): Make sure that the error message doesn't error out.
3518
3519 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3520
3521         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3522         we haven't requested anything.
3523
3524 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525
3526         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3527         "".  Fix found by Andrew Cohen.
3528
3529         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3530         instead of -encode-string.
3531
3532 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3535
3536         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3537         by mm-subst-char-in-string.
3538
3539 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3542         waiting for the connection string.
3543
3544         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3545         arriving.
3546
3547         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3548         bogus characters.  This allows selecting certain Gmail groups.
3549
3550         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3551         (nnimap-fetch-partial-articles): New variable.
3552         (nnimap-open-connection): When looking for credentials, also use the
3553         nnimap-server-port.
3554         (nnimap-request-article): Return the group/article number, so that Gnus
3555         `^' works as expected.
3556         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3557
3558         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3559         comments.
3560         (gnus-methods-sloppily-equal): New function.
3561         (gnus): When using the development version of Gnus, load the gnus-load
3562         file.
3563
3564         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3565         `gnus-open-server' on each method before trying to scan them etc.
3566         This ensures that all the backend parameters are set correctly.
3567
3568         * nnimap.el (nnimap-authenticator): New variable.
3569         (nnimap-open-connection): Allow anonymous login.
3570         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3571         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3572
3573         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3574         patch, found by Knut Anders Hatlen.
3575
3576 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3577
3578         * gnus-agent.el (gnus-agent-batch-confirmation)
3579         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3580         to gnus-message.
3581         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3582         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3583         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3584         * gnus-int.el (gnus-open-server): Likewise.
3585         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3586         (gnus-score-check-syntax): Likewise.
3587         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3588         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3589         Likewise.
3590         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3591
3592 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3595         calling conventions so that prefetch doesn't bug out.
3596
3597 2010-09-19  Julien Danjou  <julien@danjou.info>
3598
3599         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3600         rather than `subst-char-in-region' in order to be able to replace ASCII
3601         char by UTF-8 ones.
3602
3603         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3604         than curl.
3605         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3606         the right URL and ALT text on images.
3607         (gnus-html-wash-tags): Fix tag case.
3608         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3609         (gnus-article-html): Add -o display_ins_del=2 option.
3610         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3611
3612 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3615         the extra mail headers, which sometimes seem to happen for unknown
3616         reasons.
3617
3618         * mail-parse.el (mail-header-encode-parameter): Define as
3619         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3620         (or most, perhaps?) mail readers don't understand the latter, but do
3621         understand the former.
3622
3623         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3624         to nil, so that no methods are automatically agentized.  I think this
3625         is probably what most users want.
3626
3627         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3628         from url-retrieve, for instance about invalid URLs.
3629
3630         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3631         groups that have no articles.
3632         (nnimap-request-article): Check that we really got an article when we
3633         requested one.
3634
3635         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3636         doesn't exist.
3637
3638         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3639         nntp buffer so the agent can save it.
3640         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3641         that CRLF doesn't get translated to \n.
3642         (nnimap-open-connection): Don't make 'shell commands only send \n.
3643
3644 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3645
3646         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3647         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3648         Update var name.
3649         (nnml-generate-nov-file): Use dolist.
3650         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3651         Use with-current-buffer.
3652
3653 2010-09-18  Julien Danjou  <julien@danjou.info>
3654
3655         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3656         parallel.
3657
3658 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3661         the range update right.
3662         (nnimap-request-group): Don't make `M-g' bug out on group with no
3663         marks.
3664         (nnoo): Require, so that other packages can require nnimap.
3665         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3666         command we're looking for.  This helps when the server sends more
3667         responses after we've gotten everything we expected.
3668         (nnimap): Add a `newlinep' field to keep track of end-of-line
3669         conventions.
3670         Don't send CRLF to things that don't want it.
3671         (nnimap-request-accept-article): Ditto.
3672
3673 2010-09-18  Julien Danjou  <julien@danjou.info>
3674
3675         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3676         than curl to retrieve images.
3677
3678 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3681         the marks.
3682         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3683         (nnimap-wait-for-connection): New function.
3684         (nnimap-open-connection): If we have PREAUTH, don't query for login
3685         credentials.
3686         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3687         when doing a partial update.
3688
3689 2010-09-18  Julien Danjou  <julien@danjou.info>
3690
3691         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3692         tags.
3693
3694 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * nnimap.el (nnimap-credentials): New function.
3697         (nnimap-open-connection): Use the new function to look for credentials
3698         also on the numeric equivalents of "imap" and "imaps".
3699
3700         * gnus-start.el (gnus-activate-group): Send the info to
3701         gnus-request-group.
3702
3703         * nnimap.el (nnimap-request-group): Have the "check" version of the
3704         function parse flags and update the info, so that a `M-g' get a total
3705         resync of all flags from the group.
3706
3707         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3708         to allow backends to alter the info on group selection.  Also alter all
3709         the backend -request-group functions to take the parameter.
3710
3711         * nnimap.el (nnimap-store-info): New function.
3712         (nnimap-update-info): Store the info for later usage.
3713         (nnimap-request-group): Use the stored info for the dont-check case, so
3714         that we don't retrieve all marks when we enter a group.
3715
3716         * nnimap.el: Use deffoo instead of defun for interface functions.
3717
3718         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3719         update the group info.  This makes the nndraft groups, for instance, go
3720         back to their old behaviour.
3721
3722         * gnus-sum.el (gnus-select-newsgroup): Indent.
3723
3724         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3725         in.
3726         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3727         nothing.
3728
3729         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3730         from methods that are denied.
3731
3732         * gnus-int.el (gnus-method-denied-p): New function.
3733
3734         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3735         store the password instead of netrc.
3736         (nnimap-open-connection): Don't error out when we can't make a
3737         connections.
3738
3739         * auth-source.el (auth-source-create): In the password prompt, say what
3740         we're querying for.  Also prompt for user name if that hasn't been
3741         given.
3742
3743         * nnimap.el (nnimap-with-process-buffer): Remove.
3744
3745 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3748         method when we're reading from the agent.
3749
3750         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3751
3752         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3753         that's probably most useful for users.
3754
3755         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3756         "failed" all the time.
3757
3758         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3759         ...)) with (with-current-buffer ... ).
3760
3761         * nntp.el (nntp-open-server): Return whether the open was successful or
3762         not.
3763
3764         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3765         select an unread unseen article first.
3766
3767         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3768         /etc/services, supply some sensible port defaults.
3769
3770         * dgnushack.el: Define netrc-credentials.
3771
3772 2010-09-17  Julien Danjou  <julien@danjou.info>
3773
3774         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3775
3776 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3777
3778         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3779         doesn't have any parameters.
3780
3781 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782
3783         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3784         only upcased checks.
3785
3786         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3787
3788         * nnimap.el (nnimap-open-shell-stream): New function.
3789         (nnimap-open-connection): Use it.
3790         (nnimap-transform-headers): Get the number of lines in each message.
3791         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3792         number of lines.
3793         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3794         problem.
3795
3796         * utf7.el (utf7-encode): Autoload.
3797
3798         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3799         to allow the mail splitting to not return a default group.  This is
3800         useful for nnimap, which will leave unmatched mail in the inbox.
3801
3802         * nnimap.el: Rewritten.
3803
3804         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3805         nnimap usage.
3806
3807         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3808         if the move is internal, so that nnimap can do fast internal moves.
3809
3810         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3811         data.
3812         (gnus-read-active-for-groups): Support finishing the early retrieval of
3813         data.
3814
3815         * gnus-range.el (gnus-range-nconcat): New function.
3816
3817         * gnus-int.el (gnus-finish-retrieve-group-infos)
3818         (gnus-retrieve-group-data-early): New functions.
3819
3820 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3821
3822         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3823         (nnrss-retrieve-groups):
3824         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3825         (pop3-quit): Use with-current-buffer.
3826
3827 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3830         instead of nnheader-accept-process-output.
3831
3832         * dgnushack.el (dgnushack-compile): Add comment.
3833
3834         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3835
3836         * gnus-html.el (gnus-html-schedule-image-fetching)
3837         (gnus-html-prefetch-images): Replace process-kill-without-query by
3838         gnus-set-process-query-on-exit-flag.
3839
3840 2010-09-16  Romain Francoise  <romain@orebokech.com>
3841
3842         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3843
3844 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3847         parameter to unintern is mandatory-ish in Emacs 24.
3848
3849         * gnus-html.el (gnus-html-schedule-image-fetching)
3850         (gnus-html-prefetch-images): Check for curl before using it.
3851
3852         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3853         depend on curl, which isn't essential.
3854
3855         * imap.el: Revert back to version
3856         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3857         seem problematic.
3858
3859 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3860
3861         * gnus-registry.el (gnus-registry-install-shortcuts):
3862         Explicitly pass `obarray' to `unintern' to avoid a warning.
3863
3864 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3867         change.
3868
3869         * nnrss.el (nnrss-request-list): Remove this function and related
3870         functions, including the moreover stuff.
3871
3872 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * nnrss.el (nnrss-retrieve-groups): New function.
3875
3876 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3877
3878         * .dir-locals.el: Add no-byte-compile cookie.
3879
3880 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * time-date.el (format-seconds): Comment fix.
3883
3884         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3885         for back end that doesn't support request-scan.
3886
3887 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3890         then do request scans from the backends.
3891
3892         * netrc.el (netrc-credentials): New conveniency function.
3893
3894         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3895         avoid running a hook per line, since this takes a lot of time,
3896         profiling shows.
3897         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3898         directly if gnus-visual-p is true.
3899
3900 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3903         groups; replace mapcar with dolist which is a bit faster; pass groups
3904         info to gnus-read-active-file-1.
3905         (gnus-read-active-file-1): Scan only specified groups if the new
3906         optional arg `infos' is given.
3907
3908 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909
3910         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3911
3912         * pop3.el (pop3-movemail): Remove.
3913         (pop3-streaming-movemail): Rename to pop3-movemail.
3914
3915         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3916         don't restrict end-tag searches to the end of the line.
3917
3918 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3921         articles of every unchecked group to t, which means unknown since the
3922         server has never been opened.
3923
3924 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * gnus-html.el (gnus-html-show-alt-text): New command.
3927         (gnus-html-browse-image): Ditto.
3928         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3929         to browse the image directly.
3930         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3931         better.
3932
3933         * gnus-async.el (gnus-async-article-callback):
3934         Call `gnus-html-prefetch-images' unconditionally.
3935
3936         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3937         before feeding URLs to curl.
3938
3939 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3942         internal images as deletable by `W D D'.
3943
3944         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3945         (gnus-async-article-callback): Fix typo.
3946
3947 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3950         current line to work around bugs in the output from w3m.
3951
3952         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3953         for groups that want that.
3954
3955         * nntp.el (nntp-wait-for-string): Supply a timeout for
3956         accept-process-output to ensure progress.
3957
3958         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3959         level to get unread articles from, then use that for foreign groups,
3960         too.
3961
3962         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3963         confuses the rest of the function.
3964
3965         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3966         for the methods that support -retrieve-groups, too.
3967
3968         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3969
3970 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3973         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3974
3975         * pop3.el: Require cl when compiling.
3976         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3977
3978 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979
3980         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3981         that aren't going to be activated.
3982         (gnus-get-unread-articles): Fix up the last commit.
3983
3984         * gnus-html.el (gnus-article-html): Allow calling without specifying
3985         the handle.  In that case, dissect the buffer first.
3986
3987         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3988
3989         * nnimap.el (nnimap-open-connection): Revert the change that would look
3990         into authinfo for imaps instead of imap.
3991
3992         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3993         say that you don't want to call gnus-request-group with don-check, but
3994         do check the reponse.  This is for virtual groups only.
3995         (gnus-get-unread-articles): Count the archive groups as secondary, so
3996         that they're activated the same way as before.
3997
3998         * imap.el (imap-message-map): Removed optional buffer parameter, since
3999         no callers use it.
4000         (imap-message-get): Ditto.
4001         (imap-message-put): Ditto.
4002         (imap-mailbox-map): Ditto.
4003         (imap-mailbox-put): Ditto.
4004         (imap-mailbox-get): Ditto.
4005         (imap-mailbox-get): Revert last change for this function.
4006
4007         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4008         case-insensitively.
4009         (nnimap-debug): Remove.
4010
4011         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4012         to use `imap-fetch' instead.  According to the comments, this should be
4013         safe, since all other IMAP clients use the 1:* syntax.
4014         (imap-enable-exchange-bug-workaround): Removed.
4015         (imap-debug): Removed -- doesn't seem very useful.
4016
4017         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4018         mail from a file, and the file doesn't exist.
4019
4020         * imap.el (imap-log): New convenience function used throughout instead
4021         of repeating the same code all over the place.
4022
4023         * pop3.el (pop3-streaming-movemail): Return t for success.
4024
4025         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4026         .authinfo if we're using ssl connection.
4027
4028         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4029         already have if we're in a main Gnus `g' run.
4030
4031         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4032
4033 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4036
4037         * nnmh.el (nnmh-request-list-1): Bind `file'.
4038
4039         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4040         alias to set-process-query-on-exit-flag or process-kill-without-query.
4041         (pop3-open-server): Use it.
4042
4043 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4046         box to the Incoming file.  Fixes mistake in previous checkin.
4047
4048         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4049         request loop (for debugging purposes) removed.
4050
4051         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4052         culprit is more visible.
4053         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4054         (nnml-add-incremental-nov): New functions to do "incremental" nov
4055         updates, where we just append to the end of the existing nov files
4056         without reading/writing them in full.
4057
4058         * mail-source.el (mail-source-delete-crash-box): Really only check the
4059         incoming files once in a while.
4060
4061         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4062
4063         * mail-source.el (mail-source-delete-crash-box): Only check the
4064         incoming files for deletion once per day to save a lot of file
4065         accesses.
4066
4067         * pop3.el (pop3-logon): Fix up unbound variable typo.
4068
4069         * mail-source.el (pop3-streaming-movemail): Autoload.
4070
4071         * pop3.el (pop3-streaming-movemail):
4072         Respect pop3-leave-mail-on-server.
4073
4074         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4075         retrieval.
4076
4077         * pop3.el (pop3-process-filter): Remove unused function.
4078         (pop3-streaming-movemail, pop3-send-streaming-command)
4079         (pop3-wait-for-messages, pop3-write-to-file)
4080         (pop3-number-of-responses): New functions for streaming pop3
4081         retrieval.
4082
4083         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4084         come from no known methods.
4085         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4086         list.
4087
4088         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4089         message sizes.
4090         (pop3-movemail): Use erase-buffer instead of looping and deleting
4091         regions, which seems rather odd.
4092
4093         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4094         file once per `g' run.
4095
4096         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4097         directories.  This makes the draft queue directory work.
4098
4099         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4100         data from the backends, so that we only request the list of groups from
4101         each method once.  This should speed things up considerably.
4102
4103         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4104         detect that it's not implemented.
4105
4106         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4107         we actually do recurse down into the tree, but don't stat all leaf
4108         nodes.
4109
4110         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4111         then say so instead of bugging out.
4112
4113         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4114         files exist before trying to read them.
4115
4116         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4117         around <pre_int>.
4118
4119         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4120
4121         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4122
4123 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * mm-util.el (mm-image-load-path): Just return the image directories,
4126         not all directories in the path in addition to the image directories.
4127         (mm-image-load-path): Maintain a cache of the image directories so that
4128         the `g' command in Gnus doesn't have to stat dozens of directories each
4129         time.
4130
4131         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4132         (gnus-html-wash-tags): Add a new `i' command to insert images.
4133         (gnus-html-insert-image): New command and keystroke.
4134         (gnus-html-redisplay-with-images): New command and keystroke.
4135         (gnus-html-show-images): Rename command.
4136         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4137         spacers.
4138         (gnus-html-wash-tags): Decode entities at the end, so that entities
4139         inside the tags don't mess up the rest of the "parsing".
4140
4141         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4142         so that nnimap methods aren't agentized by default.  There's apparently
4143         many problems related to agent/imap behaviour.
4144
4145         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4146
4147         * gnus-html.el: Doc fix.
4148
4149 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4152         specifier-spec-list for Emacs 21.
4153
4154         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4155         glyph-width and glyph-height instead of display-graphic-p and
4156         image-size; make avoidance of displaying small images work for XEmacs.
4157
4158         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4159         for XEmacs.
4160
4161         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4162         of symbol that holds plist data.
4163         (gnus-process-plist): Remove plist of process after getting it.
4164
4165 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4166
4167         * message.el (message-generate-hashcash): Change default to
4168         'opportunistic if hashcash is installed.
4169
4170         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4171         (gnus-html-put-image): Only call image-size once, since it's somewhat
4172         time-consuming on remote X servers.
4173
4174 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4177         type on data, not a file name.
4178
4179         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4180         window-pixel-edges for Emacs 21.
4181
4182         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4183         decoded contents.
4184         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4185
4186 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4189         group line format, since it isn't very interesting.
4190
4191         * gnus-agent.el (gnus-agent-short-article),
4192         (gnus-agent-long-article): Increase values for these two variables,
4193         since most people are likely to have more network connection and
4194         storage than before.
4195
4196         * gnus.el (gnus-refer-article-method): Change default to 'current.
4197         When referring an article, the common behaviour is to refer it from the
4198         current select method, not the native select method.  The chances of
4199         the native select method having the message in question is rather slim
4200         these days.
4201
4202         * gnus-sum.el (gnus-auto-select-subject): Change default to
4203         `unseen-or-unread'.  I think it's likely that most people want to
4204         select an unseen article over a previously seen, but unread one.
4205
4206         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4207         means that in the article buffer none of the minor mode elements will
4208         be shown, usually, and this is not desirable in most cases.
4209
4210         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4211         that commands like `d' (and the like) go to the next line in the
4212         buffer, instead of the next unread article.  I think this is the
4213         behaviour that is most natural for most users.
4214         (gnus-single-article-buffer): Change default to nil, so that people can
4215         have as many article buffers open as they have summary buffer.  I think
4216         this is the most natural way for the groups to behave.
4217
4218         * message.el (message-generate-new-buffers): Change default to
4219         `unsent', so that all new message buffers start their names with the
4220         string "*unsent", and it's easier to find the buffers if you move from
4221         them.
4222
4223 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4226         small.  They're probably tracking images.
4227         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4228         (gnus-html-rescale-image): Yet another try at getting the image sizing
4229         right.
4230
4231         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4232         nntp-marks-file-name is nil.
4233
4234 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4235
4236         * gnus-html.el (gnus-html-wash-tags)
4237         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4238         Better logging.
4239
4240 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4243
4244         * gnus-html.el (gnus-html-wash-tags): Check the value of
4245         gnus-blocked-images in the summary buffer.
4246
4247 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4248
4249         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4250
4251 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4254         like "a", it seems like.
4255         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4256         since it needs to be picked from the correct buffer.
4257
4258         * nnwfm.el: Remove.
4259
4260         * nnlistserv.el: Remove.
4261
4262 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4263
4264         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4265         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4266
4267 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * nnkiboze.el: Remove.
4270
4271         * nndb.el: Remove.
4272
4273         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4274         alt text.
4275         (gnus-html-rescale-image): Try to get the rescaling logic right for
4276         images that are just wide and not tall.
4277
4278         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4279         overshadow variable bindings.
4280
4281 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4282
4283         * gnus-html.el (gnus-html-wash-tags)
4284         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4285         Add extra logging.
4286
4287 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4290         (gnus-max-image-proportion): New variable.
4291         (gnus-html-rescale-image): New function.
4292         (gnus-html-put-image): Rescale images.
4293
4294 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4295
4296         Fix up some byte-compiler warnings.
4297         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4298         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4299         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4300         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4301         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4302         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4303         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4304
4305 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-html.el (gnus-article-html): Decode contents by charset.
4308
4309 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4312         (gnus-html-frame-width, gnus-blocked-images)
4313         * message.el (message-prune-recipient-rules): Add custom version.
4314         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4315
4316         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4317         functions.
4318
4319         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4320         gnus-process-get.
4321
4322 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4323
4324         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4325         instead of lsub directly.
4326
4327 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * nnwarchive.el: Remove.
4330
4331         * gnus-soup.el: Remove.
4332
4333         * nnsoup.el: Remove.
4334
4335         * nnultimate.el: Remove.
4336
4337         * gnus-html.el (gnus-blocked-images): New variable.
4338
4339         * message.el (message-prune-recipients): New function.
4340         (message-prune-recipient-rules): New variable.
4341
4342         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4343         guess whether a long line is natural text or not.
4344
4345         * gnus-html.el (gnus-html-schedule-image-fetching):
4346         Use gnus-process-plist and friends for compatibility.
4347
4348 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4349
4350         * gnus-html.el: Require packages that define macros used in this file.
4351         (gnus-article-mouse-face): Declare to silence byte-compiler.
4352         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4353         process-get.
4354         (gnus-html-put-image): Use plist-get to avoid getf.
4355         (gnus-html-prefetch-images): Use with-current-buffer.
4356
4357 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * gnus-ems.el: Provide compatibility functions for
4360         gnus-set-process-plist.
4361
4362         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4363         header-line-format for XEmacs 21.4.
4364
4365         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4366         * gnus.el (gnus-valid-select-methods)
4367         * message.el (message-send-mail-partially-limit)
4368         * mm-decode.el (mm-text-html-renderer)
4369         * mml.el (mml-insert-mime-headers-always)
4370         * smiley.el (smiley-regexp-alist): Bump custom version.
4371
4372 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-html.el: require mm-url.
4375         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4376         with the url to `url'.
4377         (gnus-html-wash-tags): Support cid: URLs/images.
4378
4379 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4382         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4383         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4384
4385         * gnus-move.el: Remove file, since it doesn't really work.
4386
4387         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4388         UTF-8.  This seems to fix problems with some German web feeds.
4389
4390         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4391         at the top so that the proper colours are applied.
4392
4393         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4394         don't have dots in their names.
4395
4396         * gnus-art.el (gnus-article-view-part): Doc fix.
4397
4398         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4399         XEmacs-compatible.
4400         (gnus-html-put-image): Don't do images on non-graphic displays.
4401
4402         * nnslashdot.el: Remove this unused backend.
4403
4404         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4405         actions.
4406         (gnus-undo-register-1): Revert last change.
4407
4408         * gnus-group.el (gnus-group-completing-read): Protect against not
4409         having completion-styles bound.
4410
4411         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4412         make broken recipients happier.
4413
4414         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4415
4416         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4417         point parameter.
4418
4419         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4420
4421         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4422         completion-styles for group selection.
4423
4424 2009-02-04  Andreas Schwab  <schwab@suse.de>
4425
4426         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4427         headers and regexp-quote the match if necessary.
4428
4429 2009-03-24  Miles Bader  <miles@gnu.org>
4430
4431         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4432         the blinking smiley.
4433
4434 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4435
4436         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4437         blink smiley.
4438
4439 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4442         where the dribbel file lives exists.
4443
4444         * message.el (message-send-mail-partially-limit): Change the default to
4445         nil, since most people don't want this.
4446
4447         * mm-url.el (mm-url-decode-entities): Also decode entities like
4448         &#x3212.
4449
4450 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4451
4452         * gnus-sum.el (gnus-summary-idna-message):
4453         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4454         Hyperlink urls in docstrings with URL `...'.
4455
4456 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4457
4458         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4459         functions.
4460
4461 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4464         say what the mouseover text should be.
4465
4466         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4467         version of the mm-w3m-safe-url-regexp variable to only download images
4468         in the groups where we want that to happen.
4469
4470         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4471
4472         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4473         easier debugging.
4474         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4475         big pictures in the article buffer.
4476
4477         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4478         gnus-article-html.
4479         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4480         w3m.
4481
4482         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4483
4484 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4487         which doesn't exist.
4488
4489         * message.el (message-inhibit-ecomplete): New variable to allow some
4490         function to inhibit ecomplete address storage.
4491         (message-resend): Disable ecomplete message storage when resending
4492         messages.
4493
4494         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4495
4496 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4499         Save excursion while copying, moving, and deleting articles in order to
4500         prevent the cursor from jumping to unforeseen place.
4501
4502 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * lpath.el: No need to bind bookmark-current-buffer,
4505         bookmark-yank-point and bookmark-make-record-function.
4506
4507 2010-08-17  Glenn Morris  <rgm@gnu.org>
4508
4509         * gnus-sync.el: Require gnus components whose functions are used.
4510
4511         * gnus-art.el (bookmark-make-record-function):
4512         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4513         Declare for compiler.
4514
4515         * mm-url.el (mml-compute-boundary): Autoload.
4516
4517 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4520
4521 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4522
4523         Typo fix "hoo4a" -> "hook".
4524
4525         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4526
4527 2010-08-14  Glenn Morris  <rgm@gnu.org>
4528
4529         * gnus-sync.el (gnus-sync): Fix defgroup version.
4530
4531 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4534
4535         * gnus-sync.el: Fix docs.
4536         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4537         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4538
4539 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         Optimizations for gnus-sync.el.
4542
4543         * gnus-sync.el: Add docs about gnus-sync-backend
4544         possibilities.
4545         (gnus-sync-save): Remove unnecessary message.
4546         (gnus-sync-read): Optimize and show what groups were skipped.
4547
4548 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4549
4550         Minor bug fixes for gnus-sync.el.
4551
4552         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4553         Don't read the sync on get-new-news.
4554
4555         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4556         quiet.
4557
4558         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4559         (fix typo).
4560
4561 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4562
4563         Make saving and restoring of hidden threads work with overlays.
4564         Patch applied by Ted Zlatanov.
4565
4566         * gnus-sum.el (gnus-hidden-threads-configuration)
4567         (gnus-restore-hidden-threads-configuration): Update to deal with text
4568         properties, rather than searching for a magic character.
4569
4570 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         New gnus-sync.el library for synchronization of marks.
4573
4574         * gnus-sync.el: New library for synchronization of marks.
4575
4576         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4577         renamed from `gnus-registry-grep-in-list'.
4578
4579         * gnus-registry.el (gnus-registry-follow-group-p):
4580         Use `gnus-grep-in-list'.
4581
4582         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4583
4584 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4587         determining charset of text fails.
4588
4589 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * nnmail.el (nnmail-get-new-mail-1): Revert.
4592
4593         * nnml.el (nnml-active-number): Make sure names of newly created groups
4594         in nnml-group-alist are encoded.
4595
4596 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4599         containing non-ASCII characters in active file for nnml back end.
4600
4601 2010-07-24  David Engster  <dengste@eml.cc>
4602
4603         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4604         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4605
4606 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4607
4608         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4609         tag (Bug#6654).
4610
4611 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4614         the article buffer, not the summary buffer.
4615
4616 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4619         Emacs 23 as well.
4620
4621 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4624         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4625
4626 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4627
4628         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4629         Patch applied by Karl Fogel.
4630
4631         * gnus-sum.el (gnus-summary-bookmark-make-record):
4632         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4633
4634 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4635
4636         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4637         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4638         C-w still not working correctly from Article buffers; Thierry's
4639         patch to fix that will be applied after this.
4640
4641         * gnus-art.el (bookmark-make-record-function): New local variable.
4642
4643         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4644         article buffer.
4645         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4646
4647 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4648
4649         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4650         on changes in bookmark.el.
4651
4652 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4655         `no-log' instead of message not to log prompt string.
4656
4657 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4658
4659         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4660         the *other* type of HTML form submission.
4661
4662 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4663
4664         * auth-source.el (auth-source-pick): If choice does not contain a
4665         questioned keyword, set the check to t.
4666
4667 2010-06-12  Romain Francoise  <romain@orebokech.com>
4668
4669         * gnus-util.el (gnus-date-get-time): Move up before first use.
4670
4671 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4674         (gnus-article-edit-part): Bind it to make last part that is substituted
4675         or deleted visible.
4676         (gnus-mime-display-single): Buttonize part of which id equals to
4677         gnus-mime-buttonized-part-id.
4678
4679 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4680
4681         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4682         (gnus-dd-mmm): Use gnus-date-get-time.
4683         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4684         simplify logic.
4685         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4686         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4687
4688 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4689
4690         * auth-source.el (top): Autoload `secrets-list-collections',
4691         `secrets-create-item', `secrets-delete-item'.
4692         (auth-sources): Fix tag string.
4693         (auth-get-source, auth-source-retrieve, auth-source-create)
4694         (auth-source-delete): New defuns.
4695         (auth-source-pick): Rewrite in order to avoid 2 passes.
4696         (auth-source-forget-user-or-password): New parameter USERNAME.
4697         (auth-source-user-or-password): New parameters CREATE-MISSING and
4698         DELETE-EXISTING.  Retrieve password interactively, if needed.
4699
4700 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4701
4702         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4703         deleting unused directories when gnus-expert-user is t.
4704
4705 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4708         for each temp file when gnus-article-browse-delete-temp is ask.
4709
4710 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4711
4712         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4713         Lisp calls to delete-backward-char by calls to delete-char.
4714
4715 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4716
4717         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4718
4719 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4720
4721         * password-cache.el (password-cache-remove): Fix docstring.
4722
4723 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4726         article unless decoding article to be saved.
4727
4728 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4731         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4732         generated within the mm-with-unibyte-current-buffer macro.
4733
4734 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4737         to nil when we're in a mml-preview buffer and no group is selected.
4738
4739 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4740
4741         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4742         when catching the `C-g'.  Reported by "Leo".
4743
4744 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * message.el (message-forward-make-body-plain)
4747         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4748         multibyte-string-p.
4749
4750         * lpath.el: Revert.
4751
4752 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * message.el (message-forward-make-body-mml): Assume original message
4755         is multibyte string; error on unibyte.
4756         (message-forward-make-body-plain): Ditto; don't add excessive newline
4757         in body end.
4758
4759         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4760
4761 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4762
4763         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4764         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4765
4766 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * mm-extern.el (mm-extern-url): Don't use
4769         mm-with-unibyte-current-buffer.
4770         (mm-extern-cache-contents): Use with-current-buffer instead of
4771         save-excursion + set-buffer.
4772
4773 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * mm-util.el (mm-emacs-mule): Remove.
4776
4777 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4778
4779         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4780         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4781         change.
4782
4783 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4786         bind the default value of enable-multibyte-characters to nil.
4787
4788 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * message.el (message-forward-make-body-plain)
4791         (message-forward-make-body-mml):
4792         Don't use mm-with-unibyte-current-buffer.
4793
4794 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4795
4796         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4797
4798 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4799
4800         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4801         (Bug#5592).
4802
4803 2010-05-07  Julien Danjou  <julien@danjou.info>
4804
4805         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4806         it to mm-pipe-part.
4807
4808         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4809         it is given.
4810
4811 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * binhex.el (binhex-decode-region-internal)
4814         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4815         (dns-query)
4816         * nnweb.el (nnweb-gmane-search)
4817         * pgg-parse.el (pgg-parse-armor)
4818         * pgg.el (pgg-verify-region)
4819         * sha1.el (sha1-string-external)
4820         * uudecode.el (uudecode-decode-region-internal)
4821         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4822         XEmacs.
4823
4824         * gnus-art.el (gnus-article-browse-html-parts)
4825         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4826         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4827         make-temp-file.
4828
4829         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4830         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4831         compiling.
4832
4833         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4834         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4835         XEmacs when compiling.
4836
4837         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4838         gnus-pick-mode-off-hook for XEmacs when compiling.
4839         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4840         gnus-binary-mode-off-hook for XEmacs when compiling.
4841
4842         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4843         Return nil if char-charset is not available.
4844
4845         * imap.el (imap-disable-multibyte)
4846         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4847         macros.
4848
4849         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4850         instead of encode-coding-string.
4851
4852         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4853         'xemacs) instead of mm-emacs-mule to switch function definitions.
4854         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4855
4856         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4857         bind temporary-file-directory for XEmacs;
4858         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4859         timer-set-function for XEmacs 21.4 and SXEmacs;
4860         bind timer-list for XEmacs 21.4 and SXEmacs;
4861         fbind char-charset and find-charset-region for non-Mule XEmacs;
4862         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4863         encode-coding-region and encode-coding-string for XEmacs having no
4864         file-coding feature.
4865
4866 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4867
4868         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4869
4870 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4873         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4874
4875 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4876
4877         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4878         alias `jka-compr-delete-temp-file' no longer exists.
4879
4880 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4881
4882         Use define-minor-mode in Gnus where applicable.
4883         * mml.el (mml-mode): Use define-minor-mode.
4884         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4885         (gnus-undo-mode): Use define-minor-mode.
4886         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4887         (gnus-dead-summary-mode): Use define-minor-mode.
4888         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4889         Initialize in declaration.
4890         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4891         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4892         (gnus-mailing-list-mode): Use define-minor-mode.
4893         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4894         (gnus-draft-mode): Use define-minor-mode.
4895         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4896         (gnus-dired-mode): Use define-minor-mode.
4897
4898 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4899
4900         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4901         handles on recursive mml-to-mime translation and check them for
4902         boundary delimiter collisions.  Reported by Greg Troxel.
4903
4904 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4907
4908 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4909
4910         * mm-util.el (mm-find-buffer-file-coding-system):
4911         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4912
4913 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4914
4915         * message.el (message-generate-headers): Record insertion of optional
4916         headers as well.  Otherwise the check to prevent repeated insertion of
4917         optional headers is a no-op.
4918
4919 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4920
4921         * smime.el: Don't mention CVS.
4922
4923         * nnrss.el (nnrss-fetch): Don't mention CVS.
4924
4925         * nnir.el: Don't mention CVS.
4926
4927 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4928
4929         * gnus-sum.el (gnus-summary-bookmark-make-record):
4930         Add `location' field.
4931
4932 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * lpath.el: Fbind bookmark-default-handler,
4935         bookmark-get-bookmark-record, bookmark-make-record-default,
4936         bookmark-prop-get for Emacs <23 and XEmacs.
4937
4938 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4939
4940         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4941         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4942         Use with-current-buffer to silence the byte-compiler.
4943         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4944         bother to require `gnus'.
4945         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4946
4947 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4948
4949         * gnus-sum.el (gnus-summary-bookmark-make-record)
4950         (gnus-summary-bookmark-jump): New functions.
4951         (gnus-summary-mode): Setup bookmark support.
4952
4953 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4954
4955         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4956         if set.
4957
4958 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4961         gnus-article-browse-html-save-cid-image; make it work recursively for
4962         forwarded messages as well.
4963         (gnus-article-browse-html-parts): Work when prefix arg is given.
4964         (gnus-article-browse-html-article): Doc fix.
4965
4966 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4967
4968         * message.el (message-default-mail-headers):
4969         (message-default-headers): Carry the value mail-default-headers over
4970         into message-default-mail-headers, rather than message-default-headers.
4971
4972 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4973
4974         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4975         charset.
4976
4977         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4978         charset into the <meta> tag when the article is encoded to utf-8.
4979
4980 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (gnus-article-browse-delete-temp-files):
4983         Delete directories as well.
4984         (gnus-article-browse-html-parts): Work for images that do not specify
4985         file names; delete temp directory when quitting; insert header at the
4986         right place; use file: scheme for image files.
4987
4988 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4989
4990         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4991         (gnus-article-browse-html-parts): Use it to make temporary cid image
4992         files in addition to html file so that browser may display them.
4993
4994 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4997
4998 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4999
5000         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5001
5002 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5003
5004         * auth-source.el (auth-sources): Change default to be simpler.
5005         Explain about Secret Service API sources.  Improve Customize options.
5006         (auth-source-pick): Change to accept any number of search parameters.
5007         Implement fallbacks iteratively, not recursively.  Add scoring on the
5008         second pass and sort by score.  Call Secret Service API when needed.
5009         (auth-source-user-or-password): Use it.  Call Secret Service API
5010         directly when needed to get the user name and the password.
5011
5012 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5013
5014         * message.el (message-interactive): Doc fix.
5015         (message-qmail-inject-args): Reflow.
5016         (message-kill-to-signature): Fix typo in docstring.
5017
5018         * smiley.el (smiley-buffer): Fix typo in docstring.
5019
5020 2010-03-24  Glenn Morris  <rgm@gnu.org>
5021
5022         * mail-source.el (gnus-message): Declare.
5023         (mail-source-delete-old-incoming): Require gnus-util.
5024
5025 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5028
5029         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5030
5031         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5032         password-cache's default if it is not bound.
5033         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5034         password-cache-expiry's default if it is not bound.
5035
5036         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5037         available in Emacs 21.
5038
5039         * lpath.el: Suppress compiler warnings for:
5040         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5041         XEmacs;
5042         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5043         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5044         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5045
5046 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5047
5048         * auth-source.el (auth-sources): Fix up definition so extra parameters
5049         are always inline.
5050
5051 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5052
5053         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5054         wasn't updated after mismatch.  Clear cached mailbox info correctly
5055         when uidvalidity changes.
5056         (nnimap-group-prefixed-name): New function to avoid some code
5057         duplication.
5058         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5059         (nnimap-request-group): Use it.
5060         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5061         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5062         with many imap folders.  This is done by caching the group status from
5063         the imap server persistently in a group parameter `imap-status'.  (This
5064         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5065         but not persistently, so every Gnus startup was still very slow.)
5066
5067 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5070         delete the extra newline.  Otherwise editing of :string and :number
5071         types don't work.
5072
5073 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5074
5075         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5076         secrets.el dependency.
5077         (auth-sources): Add optional user name.  Add secrets.el configuration
5078         choice (unused right now).
5079
5080 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5081
5082         * gnus-sum.el (gnus-summary-make-menu-bar):
5083         Let `gnus-registry-install-shortcuts' fill in the functions.
5084
5085         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5086         warnings.
5087         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5088         (gnus-registry-install-shortcuts): Populate and use it in a
5089         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5090
5091 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5092
5093         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5094         In-place substitutions for the group name encoding/decoding.
5095         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5096         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5097         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5098         (nnimap-update-unseen, nnimap-request-list)
5099         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5100         (nnimap-request-set-mark, nnimap-split-to-groups)
5101         (nnimap-split-articles, nnimap-request-newgroups)
5102         (nnimap-request-create-group, nnimap-request-accept-article)
5103         (nnimap-request-delete-group, nnimap-request-rename-group)
5104         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5105         `encoded-mbx' for consistency.
5106         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5107         variable `imap-current-mailbox'.
5108
5109         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5110         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5111
5112 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5113
5114         * pop3.el (pop3-display-message-size-flag): Display message size byte
5115         counts during POP3 download.
5116         (pop3-movemail): Use it.
5117         (pop3-list): Implement listing of available messages.
5118
5119 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5120
5121         * nnir.el (nnir-get-article-nov-override-function): New function to
5122         override the normal NOV retrieval.
5123         (nnir-retrieve-headers): Use it.
5124
5125 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5126
5127         * auth-source.el (netrc-machine-user-or-password): Autoload.
5128
5129 2010-03-19  Glenn Morris  <rgm@gnu.org>
5130
5131         Stop message.el from loading about 40 libraries it doesn't always need.
5132         The general approach is to autoload rather than require, and to
5133         require in the specific functions rather than the file.  (Bug#5642)
5134
5135         * gmm-utils.el: Don't require wid-edit.
5136         (widget-create-child-value, widget-convert, widget-default-get):
5137         Autoload.
5138
5139         * gnus-util.el: Don't require time-date, netrc.
5140         (message-fetch-field, gnus-group-name-decode): Declare rather than
5141         autoloading.
5142         (gnus-fetch-field): Require message.
5143         (gnus-decode-newsgroups): Require gnus-group.
5144
5145         * ietf-drums.el: Don't require time-date.
5146
5147         * message.el: Don't require hashcash, canlock, ecomplete.
5148         Do require mail-utils.  Require nnheader only when compiling.
5149         (smtpmail-default-smtp-server): Remove declaration.
5150         (message-send-mail-function): Check smtpmail-default-smtp-server
5151         is bound rather than requiring smtpmail.
5152         (message-auto-save-directory, message-insert-signature):
5153         Use expand-file-name rather than nnheader-concat.
5154         (nnheader-insert-file-contents): Autoload.
5155         (hashcash-wait-async): Declare.
5156         (message-send-mail): Only call gnus-setup-posting-charset if
5157         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5158         (message-send-mail-with-sendmail): Require sendmail.
5159         (canlock-password, canlock-password-for-verify): Declare.
5160         (message-canlock-password): Require canlock.
5161         (nnheader-get-report): Autoload.
5162         (gnus-setup-posting-charset): Declare.
5163         (message-send-news): Require gnus-msg.
5164         (message-make-references, message-make-in-reply-to): Use mail-header-id
5165         rather than the alias mail-header-message-id.
5166         (ecomplete-add-item, ecomplete-save): Declare.
5167         (message-put-addresses-in-ecomplete): Require ecomplete.
5168         (ecomplete-display-matches): Autoload.
5169
5170         * mm-decode.el: Don't require mailcap, gnus-util.
5171         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5172         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5173         Autoload.
5174         (mailcap-mime-extensions): Declare.
5175
5176         * mm-encode.el: Don't require mailcap.
5177         (mailcap-extension-to-mime): Autoload.
5178
5179         * mml-sec.el: Don't require password-cache.
5180
5181         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5182         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5183         (mml-minibuffer-read-type): Require mailcap.
5184         (mml-preview): Require gnus-msg.
5185
5186         * mml1991.el: Require password-cache.
5187         (password-cache-expiry): Remove declaration.
5188
5189         * mml2015.el: Require password-cache.
5190         (password-cache-expiry): Remove declaration.
5191
5192         * nneething.el (mailcap): Require mailcap.
5193
5194         * nnheader.el (declare-function): Add compatibility stub.
5195         (message-remove-header): Declare rather than autoload.
5196         (nnheader-replace-header): Require message.
5197
5198         * nnimap.el (declare-function): Add compatibility stub.
5199         (netrc-parse, netrc-machine-user-or-password): Declare.
5200         (nnimap-open-connection): Require netrc.
5201
5202         * nntp.el (declare-function): Add compatibility stub.
5203         (netrc-parse, netrc-machine, netrc-get): Declare.
5204         (nntp-send-authinfo): Require netrc.
5205
5206         * rfc2047.el: Don't require qp.
5207         (quoted-printable-encode-region, quoted-printable-decode-string):
5208         Autoload.
5209
5210         * sieve-mode.el: Don't require easymenu.
5211         (easy-menu-add-item): Autoload it.
5212
5213         * spam-stat.el (time-to-number-of-days): Autoload it.
5214
5215 2010-03-19  Glenn Morris  <rgm@gnu.org>
5216
5217         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5218
5219 2010-03-18  Glenn Morris  <rgm@gnu.org>
5220
5221         * hashcash.el (declare-function): Remove duplicate definition.
5222
5223 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5224
5225         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5226         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5227         value if any backslash escapes).
5228
5229 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5232         if it is available.  (bug#5647)
5233
5234         * lpath.el: Suppress compiler warning for coding-system-from-name for
5235         Emacs 21 and XEmacs.
5236
5237 2010-03-14  Juri Linkov  <juri@jurta.org>
5238
5239         * hmac-def.el:
5240         * hmac-md5.el:
5241         * netrc.el: Fix keywords.
5242
5243 2010-02-26  Glenn Morris  <rgm@gnu.org>
5244
5245         * message.el (message-send-mail-function): Change the default, so that
5246         it inherits from a customized send-mail-function.  (Bug#5643)
5247
5248 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5249
5250         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5251         shell-command-to-string signals an error (bug#5299).
5252
5253 2010-02-24  Glenn Morris  <rgm@gnu.org>
5254
5255         * message.el (message-smtpmail-send-it)
5256         (message-send-mail-with-mailclient): Doc fixes.
5257
5258 2010-02-16  Glenn Morris  <rgm@gnu.org>
5259
5260         * message.el (message-default-mail-headers): Change the default value
5261         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5262
5263 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5266         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5267
5268 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5269
5270         * time-date.el (date-to-time): Doc fix (Bug#5408).
5271
5272 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5273
5274         * message.el (message-mail): Just pass yank-action on to message-setup.
5275         (message-setup): Handle (FUN . ARGS) form of yank-action.
5276         (message-with-reply-buffer, message-widen-reply)
5277         (message-yank-original): Handle non-buffer values of
5278         message-reply-buffer (Bug#4080).
5279         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5280
5281 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5282
5283         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5284         Fix typo in docstring.
5285
5286 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5287
5288         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5289         response.
5290
5291 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5294
5295         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5296
5297         * message.el (message-check-news-header-syntax): Protect against a
5298         string that `rfc822-addresses' returns when parsing fails.
5299
5300 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5303         (gnus-previous-char-property-change): New functions.
5304
5305         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5306
5307 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5308
5309         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5310         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5311
5312 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5313
5314         * message.el (message-exchange-point-and-mark): Rework last change to
5315         avoid using optional arg of exchange-point-and-mark, for backward
5316         compatibility.
5317
5318 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5319
5320         * message.el (message-exchange-point-and-mark):
5321         Call exchange-point-and-mark with an argument rather than setting
5322         mark-active by hand (Bug#5175).
5323
5324 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * nntp.el (nntp-service-to-port): Work for service expressed with
5327         numeric string; replace [:digit:] with [0-9] for XEmacs.
5328
5329 2009-12-17  Glenn Morris  <rgm@gnu.org>
5330
5331         * gnus-group.el (gnus-bug-group-download-format-alist):
5332         Change emacs entry to debbugs.gnu.org.  Bump :version.
5333
5334 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5337
5338 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * message.el (message-info): Explain why we use `Info-goto-node'.
5341
5342 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5345
5346 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5347
5348         * message.el (message-completion-in-region): New compatibility function.
5349         (message-expand-group): Use it.
5350
5351 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5354         with no unread article should be listed if the 2nd arg `predicate' is
5355         given.
5356
5357 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5360
5361 2009-11-29  Juri Linkov  <juri@jurta.org>
5362
5363         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5364         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5365         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5366
5367 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5368
5369         * sha1.el (sha1-string-external): default-directory "/" in case
5370         otherwise non-existent.  process-connection-type pipe for touch of
5371         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5372
5373 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5374
5375         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5376         it's comms related and sgml-mode.el has "comm" on that basis too.
5377
5378 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5381         containing tspecial characters if they have been already quoted.
5382
5383 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5384
5385         * dns-mode.el (auto-mode-alist): Purecopy string.
5386
5387 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5388
5389         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5390
5391 2009-10-24  Glenn Morris  <rgm@gnu.org>
5392
5393         * gnus-art.el (help-xref-stack-item): Define for compiler.
5394
5395 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5396
5397         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5398
5399 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5402
5403 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5406         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5407
5408 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5411         (gnus-overlays-in): New alias to overlays-in.
5412
5413         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5414         gnus-overlay-get, and gnus-delete-overlay.
5415         (gnus-summary-show-thread): Make it work as well for systems in which
5416         next-single-char-property-change is not available.
5417         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5418
5419         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5420         (gnus-overlay-get): New alias to extent-property.
5421         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5422
5423         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5424         SXEmacs.
5425
5426         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5427         SXEmacs.
5428
5429 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5430
5431         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5432
5433 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5434
5435         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5436         and XEmacs that don't have `remove-overlays'.
5437
5438 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5439
5440         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5441         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5442         selective display.  Use overlays instead.
5443
5444 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5445
5446         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5447
5448 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5449
5450         * spam-stat.el (spam-stat-load): Fix typo in message.
5451
5452 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5453
5454         * dig.el (dig-invoke): Fix typo in docstring.
5455         (query-dig): Reflow docstring.
5456
5457 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5458
5459         * gnus-art.el (gnus-article-encrypt-body):
5460         * message.el (message-check-recipients):
5461         * mm-util.el (mm-codepage-setup):
5462         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5463         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5464
5465 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5466
5467         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5468         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5469         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5470         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5471         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5472
5473 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5474
5475         * dig.el: Add "Keywords: comm", as per net-utils.el.
5476
5477 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5478
5479         * dig.el (dig-mode): Use define-derived-mode.
5480
5481 2009-09-19  Glenn Morris  <rgm@gnu.org>
5482
5483         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5484
5485 2009-09-18  Glenn Morris  <rgm@gnu.org>
5486
5487         * gnus-diary.el (gnus-diary-check-message):
5488         * message.el (message-insert-formatted-citation-line):
5489         * nnbabyl.el (top-level):
5490         * nndiary.el (nndiary-schedule):
5491         Fix typos in condition-case handlers.
5492
5493 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5496         configuration that provides the sole article window in a frame;
5497         position point correctly after deleting a part.
5498
5499 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5500
5501         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5502         (spam-resolve-registrations-routine): Use it to unregister articles
5503         that change status.
5504
5505 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5508         with XEmacs.
5509         (parse-time-string-chars): Use it.
5510
5511 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5512
5513         * imap.el (imap-interactive-login): Better messages.
5514         (imap-open): Fix bug with renamed buffer on reconnect.
5515         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5516         for easier debugging and cleaner code.  On successful (guessed based on
5517         server capabilities) secondary authentication, set imap-state
5518         correctly.
5519         (imap-last-authenticator): Define imap-last-authenticator as a variable
5520         to avoid warnings.
5521
5522 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * nnrss.el (nnrss-request-article): Remove binding of
5525         default-enable-multibyte-characters that has gotten needless by
5526         the 2007-07-13 change in rfc2047-encode-message-header.
5527
5528         * mml.el (mml-insert-multipart): Error on the message header.
5529         (mml-insert-part): Error on the message header; position point at
5530         the end of a MIME tag.
5531
5532 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * time-date.el (autoload): Expand define-obsolete-function-alias into
5535         defalias and make-obsolete for old Emacsen that Gnus supports.
5536         (with-no-warnings): Define it for old Emacsen.
5537         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5538         is available.
5539         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5540         float-time is available; suppress compile warning for time-to-seconds.
5541
5542         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5543         (gnus-float-time): Alias to float-time if it exists.
5544
5545         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5546         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5547         float-time is available; suppress compile warning for time-to-seconds.
5548
5549         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5550         XEmacs.
5551
5552 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * imap.el (imap-message-map): Docstring fix.
5555
5556 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5559         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5560         Add the optional argument `encoding' that overrides the default.
5561
5562         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5563         mm-encode-buffer.
5564
5565 2009-09-04  Glenn Morris  <rgm@gnu.org>
5566
5567         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5568         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5569         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5570         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5571         * mm-util.el (mm-with-unibyte-current-buffer)
5572         (mm-find-buffer-file-coding-system):
5573         * yenc.el (yenc-decode-region): Use default-value rather than
5574         default-enable-multibyte-characters.
5575
5576 2009-09-03  Glenn Morris  <rgm@gnu.org>
5577
5578         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5579         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5580         than default-enable-multibyte-characters.
5581
5582 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5583
5584         * gnus-art.el (gnus-article-read-summary-keys):
5585         Fix gnus-buffer-configuration's value temporarily used.
5586
5587 2009-09-02  Glenn Morris  <rgm@gnu.org>
5588
5589         * gnus-util.el (gnus-float-time): New function.
5590         * gnus-delay.el (gnus-delay-article):
5591         * gnus-sum.el (gnus-thread-latest-date):
5592         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5593         * nnspool.el (nnspool-request-newgroups):
5594         Use gnus-float-time rather than time-to-seconds.
5595         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5596
5597         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5598         (gnus-header-subject-face, gnus-header-newsgroups-face)
5599         (gnus-header-name-face, gnus-header-content-face):
5600         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5601         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5602         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5603         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5604         (gnus-cite-face-11):
5605         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5606         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5607         (gnus-server-closed-face, gnus-server-denied-face)
5608         (gnus-server-offline-face):
5609         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5610         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5611         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5612         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5613         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5614         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5615         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5616         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5617         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5618         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5619         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5620         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5621         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5622         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5623         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5624         (gnus-summary-high-undownloaded-face)
5625         (gnus-summary-low-undownloaded-face)
5626         (gnus-summary-normal-undownloaded-face)
5627         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5628         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5629         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5630         (gnus-splash-face):
5631         * message.el (message-header-to-face, message-header-cc-face)
5632         (message-header-subject-face, message-header-newsgroups-face)
5633         (message-header-other-face, message-header-name-face)
5634         (message-header-xheader-face, message-separator-face)
5635         (message-cited-text-face, message-mml-face):
5636         * sieve-mode.el (sieve-control-commands-face)
5637         (sieve-action-commands-face, sieve-test-commands-face)
5638         (sieve-tagged-arguments-face):
5639         * spam.el (spam-face):
5640         Mark face aliases with "-face" in the name as obsolete.
5641
5642 2009-09-01  Glenn Morris  <rgm@gnu.org>
5643
5644         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5645         than goto-line.
5646
5647 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5650         Don't move point if the command is invoked inside the message header.
5651
5652 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5653
5654         * imap.el (imap-send-command): Simplify.
5655         (imap-wait-for-tag): point-max -> buffer-size.
5656
5657 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5658
5659         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5660         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5661         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5662         * nnir.el (nnir-swish-e-index-file):
5663         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5664         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5665         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5666         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5667         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5668         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5669
5670 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5673         Don't save excursion.
5674
5675 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5676
5677         * nnheader.el (nnheader-find-file-noselect):
5678         * mm-util.el (mm-insert-file-contents):
5679         Use (default-value 'major-mode) instead of default-major-mode.
5680
5681 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5682
5683         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5684
5685 2009-08-26  Glenn Morris  <rgm@gnu.org>
5686
5687         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5688         than placing in files.el.
5689
5690 2009-08-25  Glenn Morris  <rgm@gnu.org>
5691
5692         * nnir.el (top-level): Don't require cl at run-time.
5693         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5694         Replace cl-function substitute with gnus-replace-in-string.
5695         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5696         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5697         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5698         simplified expansions.
5699
5700 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5701
5702         * dig.el (dig): Add autoload cookie.
5703
5704 2009-08-22  Glenn Morris  <rgm@gnu.org>
5705
5706         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5707         goto-line.
5708
5709 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5710
5711         * parse-time.el (parse-time-string-chars): Save match data.
5712
5713 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5714
5715         * parse-time.el (parse-time-string-chars): Compute using character
5716         classes, to handle non-ascii characters (Bug#3190).
5717
5718 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5721
5722         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5723         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5724         (gnus-mm-display-part, gnus-mime-display-single)
5725         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5726         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5727
5728         * gnus-sum.el
5729         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5730         (gnus-summary-move-article): Add expirable mark to articles copied or
5731         moved to group that has auto-expire turned on if the option is non-nil.
5732
5733 2009-07-24  Glenn Morris  <rgm@gnu.org>
5734
5735         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5736         Fix typo.  (Bug#3903)
5737
5738 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5741         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5742         that should not be used for draft articles.
5743         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5744         that has no concern in minor mode keys.
5745         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5746         Abolish.
5747
5748 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5751         article without making inquiry to a user for unknown encoding.
5752
5753         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5754         (nnmaildir--scan): Assume i-node and device number that file-attributes
5755         returns might be cons-cell.
5756
5757         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5758
5759         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5760
5761 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * auth-source.el: Remove docs now in auth.texi.  Don't use
5764         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5765         `auth-source-hide-passwords' and use them.
5766
5767 2009-07-15  Glenn Morris  <rgm@gnu.org>
5768
5769         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5770
5771 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5774         excessive whitespace from the default values of title and description.
5775
5776 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5779         mail-fetch-field to fetch Content-Description header in order to
5780         exclude newlines.
5781
5782 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5783
5784         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5785         format used by GnuPG 2.0.11.
5786
5787 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5790         to deleted part.
5791
5792 2009-05-30  David Engster  <dengste@eml.cc>
5793
5794         * nnmairix.el: Remove old documentation in the commentary block.
5795         (nnmairix-request-group): Do not update active file for nnml back ends.
5796         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5797         end so that overview files are ignored.
5798         (nnmairix-update-groups): Make updating the groups more robust by using
5799         marks.
5800         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5801         with dollar characters in message-id.
5802
5803 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5804
5805         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5806         2008-12-25 in dns.el.
5807
5808 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5809
5810         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5811         could happen if the text is only composed of spaces and/or tabs.
5812
5813 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5814
5815         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5816         when sending a queued message to avoid extra mml tags.
5817
5818 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5821
5822 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5825         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5826         rmail-toggle-header for XEmacs;
5827         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5828
5829 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-dired.el: Remove autoload for gnus-setup-message.
5832         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5833         displaying Gnus logo; always use compose-mail.
5834
5835 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5838
5839 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5842         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5843         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5844         available.
5845         (gnus-nocem-epg-verify): New function.
5846
5847 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5850
5851 2009-02-15  Glenn Morris  <rgm@gnu.org>
5852
5853         * gnus-util.el (rmail-insert-rmail-file-header)
5854         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5855         autoloads.
5856         (rmail-default-rmail-file): Remove unnecessary declaration.
5857         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5858
5859 2009-02-14  Glenn Morris  <rgm@gnu.org>
5860
5861         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5862         variable (only used in gnus-util, which declares it anyway).
5863         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5864         which was only needed by gnus-art (changed to not use it any more).
5865         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5866         only used in gnus-util, which autoloads it itself.
5867         (rmail-update-summary): Fix autoload.
5868
5869         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5870         rather than rmail-output-to-rmail-file.
5871
5872 2009-02-07  Glenn Morris  <rgm@gnu.org>
5873
5874         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5875         autoload of function that no longer exists.
5876         (rmail-toggle-header): Declare.
5877         (message-forward-rmail-make-body): Handle mbox Rmail.
5878
5879 2009-01-31  Glenn Morris  <rgm@gnu.org>
5880
5881         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5882         2009-01-09 change.
5883
5884 2009-01-31  Dave Love  <fx@gnu.org>
5885
5886         * imap.el (imap-fetch-safe): Bind debug-on-error.
5887         (imap-debug): Add imap-fetch-safe.
5888
5889 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5890
5891         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5892         (auth-source-forget-all-cached): New convenience function.
5893         (auth-source-user-or-password): Accept list of modes or a single mode.
5894
5895         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5896         auth-source modes.
5897
5898         * netrc.el (netrc-machine-user-or-password): Use list of
5899         auth-source modes.
5900
5901         * nnimap.el (nnimap-open-connection): Use list of
5902         auth-source modes.
5903
5904         * nntp.el (nntp-send-authinfo): Use list of
5905         auth-source modes.
5906
5907 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5910         now.
5911
5912 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5915         coding system in XEmacs; add a workaround for XEmacs.
5916
5917         * lpath.el: Fbind coding-system-aliasee.
5918
5919 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5922         of current-language-environment.
5923
5924 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5925
5926         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5927         available at runtime.
5928
5929 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5932
5933 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5934
5935         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5936         the greatest positive fixnum value doesn't work under an XEmacs with
5937         bignum support; use the most-positive-fixnum constant instead,
5938         available since Emacs 21.1 with cl and XEmacs 21.1.
5939
5940 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5943         XEmacs gets not to work.
5944
5945 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * mm-util.el (mm-coding-system-priorities): Allow the value like
5948         "Japanese (UTF-8)" of current-language-environment.
5949
5950 2009-01-09  Glenn Morris  <rgm@gnu.org>
5951
5952         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5953         with last-command-event.
5954
5955 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5958         in the doc string.
5959
5960         * message.el (message-fix-before-sending): Amend comment.
5961
5962 2009-01-08  Dave Love  <fx@gnu.org>
5963
5964         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5965
5966 2009-01-07  David Engster  <dengste@eml.cc>
5967
5968         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5969         simplified server definitions by converting it via
5970         gnus-server-to-method.
5971
5972 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5975         parameter's operands.
5976
5977 2009-01-06  David Engster  <dengste@eml.cc>
5978
5979         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5980         primary select method (for gnus-group-mark-article-as-read).
5981
5982 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5983
5984         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5985         `(gnus)Face', not `(gnus)X-Face'.
5986
5987 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * mm-util.el (mm-ucs-to-char): New function.
5990
5991         * mm-url.el (mm-url-decode-entities): Use it.
5992
5993         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5994         unicode-to-char.
5995
5996 2009-01-05  Dave Love  <fx@gnu.org>
5997
5998         * time-date.el: Require cl for `declare'.
5999
6000 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6003         Dave Love.
6004
6005 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * message.el (message-fix-before-sending): Add `eight-bit' to
6008         illegible-text check.
6009
6010 2009-01-03  Michael Olson  <mwolson@gnu.org>
6011
6012         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6013         `headers' is nil.  This can occur if the IMAP server does not have
6014         permissions to read messages from a folder, but can write new messages
6015         to the folder.
6016         (nnimap-request-article-part): Do not insert `data' if it is nil.
6017
6018         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6019         characters which will confuse `read', so skip past them.
6020
6021 2009-01-01  Dave Love  <fx@gnu.org>
6022
6023         * imap.el (imap-string-to-integer): Fix typo.
6024         (imap-fetch-safe): New function.
6025         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6026
6027         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6028
6029         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6030         (imap-parse-greeting): Fix doc strings.
6031         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6032         (imap-parse-flag-list): Make messages unique.
6033         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6034
6035         * nnimap.el: Fix author email.
6036         (nnimap-split-rule): Add FIXME comment.
6037         (nnimap-debug): Fix doc string.
6038
6039 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6042
6043 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6044
6045         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6046         nslookup if resolv.conf isn't available.
6047         (dns-query): Rename from query-dns.
6048         (dns-query-cached): Rename from query-dns-cached.
6049
6050 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6053         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6054         to check if those variables exist (first appeared in Emacs 18.50).
6055
6056 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * mm-util.el (mm-line-number-at-pos): New function.
6059
6060         * spam-report.el (spam-report-process-queue): Use it.
6061
6062 2008-12-24  David Engster  <dengste@eml.cc>
6063
6064         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6065         parameters that haven't existed as variables as buffer-local variables.
6066
6067 2008-12-23  Dave Love  <fx@gnu.org>
6068
6069         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6070         cadar.
6071
6072         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6073         imap-starttls-p.
6074         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6075
6076 2008-12-22  Dave Love  <fx@gnu.org>
6077
6078         * imap.el: Fix author email.  Doc fixes.
6079         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6080         reply.
6081
6082 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * spam-report.el (spam-report-gmane-max-requests): New constant.
6085         (spam-report-gmane-wait): New variable.
6086         (spam-report-gmane-ham, spam-report-gmane-spam)
6087         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6088         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6089         the server.
6090
6091         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6092         Add explanations.
6093
6094         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6095         nnheader-accept-process-output and nnheader-read-timeout if available.
6096         (pop3-movemail): Use it.
6097
6098         * message.el (message-check-news-body-syntax): Fix signature check if
6099         there's an attachment.
6100
6101 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * mm-util.el: Add comments to the mm- emulating functions.
6104
6105 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6108         Reported by Stephen Berman <stephen.berman@gmx.net>.
6109
6110 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * mm-util.el (mm-substring-no-properties): New function.
6113         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6114         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6115         (mm-string-to-multibyte): Doc fix.
6116
6117         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6118
6119 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6120
6121         * mml.el (mml-attach-file): Strip text properties from file name.
6122         (Bug#1574)
6123
6124 2008-12-16  Glenn Morris  <rgm@gnu.org>
6125
6126         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6127
6128 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6131         knows since the charset specified might be a bogus alias that
6132         mm-charset-synonym-alist provides.
6133
6134 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6137         "ISO_8859-1".
6138
6139         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6140
6141 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * mm-util.el (mm-charset-eval-alist):
6144         Define it before mm-charset-to-coding-system.
6145         (mm-charset-to-coding-system): Add optional argument `silent';
6146         define it before mm-charset-override-alist.
6147         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6148         default value if it can be used in Emacs currently running;
6149         silence mm-charset-to-coding-system.
6150
6151 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6154         `allow-override' which says whether to use `mm-charset-override-alist'.
6155         (rfc2047-decode-encoded-words): Use it.
6156
6157         * mm-util.el (mm-charset-override-alist): Fix custom type;
6158         add `(gb2312 . gbk)' to choices.
6159
6160 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6163         fast.
6164
6165         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6166
6167         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6168
6169 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6170
6171         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6172         on links.
6173
6174         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6175
6176 2008-12-03  Lute Kamstra  <lute@gnu.org>
6177
6178         * sha1.el: Remove leading * from docstrings of defcustoms,
6179         deffaces, defconsts and defuns.
6180
6181 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6184         users' addresses that don't have domain parts.
6185         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6186         rather than message-narrow-to-head since there will be the message
6187         header separator.
6188
6189 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6190
6191         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6192         since the result is inserted in a unibyte buffer anyway.
6193         (nnimap-demule-use-string-to-multibyte): Remove.
6194         (nnimap-demule): Alias it to mm-string-to-multibyte.
6195
6196 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6199         variable for debugging bug#464 and bug#1174.
6200         (nnimap-demule): Use it.
6201
6202 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6205         score calculation correctly.
6206
6207 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6208
6209         * message.el (message-send-mail): Just set the buffer to unibyte
6210         rather than use mm-with-unibyte-current-buffer which does a lot more.
6211         (message-send-mail-partially): Don't bother with
6212         mm-with-unibyte-current-buffer since it's already been made unibyte by
6213         message-send-mail.
6214
6215 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6218
6219 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6220
6221         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6222
6223 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6226         require itself and to remove `with-no-warnings'.
6227
6228 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6229
6230         * starttls.el (starttls-any-program-available): Get the name of the
6231         available TLS layer program.
6232         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6233         well as the host name in the "opening" message.
6234
6235         * auth-source.el (auth-source-cache, auth-source-do-cache)
6236         (auth-source-user-or-password): Cache passwords and logins by default,
6237         allow override with `auth-source-do-cache'.
6238         (auth-source-forget-user-or-password): Allow users to remove cache
6239         entries if needed.
6240
6241 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6242
6243         * md4.el (md4-buffer): Fix typo in docstring.
6244         (md4, md4-64): Doc fixes.
6245         (md4-pack-int32): Reflow docstring.
6246
6247 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6250         condition-case to only the forward-sexp call.
6251
6252 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6255         quotes contained.  Make it more robust regardless by an extra
6256         condition-case wrapper.
6257
6258 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6261
6262 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * nnml.el (nnml-request-expire-articles): Check if the function set to
6265         `nnmail-expiry-target' returns the symbol `delete'.
6266
6267         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6268
6269         * nnmail.el (nnmail-expiry-target): Fix custom type.
6270
6271 2008-10-02  Glenn Morris  <rgm@gnu.org>
6272
6273         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6274         Silence compiler warning.
6275
6276 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6277
6278         * tls.el (open-tls-stream): Show the actual command being
6279         executed, instead of the format string.
6280
6281 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * lpath.el: Fbind codepage-setup for Emacs 23.
6284
6285 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6286
6287         * mml.el (mml-menu): Don't assume mml2015 is bound.
6288
6289 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6292         exists.
6293
6294 2008-09-27  Glenn Morris  <rgm@gnu.org>
6295
6296         * gnus-util.el (mail-header-remove-comments): Autoload it.
6297
6298 2008-09-27  Andreas Schwab  <schwab@suse.de>
6299
6300         * gnus-util.el (gnus-split-references): Strip comments.
6301         (gnus-parent-id): Likewise.
6302
6303 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * message.el (message-confirm-send): Fix version.
6306
6307 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * message.el (message-idna-to-ascii-rhs-1): Use
6310         mail-extract-address-components rather than mail-header-parse-addresses
6311         that is an alias by default to ietf-drums-parse-addresses that does not
6312         support non-ASCII names in headers' contents.
6313
6314 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6315
6316         * message.el (message-confirm-send): Fix variable documentation to
6317         avoid the "y/n" wording.
6318
6319 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6320
6321         * message.el (message-set-auto-save-file-name): Save to a different
6322         filename so multiple messages (especially drafts) can be recovered.
6323
6324 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6325
6326         * message.el (message-confirm-send): Add appropriate version.
6327
6328 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6329
6330         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6331         defvar.
6332
6333 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6334
6335         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6336         (mm-pkcs7-enveloped-magic): Ditto.
6337
6338 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6339
6340         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6341         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6342
6343 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6346         default, it's better.
6347
6348 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6349
6350         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6351         summary line gnus-number property and ignore them (with a warning
6352         message).
6353
6354 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6357         macro caddr in the interactive form since it won't be expanded.
6358
6359 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6362         `charset'; fix name of function called recursively.
6363         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6364
6365 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6368         (gnus-mime-set-charset-parameters): New function.
6369         (gnus-mime-view-part-as-charset): Use it to correctly display part
6370         specifying wrong charset.
6371
6372 2008-09-08  David Engster  <dengste@eml.cc>
6373
6374         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6375         in completing-read for back end server.
6376
6377 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6378
6379         * message.el (message-confirm-send): New variable to confirm sending a
6380         message.
6381         (message-send): Use it.
6382
6383 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6386
6387 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6390
6391 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6392
6393         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6394         prevent tracking too many groups.
6395         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6396         Use it.
6397
6398 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6399
6400         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6401         moving point to the bottom of the window in order to avoid recentering.
6402
6403 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6406
6407         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6408         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6409         (gnus-article-beginning-of-window): Fix calculation.
6410
6411 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * gnus-msg.el (gnus-summary-supersede-article)
6414         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6415         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6416         message header.
6417
6418 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6419
6420         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6421         pending output coming after the status change.
6422
6423 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6424
6425         * message.el:
6426         * gnus-start.el:
6427         * gnus-registry.el: Remove VMS support.
6428
6429 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6432         macro.
6433         (rfc2104-hash): Use it.
6434
6435 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6438         (gnus-summary-sort-by-most-recent-date): New commands.
6439         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6440         and menu entries.
6441
6442 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6445         don't redisplay article for raw contents; remove plural articles stuff.
6446
6447         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6448         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6449         on gnus-summary-save-article; display results properly.
6450
6451 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * lpath.el: No need to fbind ns-focus-frame.
6454
6455 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6458
6459 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * gnus-art.el (gnus-summary-save-in-pipe):
6462         Consider gnus-save-all-headers.
6463
6464 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6465
6466         * gnus-util.el (ns-focus-frame): Remove declaration.
6467         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6468         like x.
6469
6470 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6471
6472         * rfc2104.el (rfc2104-zero): Delete defconst.
6473         (rfc2104-hex-alist): Likewise.
6474         (rfc2104-hex-to-int): Delete func.
6475         (rfc2104-hexstring-to-bitstring): Likewise.
6476         (rfc2104-nybbles): New defconst.
6477         (rfc2104-hash): Rewrite for speed.
6478
6479 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * tls.el (open-tls-stream): Make it work with the 2nd argument
6482         BUFFER that is a string but does not exist as a buffer object, as
6483         mentioned in the doc-string.
6484
6485 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6488         SXEmacs.
6489
6490 2008-07-16  Glenn Morris  <rgm@gnu.org>
6491
6492         * gnus-util.el (ns-focus-frame): Declare for compiler.
6493
6494 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6497         set as a group parameter.
6498         (gnus-summary-save-in-pipe): Work when it is called independently.
6499         (gnus-summary-pipe-to-muttprint): Don't modify
6500         gnus-summary-pipe-output-default-command.
6501
6502 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6503
6504         * message.el (message-send-mail-with-sendmail):
6505         Display the error message.
6506
6507 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-art.el (gnus-default-article-saver):
6510         Add gnus-summary-save-in-pipe to choices.
6511         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6512         gnus-summary-pipe-output-default-command as the default command.
6513         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6514         instead of gnus-last-shell-command.
6515
6516         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6517         New user option.
6518         (gnus-summary-muttprint-program): Mention the value will be changed.
6519         (gnus-summary-save-article): Force showing of all headers.
6520         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6521
6522 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6523
6524         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6525
6526 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6527
6528         * nnimap.el (nnimap-id):
6529         * sieve-manage.el (sieve-manage-open): Doc fixes.
6530
6531 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6532
6533         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6534         if available.
6535
6536 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6537
6538         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6539
6540         * nnkiboze.el (nnkiboze-generate-group):
6541         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6542
6543         * nnmairix.el: Require CL.
6544
6545 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * dgnushack.el: Autoload get-display-table and put-display-table for
6548         XEmacs 21.5.
6549
6550         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6551         21.4 and SXEmacs.
6552
6553 2008-06-15  David Engster  <dengste@eml.cc>
6554
6555         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6556
6557 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6558
6559         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6560         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6561         runtime choice under XEmacs.
6562
6563         * gnus-sum.el (gnus-summary-set-display-table):
6564         Use `gnus-put-display-table', `gnus-get-display-table',
6565         `gnus-set-display-table' for the display table, instead of `aset'.
6566
6567         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6568         Use `gnus-put-display-table', `gnus-get-display-table',
6569         `gnus-set-display-table' for the display table.
6570
6571 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * nnmairix.el: Add autoloads.
6574
6575 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * nnmairix.el (nnmairix-delete-recreate-group)
6578         (nnmairix-update-and-clear-marks): Fix error messages.
6579
6580 2008-06-14  David Engster  <dengste@eml.cc>
6581
6582         * nnmairix.el: Upgrade to version 0.6.
6583         (nnmairix-group-toggle-propmarks-this-group)
6584         (nnmairix-group-toggle-readmarks-this-group)
6585         (nnmairix-group-delete-recreate-this-group)
6586         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6587         (nnmairix-remove-tick-mark-original-article): New commands.
6588         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6589         (nnmairix-propagate-marks-to-nnmairix-groups)
6590         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6591         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6592         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6593         functions needed for marks propagation and manipulation of read marks.
6594         (nnmairix-update-groups): New function.
6595         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6596         (nnmairix-determine-original-group-from-registry)
6597         (nnmairix-determine-original-group-from-path)
6598         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6599         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6600         New helper functions.
6601         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6602         keystrokes for new commands.
6603         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6604         (nnmairix-request-group): Check allow-fast group parameter.
6605         (nnmairix-request-create-group): Set allow-fast group parameter if
6606         nnmairix-allowfast-default is set.
6607         (nnmairix-close-group): Propagate marks upon closing if needed.
6608         (nnmairix-group-toggle-threads-this-group): Use new.
6609         nnmairix-group-toggle-parameter helper function.
6610         (nnmairix-search): Better check for empty search result.
6611         (nnmairix-goto-original-article): Use new helper functions for
6612         determining original article.
6613         (nnmairix-show-original-article): Make sure message-id is in brackets.
6614         (nnmairix-call-mairix-binary): Change variable name.
6615         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6616         helper function.
6617         (nnmairix-widget-toggle-activate): Fix doc string.
6618
6619 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * nnir.el: Require edmacro when compiling with XEmacs.
6622         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6623         available in Emacs 21.
6624
6625 2008-06-11  Glenn Morris  <rgm@gnu.org>
6626
6627         * gnus-util.el (x-focus-frame):
6628         * gnus.el (image-size):
6629         * mm-decode.el (image-size): Declare.
6630
6631         * gnus-picon.el (declare-function): Add compat definition.
6632         (image-size): Declare.
6633
6634         * gnus-group.el (tool-bar-map):
6635         * gnus-sum.el (tool-bar-map): Define for compiler.
6636
6637         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6638
6639         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6640
6641         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6642         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6643         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6644         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6645         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6646         * sieve-manage.el, spam-report.el, spam.el:
6647         Remove unnecessary eval-and-compile of autoloads.
6648
6649 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6650
6651         * auth-source.el: Precise Tramp doc.
6652
6653 2008-06-07  Glenn Morris  <rgm@gnu.org>
6654
6655         * nnmairix.el: Remove unnecessary eval-when-compile.
6656
6657 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * lpath.el: Fbind propertize for XEmacs 21.4.
6660
6661 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * nnir.el: Move here from ../contrib.
6664
6665 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6666
6667         * gnus-util.el (gnus-read-shell-command): New function.
6668         * mm-decode.el (mm-pipe-part):
6669         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6670
6671 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6674
6675 2008-06-03  Glenn Morris  <rgm@gnu.org>
6676
6677         * pop3.el (nnheader-accept-process-output): Autoload it.
6678
6679 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6682         are not 2-digit hexadecimal characters that follow `%'s.
6683
6684 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * message.el (message-bogus-recipient-p): Fix type in doc string.
6687         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6688         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6689         Improve custom options.
6690         (message-bogus-recipient-p): Adjust accordingly.
6691
6692 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6693
6694         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6695         long-form month and day names.
6696
6697 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * dgnushack.el: Autoload debug, eudc-expand-inline and
6700         pgg-snarf-keys-region for XEmacs.
6701
6702         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6703
6704         * nnmairix.el: Require edmacro when compiling with XEmacs.
6705
6706 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6709         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6710
6711 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6712
6713         * auth-source.el: Add more docs.
6714
6715         * netrc.el (netrc-machine): Always match if the port is not given.
6716
6717 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6720         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6721         retrieval faster in some cases, but might make CPU usage larger.
6722         If this has any bad side effects, we might revert this change.
6723
6724         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6725         seems to make mail retrieval much, much faster.
6726         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6727         unconditionally.
6728
6729         * gnus-draft.el (gnus-group-send-queue):
6730         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6731
6732 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6735
6736         * message.el (message-bogus-address-regexp): Fix and improve custom
6737         type.
6738         (message-setup-hook): Add message-check-recipients as custom option.
6739
6740 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * message.el (message-cite-function): Remove bogus autoload which crept
6743         in during merge from v5-10.
6744
6745 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6746
6747         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6748
6749         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6750
6751         * auth-source.el: Preliminary Tramp docs.
6752         (auth-sources): Change the default auth-sources to use
6753         EPA .gpg files.
6754
6755 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6756
6757         * nntp.el: Autoload `auth-source-user-or-password'.
6758         (nntp-send-authinfo): Use it.
6759
6760         * nnimap.el: Autoload `auth-source-user-or-password'.
6761         (nnimap-open-connection): Use it.
6762
6763         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6764         for the gnus-message function.
6765         (auth-source-user-or-password): Use it.
6766
6767 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6768
6769         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6770         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6771         (rfc2104-hash): Use it.
6772
6773 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6774
6775         * gnus-art.el (gnus-article-toggle-truncate-lines):
6776         Don't use `iff' in docstring.
6777
6778 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6781
6782         * gnus-util.el (gnus-extract-address-component-name)
6783         (gnus-extract-address-component-email): Convenience functions around
6784         `gnus-extract-address-components'.
6785
6786         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6787         Use `gnus-extract-address-component-email' to fix bug of comparing full
6788         sender name to `user-mail-address'.
6789
6790 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6793         catch/throw to optimize.
6794         (gnus-registry-find-keywords): Just use member to find a keyword.
6795
6796 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6797
6798         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6799         is current before calling gnus-server-prepare.
6800         (gnus-server-setup-buffer, gnus-server-update-server)
6801         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6802
6803 2008-05-04  Juri Linkov  <juri@jurta.org>
6804
6805         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6806         (mailcap-file-default-commands): Use mailcap-replace-in-string
6807         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6808         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6809
6810 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6811
6812         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6813
6814 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6815
6816         * gnus.el: Bump version to 0.11.
6817
6818 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6819
6820         * gnus.el: No Gnus v0.10 is released.
6821
6822 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6823
6824         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6825         hooks.
6826         (gnus-update-read-articles): Speed up non-marks-using users.
6827         (gnus-use-marks): Define gnus-use-marks.
6828         (gnus-propagate-marks): Rename variable to something more sensible.
6829
6830 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6831
6832         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6833         (gmm-image-load-path-for-library): Fix typos in docstrings.
6834         (gmm-message): Reflow docstring.
6835
6836 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * mail-source.el (mail-source-set-1, mail-source-bind):
6839         Move auth-source code out of the macro to clean it up and fix bugs.
6840
6841 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6842
6843         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6844         by sender if it's equal to user-mail-address, it's likely to be
6845         useless.
6846
6847         * mail-source.el (mail-source-bind): Don't use user or password if they
6848         are not bound.  Unintern them if they are nil.  Don't use server unless
6849         it's bound, and default it to empty string otherwise.
6850
6851 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6852
6853         * mail-source.el: Load auth-source.el.
6854         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6855         get user name or password, if auth-sources is set up.
6856
6857         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6858         strategy of splitting with parent.
6859         (gnus-registry-split-fancy-with-parent)
6860         (gnus-registry-post-process-groups): Use it and fix prior
6861         bug (returning a list as the split result).
6862
6863         * auth-source.el (auth-sources): Remove server parameter.
6864         (auth-source-pick, auth-source-user-or-password)
6865         (auth-source-user-or-password-imap)
6866         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6867         (auth-source-user-or-password-sftp)
6868         (auth-source-user-or-password-smtp): Remove server parameter.
6869
6870 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6871
6872         * smime.el (smime-sign-region, smime-encrypt-region)
6873         (smime-decrypt-region):
6874         Remove redundant calls to `generate-new-buffer-name'.
6875
6876 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6877
6878         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6879         Don't use QP for message/rfc822.
6880         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6881
6882 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6883
6884         * sieve-manage.el (sieve-string-bytes): Remove.
6885         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6886         correct byte-length only if the process's coding-system is the same as
6887         the one used internally by Emacs to represent strings.
6888
6889 2008-04-22  Juri Linkov  <juri@jurta.org>
6890
6891         * mailcap.el (mailcap-file-default-commands): New function.
6892
6893 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * message.el (message-signature-separator, message-cite-function):
6896         Change custom version.
6897
6898 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6899
6900         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6901         commands.
6902         (tls-checktrust): Ditto.
6903
6904 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * mm-decode.el (mm-display-external): Make temp file read-only.
6907
6908 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6911         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6912         `C-c C-f d'.
6913
6914 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6915
6916         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6917
6918 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * gnus.el: Bump version to 0.9.
6921
6922 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * gnus.el: No Gnus v0.8 is released.
6925
6926 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6927
6928         * mail-source.el (mail-source-value):
6929         Prefer fboundp to functionp so it works with macros as well.
6930
6931 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6932
6933         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6934         Fix last change in case the element is not even a symbol.
6935
6936 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6937
6938         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6939         Prefer fboundp to functionp so it works with macros as well.
6940
6941 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * auth-source.el: Add docs.
6944         (auth-sources): Modify format to support server.
6945         (auth-source-pick, auth-source-user-or-password)
6946         (auth-source-user-or-password-imap)
6947         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6948         (auth-source-user-or-password-sftp)
6949         (auth-source-user-or-password-smtp): Add server parameter.
6950
6951 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * gnus-registry.el: Initialize the registry when gnus-registry-install
6954         is t.
6955
6956 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * compface.el (uncompface): Make buffer unibyte.
6959
6960 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6961
6962         * mail-source.el (mail-source-value):
6963         Prefer fboundp to functionp so it works with macros as well.
6964
6965 2008-04-05  Glenn Morris  <rgm@gnu.org>
6966
6967         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6968
6969 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6970
6971         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6972         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6973
6974         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6975         multibyteness after rather than before erasing it.
6976
6977         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6978         mm-with-multibyte.
6979         (gnus-request-article-this-buffer): Make sure the proper decoding is
6980         used if gnus-original-article-buffer happens to be unibyte.
6981
6982         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6983         default-enable-multibyte-characters.
6984
6985         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6986         default-enable-multibyte-characters.
6987
6988         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6989
6990         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6991
6992 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6993
6994         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6995         Fix last change in case the element is not even a symbol.
6996
6997 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6998
6999         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7000         (imap-message-copyuid-1): Use it.
7001         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7002         J. Williams in
7003         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7004
7005         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7006         imap-enable-exchange-bug-workaround.
7007         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7008
7009 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7010
7011         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7012         a 100 byte status-checks into a 2-3MB transfer for each group.
7013         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7014         to enable bug workaround or not.
7015         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7016
7017 2008-03-31  Glenn Morris  <rgm@gnu.org>
7018
7019         * message.el (mml2015-use): Declare for compiler.
7020         (message-info): Require mml2015 when appropriate.
7021
7022 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7025         whitespace.
7026
7027 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7028
7029         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7030         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7031         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7032         (nntp-service-to-port): New function.
7033         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7034         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7035         (nntp-open-netcat-stream): New function.
7036         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7037
7038 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7039
7040         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7041
7042 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7043
7044         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7045
7046 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7047
7048         * dns.el (dns-write): Use set-buffer-multibyte.
7049
7050 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7051
7052         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7053
7054 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * message.el (message-signature-separator): Change default.
7057         Improve custom type.
7058         (message-cite-function): Change default to
7059         message-cite-original-without-signature.
7060
7061         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7062         toggle.
7063
7064         * message.el (message-check-news-body-syntax): Fix signature check.
7065         (message-setup-1): Mark buffer as unmodified _after_ running
7066         message-setup-hook and handling message-alternative-emails.
7067         (message-shorten-references): Be more strict when building list of
7068         valid references to comply with GNKSA.
7069
7070         * gnus-group.el (gnus-read-ephemeral-bug-group)
7071         (gnus-read-ephemeral-debian-bug-group)
7072         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7073
7074         * message.el (message-info): Don't use booleanp which isn't supported
7075         in Emacs 21 and XEmacs.
7076
7077 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7080         gnus-group-gmane-group-download-format.
7081         (gnus-group-read-ephemeral-gmane-group): Rename from
7082         gnus-group-read-ephemeral-gmane-group.
7083         (gnus-read-ephemeral-gmane-group-url): Rename from
7084         gnus-group-read-ephemeral-gmane-group-url.
7085         (gnus-bug-group-download-format-alist): New variable.
7086         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7087         (gnus-read-ephemeral-emacs-bug-group): New commands.
7088
7089 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7092         (gnus-visible-headers): Improve custom type.
7093
7094 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * mml.el (mml-menu): Add workarounds for XEmacs.
7097
7098         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7099         X-Boundary header.
7100
7101         * message.el (message-simplify-recipients): Fix previous commit.
7102
7103 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7104
7105         * mm-util.el (mm-set-buffer-multibyte): New function.
7106         * mm-decode.el (mm-copy-to-buffer): Use it.
7107
7108         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7109         Prefer fboundp to functionp so it works with macros as well.
7110
7111 2008-03-19  Glenn Morris  <rgm@gnu.org>
7112
7113         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7114         Accidentally removed in the sync process with Emacs.
7115
7116 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * message.el (message-alter-recipients-discard-bogus-full-name):
7119         New function.
7120         (message-alter-recipients-function): New variable.
7121         (message-get-reply-headers): Use it.
7122         (message-replace-header): New helper function.
7123         (message-recipients-without-full-name): New variable.
7124         (message-simplify-recipients): New command.
7125
7126         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7127
7128         * message.el (message-info): Handle EasyPG manual.
7129
7130         * mml.el (mml-menu): Add entry for EasyPG.
7131
7132 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7133
7134         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7135         parameter.
7136
7137         * message.el (message-disassociate-draft): Specify drafts group name
7138         fully.
7139
7140 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7141
7142         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7143         Eliminate unnecessary duplicates from the match list.
7144
7145 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7148
7149         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7150
7151         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7152         args of `how-many' of which the XEmacs version doesn't take; declare
7153         Info-index-next as function.
7154
7155 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * gnus-score.el (gnus-score-headers): Fix handling of
7158         gnus-inhibit-slow-scoring.
7159
7160         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7161         string.
7162         (gnus-button-url-regexp): Improve handling of parenthesis.
7163         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7164         (gnus-button-handle-info-keystrokes): Handle index entries.
7165
7166 2008-03-15  Glenn Morris  <rgm@gnu.org>
7167
7168         * parse-time.el (parse-time-string): Simplify.
7169
7170 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7173         Incoming* files.
7174
7175 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7176
7177         * auth-source.el (auth-sources): Rename from auth-source-choices.
7178         (auth-source-pick): Use it.
7179
7180 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7181
7182         * binhex.el (binhex-decode-region-internal):
7183         * uudecode.el (uudecode-decode-region-internal):
7184         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7185         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7186         setting default-enable-multibyte-characters.
7187
7188 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7189
7190         * auth-source.el (auth-source-protocols)
7191         (auth-source-protocols-customize, auth-source-choices): Add and
7192         modified variable customizations and defaults.
7193         (auth-source-pick, auth-source-user-or-password)
7194         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7195         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7196         (auth-source-user-or-password-sftp)
7197         (auth-source-user-or-password-smtp): Use new variables and provide an
7198         interface to netrc.el.
7199
7200 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7203         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7204         Make sure the nntp port to specify is a string.
7205
7206 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7207
7208         * nntp.el: Use with-current-buffer.
7209         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7210         dubious mm-with-unibyte-current-buffer.
7211         (nntp-with-open-group-function): New function extracted from
7212         nntp-with-open-group macro.
7213         (nntp-with-open-group): Use the function, so it's easier to debug.
7214         Add indentation and debugging info.
7215         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7216         Recommend the use of the netcat alternatives.
7217
7218         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7219         Avoid mm-string-as-multibyte as well.
7220
7221         * nnweb.el (nnweb-insert-html):
7222         Remove use of nnheader-string-as-multibyte.
7223
7224         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7225         (nnheader-string-as-multibyte): Remove.
7226
7227         * mm-view.el: Use inhibit-read-only.
7228         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7229         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7230         or unibyte-string.
7231
7232         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7233         (mm-uu-yenc-extract): Use with-current-buffer.
7234
7235         * gnus-soup.el (gnus-soup-send-packet): Don't use
7236         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7237
7238         * nnmh.el: Use with-current-buffer.
7239         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7240         mm-string-as-multibyte on the output of mm-encode-coding-string.
7241
7242         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7243         (nnimap-request-move-article): Use with-current-buffer.
7244
7245         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7246         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7247         conversion uses string-make-unibyte rather than string-as-unibyte.
7248
7249         * gnus-msg.el: Use with-current-buffer.
7250
7251         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7252
7253 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7254
7255         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7256         string for caching if it is 'PIN.
7257
7258 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * lpath.el: Consider the case without Emacs/W3.
7261
7262 2008-03-08  Glenn Morris  <rgm@gnu.org>
7263
7264         * time-date.el (date-to-time, time-subtract, time-add)
7265         (safe-date-to-time): Doc fixes.
7266
7267 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * mail-source.el (mail-source-delete-old-incoming-confirm):
7270         Change default to nil.
7271         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7272
7273 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * lpath.el: Rearrange.
7276
7277         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7278         (gnus-article-goto-prev-page): Work for articles having ^L's.
7279
7280         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7281
7282         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7283
7284 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7285
7286         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7287         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7288         (gnus-bookmark-jump): Adjust some variable names.
7289
7290 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * auth-source.el: New package.
7293         (auth-source-choices): Add customization entry point variable.
7294
7295         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7296         bug.
7297
7298 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7299
7300         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7301         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7302         (gnus-registry-install-shortcuts): Rename from
7303         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7304         the `gnus-registry-mark-map' keymap dynamically from
7305         `gnus-registry-marks'.  The generated functions update the summary line
7306         when a registry mark is added or deleted, and will call
7307         `gnus-registry-install-p' (see the comments in the code).
7308         (gnus-registry-user-format-function-M): Use concat intelligently.
7309
7310         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7311         the registry mark functions.
7312
7313 2008-03-05  Glenn Morris  <rgm@gnu.org>
7314
7315         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7316         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7317         gnus-art.
7318         (top-level): No need to load own source when compiling.
7319
7320 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7323         Suggested by <chris.anderton@zetnet.co.uk>.
7324
7325 2008-03-04  Glenn Morris  <rgm@gnu.org>
7326
7327         * gnus-sum.el (top-level): No need to require gnus when compiling,
7328         since unconditionally required near start of file.
7329         (gnus-summary-display-while-building): Move definition before use.
7330
7331 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7332
7333         * gnus-registry.el (gnus-registry-user-format-function-M):
7334         Add formatting function.
7335
7336 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7337
7338         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7339         with plists.
7340         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7341         Use new format.
7342
7343 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7346         `where-is-internal' that returns a range of key sequences.
7347
7348 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7349
7350         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7351
7352         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7353         (gnus-summary-jump-to-group): Consider windows on other displayed
7354         frames as well.  Similar changes might be needed elsewhere, but that's
7355         the one I've bumped into during my use.
7356
7357         * nndoc.el (nndoc-oe-dbx-type-p):
7358         * gnus-msg.el (gnus-debug):
7359         * gnus-group.el (gnus-update-group-mark-positions):
7360         Use mm-string-to-multibyte.
7361
7362 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7365         doesn't handle NotDashEscaped.
7366
7367         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7368         (mml-dnd-attach-options): Fix typo in custom choice.
7369
7370         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7371         Change nndoc-article-type to mbox.
7372         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7373
7374         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7375         to nil, instead of html2text.
7376
7377         * imap.el (imap-debug): Add `imap-ping-server'.
7378
7379         * gnus-bookmark.el: Add FIXMEs.
7380
7381         * message.el (message-form-letter-separator)
7382         (message-send-form-letter-delay): New variables.
7383         (message-send-form-letter): Use them.  New command to send form
7384         letters.  Requested by Uwe Siart.
7385         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7386
7387 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * Update copyright years.
7390
7391 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         Sync from EMACS_22_BASE.
7394
7395         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7396
7397 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7398
7399         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7400         empty author.
7401
7402 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7403
7404         * gnus-registry.el (gnus-registry-marks): Add variable for
7405         customization of marks and their appearance.
7406         (gnus-registry-read-mark): Use it.
7407         (gnus-registry-do-marks): Add utility function to loop through
7408         `gnus-registry-marks'.
7409         (gnus-registry-install-shortcuts-and-menus): Add function to install
7410         shortcuts and menus.
7411         (gnus-registry-initialize): Use it.
7412         (gnus-registry-default-mark): Clarify documentation.
7413
7414 2008-02-29  Glenn Morris  <rgm@gnu.org>
7415
7416         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7417         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7418         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7419         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7420         Change defcustom :version from 23.0 to 23.1.
7421
7422 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * gnus-registry.el (gnus-registry-follow-group-p)
7425         (gnus-registry-post-process-groups): Add functions to aid registry
7426         splitting and improve logging.  Clarify behavior in function
7427         documentation.
7428         (gnus-registry-split-fancy-with-parent): Use them.
7429
7430 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7431
7432         * gnus-art.el: Use with-current-buffer.
7433
7434 2008-02-27  David Engster  <dengste@eml.cc>
7435
7436         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7437         Express real group name in the response.
7438
7439 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7442         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7443         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7444         autoload gnus-registry-fetch-group when compiling.
7445         (nnmairix-request-group-with-article-number-correction):
7446         Remove unreferenced argument passed to nnmairix-call-backend.
7447
7448 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7451         (mm-uu-extract): Improve face for low color ttys.
7452         Reported by Sascha Wilde.
7453
7454 2008-02-27  Glenn Morris  <rgm@gnu.org>
7455
7456         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7457         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7458         variables to defconsts.  Convert comments to doc-strings.
7459         (nnmairix-last-server, nnmairix-current-server): Convert from free
7460         variables to defvars.  Convert comments to doc-strings.
7461         (gnus-registry-fetch-group): Autoload.
7462         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7463         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7464         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7465         caddr.
7466         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7467         nnmairix-request-group-with-article-number-correction call.
7468         (nnmairix-fast, nnmairix-group): New, less general names, for free
7469         variables passed from nnmairix-request-group to
7470         nnmairix-request-group-with-article-number-correction.  Declare.
7471         (nnmairix-request-group-with-article-number-correction):
7472         Use nnmairix-fast, nnmairix-group rather than fast, group.
7473
7474 2008-02-26  David Engster  <dengste@eml.cc>
7475
7476         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7477         version 0.5.
7478
7479 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7480
7481         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7482         instead of making an extra function call.  Don't add the current group
7483         to articles only when they have the group.  Use
7484         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7485         Reported by David <de_bb@arcor.de>.
7486
7487 2008-02-24  Miles Bader  <miles@gnu.org>
7488
7489         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7490         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7491         (mm-find-mime-charset-region):
7492         * mm-bodies.el (mm-encode-body):
7493         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7494
7495 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7498         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7499
7500 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * mail-source.el (mail-source-delete-incoming): Change default.
7503         Supplement doc string.
7504
7505         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7506
7507 2008-02-14  Glenn Morris  <rgm@gnu.org>
7508
7509         * time-date.el (format-seconds): New function.
7510
7511 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * nnmail.el (nnmail-message-id-cache-file): Derive from
7514         `gnus-home-directory'.
7515
7516 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7519         Document negative prefix.
7520
7521         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7522
7523 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * message.el (message-unsent-separator): Add the Exim bounce
7526         separator.
7527
7528 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7529
7530         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7531         list.
7532         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7533         recipient/signer list.
7534
7535 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * Makefile.in (datarootdir): Define.
7538         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7539         name that might contain whitespace.
7540
7541 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7544         fbound (Emacs 23 unicode), signal an error.
7545
7546 2008-02-08  Glenn Morris  <rgm@gnu.org>
7547
7548         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7549
7550 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7551
7552         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7553         ports to the calls to `netrc-machine-user-or-password' in addition to
7554         "imap" and "imaps".
7555
7556 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7557
7558         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7559
7560         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7561
7562 2008-02-01  Kenichi Handa  <handa@m17n.org>
7563
7564         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7565         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7566         (rfc2104-hash): Convert the result of concat to unibyte string.
7567
7568 2008-02-01  Dave Love  <fx@gnu.org>
7569
7570         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7571         coding-system-for-read.
7572         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7573
7574 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7575
7576         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7577         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7578         <hanche@math.ntnu.no>.
7579
7580 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7583
7584         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7585
7586 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7587
7588         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7589         * message.el (message-beginning-of-line): Use featurep instead of bound
7590         tests in order to resolve conditionals at compile time.
7591
7592 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7593
7594         * mail-source.el (mail-sources): Add `group' choice.
7595
7596         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7597         parameter `in-group' to control into which group the articles go.
7598         Add treatment of `group' mail-source.
7599
7600 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7603
7604         * mm-decode.el (mm-dissect-buffer): Decode description.
7605
7606         * mml.el (mml-to-mime): Encode message header first.
7607
7608 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7611         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7612
7613         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7614         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7615
7616 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7617
7618         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7619
7620 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7623         prefix keys.
7624         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7625         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7626         gnus-xmas.el.
7627
7628         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7629         (gnus-xmas-article-describe-bindings): New function.
7630         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7631         gnus-xmas-article-describe-bindings.
7632
7633         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7634
7635 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7636
7637         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7638         Add new variables for article mark management.
7639         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7640         list of extra data entries which, when present, will indicate that the
7641         article ID should not be trimmed from the registry.
7642         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7643         functions.
7644         (gnus-registry-read-mark): New function to read a mark name from the
7645         user.
7646         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7647         (gnus-registry-set-article-mark-internal): New functions to add and
7648         remove marks.
7649         (gnus-registry-get-article-marks): New function to show the marks for
7650         an article, or retrieve them for further use.
7651
7652 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7655         keys when no argument is given.
7656
7657 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * imap.el (imap-ping-server): New variable.
7660         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7661         (imap-ping-server): Minor doc string fixes.
7662
7663 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7664
7665         * imap.el (imap-ping-server): New function.
7666         (imap-opened): Call imap-ping-server.
7667
7668 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * gnus-sum.el (gnus-article-sort-by-random)
7671         (gnus-thread-sort-by-random): Fix doc strings.
7672         Reported by jidanni@jidanni.org.
7673
7674 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-art.el (gnus-article-describe-bindings): New function.
7677         (gnus-article-read-summary-keys): Use it.
7678         (gnus-article-mode-map): Bind `C-h b' to it.
7679
7680 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7683         XEmacs.
7684         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7685         Protect against non-character events.
7686
7687         * lpath.el: Fbind map-keymap for Emacs 21.
7688
7689 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7692         New command.
7693         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7694         instead of END.  Change name of the temp file.
7695         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7696         customizable.
7697
7698 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7701         bind `S W' to gnus-article-wide-reply-with-original; set default
7702         binding to gnus-article-read-summary-send-keys.
7703         (gnus-article-read-summary-keys): Fix the order of keys; display
7704         continuation keys correctly in the echo area; describe bindings
7705         correctly when keys end with `C-h'.
7706         (gnus-article-read-summary-send-keys): New function.
7707         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7708         Work for gnus-article-read-summary-send-keys; display continuation keys
7709         correctly in the echo area.
7710         (gnus-article-reply-with-original): Ignore prefix argument.
7711         (gnus-article-wide-reply-with-original): New function.
7712
7713         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7714         Emacs 21.
7715
7716 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7719         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7720
7721 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7724         (gnus-group-read-ephemeral-gmane-group): New command.
7725
7726 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7727
7728         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7729
7730 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * message.el (message-send-mail-function): Increase custom version.
7733
7734         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7735         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7736
7737 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7738
7739         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7740         for the cases where imap-authenticate is called with a nil buffer
7741         parameter.
7742
7743 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7746         html parts correctly; support forwarded messages.
7747         (gnus-article-browse-html-article): Remove work buffers.
7748
7749         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7750         compiling.
7751         (netrc-bound-and-true-p): New macro.
7752         (netrc-parse): Use it instead of bound-and-true-p that is not available
7753         in XEmacs 21.4.
7754
7755 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7756
7757         * gnus-registry.el (gnus-registry-mark-article)
7758         (gnus-registry-article-marks): Add functionality to mark articles
7759         through the Gnus registry.
7760
7761         * encrypt.el: Clarify documentation for the new pgg method.
7762         (encrypt-file-alist): Add PGG option.
7763         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7764         functionality.  Abstract password key and messaging to external
7765         functions.
7766         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7767         (encrypt-message-method-and-cipher): Add new convenience external
7768         functions.
7769         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7770         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7771
7772         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7773         (netrc-parse): Use encrypt-file-alist to determine if
7774         encrypt-find-model or encrypt-insert-file-contents should be used.
7775
7776         * encrypt.el: Clarify documentation.  Load password-cache or
7777         password, whichever one is found first, instead of autoloading.
7778
7779 2007-12-19  Glenn Morris  <rgm@gnu.org>
7780
7781         * mml.el (message-options-set, message-narrow-to-head)
7782         (message-in-body-p, message-mail-p, message-encode-message-body):
7783         Autoload.
7784         (message-remove-header, message-narrow-to-headers-or-head)
7785         (message-subscribed-p, message-make-mail-followup-to)
7786         (message-position-on-field, message-news-p)
7787         (message-options-set-recipient, message-generate-headers)
7788         (message-sort-headers): Declare as functions.
7789
7790 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7793         convention in doc string.
7794
7795 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7798         title to html parts.
7799         (gnus-article-browse-html-article): Pass message header to it.
7800
7801         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7802
7803 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7806         or password compatible with XEmacs.
7807
7808 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7811         format document.
7812         (gnus-mime-delete-part): Don't write description line if empty.
7813         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7814
7815 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7816
7817         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7818         (gnus-summary-mark-read-and-unread-as-read)
7819         (gnus-summary-mark-current-read-and-unread-as-read)
7820         (gnus-summary-mark-unread-as-ticked): Doc fix.
7821         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7822
7823 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7826         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7827
7828 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7831         yes-or-no-p.
7832
7833 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * mm-decode.el (mm-add-meta-html-tag): New function.
7836         (mm-save-part-to-file, mm-pipe-part): Use it.
7837
7838         * gnus-art.el (gnus-article-browse-delete-temp-files):
7839         Use gnus-y-or-n-p instead of y-or-n-p.
7840         (gnus-article-browse-html-parts): Work with message/external-body; use
7841         mm-add-meta-html-tag.
7842
7843 2007-12-11  Glenn Morris  <rgm@gnu.org>
7844
7845         * gnus-cache.el: Require gnus-sum not just when compiling.
7846
7847         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7848
7849         * gnus-int.el (gnus-server-opened, gnus-status-message):
7850         Move definitions before use.
7851
7852         * mm-decode.el: Require gnus-util.
7853         (mm-remove-part): Only call delete-annotation on XEmacs.
7854
7855         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7856
7857         * nnmail.el: Require gnus-int.
7858
7859         * spam.el: Move `require's before `eval-when-compile's.
7860
7861         * gnus-ems.el (gnus-alive-p):
7862         * gnus-fun.el (message-goto-eoh):
7863         * gnus-util.el (gnus-group-name-decode):
7864         * mail-source.el (gnus-compress-sequence):
7865         * message.el (Info-goto-node, format-spec):
7866         * mm-bodies.el (message-options-get):
7867         * mm-decode.el (mm-view-pkcs7):
7868         * mm-util.el (gmm-write-region):
7869         * mml-smime.el (mml-compute-boundary)
7870         (gnus-completing-read-with-default):
7871         * mml.el (widget-button-press, gnus-make-hashtable):
7872         * mml1991.el (mm-decode-content-transfer-encoding)
7873         (mm-encode-content-transfer-encoding)
7874         (message-options-get, message-options-set):
7875         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7876         * nnfolder.el (gnus-request-group):
7877         * nnheader.el (ietf-drums-unfold-fws):
7878         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7879         * smime.el (gnus-run-mode-hooks):
7880         * spam-stat.el (gnus-message): Autoload.
7881
7882         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7883         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7884         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7885         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7886         Add declare-function compatibility definition.
7887
7888         * gnus-cache.el (nnvirtual-find-group-art):
7889         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7890         (gnus-add-image, gnus-add-wash-type):
7891         * gnus-group.el (nnkiboze-score-file):
7892         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7893         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7894         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7895         (message-tokenize-header, gnus-get-buffer-create)
7896         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7897         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7898         * gnus.el (gnus-group-decoded-name):
7899         * mail-source.el (imap-capability):
7900         * mm-bodies.el (message-options-set):
7901         * mm-decode.el (gnus-configure-windows):
7902         * mm-extern.el (message-goto-body):
7903         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7904         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7905         (epg-sub-key-validity, message-options-set):
7906         * mml.el (widget-event-point, gnus-configure-windows):
7907         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7908         * mml2015.el (epg-check-configuration, epg-configuration)
7909         (message-options-set):
7910         * nndb.el (nndb-request-article):
7911         * nnfolder.el (gnus-request-create-group):
7912         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7913         * nnmaildir.el (gnus-group-mark-article-read):
7914         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7915         * rfc1843.el (message-fetch-field):
7916         * spam.el (gnus-extract-address-components):
7917         Declare as functions.
7918
7919 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7922
7923         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7924
7925         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7926         bind show-trailing-whitespace for XEmacs.
7927
7928 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7931         new no-op macro for backward compatibility.
7932
7933         * imap.el (imap-string-to-integer): New function.
7934
7935 2007-12-09  Glenn Morris  <rgm@gnu.org>
7936
7937         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7938
7939         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7940         * message.el, mm-view.el, sieve-manage.el, smime.el:
7941         Add declare-function compatibility definition.
7942
7943         * gnus-art.el (w3-region, w3m-region, Info-menu):
7944         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7945         * gnus-sum.el (gnus-get-predicate):
7946         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7947         * message.el (mail-abbrev-in-expansion-header-p):
7948         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7949         (w3m-detect-meta-charset, w3m-region):
7950         * sieve-manage.el (password-read, password-cache-add)
7951         (password-cache-remove):
7952         * smime.el (password-read-and-add): Declare as functions.
7953
7954 2007-12-08  David Kastrup  <dak@gnu.org>
7955
7956         * gnus-sum.el (gnus-summary-simplify-subject-query):
7957         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7958         `message'.
7959
7960 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7963         it to bind idna-program, installation-directory, defined-colors, and
7964         face-attribute for XEmacs of the version that compiles defcustom forms.
7965
7966 2007-12-07  Glenn Morris  <rgm@gnu.org>
7967
7968         * gnus-art.el (article-make-date-line): Revert previous change.
7969
7970 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7973
7974 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7975
7976         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7977         Call gnus-add-to-range ranges only once with a prepared article-list.
7978
7979 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7980
7981         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7982         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7983         group names with backslashes.
7984         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7985
7986 2007-12-06  Deepak Goel  <deego3@gmail.com>
7987
7988         * gnus-art.el (article-make-date-line):
7989         * gnus-start.el (gnus-load):
7990         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7991
7992 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * gnus-art.el (gnus-use-idna)
7995         * gnus-start.el (gnus-site-init-file)
7996         * message.el (message-use-idna)
7997         * mm-uu.el (mm-uu-hide-markers)
7998         * smiley.el (smiley-style): Revert changes that suppress warnings.
7999
8000 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8003         specify charset to html source.
8004         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8005
8006 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8009         idna-program in order to suppress byte compile warning issued by XEmacs
8010         that came to byte compile the default value section of defcustom forms
8011         recently.
8012
8013         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8014         value of installation-directory.
8015
8016         * message.el (message-use-idna): Don't directly refer to the value of
8017         idna-program.
8018
8019         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8020
8021         * smiley.el (smiley-style): Don't directly call face-attribute.
8022
8023 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8026
8027         * gnus-dired.el: Reduce Gnus dependencies.
8028         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8029         Don't require.  Use autoloads instead.
8030         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8031         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8032         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8033         (gnus-dired-mode): Adjust doc string.
8034         (gnus-dired-mail-mode): New variable.
8035         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8036         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8037         (gnus-dired-mail-buffers): New function.  Return mail or message
8038         composition buffers.
8039         (gnus-dired-attach): Use it.
8040         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8041         NO-DECODE.
8042         (gnus-dired-print): Use `gnus-print-buffer' depending on
8043         `gnus-dired-mail-mode'.
8044
8045 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * rfc2047.el (rfc2047-encoded-word-regexp)
8048         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8049         explaining what regexp patterns are for.
8050
8051 2007-12-04  Glenn Morris  <rgm@gnu.org>
8052
8053         * password.el: Move to password-cache.el.
8054
8055         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8056         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8057         * mml-smime.el (password-read, password-cache-add)
8058         (password-cache-remove):
8059         No need to autoload, since mml-sec requires password.
8060
8061         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8062         * message.el (gnus-extract-address-components):
8063         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8064
8065         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8066         password.
8067
8068 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * mailcap.el: Reduce dependencies.
8071         (mail-header-parse-content-type): Autoload.
8072         (mailcap-delete-duplicates): New alias.
8073         (mailcap-mime-info): Add optional argument NO-DECODE.
8074         (mailcap-mime-types): Use mailcap-delete-duplicates.
8075
8076         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8077
8078 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8079
8080         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8081         (imap-parse-status): Upcase status-att for servers that sends them
8082         lower-case (e.g., MS Exchange 2007).
8083
8084 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8085
8086         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8087         function.
8088
8089         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8090         (gnus-uu-yenc-article): New function.
8091
8092         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8093
8094         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8095
8096 2007-12-02  Glenn Morris  <rgm@gnu.org>
8097
8098         * binhex.el (binhex): New custom group.
8099         (binhex-decoder-program, binhex-decoder-switches)
8100         (binhex-use-external): Move to the binhex custom group.
8101
8102         * uudecode.el (uudecode): New custom group.
8103         (uudecode-decoder-program, uudecode-decoder-switches)
8104         (uudecode-use-external): Move to the uudecode custom group.
8105
8106         * netrc.el (top-level): Don't load `encrypt' features.
8107         (netrc-parse): Don't use encrypt.
8108         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8109
8110         * encrypt.el: Remove file.
8111
8112 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8115         matches on patches.
8116
8117         * gnus-art.el (gnus-article-browse-html-article):
8118         Mention `mm-text-html-renderer' in the doc string.
8119
8120         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8121         string.  Add comments.
8122
8123         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8124         if rhs is ASCII.
8125
8126 2007-12-01  Glenn Morris  <rgm@gnu.org>
8127
8128         * mail-source.el (top-level): Require format-spec before
8129         eval-when-compile.
8130
8131 2007-11-30  Glenn Morris  <rgm@gnu.org>
8132
8133         * encrypt.el: Require password, rather than autoloading password-read.
8134
8135 2007-11-29  Glenn Morris  <rgm@gnu.org>
8136
8137         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8138         (sasl-make-client, sasl-next-step, sasl-step-data)
8139         (sasl-step-set-data): Declare as functions.
8140
8141 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8144
8145 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8146
8147         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8148         certs should be verified and what is to be done in the event of a
8149         verification failure.
8150
8151         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8152         caller can indicate whether the cache should be disregarded for this
8153         call.  This way the result of the call is reproducible at all times and
8154         can be considered a canonical server name for the supplied method.
8155         (gnus-agent-method-p): Canonicalize server names by pushing their
8156         method through `gnus-method-to-server' using the no-cache argument.
8157
8158         * gnus-srvr.el (gnus-server-insert-server-line):
8159         Call `gnus-method-to-server' with `no-cache' argument.
8160
8161         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8162         gnus-agent-possibly-synchronize-flags as this should be called when the
8163         server is actually being opened.
8164         (gnus-agent-possibly-synchronize-flags)
8165         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8166         flags file of an agentized server to the latter function.
8167
8168         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8169         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8170         after a connection has been established successfully.
8171
8172 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-art.el (article-display-face): Force to display face if called
8175         interactively; check if gnus-article-x-face-too-ugly matches author.
8176         (article-display-x-face): Display face even if From header is missing
8177         as article-display-face does.
8178
8179 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8180
8181         * hashcash.el (message-narrow-to-headers-or-head)
8182         (message-fetch-field, message-goto-eoh)
8183         (message-narrow-to-headers): Declare as functions.
8184
8185 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * mail-source.el (mail-sources): Default to fetch from file for
8188         compatibility with default of nnmail-spool-file.
8189
8190 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8193         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8194         to look for encoded word that should be encoded again.
8195         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8196         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8197         encoding pattern.
8198         (rfc2047-decode-region): Switch strict regexp and loose one according
8199         to rfc2047-allow-irregular-q-encoded-words.
8200
8201 2007-11-25  Romain Francoise  <romain@orebokech.com>
8202
8203         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8204
8205 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * tls.el (tls-program): Provide more custom choices from
8208         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8209         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8210
8211 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8214         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8215
8216         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8217         `nnmail-spool-file'.
8218
8219         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8220         `nnmail-spool-file'.
8221
8222         * gnus-move.el (gnus-change-server): Ditto.
8223
8224         * gnus-kill.el (gnus-batch-score): Ditto.
8225
8226         * gnus-cache.el (gnus-jog-cache): Ditto.
8227
8228         * gnus-msg.el (gnus-summary-reply):
8229         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8230
8231 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8234         version.  Minor improvement to doc strings.
8235         (tls-program): Add comment.
8236
8237 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8238
8239         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8240         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8241         mismatch between the hostname provided in the certificate and the name
8242         of the host connnecting to.
8243         (open-tls-stream): Use them.  Check certificates against trusted root
8244         certificates.
8245
8246 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * gnus-cache.el (gnus-cache-generate-nov-databases):
8249         Use nnml-generate-nov-databases-directory instead of
8250         nnml-generate-nov-databases-1.
8251
8252 2007-11-24  Glenn Morris  <rgm@gnu.org>
8253
8254         * message.el (message-tool-bar-retro): Update for rename
8255         mail_send.xpm->mail-send.xpm.
8256
8257 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8260         `smime-ldap-search' for Emacs 22 and up.
8261
8262 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8263
8264         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8265
8266         * message.el (message-send-mail-function): Fix error convention.
8267         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8268         (message-widen-reply, message-send-mail, message-talkative-question)
8269         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8270         (message-clone-locals, message-send-news): Use with-current-buffer.
8271         (message-insert-or-toggle-importance): Remove unused var `valid'.
8272         (message-make-references): Remove unused var `new-references'.
8273         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8274
8275 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8276
8277         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8278         (spam-split-symbolic-return-positive): Reflow docstring.
8279         (spam-backends, spam-summary-exit-behavior)
8280         (spam-mark-ham-unread-before-move-from-spam-group)
8281         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8282         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8283         (spam-clear-cache, spam-backend-check, spam-install-backend)
8284         (spam-install-statistical-backend, spam-list-of-processors)
8285         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8286         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8287         (spam-check-crm114, spam-initialize, spam-unload-hook):
8288         Fix typos in docstrings.
8289
8290 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8293         been checked if they have never been read and those group levels are
8294         higher than the one that a user specified.
8295
8296 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8299         foreign groups unless a group level is specified by a user.
8300         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8301
8302 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * message.el (message-send-mail-function): Require sendmail.
8305
8306 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * message.el (message-send-mail-function): Check for smtpmail too.
8309
8310         * utf7.el (utf7-encode, utf7-decode): Use coding system
8311         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8312
8313         * message.el (message-send-mail-function): New function.
8314         (message-send-mail-function): Set default using
8315         message-send-mail-function.  Adjust doc string.
8316         (message-send-mail-with-mailclient): New function.
8317
8318 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8319
8320         * smime.el (from):
8321         * rfc2047.el (message-posting-charset):
8322         * qp.el (mm-use-ultra-safe-encoding):
8323         * pop3.el (parse-time-months):
8324         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8325         * nnml.el (files):
8326         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8327         (jka-compr-compression-info-list, ange-ftp-path-format)
8328         (efs-path-regexp):
8329         * nndiary.el (files):
8330         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8331         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8332         (epg-digest-algorithm-alist, inhibit-redisplay)
8333         (password-cache-expiry):
8334         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8335         (pgg-output-buffer, password-cache-expiry):
8336         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8337         (efs-path-regexp):
8338         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8339         (inhibit-redisplay):
8340         * mm-uu.el (file-name, start-point, end-point, entry)
8341         (gnus-newsgroup-name, gnus-newsgroup-charset):
8342         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8343         (latin-unity-ucs-list):
8344         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8345         (mm-uu-binhex-decode-function):
8346         * message.el (gnus-message-group-art, gnus-list-identifiers)
8347         (rmail-enable-mime-composing, gnus-local-organization)
8348         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8349         (gnus-read-active-file, facemenu-add-face-function)
8350         (facemenu-remove-face-function, gnus-article-decoded-p)
8351         (tool-bar-mode):
8352         * mail-source.el (display-time-mail-function):
8353         * gnus-util.el (nnmail-pathname-coding-system)
8354         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8355         (gnus-original-article-buffer, gnus-user-agent)
8356         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8357         (xemacs-codename, sxemacs-codename, emacs-program-version):
8358         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8359         * gnus-start.el (gnus-agent-covered-methods)
8360         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8361         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8362         (gnus-newsgroup-headers, gnus-group-list-mode)
8363         (gnus-group-mark-positions, gnus-newsgroup-data)
8364         (gnus-newsgroup-unreads, nnoo-state-alist)
8365         (gnus-current-select-method, mail-sources)
8366         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8367         (nnmail-spool-file, gnus-cache-active-hashtb):
8368         * gnus-mh.el (mh-lib-progs):
8369         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8370         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8371         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8372         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8373         (gnus-group-buffer):
8374         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8375         (font-lock-set-defaults):
8376         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8377         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8378         (gnus-summary-post-menu, total-parts, type, condition, length):
8379         * gnus-agent.el (gnus-agent-read-agentview):
8380         * flow-fill.el (show-trailing-whitespace):
8381         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8382         eval-and-compile wrappers for byte compiler pacifiers.
8383
8384         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8385         (mm-display-inline-fontify): Check for featurep 'xemacs not
8386         extent-list.
8387
8388         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8389         itimer-list.
8390         (mm-create-image-xemacs): Only do something for XEmacs.
8391         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8392
8393         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8394
8395         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8396         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8397
8398 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8399
8400         * nnimap.el (nnimap-split-download-body):
8401         * gnus-demon.el (gnus-demon):
8402         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8403
8404 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8407         New macros.
8408         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8409         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8410         copy data from unibyte buffer to multibyte current buffer.
8411         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8412         to copy data from unibyte current buffer to multibyte buffer.
8413         (nntp-make-process-buffer): Make process buffer unibyte.
8414
8415         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8416
8417 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8418
8419         * pop3.el (pop3-open-server): Accept and process data more robustly at
8420         connexion start to avoid spurious "POP SSL connexion failed" errors.
8421
8422 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8425         read group names.
8426
8427 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8430
8431 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8434         (nnmail-save-active): Use a unibyte buffer when saving active file,
8435         which may contain non-ASCII group names.
8436
8437         * nnml.el (nnml-request-group): Decode group names in messages.
8438
8439 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * message.el (message-citation-line-function)
8442         (message-insert-formatted-citation-line): Fix spelling of
8443         `message-insert-formated-citation-line'.
8444
8445 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8448
8449 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8452         nnmail-pathname-coding-system.
8453
8454         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8455         that a user enters; decode group names in messages.
8456
8457         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8458
8459 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8462
8463         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8464
8465         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8466         risky local variable.
8467
8468         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8469
8470 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8471
8472         * encrypt.el: Improve documentation to fix function name typo.
8473         Reported by Daiki Ueno <ueno@unixuser.org>.
8474
8475 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8478         even if the point is not in the last page of an article.
8479         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8480         back to the previous page.
8481
8482 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8485
8486 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8489
8490 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8491
8492         * message.el (message-check-news-body-syntax):
8493         Avoid mm-string-as-multibyte.
8494         (message-hide-headers): Don't assume (point-min)==1.
8495
8496 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * message.el (message-remove-blank-cited-lines): Fix if remove is
8499         given.
8500         (message-bogus-address-regexp): New variable.
8501         (message-bogus-recipient-p): New function.
8502         (message-check-recipients): New command.
8503         (message-syntax-checks): Add `bogus-recipient'.
8504         (message-fix-before-sending): Add `bogus-recipient'.
8505
8506         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8507         (gnus-treat-body-boundary): Don't test window-system.
8508
8509 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8510
8511         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8512
8513 2007-10-28  Miles Bader  <miles@gnu.org>
8514
8515         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8516         at compile-time too.
8517
8518 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8519
8520         * gnus-msg.el (gnus-message-setup-hook):
8521         Add `message-remove-blank-cited-lines' to options.
8522
8523 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * message.el (message-remove-blank-cited-lines): New function.
8526         Suggested by Karl Plästerer.
8527
8528 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8531         mapc.
8532
8533         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8534         (top-level): Use mapc to set functions to be traced for debugging.
8535
8536         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8537         called for effect with while loop.
8538
8539         * message.el (message-talkative-question): Replace mapcar called for
8540         effect with mapc.
8541
8542         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8543         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8544         called for effect with dolist.
8545
8546         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8547
8548         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8549         gnus-extra-headers and nnmail-extra-headers.
8550
8551         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8552         called for effect with dolist.
8553         (top-level): Use mapc to set functions to be traced for debugging.
8554
8555         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8556         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8557         dolist.
8558
8559         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8560         Replace mapcar called for effect with mapc.
8561         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8562         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8563         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8564         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8565
8566         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8567         remove-if that's a cl function.
8568
8569         * webmail.el (webmail-debug): Replace mapcar called for effect with
8570         dolist.
8571
8572         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8573         with mapc.
8574
8575 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8578         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8579         with while loop.
8580
8581         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8582         functions from article-* functions.
8583         (gnus-multi-decode-header): Replace mapcar called for effect with
8584         dolist.
8585
8586         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8587         (gnus-bookmark-show-details): Replace mapcar called for effect with
8588         while loop.
8589
8590         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8591         called for effect with while loop.
8592
8593         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8594         with dolist.
8595
8596         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8597         Replace mapcar called for effect with dolist.
8598
8599         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8600
8601         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8602         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8603         Replace mapcar called for effect with dolist.
8604         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8605         mapc.
8606
8607         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8608         Replace mapcar called for effect with dolist.
8609         (gnus-topic-list): Replace mapcar called for effect with mapc.
8610
8611         * gnus.el: Use mapc instead of mapcar to add autoloads.
8612
8613 2007-10-23  Richard Stallman  <rms@gnu.org>
8614
8615         * gnus-group.el (gnus-group-highlight): Mark as risky.
8616
8617 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus.el (gnus-server-to-method): Return method found first in
8620         gnus-newsrc-alist.
8621
8622         * gnus-art.el (gnus-article-highlight-signature)
8623         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8624         button overlay without the front stickiness.
8625
8626 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8627
8628         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8629         overview buffer needed a catch to receive its throw.
8630         (gnus-agent-flush-cache): Declare as interactive to make this function
8631         easier to use.
8632
8633 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8636         `next-line'.
8637
8638 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8641         exclude address matching message-dont-reply-to-names.
8642
8643 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-util.el (gnus-string<): New function.
8646
8647         * gnus-sum.el (gnus-article-sort-by-author)
8648         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8649
8650 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8653         the frame-focus tag is set in gnus-buffer-configuration.
8654
8655 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8658         the front stickiness.
8659
8660 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8663         url pattern; remove duplicate one.
8664         (gnus-article-extend-url-button): New function.
8665         (gnus-article-add-buttons): Use it.
8666         (gnus-button-push): Use concatenated url that it makes.
8667
8668 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8669
8670         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8671
8672 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8673
8674         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8675         Don't hardcode point-min==1.
8676
8677 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8680         Fix comment about "iso8859-1".
8681
8682 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8683
8684         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8685         ones returned from the verify-function.
8686
8687         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8688         Call mml2015-extract-cleartext-signature if extraction failed.
8689
8690 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8691
8692         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8693         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8694         failed.
8695
8696 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8699
8700 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8703         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8704         recommends to use EasyPG instead of PGG.
8705
8706         * pgg.el: Revert to revision 6.23.2.16.
8707
8708         * pgg-def.el: Revert to revision 6.6.2.14.
8709
8710         * pgg-gpg.el: Revert to revision 6.23.2.34.
8711
8712 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8713
8714         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8715         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8716         thread for both the null and zero (kill/expire thread) universal prefix
8717         cases.
8718         (gnus-summary-expire-thread): Add new function to expire a thread,
8719         using gnus-summary-kill-thread.
8720         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8721         shortcuts for gnus-summary-expire-thread.
8722         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8723         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8724
8725 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8726
8727         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8728         extras value, so an extras entry can be deleted.
8729         (gnus-registry-delete-extra-entry): Use it.
8730         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8731         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8732         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8733         storage through the gnus-registry, and provide an appropriate API for
8734         it.
8735
8736 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8739         Suggested by Leo <sdl.web@gmail.com>.
8740
8741         * gnus.el: Do.
8742
8743 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8746         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8747
8748         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8749
8750         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8751         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8752
8753 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8756         newline.
8757         (nnmbox-request-accept-article): Don't change article in source buffer;
8758         narrow to header to use message-fetch-field rather than
8759         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8760         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8761         as delimiters; make sure article ends with newline.
8762         (nnmbox-delete-mail): Correct last position of article to be deleted;
8763         ignore X-Gnus-Newsgroup header in article body.
8764         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8765         positions; make sure article ends with newline.
8766
8767         * message.el (message-display-abbrev): Don't infloop when a user
8768         inserts SPC in the beginning of header.
8769
8770         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8771         coding-system-for-read and coding-system-for-write for XEmacs having no
8772         file-coding feature.
8773
8774         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8775
8776 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8777
8778         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8779         list of groups not followed by default.  Fix type to be regexp.
8780         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8781
8782 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8783
8784         * hmac-def.el (define-hmac-function): Switch from old-style to
8785         new-style backquotes.
8786
8787         * md4.el (md4-make-step): Likewise.
8788
8789 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8792         raw-text coding system when saving .newsrc file, which may contain
8793         non-ASCII group names.
8794
8795 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-cus.el (gnus-score-extra): New widget.
8798         (gnus-score-extra-convert): New function.
8799         (gnus-score-customize): Use it for Extra.
8800
8801 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8802
8803         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8804         (mml2015-mailcrypt-clear-verify): Use it.
8805         (mml2015-gpg-clear-verify): Use it.
8806         (mml2015-pgg-clear-verify): Use it.
8807         (mml2015-epg-clear-verify): Replace the current part with the output
8808         from GnuPG; don't extract the plaintext by itself.
8809
8810         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8811         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8812         mml2015-clear-verify-function; don't touch the armor headers or
8813         dash-escaped text here.
8814
8815 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8818         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8819         parts, or application/octet-stream as a last resort.
8820         (gnus-mime-view-part-as-type): Don't toggle display.
8821         (gnus-mime-view-part-as-charset): Don't turn off display before
8822         querying charset.
8823
8824         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8825         stuff to undisplayer function in Emacs.
8826         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8827
8828         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8829         text/calendar parts.
8830
8831 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8834         decoding text/calendar parts.
8835
8836         * message.el (message-forward-make-body-mime): Always mark body as
8837         having no illegible text; remove signed-or-encrypted argument.
8838         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8839
8840         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8841         (mml-generate-mime-1): Don't encode body if it is specified to be in
8842         raw form; don't make buffer be unibyte when inserting multibyte string.
8843
8844 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8845
8846         * sha1.el: Fix up comment style.
8847         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8848         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8849
8850         * hex-util.el: Fix up comment style.
8851         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8852
8853         * gnus-salt.el: Use with-current-buffer.
8854         (gnus-pick-setup-message): Fix long-standing typo.
8855
8856 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * imap.el (imap-logout-timeout): New variable.
8859         (imap-logout, imap-logout-wait): New functions.
8860         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8861
8862         * nnimap.el (nnimap-logout-timeout): New server variable.
8863         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8864         nnimap-logout-timeout.
8865
8866         * gnus-art.el (gnus-article-summary-command-nosave)
8867         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8868
8869 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gnus.el (gnus-maximum-newsgroup): New variable.
8872
8873         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8874         according to gnus-maximum-newsgroup.
8875
8876         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8877         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8878         Limit the range of articles according to gnus-maximum-newsgroup.
8879
8880 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8881
8882         * gnus-art.el (gnus-sticky-article): Fix problems described in
8883         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8884         Don't perform gnus-configure-windows here; reuse existing sticky
8885         article buffer.
8886
8887         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8888         it doesn't exist in gnus-article-mode.
8889
8890 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8893         (gnus-agent-decoded-group-name): New function.
8894         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8895         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8896
8897 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8898
8899         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8900         Add binding for gnus-sticky-article.
8901         (gnus-summary-exit): Don't kill sticky article buffers.
8902
8903         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8904         article buffer.
8905         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8906         (gnus-kill-sticky-article-buffers): New commands.
8907
8908 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * nntp.el (nntp-xref-number-is-evil): New server variable.
8911         (nntp-find-group-and-number): If it is non-nil, don't trust article
8912         numbers in the Xref header.
8913
8914 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-agent.el (gnus-agent-read-group): New function.
8917         (gnus-agent-flush-group, gnus-agent-expire-group)
8918         (gnus-agent-regenerate-group): Use it.
8919         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8920         nnmail-pathname-coding-system.
8921
8922 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8925
8926         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8927         that are unread as unread, and also as selected so that information of
8928         marks having been changed by a user may be updated when exiting group.
8929
8930 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8933
8934 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8937         calculated ignoring signature parts to gnus-treat-article.
8938
8939 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8942         a point here in order to keep the window start.
8943         (gnus-insert-mime-security-button): Make a button overlay without the
8944         front stickiness.
8945         (gnus-mime-display-security): Goto the end of a button.
8946
8947         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8948
8949 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8952         group-name-at-point.
8953         (gnus-group-completing-read): New function that offers decoded
8954         non-ASCII group names for completion.
8955         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8956         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8957         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8958         (gnus-group-fetch-control): Use it.
8959         (gnus-fetch-group): Use group-name-at-point for the initial value
8960         rather than the default value; use gnus-alive-p.
8961
8962         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8963         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8964         (gnus-summary-post-news): Use gnus-group-completing-read.
8965
8966         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8967         (gnus-read-move-group-name): Decode group name for completion.
8968
8969 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8970
8971         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8972         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8973         Yamaoka slightly modified the code).
8974
8975 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8978         (nnmail-split-incoming): Bind it.
8979
8980         * nnml.el (nnml-group-name-charset): New function.
8981         (nnml-decoded-group-name): Use it; don't decode group name if
8982         nnmail-group-names-not-encoded-p is non-nil.
8983         (nnml-encoded-group-name): New function.
8984         (nnml-group-pathname): Inline nnml-decoded-group-name.
8985         (nnml-request-expire-articles): Decode group name in message.
8986         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8987         nnmail-pathname-coding-system.
8988         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8989         not decoded ones according to nnmail-group-names-not-encoded-p.
8990         (nnml-generate-active-info): Use nnml-encoded-group-name.
8991
8992 2007-08-08  Glenn Morris  <rgm@gnu.org>
8993
8994         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8995         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8996         doc-strings and comments.
8997
8998 2007-07-25  Glenn Morris  <rgm@gnu.org>
8999
9000         * Relicense all FSF files to GPLv3 or later.
9001
9002 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * gnus-sum.el (gnus-summary-move-article):
9005         Make gnus-summary-respool-article work.
9006
9007 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9010         string.
9011
9012 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9013
9014         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9015         that should be ignored when comparing distant RSS articles with local
9016         ones.
9017         (nnrss-make-hash-index): New function.  Create a hash index according
9018         to the ignored fields.
9019         (nnrss-check-group): Use it.
9020
9021 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9024
9025         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9026
9027         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9028         the new optional argument ENCODED is non-nil.
9029         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9030         coding system for encoding group name.
9031         (gnus-group-make-rss-group): Pass un-encoded group name to
9032         gnus-group-make-group.
9033         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9034         encoded.
9035
9036         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9037         Encode group name to which articles are moved or copied.
9038         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9039         coding system for encoding Newsgroup, Followup-To and Xref headers.
9040
9041         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9042         marks; use nnheader-file-coding-system to write a file.
9043         (nnagent-retrieve-headers): Bind file-name-coding-system to
9044         nnmail-pathname-coding-system.
9045
9046         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9047
9048         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9049         (nnml-request-article, nnml-request-create-group)
9050         (nnml-request-rename-group, nnml-find-id)
9051         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9052         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9053         (nnml-save-marks): Use nnml-group-pathname instead of
9054         nnmail-group-pathname.
9055
9056         (nnml-request-create-group, nnml-request-expire-articles)
9057         (nnml-request-move-article, nnml-request-delete-group)
9058         (nnml-deletable-article-p, nnml-possibly-create-directory)
9059         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9060         (nnml-open-marks): Bind file-name-coding-system to
9061         nnmail-pathname-coding-system.
9062
9063         (nnml-request-article): Pass server argument to nnml-find-group-number.
9064         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9065         Pass server argument to nnml-possibly-create-directory.
9066         (nnml-request-accept-article): Pass server argument to
9067         nnml-active-number and nnml-save-mail.
9068         (nnml-find-group-number): Pass server argument to nnml-find-id.
9069         (nnml-request-update-info): Pass server argument to
9070         nnml-marks-changed-p.
9071
9072         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9073         (nnml-save-mail, nnml-active-number): Add server argument.
9074
9075         (nnml-request-delete-group): Warn if group is missing.
9076         (nnml-get-nov-buffer): Decode group name.
9077         (nnml-generate-active-info): Encode group name.
9078         (nnml-open-marks): Decode group name in messages.
9079
9080 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9083         if it is not specified.
9084         (gnus-article-pipe-part, gnus-article-save-part)
9085         (gnus-article-interactively-view-part, gnus-article-copy-part)
9086         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9087         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9088         (gnus-article-replace-part, gnus-article-delete-part)
9089         (gnus-article-view-part-as-type): Pass raw prefix argument to
9090         gnus-article-part-wrapper.
9091
9092 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-agent.el (gnus-agent-save-active):
9095         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9096
9097         * gnus-cache.el (gnus-cache-save-buffers)
9098         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9099         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9100         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9101         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9102         (gnus-cache-generate-active, gnus-cache-rename-group)
9103         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9104         (gnus-cache-update-overview-total-fetched-for):
9105         Bind file-name-coding-system to nnmail-pathname-coding-system.
9106         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9107         New variables.
9108         (gnus-cache-decoded-group-name): New function.
9109         (gnus-cache-file-name): Use it.
9110         (gnus-cache-generate-active): Use non-decoded group name for active.
9111
9112         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9113         right place.
9114         (gnus-write-active-file): Don't break non-ASCII group names.
9115
9116         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9117         nnmail-pathname-coding-system.
9118
9119         * lpath.el: Bind default-file-name-coding-system,
9120         file-name-coding-system and language-info-alist for XEmacs.
9121
9122         * gnus-uu.el (gnus-uu-decode-save): Typo.
9123
9124 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9127
9128 2007-07-14  David Kastrup  <dak@gnu.org>
9129
9130         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9131         finishing actions if we did not edit the article.
9132
9133 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9136         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9137         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9138         (gnus-agent-flush-group, gnus-agent-flush-cache)
9139         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9140         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9141         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9142         (gnus-agent-regenerate-group)
9143         (gnus-agent-update-files-total-fetched-for)
9144         (gnus-agent-update-view-total-fetched-for):
9145         Bind file-name-coding-system to nnmail-pathname-coding-system.
9146         (gnus-agent-group-pathname): Don't encode file names by
9147         nnmail-pathname-coding-system.
9148         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9149         coding-system-for-write instead of buffer-file-coding-system to
9150         gnus-agent-file-coding-system.
9151
9152         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9153         Decode group name.
9154
9155         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9156
9157         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9158         (gnus-read-newsrc-el-file): Make group names unibyte.
9159
9160         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9161         nnmail-pathname-coding-system.
9162
9163         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9164         (nnrss-request-delete-group): Bind file-name-coding-system to
9165         nnmail-pathname-coding-system.
9166         (nnrss-read-server-data, nnrss-read-group-data):
9167         Bind file-name-coding-system correctly.
9168         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9169
9170         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9171         (nntp-server-to-method-cache): New variable.
9172         (nntp-group-pathname): New function that decodes non-ASCII group names.
9173         (nntp-possibly-create-directory, nntp-marks-changed-p)
9174         (nntp-save-marks, nntp-open-marks): Use it.
9175         (nntp-possibly-create-directory, nntp-open-marks):
9176         Bind file-name-coding-system to nnmail-pathname-coding-system.
9177         (nntp-open-marks): Decode group names when bootstrapping marks.
9178
9179         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9180         Newsgroups and Folowup-To headers.
9181
9182 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9185         (gnus-server-closed-face, gnus-server-denied-face)
9186         (gnus-server-offline-face): Remove variable.
9187         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9188
9189         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9190         of modifying message-stack directly for XEmacs.
9191
9192         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9193         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9194         if the coding-system argument is nil for XEmacs.
9195
9196         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9197         mm-charset-override-alist.
9198
9199         * rfc2047.el: Don't require base64; require rfc2045 for the function
9200         rfc2045-encode-string.
9201         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9202         to quote the parameter value.
9203
9204 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9207         form in gnus-group-name-charset-method-alist.
9208
9209         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9210         overrides the default layout edit-form.
9211
9212         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9213
9214         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9215
9216 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9219         as unfetched articles.
9220
9221 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9224
9225 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9228         original back end that keeps marks in the local system.
9229
9230 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9233         arg of pop-to-buffer for XEmacs.
9234         (gnus-article-read-summary-keys): Ditto; don't restore window
9235         configuration if summary command ends up with neither article buffer
9236         nor summary buffer; describe bindings if summary keys end with C-h.
9237
9238 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * message.el (message-fix-before-sending): Skip raw message part to be
9241         forwarded while checking illegible text.
9242         (message-forward-make-body-mime, message-forward-make-body):
9243         Mark signed or encrypted raw message as having no illegible text.
9244
9245 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9248         (gnus-message-with-timestamp-1): New macro.
9249         (gnus-message-with-timestamp): New function.
9250         (gnus-message): Use them.
9251
9252         * nnheader.el (nnheader-message): Use them.
9253
9254 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9257         .newsrc.eld file.
9258
9259 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-agent.el (gnus-agent-fetch-headers)
9262         (gnus-agent-retrieve-headers):
9263         Bind gnus-decode-encoded-address-function to identity.