93c41b67ecd3c5310248ca1c32fc4c89cc13b281
[gnus] / lisp / ChangeLog
1 2011-02-07  Teodor Zlatanov  <tzlatanov@jumptrading.com>
2
3         * auth-source.el (auth-source-secrets-search)
4         (auth-source-user-or-password): Use `append' instead of `nconc'.
5         (auth-source-user-or-password): Build return list better and protect
6         against nil :secret.
7
8 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
9
10         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
11         `secrets-get-attributes' instead of `secrets-get-attribute'.
12         (auth-source-secrets-search): Limit search when `max' is greater than
13         number of results.
14
15 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
16
17         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
18         part not returning any data.
19
20         * proto-stream.el (open-protocol-stream): Document the return value.
21
22 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
23
24         * auth-source.el (auth-source-secrets-search): Add examples.
25
26 2011-02-06  Julien Danjou  <julien@danjou.info>
27
28         * message.el (message-setup-1): Handle message-generate-headers-first
29         set to t.
30
31 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
32
33         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
34         API with a string "secrets:collection-name" and with 'default.
35         (auth-source-backend-parse): Parse "secrets:collection-name" and
36         'default.  Recurse on parses instead of repeating code.  Use the
37         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
38         message when ignoring a source.
39         (auth-source-search): List ignored search keys at the top level.
40         (auth-source-netrc-create): Use `case' instead of `cond'.
41         (auth-source-secrets-search): Created with TODOs.
42         (auth-source-secrets-create): Created with TODOs.
43         (auth-source-retrieve, auth-source-create, auth-source-delete)
44         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
45         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
46         (auth-source-user-or-password-sftp)
47         (auth-source-user-or-password-smtp): Removed.
48         (auth-source-user-or-password): Deprecated and modified to be a wrapper
49         around `auth-source-search'.  Not tested thoroughly.
50
51 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
52
53         * auth-source.el: Bring in assoc and eioeio libraries.
54         (secrets-enabled): New variable to track the status of the Secrets API.
55         (auth-source-backend): New EIOEIO class to represent a backend.
56         (auth-source-creation-defaults): New variable to set prompt defaults
57         during token creation (see the `auth-source-search' docstring for
58         details).
59         (auth-sources): Simplify to allow a simple string as a netrc backend
60         spec.
61         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
62         (auth-source-backend-parse-parameters): Fill in the backend parameters.
63         (auth-source-search): Main auth-source API entry point.
64         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
65         (auth-source-search-collection): Helper function for searching.
66         (auth-source-netrc-parse, auth-source-netrc-normalize)
67         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
68         Supports search, create, and delete.
69         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
70         backend stubs.
71         (auth-source-user-or-password): Call `auth-source-search' but it's not
72         ready yet.
73
74 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
75
76         * message.el (message-setup-1): Remove the read-only stuff, since it
77         doesn't work under XEmacs, for some reason.
78
79         * gnus-sum.el (gnus-user-date): Renamed back from
80         gnus-summary-user-date since user code refers to it.
81
82         * shr.el (shr-render-td): Store the actual background colour used.
83
84         * message.el (message-setup-1): Don't bind the constant
85         -forbidden-properties.
86         (message-setup-1): Revert previous change, since it needs to bind the
87         props to insert them.
88         (message-resend): Allow removing the read-only separator line.
89
90 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
91
92         * nnimap.el (nnimap-request-accept-article): Give an error message if
93         the APPEND wasn't successful.
94
95 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
96
97         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
98         that have no groups.
99
100 2011-02-03  Julien Danjou  <julien@danjou.info>
101
102         * gnus-draft.el: Remove progn around gnus-draft-setup.
103
104 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-start.el (gnus-read-active-for-groups): This function is never
107         called with a nil `infos', so clean that up.
108         (gnus-get-unread-articles): Request active files from primary/secondary
109         methods that have no groups (yet).
110
111 2011-02-03  Julien Danjou  <julien@danjou.info>
112
113         * message.el (message-setup-1): Always generate References first.
114         (message-mail): Return the return value of message-setup, not always t.
115         (message-setup-1): Insert mail-header-separator with read-only and
116         intangible properties set.
117
118         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
119         user-date in docstring.
120
121         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
122
123         * gnus.el (gnus-summary-line-format): Mention &user-date format in
124         docstring.
125
126         * gnus.el (gnus-user-date-format-alist): Change default value. Use
127         defcustom, with type and group. Move from gnus-util.el. Rename to
128         gnus-summary-user-date-format-alist.
129
130 2011-02-03  Glenn Morris  <rgm@gnu.org>
131
132         * nnimap.el (gnus-fetch-headers): Declare.
133
134         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
135
136 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
137
138         * message.el (message-forward-make-body-digest-plain)
139         (message-followup, message-reply): Clean up things noted by Stefan.
140
141         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
142         gnus-article-update-date-headers is nil.
143         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
144         it didn't really work with defcustom.
145         (article-update-date-lapsed): Make sure the window start doesn't move,
146         either.
147
148 2011-02-01  Julien Danjou  <julien@danjou.info>
149
150         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
151         format.
152
153         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
154         standard in Emacs nowadays.
155
156         * color.el (color-gradient): Add a color-gradient function.
157
158 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
159
160         * message.el (message-expand-name): Don't trust the return value of
161         bbdb-complete-name.
162         (message-check-news-header-syntax): Remove unused var `start'.
163         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
164         (message-inhibit-body-encoding): Move to before first use.
165         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
166         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
167         (Organization, Message-ID, Date, mh-previous-window-config):
168         Defvar the vars using dynamic scoping.
169
170 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
171
172         * shr.el (shr-render-td): Only do colours at the final rendering.
173         Should be slightly faster.
174         (shr-insert-table): Fix up TD background colours when doing the
175         vertical padding.
176
177         * gnus-art.el (article-date-ut): Protect against articles with no Date
178         header.
179         (article-update-date-lapsed): Don't use current-column to find the
180         horizontal position.  It's fragile in the presence of \003 characters.
181
182         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
183
184 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-art.el (article-transform-date): Rewrite to still work when
187         there are several rfc2822 parts.
188         (article-transform-date): Fix infinite recursion.
189         (article-date-ut): Replace infinitely many Date headers with a single
190         one when called interactively.
191
192         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
193         secure manner.
194
195         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
196         move around by not using save-window-excursion.  It seems to work...
197
198 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * gnus-art.el (article-make-date-line): Work for user-defined format.
201
202 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
203
204         * nntp.el (nntp-retrieve-group-data-early)
205         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
206         fetching functions.
207
208         * gnus-start.el (gnus-read-active-for-groups): Read the active files
209         thoroughly for all backends that have no known groups.  This should
210         allow new nnml methods to retrieve mail.
211
212         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
213         that Gnus doesn't know exists again.
214
215         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
216         (gnus-treat-date-ut): Ditto.
217         (gnus-article-update-date-header): Renamed.
218         (gnus-treat-date-local): Removed.
219         (gnus-treat-date-english): Removed.
220         (gnus-treat-date-lapsed): Removed.
221         (gnus-treat-date-combined-lapsed): Removed.
222         (gnus-treat-date-original): Removed.
223         (gnus-treat-date-iso8601): Removed.
224         (gnus-treat-date-user-defined): Removed.
225         (gnus-article-date-headers): New variable to control all the date
226         header options.
227         (article-date-ut): Rewrite to allow using the new way to format date
228         headers(s).
229
230 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
231
232         * nnmail.el (nnmail-article-group): Check for a direct fancy split
233         method.
234         (nnmail-article-group): A better test for fanciness.
235
236         * nnimap.el (nnimap-request-head): Protect against not finding the
237         article by Message-ID.
238
239 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus-art.el (article-update-date-lapsed): Try a better way to really
242         keep point at the "same place".
243
244 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
247         data if the group is unactivated.
248
249 2011-01-28  Julien Danjou  <julien@danjou.info>
250
251         * gnus-win.el: Remove dead function gnus-window-configuration-element.
252         (gnus-all-windows-visible-p): Remove old compatibility code.
253         (gnus-window-top-edge): Add docstring.
254
255         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
256
257 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
258
259         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
260         older request-update-info.
261
262         * gnus-art.el (article-make-date-line): Limit the length a bit more.
263
264 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
265
266         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
267         mml2015-signers higher precedence over mml2015-sign-with-sender.
268
269 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
272         groups.  This makes the nndraft:queue group pop up if it's not already
273         there.
274
275         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
276         messages" logic, which was reversed.
277
278         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
279         the "same place" even if point is on the line being replaced.
280         (article-update-date-lapsed): Allow updating both the combined lapsed
281         and the lapsed headers.
282         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
283         (article-make-date-line): Limit the number of segments dynamically to
284         avoid too-long lines.
285
286 2011-01-27  Julien Danjou  <julien@danjou.info>
287
288         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
289         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
290
291 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
294         Use plist-get instead of the cl function getf.
295
296 2011-01-27  Glenn Morris  <rgm@gnu.org>
297
298         * gnus-util.el (float-time): Get rid of compiler warning, again.
299
300 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
301
302         * shr.el (shr-put-color): Special-case background colours: Do put them
303         at the blank parts at the front of the lines.
304
305         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
306         exit hook to nix out all data on readedness on group exit.
307
308         * gnus-util.el (float-time): If float-time is bound, always use it on
309         all Emacsen.  It's unclear why the subrp check was there.
310         (time-date): Require to make some autoload issues on XEmacs go away.
311
312         * shr.el (shr-put-color): Don't do the box padding in tables, since
313         they're already padded.
314
315 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-art.el (gnus-article-next-page): When the last line of the
318         article is displayed, scroll down once more instead of going to the
319         next article at once.
320         (article-lapsed-string): Refactor out and allow specifying how many
321         segments you want.
322         (gnus-article-setup-buffer): Start updating the lapsed header directly.
323         (gnus-article-update-lapsed-header): New variable.
324
325         * shr.el: Revert change that made headings use different-sized faces.
326         The Emacs display engine isn't advanced enough that, for instance,
327         tables can comfortably use differntly-sized faces.
328
329 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
330
331         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
332         used.
333         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
334         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
335         we're using an encrypted connection.
336
337         * proto-stream.el: Alter the interface functions to also return the
338         actual stream type used: network or tls.
339
340 2011-01-25  Julien Danjou  <julien@danjou.info>
341
342         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
343         (mm-display-javascript-inline): New function.
344
345         * mm-decode.el (mm-inline-media-tests): Add application/javascript
346         viewing function.
347
348 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * shr.el (shr-expand-newlines): Fix variable name.
351
352 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
353
354         * shr.el (shr-expand-newlines): Make nested boxes work.
355
356 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
359         backgrounds.
360         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
361         in a more sensible manner.
362
363 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
364
365         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
366         if EPG is loaded.
367
368 2011-01-24  Julien Danjou  <julien@danjou.info>
369
370         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
371         tags.
372
373 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
374
375         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
376         commands.
377
378         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
379         in the article buffer.
380         (gnus-gravatar-insert): Use blank space from the current buffer to
381         avoid breaking text properties.  This makes X-Sent updating work again.
382
383         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
384
385 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
386
387         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
388         fix the bug in url-http.el instead.
389
390         * shr.el (shr-image-fetched): Ditto.
391
392         * shr.el (shr-image-fetched): Avoid having point move in the article
393         buffer.
394
395         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
396         buffer after being called.  It's apparently being killed by url.el, and
397         killing it made point move to end-of-buffer in a random buffer.
398
399         * shr.el (shr-image-fetched): Ditto.
400
401 2011-01-23  Julien Danjou  <julien@danjou.info>
402
403         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
404
405         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
406         text/x-org.
407
408 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
409
410         * gnus-sum.el (gnus-summary-move-article): Protect against backends
411         (i.e., nnimap) returning nil as the article number.
412
413 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
414
415         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
416         "DelSp" parameter in RFC3676.
417
418 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
419
420         * message.el (message-check-recipients): Display the encoded version of
421         the bogus address if they differ.
422
423         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
424         after sending.
425
426         * gnus-agent.el (gnus-agent-send-mail): Ditto.
427
428         * gnus-group.el (gnus-group-refresh-group): New convenience function.
429
430         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
431         group buffer after sending the queue.
432
433         * gnus-agent.el (gnus-agent-send-mail): Ditto.
434
435 2011-01-22  Julien Danjou  <julien@danjou.info>
436
437         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
438
439 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
440
441         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
442         nested related parts.
443
444         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
445         unexpired articles.  This fixes the regression that led expiry marks to
446         disappear from nnfolder groups.
447
448 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
449
450         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
451         Don't confuse the "ret" of "retrograde" with RET.
452
453 2011-01-21  Julien Danjou  <julien@danjou.info>
454
455         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
456         than mm-insert-inline.
457
458 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
461         Widen article buffer.
462
463 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
464
465         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
466         the temp buffer.
467         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
468
469 2011-01-20  Julien Danjou  <julien@danjou.info>
470
471         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
472
473         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
474         than mm-insert-inline to insert inline part: this respect
475         mm-inline-media-tests displayers.
476
477         * mm-view.el (mm-display-shell-script-inline): New function.
478
479         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
480
481         * mm-uu.el (mm-uu-type-alist): Add org block.
482         (mm-uu-org-src-code-block-extract): New function.
483
484         * mm-view.el (mm-display-org-inline): New function.
485
486         * mm-decode.el (mm-automatic-display): Add text/org.
487
488         * mailcap.el (mailcap-mime-extensions): Add .org.
489
490 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-art.el (gnus-article-highlight): Remove argument passed to
493         gnus-article-add-buttons.
494
495 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
496
497         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
498         From header with a date and "nobody" as the sender.
499
500 2011-01-19  Julien Danjou  <julien@danjou.info>
501
502         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
503         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
504         if you have the same regexp several times.
505         (gnus-button-push): Fix matching when regexp is symbol.
506
507 2011-01-15  Glenn Morris  <rgm@gnu.org>
508
509         * message.el (message-mail): A compose-mail function should
510         accept headers as strings.
511
512 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
513
514         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
515         Add :vert-only tags.
516         (message-mail): New arg RETURN-ACTION.
517         (message-return-action): New var.
518         (message-bury): Use it.
519         (message-mode): Make it buffer-local.
520         (message-send-and-exit): Always call message-bury.
521
522         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
523         message-mail.
524
525 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * nnimap.el (nnimap-convert-partial-article): Protect against
528         zero-length body parts.
529
530         * mm-decode.el (mm-preferred-alternative-precedence):
531         Discourage showing empty parts.
532
533         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
534         and stuff if the backend didn't return the article number.  This fixes
535         an Exchange-related nnimap bug.
536
537         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
538         group window, because it does the wrong thing when a separate frame
539         displays the group buffer.
540
541         * proto-stream.el (open-protocol-stream): Protect against the low-level
542         transport functions returning nil.
543
544 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
545
546         * mml2015.el (epg-sub-key-fingerprint): Autoload.
547         (mml2015-epg-find-usable-secret-key): New function.
548         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
549         mml2015-epg-find-usable-key (Bug#7797).
550         (mml2015-epg-encrypt): Ditto.
551
552 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * dgnushack.el (rot13-string): Fix the way to get the argument.
555
556 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
559
560 2011-01-03  Glenn Morris  <rgm@gnu.org>
561
562         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
563
564         * sieve.el (sieve-open-server): Give a more explicit error if
565         sieve-manage-open returns nil.  (Bug#7720)
566
567 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
568
569         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
570
571 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
574         This avoids sending passwords in plain text over non-encrypted
575         channels.
576
577         * shr.el (shr-rescale-image): Display all GIF images as animated images.
578
579         * nnimap.el (nnimap-login): Refactored out into own function, and
580         implement CRAM-MD5.
581         (nnimap-wait-for-line): Refactored out.
582
583         * mm-view.el (mml-smime): Require.
584
585 2010-12-20  David Engster  <deng@eml.cc>
586
587         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
588         use EPG to decrypt S/MIME messages instead of openssl.
589
590 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
593
594         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
595         status is the group clearly is unreachable.
596
597         * auth-source.el (auth-source-create): Add the optional second
598         parameter to `local-variable-p' to be compatible with XEmacs.
599
600 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
601
602         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
603         work when using a compressed nnml folder.
604
605 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
608         backends after sanitising on entry, because this never makes sense:
609         If the articles have gone missing, then the data no longer exists on
610         the backend, and if they haven't, then Gnus is wrong, and shouldn't
611         overwrite anything anyway.
612
613         * shr.el (shr-insert-document): Bind shr-width dynamically to
614         window-width if it's nil.
615
616 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
617
618         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
619         with the meaning of using the full emacs window width for rendering.
620
621 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
622
623         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
624         case when sender is not given.
625
626 2010-12-23  Julien Danjou  <julien@danjou.info>
627
628         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
629         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
630         the addresses, otherwise we might misplaced the gravatar.
631
632 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
633
634         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
635         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
636         obsolete in Emacs.
637
638 2010-12-20  Julien Danjou  <julien@danjou.info>
639
640         * gnus-util.el (gnus-rescale-image): Revert last change.
641
642 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
643
644         * binhex.el: Improve commentary (Bug#7482).
645
646 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus-group.el (gnus-group-delete-articles): New command.
649
650 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
651
652         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
653
654 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
657         here, since it's up to the backends to do CRLF removal if their
658         protocol has it.
659
660         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
661
662 2010-12-17  Julien Danjou  <julien@danjou.info>
663
664         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
665         they are from file. Can also scale up.
666
667 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
668
669         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
670         gnus-use-agent.
671         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
672
673         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
674
675 2010-12-17  Julien Danjou  <julien@danjou.info>
676
677         * gravatar.el (gravatar-retrieve-synchronously): New function.
678         (gravatar-get-data): Make more robust.
679
680 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
683
684 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
687         to really consider the last line.
688
689 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
690
691         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
692         list of recipient keys, or use symmetric encryption if not a list.
693         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
694         EPA override, replacing the call to `netrc-store-data'.
695
696 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
697
698         * gnus-srvr.el: Avoid passing nil regexp argument to
699         delete-matching-lines.
700
701 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
704         fetching stops when Gnus exits.
705
706         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
707         function.
708         (nnfolder-request-expire-articles): Save all the buffers after doing
709         expiry.
710
711         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
712         the last article", since that led to serious performance regressions
713         when expiring nnml groups.
714
715 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
716
717         * nnir.el: Improve customizations.
718
719 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
722
723         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
724         group has been killed.
725         (gnus-group-yank-group): Ditto.
726
727         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
728
729         * nnimap.el (nnimap-request-update-group-status): New function.
730
731         * gnus-int.el (gnus-request-update-group-status): New interface
732         function.
733
734         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
735         copying read-ness to the backends.
736
737         * nnimap.el (nnimap-quirk): New function.
738         (nnimap-retrieve-group-data-early): Use it.
739         (nnimap-quirks): New alist.
740
741 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * shr.el (shr-insert): Set shr-start after deleting trailing space;
744         don't delete it within indentation.
745
746 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
749         previous line.
750
751 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
754         QRESYNC command by deleting a superfluous space which broke Cyrus
755         servers.  This change will break other servers that are buggy the other
756         way around.
757
758 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
759
760         * spam.el: Reindent and fix long lines.
761         (spam-copy-or-move-routine): Exclude invalid move destinations.
762
763 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
764
765         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
766         installed the registry.
767
768 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
771
772 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
773
774         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
775         groupname doesn't contain "gmane".
776
777 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
780         and netrc-bound-and-true-p bindings.
781         (netrc-parse): Cache the netrc contents.
782
783         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
784         (gnus-1): Don't create the nndrafts group twice.
785         (gnus-setup-news): There's no need to read the active file here, since
786         that's done again later on a per-backend basis.
787         (gnus-start-draft-setup): Make sure that the new group is started out
788         empty.
789
790         * gnus-agent.el (gnus-agentize): Don't create the queue group
791         automatically on startup.  It'll be created later, if needed.
792
793         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
794         of automatically subscribed groups.
795         (gnus-auto-subscribed-categories): New variable.
796         (gnus-matches-options-n): Use it.
797         (gnus-default-subscribed-newsgroups): Remove unused variable.
798         (gnus-start-draft-setup): Message a bit less.
799
800 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
801
802         * nnir.el (nnir-run-imap): Return article list in order of increasing
803         UID.
804
805 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-sum.el (gnus-summary-enter-digest-group):
808         Mention gnus-auto-select-on-ephemeral-exit.
809
810         * proto-stream.el (proto-stream-open-network-only): Fix the calling
811         convention of the network-only option.
812
813 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * proto-stream.el (proto-stream-open-network-only): New function to
816         have a way to specify non-STARTTLS upgrade connections.
817
818 2010-12-10  Julien Danjou  <julien@danjou.info>
819
820         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
821         email address is nil.
822
823         * message.el (message-bogus-recipient-p): Set address to "" if nil.
824
825 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
826
827         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
828         deletion.
829         (nnir-run-imap): Only need to parse list once.
830
831 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * shr.el (shr-tag-script): Ignore <script>.
834         (shr-tag-label): Add <label> support.
835
836 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
839
840         * shr.el (shr-image-displayer): Work for images lined side by side.
841
842 2010-12-08  Robert Pluim  <rpluim@gmail.com>
843
844         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
845         parameter, since XEmacs doesn't accept t as a parameter.
846
847 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
848
849         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
850         ids.
851         (nnir-run-gmane): Simplify groupspec formatting.
852         (nnir-request-expire-articles): New function.
853
854 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
857         overflow, possibly.
858
859         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
860         (shr-render-td): Handle td style="" better.
861         (shr-tag-table): Use the color from the style sheet.
862         (shr-render-td): Make sure we copy over all the overlays, too.
863
864 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
865
866         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
867         (nnir-request-article): Improve article retrieval.
868
869 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * mm-util.el (mm-extra-numeric-entities): New variable.
872
873         * mm-url.el (mm-url-decode-entities):
874         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
875
876         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
877
878 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
879
880         * message.el: Use completion-at-point.
881         (message-completion-function): New fun, extracted from message-tab.
882         (message-mode): Use it for completion-at-point-functions.
883         (message-tab): Use it and completion-at-point.
884
885 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
888         character if a non-breakable character follows.
889
890 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
893         any stream.
894
895         * shr.el (shr-tag-font): Colorize the region.
896         (shr-tag-body): Ditto.
897         (shr-tag-font): Actually let the styles be inherited instead of
898         overwriting them.
899         (shr-tag-font): Get the background color right.
900         (shr-tag-style): Ignore all <style> tags for the moment.
901
902         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
903         a Message-ID to avoid having nnimap depend on gnus-sum.
904
905         * shr.el (shr-descend): Only colorize something if we have a node that
906         sets colors.
907
908 2010-12-06  Julien Danjou  <julien@danjou.info>
909
910         * shr.el (shr-render-td): Render td content with shr-descend, so style
911         will be applied to <td> too.
912         (shr-colorize-region): Colorize region even if we only have a background.
913         (shr-tag-body): Fix color and background color inheritance.
914         Do not recolorize after shr-generic.
915         (shr-tag-font): Let shr-generic colorize via inheritance.
916
917 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
920
921 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
922
923         * nnir.el (nnir-request-move-article): Remove obsolete code.
924
925 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
928
929 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-sum.el (gnus-summary-respool-article): The completion function
932         expects a list instead of an alist.
933
934         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
935         string as the parameter.
936
937         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
938
939         * shr.el (shr-stylesheet): New dynamic variable for cascading the
940         styles.
941         (shr-colorize-region): New function.
942         (shr-insert-background-overlay): Remove.
943         (shr-render-td): Background setting should be taken care of on a higher
944         level.
945         (shr-tag-body): Use post-hoc colorizations.
946         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
947         (shr-put-color-1): Don't overwrite old colors.
948         (shr-colorize-region): When the background color isn't explicit, use
949         a fixed background.
950
951         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
952         nnmail variables.
953
954 2010-12-05  Bjørn Mork  <bjorn@mork.no>
955
956         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
957         unless necessary.
958
959 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
960
961         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
962         server.
963
964 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
967         so that TAB works.
968
969         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
970         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
971
972         * shr.el (shr-urlify): Show the URL before the title to avoid
973         misleading URLs.
974
975 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
976
977         * shr.el (shr-urlify): Display the title in <a> tags.
978
979 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
980
981         * nnir.el (nnir-categorize): Replace mapcar with mapc.
982
983 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
984
985         * nnir.el: Rearrange code to allow macros to be autoloaded by
986         gnus-sum.el.
987         (nnir-retrieve-headers-override-function): Make this variable
988         customizable.
989         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
990
991         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
992         from nnir.el.
993
994 2010-12-03  Julien Danjou  <julien@danjou.info>
995
996         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
997
998 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1001         allow optional argument `environment'.
1002
1003 2010-12-03  Glenn Morris  <rgm@gnu.org>
1004
1005         * mm-extern.el (message-goto-body): Update declaration.
1006
1007 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-util.el (gnus-macroexpand-all): New function.
1010
1011         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1012         instead of macroexpand-all that is unavailable in XEmacs.
1013
1014 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1015
1016         * nnir.el (nnir-summary-line-format): New variable.
1017         (nnir-mode): Use it.
1018         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1019         (nnir-article-ids): Reimplement as defsubst.
1020         (nnir-retrieve-headers): Don't mangle the subject header.
1021         (nnir-run-imap): Use 100 as RSV score.
1022         (nnir-run-find-grep): Fix for full server searching.
1023         (nnir-run-gmane): Better restriction to gmane groups.
1024
1025         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1026         summary buffers.
1027
1028 2010-12-02  Julien Danjou  <julien@danjou.info>
1029
1030         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1031
1032         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1033
1034         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1035         support.
1036
1037 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1038
1039         * nnir.el: Update to handle the registry better.
1040         (autoload): Silence byte-compiler.
1041         (nnir-open-server): Add a hook for nnir groups.
1042         (nnir-request-move-article): Don't mangle the header. Better to use
1043         formating variables (which will be added in the future).
1044         (nnir-registry-action): Update the registry using the original article
1045         group name.
1046         (nnir-mode): Install nnir-specific hooks for updating the registry.
1047
1048         * gnus-sum.el
1049         (gnus-article-original-subject,gnus-newsgroup-original-name):
1050         Remove obsolete variables.
1051         (gnus-summary-move-article): Remove use of obsolete variables.
1052         (gnus-summary-local-variables): Make move and delete hooks local to
1053         summary buffers.
1054
1055 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * rtree.el: New file.
1058
1059 2010-12-01  Julien Danjou  <julien@danjou.info>
1060
1061         * message.el (message-user-organization): Do not use
1062         gnus-local-organization.
1063
1064         * gnus.el: Remove gnus-local-organization.
1065
1066         * gnus-msg.el: Remove nastygram thing.
1067
1068 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1069
1070         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1071         funcall.
1072
1073 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1076         names.
1077
1078         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1079         characters.
1080
1081         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1082         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1083         Suggested by Štěpán Němec <stepnem@gmail.com>.
1084         (gnus-gravatar-transform-address): Use mail-extract-address-components
1085         that supports non-ASCII names rather than mail-header-parse-addresses.
1086
1087 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * proto-stream.el (open-protocol-stream): All starttls connections are
1090         handled by the network handler.
1091
1092 2010-11-30  Julien Danjou  <julien@danjou.info>
1093
1094         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1095         (nnimap-open-connection-1): Fix PREAUTH.
1096
1097         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1098
1099 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1102         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1103         (shr-insert): Use them.
1104         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1105
1106 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1107
1108         * nnir.el (nnir-request-move-article): Bail out if original group
1109         doesn't support article moves.
1110         (nnir-get-active): Improve active list retrieval.
1111
1112 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1115
1116 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1117
1118         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1119         seem to accept strings-with-numbers as port numbers,
1120
1121 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1122
1123         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1124         change the registry.
1125
1126 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1129         delete-dups that is not available in XEmacs 21.4.
1130
1131         * mm-util.el (mm-delete-duplicates): Add comment.
1132
1133 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1134
1135         * nnir.el (nnir-ignored-newsgroups): New variable.
1136         (nnir-get-active): Use it.
1137
1138 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * proto-stream.el (proto-stream-open-network): Add some comments.
1141
1142         * nntp.el (nntp-open-connection): Provide a :success condition.
1143
1144         * nnimap.el (nnimap-open-connection-1): Ditto.
1145
1146         * proto-stream.el (proto-stream-open-network): See what the response to
1147         the STARTTLS command is.
1148
1149         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1150         backwards compatibility).
1151         (nnimap-open-connection-1): Really respect nnimap-server-port.
1152
1153         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1154         TLS upgrades we don't really care about the identity of the peer.
1155         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1156         that what we've checked for.
1157         (proto-stream-always-use-starttls): Only default to t if
1158         open-gnutls-stream exists.
1159         (proto-stream-open-network): If STARTTLS failed, then just open a
1160         normal connection.
1161         (proto-stream-open-network): Wait until the greeting before doing
1162         STARTTLS.
1163
1164         * nntp.el (nntp-open-connection): Report what the connection error is.
1165
1166         * proto-stream.el (open-protocol-stream): Rename from
1167         open-proto-stream.
1168
1169 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * nnimap.el (nnimap-stream): Change default to `undecided'.
1172         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1173         first, and then network.
1174         (nnimap-open-connection-1): Respect nnimap-server-port.
1175         (nnimap-open-connection): Be more backwards-compatible.
1176
1177         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1178         (proto-stream-open-starttls): De-duplicate the starttls code.
1179         (proto-stream-open-starttls): Folded back into the main function.
1180         (proto-stream-open-network): Fix typo in the gnutls path.
1181         (proto-stream-command): Refactor out.
1182
1183         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1184
1185         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1186         starttls.el STARTTLS.
1187
1188         * color.el (color-lab->srgb): Fix function call name.
1189
1190         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1191         if we're using tls.el.
1192         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1193         built in, then don't try to establish a STARTTLS connection.
1194
1195         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1196         servers.
1197
1198         * proto-stream.el (open-proto-stream): Use network, not stream.
1199         (open-proto-stream): Add a way to specify what the end of a command is.
1200
1201         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1202         connections types.
1203         (nntp-open-network-stream): Remove.
1204         (nntp-open-ssl-stream): Remove.
1205         (nntp-open-tls-stream): Remove.
1206         (nntp-ssl-program): Remove.
1207
1208         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1209
1210 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1211
1212         * nnir.el: Fix typos.
1213         (nnir-retrieve-headers-override-function): Rename variable to reflect
1214         new semantics.
1215         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1216         macros.
1217         (nnir-request-article, nnir-request-move-article): Use them.
1218         (nnir-categorize): New function.
1219         (nnir-run-query): Use it.
1220         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1221         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1222         sorted.
1223         (nnir-group-full-name): Use gnus-group-full-name instead.
1224         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1225         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1226
1227 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1230
1231         * proto-stream.el: New library to provide protocol-specific
1232         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1233         protocols.
1234         (open-proto-stream): Complete the documentation.
1235         (proto-stream-open-network): Fix some typos.
1236
1237         * nnimap.el (nnimap-open-connection): Use it.
1238
1239 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1240
1241         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1242         negotiation.
1243
1244 2010-11-26  Julien Danjou  <julien@danjou.info>
1245
1246         * color.el: Rename various rgb functions to srgb.
1247
1248 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1251         names.
1252
1253 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * shr.el (shr-insert): Revert last change.
1256         (shr-find-fill-point): Never leave point being at bol;
1257         relax the kinsoku limitation when rendering tables.
1258
1259 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1262         results from -accept-article.
1263
1264         * shr-color.el: Require cl when compiling.
1265
1266         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1267         checkin.
1268
1269         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1270
1271         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1272
1273         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1274         'add and 'delete to set backend marks.
1275
1276         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1277
1278         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1279
1280         * nntp.el (nntp-request-set-mark): Use it.
1281
1282         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1283
1284         * nnml.el (nnml-request-set-mark): Ditto.
1285
1286         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1287         introduces regressions in article selection.
1288         (nnimap-find-uid-response): New function.
1289         (nnimap-request-accept-article): Use the UID returned, if any.
1290         (nnimap-request-move-article): Use the UID returned, if any.
1291         (nnimap-get-groups): Reimplement to work with folded lines.
1292         (nnimap-find-uid-response): The UID is the last element in the list.
1293         (nnimap-request-set-mark): Extend syntax with 'set.
1294
1295         * nnml.el (nnml-request-set-mark): Ditto.
1296
1297         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1298
1299         * nntp.el (nntp-request-set-mark): Ditto.
1300
1301 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * message.el (message-called-interactively-p): A temporary macro.
1304         (message-goto-body): Use it temporarily.
1305
1306 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1309         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1310         (nnimap-last-response-string): Fix last unfolding fix.
1311
1312 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * shr.el (shr-insert): Fix the way to fold lines.
1315
1316 2010-11-25  Julien Danjou  <julien@danjou.info>
1317
1318         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1319
1320         * color.el: Rename from color-lab.el
1321         (color-rgb->hex): Add.
1322         (color-complement): Add.
1323         (color-complement-hex): Add.
1324
1325         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1326
1327 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1330         don't exist.
1331
1332 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1335         assuming that article displaying or another mml-preview may be
1336         interrupted for an error or for the like.
1337
1338         * shr.el (shr-get-background): Fix argument name.
1339
1340 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1343
1344         * gnus-sum.el (gnus-summary-include-articles): New function.
1345
1346         * message.el (message-goto-body): called-interactively-p needs a
1347         parameter, so use `any'.
1348
1349         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1350         clear marks before moving, since they're synced from the Gnus side
1351         first.
1352
1353         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1354         (gnus-summary-move-article): Copy over all marks before moving, so that
1355         IMAP doesn't think a new article has arrived.
1356
1357 2010-11-24  Julien Danjou  <julien@danjou.info>
1358
1359         * shr.el (shr-insert-background-overlay): Fix typo.
1360         (shr-render-td): Copy the background before rendering.
1361
1362         * shr-color.el (shr-color-visible): Fix docstring.
1363
1364         * shr.el (shr-tag-table): Add bgcolor support.
1365         (shr-render-td): Add bgcolor support.
1366         (shr-get-background): Add.
1367         (shr-insert-foreground-overlay): Use shr-get-background.
1368
1369         * message.el (message-goto-body): Use called-interactively-p.
1370         (message-in-body-p): message-goto-body returns point.
1371
1372 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1375         Fixes something or other in Emacs 23, and is backwards compatible.
1376
1377         * message.el (message-goto-body): Remove the <#secure special-casing,
1378         which is too special.
1379
1380         * shr.el (shr-parse-style): Drop !important from styles.
1381
1382 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1383
1384         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1385         this function to return incorrect results when calling it with an
1386         explicit article argument different from
1387         (gnus-summary-article-number).
1388
1389 2010-11-24  Julien Danjou  <julien@danjou.info>
1390
1391         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1392         (shr-tag-body): Add background support.
1393         (shr-descend): Add background support.
1394         (shr-tag-title): Add.
1395
1396         * shr-color.el (shr-color-visible): Really return original background
1397         if fixed.
1398
1399 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * shr.el (shr-color-check): Protect against non-existant colour names.
1402
1403 2010-11-24  Julien Danjou  <julien@danjou.info>
1404
1405         * color-lab.el: Require 'cl when compiling.
1406
1407         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1408
1409         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1410         matched part.
1411
1412         * color-lab.el: Fix all expt calls to use float type.
1413
1414 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1417         expression to shr-color-check as is.
1418
1419         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1420
1421         * color-lab.el: Add coding cookie.
1422         (float-pi): Use eval-and-compile.
1423
1424         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1425         compiled for Emacsen having no `libxml-parse-html-region' support.
1426
1427 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * shr.el (shr-insert-color-overlay): Split stuff like
1430         "#444444 !important" to find the real colour.
1431         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1432         parse <font color="red"> entries.
1433
1434 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1435
1436         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1437         point when parsing headers.
1438
1439         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1440         is positioned properly when parsing headers.
1441
1442 2010-11-23  Julien Danjou  <julien@danjou.info>
1443
1444         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1445
1446         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1447
1448         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1449
1450         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1451         Use shr-color-hue-to-rgb.
1452         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1453
1454 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * shr.el (shr-color->hexadecimal): Autoload.
1457         (shr-descend): Add color to all tags.
1458
1459 2010-11-22  Julien Danjou  <julien@danjou.info>
1460
1461         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1462         shr-color->hexadecimal.
1463
1464         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1465         RGB() or HSL() color representation.
1466
1467         * shr.el (shr-tag-font): Add.
1468         (shr-tag-color-check): New function to get better colors.
1469         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1470         tag-span.
1471
1472         * shr-color.el: New file.
1473
1474         * color-lab.el: New file.
1475
1476         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1477
1478 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1479
1480         * nnir.el: Fix typo in comments.
1481         (nnir-run-imap): Simplify code. No need to reverse artlist.
1482         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1483
1484 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1487
1488         * nnimap.el (nnimap-get-capabilities): Refactor out.
1489         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1490
1491 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1492
1493         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1494         appearing when `mm-uu-hide-markers' is nil.
1495
1496 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * nnimap.el (nnimap-unselect-group): Make into its own function.
1499         (nnimap-request-rename-group): Unselect group before renaming.
1500         This had gotten lost somewhere.
1501         (nnimap-request-accept-article): Keep track of examined groups, and
1502         unselect the group before APPENDing to read-only groups.
1503         (nnimap-request-move-article): Clear flags before moving so that they
1504         can be re-set later.
1505
1506 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1509         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1510
1511 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-art.el (gnus-mime-display-single)
1514         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1515         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1516         parameter.
1517
1518 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1521         (shr-table-vertical-line): New variable.
1522         (shr-insert-table): Use it.
1523
1524 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * gnus-html.el (gnus-html-wash-images): Don't display images if
1527         gnus-inhibit-images is non-nil; register displayer for cid images.
1528         (gnus-html-display-image): Work for cid image.
1529         (gnus-html-insert-image): Allow arguments.
1530         (gnus-html-put-image): Inhibit read-only.
1531         (gnus-html-prefetch-images): Don't prefetch images if
1532         gnus-inhibit-images is non-nil.
1533
1534 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * shr.el (shr-put-image): Break lines when inserting big pictures.
1537
1538 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1539
1540         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1541         sender, thanks Katsumi Yamaoka.
1542
1543 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1544
1545         * nnir.el (nnir-run-imap): Reverse the article list for each group
1546         rather than the whole list.
1547
1548 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * shr.el (shr-image-displayer): Protect function against non-existent
1551         image source.
1552
1553         * gnus-art.el (gnus-inhibit-images): New user option.
1554         (gnus-mime-display-single): Don't display image if it is non-nil.
1555
1556         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1557         gnus-inhibit-images.
1558
1559         * shr.el (shr-image-displayer): New function.
1560         (shr-tag-img): Use it.
1561
1562 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1563
1564         * mml2015.el (mml2015-epg-sign): Use From header.
1565
1566 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1569
1570         * gnus-util.el (gnus-find-text-property-region): Return markers.
1571
1572         * shr.el (shr-tag-img): Put a displayer in the text property.
1573
1574         * gnus-util.el (gnus-find-text-property-region): New utility function.
1575
1576         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1577         (gnus-html-show-images): Remove.
1578
1579         * gnus-art.el (gnus-article-show-images): New, more general function.
1580
1581         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1582         image url text properties.
1583
1584         * shr.el: Ditto.
1585
1586         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1587         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1588
1589 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1592         work for two or more articles.
1593
1594 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1597         divide an image that's in an html article to two or more when washing
1598         non-ASCII characters in alt text of it.
1599
1600 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1603         smime-decrypt-region using function argument.
1604         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1605
1606         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1607
1608         * smime.el (smime-decrypt-region): Catch it.
1609
1610 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1611
1612         * smime.el (smime-mode-map): Move initialization into declaration.
1613         (gnus-run-mode-hooks): Don't autoload.
1614         (smime-mode): Use define-derived-mode.
1615
1616 2010-11-11  Glenn Morris  <rgm@gnu.org>
1617
1618         * smime.el (from): Restrict declaration to XEmacs.
1619
1620         * nnir.el (gnus-group-topic-name): Autoload.
1621
1622 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * shr.el (shr-insert): Don't break long line if it is because of
1625         kinsoku-bol characters in the line end.
1626
1627 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1628
1629         * nnir.el (nnir-request-move-article): Fix to provide original group
1630         and subject.
1631         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1632         been retrieved.
1633
1634         * gnus-sum.el (gnus-summary-move-article): Use original group and
1635         subject for virtual articles such as those in an nnir summary buffer.
1636
1637 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1640         least 21.5).
1641
1642         * smime.el (from): Declare it again for XEmacs.
1643
1644 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * message.el (message-resend): Don't disable encoding unless it's
1647         already encoded.
1648
1649         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1650         low-numbered articles.
1651
1652 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * rfc2047.el (rfc2047-syntax-table): Simplify.
1655
1656         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1657
1658         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1659         set-char-table-range for XEmacs.
1660
1661 2010-11-10  Glenn Morris  <rgm@gnu.org>
1662
1663         * time-date.el (time-to-seconds): Always an alias on Emacs,
1664         never a real function.
1665         (with-no-warnings): Remove compat stub, now unused.
1666         (time-less-p): Doc fix.
1667         (time-to-number-of-days): Simplify.
1668
1669         * smime.el (from): Remove unused declaration.
1670
1671         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1672         (gnus-float-time): On Emacs, always an alias.
1673
1674         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1675         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1676
1677 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * dgnushack.el: Don't use ignore-errors in the top level form since it
1680         is unavailable in XEmacs even if cl is loaded.
1681
1682         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1683
1684 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * shr.el (browse-url-mailto): Autoload.
1687
1688         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1689
1690         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1691         regexp doesn't need quoting.
1692
1693 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1694
1695         * message.el (message-subject-trailing-was-ask-regexp)
1696         (message-subject-trailing-was-regexp): Match was: in addition to was.
1697
1698 2010-11-09  Glenn Morris  <rgm@gnu.org>
1699
1700         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1701         (nnbabyl-check-mbox): Use point-at-bol.
1702
1703 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1706
1707         * message.el (message-mailto): New function.
1708         (message-mailto): Should accept other parameters.
1709         (message-mailto): Remove since it duplicates browse-url-mailto
1710         functionality.
1711
1712 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1715         methods.
1716         (gnus-read-active-file): Ditto.
1717
1718         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1719         ": " from the prompt.
1720         (gnus-group-make-group): Ditto.
1721
1722 2010-11-07  Glenn Morris  <rgm@gnu.org>
1723
1724         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1725         (gnus-bookmark-kill-line): Use point-at-eol.
1726
1727 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1730         asterisks in From header.
1731
1732 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1735         string to avoid making the From headers syntactically invalid.
1736
1737         * message.el (message-send-mail): Don't insert courtesy messages if the
1738         message already has List-Post and List-ID messages.
1739
1740 2010-11-06  Glenn Morris  <rgm@gnu.org>
1741
1742         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1743         `condition', `type', `length' a prefix.
1744         (gnus-treat-predicate): Update for above name changes.
1745
1746 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1747
1748         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1749         binding.  Handled by `gnus-summary-refer-thread' instead.
1750         (nnir-warp-to-article): New backend function.
1751
1752         * nnimap.el (nnimap-request-thread): Force dependency updating.
1753
1754         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1755         (gnus-summary-refer-thread): Rework to improve thread-referral.
1756
1757         * gnus-int.el (gnus-warp-to-article): New function.
1758
1759         * gnus-sum.el (gnus-summary-article-map): Bind it.
1760
1761 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1762
1763         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1764         gnus-summary-refer-thread.
1765
1766         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1767         headers.
1768         (gnus-summary-limit-include-thread): Prevent articles in thread from
1769         being cut in gnus-cut-threads.
1770         (gnus-summary-refer-thread): Limit retrieved headers to those in
1771         thread.
1772
1773 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * message.el (message-send-mail): Use the value of
1776         message-courtesy-message from the message buffer.
1777
1778         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1779
1780         * shr.el (shr-browse-url): Implement mailto: URLs.
1781
1782         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1783         "raw".
1784
1785         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1786         if it's already selected.
1787
1788         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1789
1790 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1793         to measure the length and truncate alt text.
1794
1795 2010-11-03  Glenn Morris  <rgm@gnu.org>
1796
1797         * nndiary.el (nndiary-generate-nov-databases-1)
1798         (nndiary-generate-active-info): Rename dynamic variable `files' to
1799         something less generic.
1800
1801 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1802
1803         * nnir.el (nnir-request-move-article): Call the underlying backend to
1804         move articles from nnir.
1805
1806 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1809
1810 2010-11-02  Julien Danjou  <julien@danjou.info>
1811
1812         * nnir.el: Remove wais support.
1813
1814 2010-11-02  Glenn Morris  <rgm@gnu.org>
1815
1816         * gnus-html.el: Reorder requirements to quieten compiler.
1817
1818 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1821         properly for XEmacs as well.
1822         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1823         (gnus-article-natural-long-line-p): Use window-width rather than
1824         frame-width.
1825
1826 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1827
1828         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1829         (nnir-read-parms): Don't modify query.
1830         (nnir-run-query): Add ability to search topic on current line.
1831         (nnir-get-active): Clean up.
1832
1833 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1836         degenerate articles.
1837
1838         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1839         (gnus-print-buffer): Just print the buffer as is, without any copying
1840         to a buffer and then re-highlighting.
1841
1842         * nnimap.el (nnimap-request-group): Store the new updated info.
1843         (nnimap-request-group): Select the group when we don't know whether it
1844         exists or not.
1845
1846         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1847         groups.
1848
1849         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1850         groups.
1851
1852         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1853         groups.
1854
1855         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1856         long-lines case by only filling the long lines.
1857
1858         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1859         (bug #7311).
1860
1861 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * shr.el: No need to declare `declare-function' since shr.el is for
1864         only Emacsen that provide `libxml-parse-html-region'.
1865
1866         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1867         effective only in a file it is referred to.
1868
1869 2010-11-01  Glenn Morris  <rgm@gnu.org>
1870
1871         * mm-util.el (gnus-completing-read): Autoload.
1872         (mm-read-coding-system): Simplify Emacs definition.
1873
1874         * nnmail.el (gnus-activate-group):
1875         * nnimap.el (gnutls-negotiate):
1876         * nntp.el (netrc-parse): Fix declarations.
1877
1878 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1881         string-match-p in Emacs >=23.
1882
1883         * gnus-msg.el (gnus-configure-posting-styles)
1884         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1885
1886 2010-11-01  Glenn Morris  <rgm@gnu.org>
1887
1888         * nnir.el (declare-function): Add compat stub.
1889         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1890         (nnir-run-gmane): Require 'mm-url.
1891
1892         * mm-util.el (mm-string-to-multibyte): Simplify.
1893
1894         * shr.el (declare-function): Add compat stub.
1895         (url-cache-create-filename): Declare.
1896         (mm-disable-multibyte, widget-convert-button): Autoload.
1897
1898         * smime.el (ldap-search): Declare.
1899         (smime-cert-by-ldap-1): Require ldap on Emacs.
1900
1901         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1902         (nnimap-keepalive): Use gnus-float-time.
1903
1904         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1905         (mail-source-delete-crash-box): Use gnus-float-time.
1906
1907         * gnus-dired.el (gnus-completing-read): Autoload.
1908
1909         * mm-view.el (gnus-rescale-image): Autoload.
1910
1911         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1912
1913         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1914
1915         * sieve-manage.el: Require 'cl when compiling.
1916
1917         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1918         (gnus-iswitchb-completing-read): Require iswitchb.
1919         (gnus-select-frame-set-input-focus): Silence compiler.
1920
1921 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * message.el (message-subject-trailing-was-query): Change default to t,
1924         since I think that's what most people want.
1925
1926         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1927         appending for easier debugging.
1928         (nnimap-wait-for-connection): Take a regexp.
1929         (nnimap-request-accept-article): Wait for the continuation line before
1930         sending anything unless we're streaming.
1931
1932         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1933         leave the header washing to take place.
1934
1935 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1936
1937         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1938         regular expression match and replace in posting styles.
1939
1940 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1941
1942         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1943         an entire server.
1944         (nnir-get-active): New function.
1945         (nnir-run-imap): Use it.
1946         (nnir-run-gmane): Who knew, gmane search returns an article score!
1947
1948         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1949         server on the current line with nnir.
1950
1951 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1954         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1955         left edge.
1956         (gnus-article-foldable-buffer): Skip past the prefix when determining
1957         raggedness.
1958
1959         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1960         the raw article, and change `C-u g' to show the article without doing
1961         treatments.
1962
1963         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1964         on to `gnus-treat-article'.
1965         (gnus-inhibit-article-treatments): New variable.
1966
1967         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1968
1969         * gnus-art.el (gnus-treatment-function-alist): Have
1970         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1971         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1972         sections.
1973
1974         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1975         parameter.
1976         (gnus-article-fill-cited-long-lines): New function.
1977         (gnus-article-fill-cited-article): Allow filling only long sections.
1978
1979         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1980         and non-punctuation (like after the apostrophe in "'We").
1981
1982         * gnus-sum.el (gnus-summary-select-article): Make sure
1983         gnus-original-article-buffer is alive.
1984
1985         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1986         reflect the order they're in in the digest.
1987
1988         * gnus.el (gnus-group-startup-message): Move point to the start of the
1989         buffer.
1990
1991         * nnimap.el (nnimap-capability): New function.
1992         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1993         is set.
1994
1995 2010-10-31  David Engster  <dengste@eml.cc>
1996
1997         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1998         conform with changes to gnus-completing-read.
1999
2000 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2003
2004 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2005
2006         * nnir.el: Move defvar, defcustom around to keep file organized
2007         and keep byte-compiler quiet.
2008         (nnir-read-parms): Accept search-engine as arg.
2009         (nnir-run-query): Pass search-engine as arg.
2010         (nnir-search-engine): Remove.
2011
2012 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * shr.el (shr-generic): The text nodes should be text, not :text.
2015
2016         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2017         later in the file.
2018
2019 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2020
2021         * nnir.el: General clean up.  Allow searching with multiple engines.
2022         Allow separate extra-parameters for each engine.
2023         Batch queries when possible.
2024         (nnir-imap-default-search-key,nnir-method-default-engines):
2025         Add customize interface.
2026         (nnir-run-gmane): New engine.
2027         (nnir-engines): Use it.  Qualify all prompts with engine name.
2028         (nnir-search-engine): Remove global variable.
2029         (nnir-run-hyrex): Restore for now.
2030         (nnir-extra-parms,nnir-search-history): New variables.
2031         (gnus-group-make-nnir-group): Use them.
2032         (nnir-group-server): Remove in favor of gnus-group-server.
2033         (nnir-request-group): Avoid searching twice.
2034         (nnir-sort-groups-by-server): New function.
2035
2036 2010-10-30  Julien Danjou  <julien@danjou.info>
2037
2038         * gnus-group.el: Remove gnus-group-fetch-control.
2039
2040         * gnus-start.el (gnus-find-new-newsgroups):
2041         Remove gnus-check-first-time-used.
2042
2043         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2044
2045 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2046
2047         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2048         set on groups that don't have \* permanentflags.
2049
2050 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2053         control the background color.
2054         (shr-tag-img): Ignore very small web bug type images.
2055         (shr-put-image): Add help-echo alt texts to the images.
2056         (shr-tag-video): Show the video poster image.
2057
2058 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * shr.el (shr-table-depth): New variable.
2061         (shr-tag-table-1): Only insert the images after the top-level table.
2062
2063         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2064
2065         * gnus-util.el (gnus-list-memq-of-list): New function.
2066
2067         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2068         selected.
2069         (nnimap-unsplittable-articles): New slot.
2070         (nnimap-new-articles): Use it.
2071
2072 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2073
2074         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2075         move to the previous line on `M-g'.
2076
2077 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2080         *-request-group, which seems unnecessary.
2081
2082         * nnimap.el (nnimap-quote-specials): Function copied over from
2083         imap.el.
2084         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2085         they support that.  Suggested by Tom Regner.
2086
2087 2010-10-29  Julien Danjou  <julien@danjou.info>
2088
2089         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2090         defalias.
2091         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2092
2093         * gnus.el: Remove `gnus-nntp-service' variable.
2094         (gnus-secondary-servers): Make obsolete.
2095         (gnus-nntp-server): Make obsolete.
2096
2097         * gnus-start.el (gnus-1): Remove x-splash calls.
2098
2099         * gnus-ems.el (gnus-x-splash): Remove.
2100
2101         * gnus.el (gnus-group-startup-message): Simplify/update code.
2102
2103         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2104         definition.
2105
2106         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2107         capability before doing anything.
2108         (gnus-group-insert-group-line): Remove useless
2109         gnus-group-remove-excess-properties.
2110
2111 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2114
2115 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2118         config after reselecting.
2119
2120 2010-10-28  Julien Danjou  <julien@danjou.info>
2121
2122         * shr.el (shr-put-image): Use point even if only inserting text.
2123         (shr-put-image): Save excursion when inserting alt text on non-graphic
2124         display, so the behaviour is the same when we are on a graphic display.
2125
2126         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2127
2128 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2131         (gnus-mime-copy-part): Check coding system, not charset.
2132         (gnus-mime-view-part-externally): Never remove part.
2133         (gnus-mime-view-part-internally): Don't remove part here.
2134         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2135         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2136         multipart/alternative.
2137
2138         * mm-decode.el (mm-display-part): Take optional arg `force'.
2139
2140 2010-10-26  Julien Danjou  <julien@danjou.info>
2141
2142         * gnus-group.el (gnus-group-default-list-level): Add this function to
2143         compute the default list level.
2144         (gnus-group-default-list-level): Add possibility to use a function.
2145
2146 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2149
2150         * gnus-group.el (gnus-group-completing-read)
2151         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2152         gnus-replace-in-string.
2153
2154 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * shr.el (shr-tag-div): Add.
2157
2158         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2159
2160 2010-10-25  Julien Danjou  <julien@danjou.info>
2161
2162         * gnus-util.el: Remove `gnus-with-local-quit'.
2163
2164         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2165
2166 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2169         the original article buffer.
2170
2171 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * nnimap.el (nnimap-request-head): New function.
2174         (nnimap-request-move-article): Try to be slighly faster by not
2175         requesting the entire message when moving.
2176         (nnimap-transform-headers): Don't bug out on bodiless articles.
2177         (nnimap-send-command): Have no outstanding messages if the IMAP server
2178         doesn't support streaming.
2179         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2180
2181 2010-10-24  Julien Danjou  <julien@danjou.info>
2182
2183         * message.el (message-default-headers): Fix type.
2184
2185 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2188         prefetching images.
2189
2190         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2191         backend for unknown groups.  This is mainly useful for nnimap groups.
2192
2193         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2194         group isn't covered by the agent.
2195
2196 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2197
2198         * nnir.el (nnir-method-default-engines): New variable.
2199         (nnir-run-query): Use it.
2200         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2201         (gnus-summary-nnir-goto-thread): Change group if needed.
2202
2203         * gnus-group.el (gnus-group-group-map): Add key binding for
2204         gnus-group-make-nnir-group.
2205
2206 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * shr.el (shr-tag-object): Add.
2209
2210         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2211         original article buffer live.
2212         (gnus-summary-select-article-buffer):
2213         Mention gnus-widen-article-buffer.
2214
2215 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * shr.el (shr-tag-strong): Add.
2218
2219 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2222         group names.  They mess up the group buffer badly.
2223
2224         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2225
2226         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2227         instead of the summary one.
2228
2229 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * mml.el (mml-preview): Work properly when editing article.
2232
2233         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2234         gnus-have-read-active-file if it's already been in.
2235
2236 2010-10-22  Tom Tromey  <tromey@redhat.com>
2237
2238         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2239         gnus-group-completing-read.
2240
2241 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * message.el (message-mode-map): Don't bind M-; to comment region, to
2244         allow the global comment-dwim to work.
2245
2246 2010-10-21  Julien Danjou  <julien@danjou.info>
2247
2248         * message.el (message-setup-1): Allow message-default-headers to be a
2249         function.
2250
2251 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * shr.el (shr-tag-table): Simplify.
2254
2255 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2258         to avoid trying to snarf invalid stuff.
2259
2260         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2261
2262         * gnus.el (gnus-message-archive-group): Quote value.
2263         (gnus-message-archive-group): Mark as changed.
2264
2265         * shr.el (shr-add-font): Don't put the font properties on the newline
2266         or the indentation.
2267
2268         * message.el (message-fix-before-sending): Change options when sending
2269         non-printable characters.
2270
2271         * gnus.el (gnus-message-archive-method): Change the default to
2272         monthly outgoing groups.
2273
2274         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2275         that have gotten new numbers.
2276
2277         * nnimap.el (nnimap-request-replace-article): New function.
2278
2279 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2282         (nnrss-request-article): Don't use special html washing code.
2283
2284 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * shr.el (shr-tag-table): Remove useless nconc.
2287
2288 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-art.el (article-wash-html): Simplify and remove the charset
2291         stuff.  Use the normal html rendering code instead of the special html
2292         washing code.
2293
2294         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2295         `gnus-w3m' symbols.
2296         (mm-text-html-washer-alist): Remove.
2297
2298         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2299         (mm-inline-media-tests): Remove use.
2300         (mm-text-html-renderer): Change default to the `shr' symbol.
2301
2302         * mm-view.el (mm-inline-text-html): Remove use.
2303
2304         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2305         `gnus-blocked-images' to be a function.
2306         (gnus-article-wash-function): Remove.
2307
2308 2010-10-20  Julien Danjou  <julien@danjou.info>
2309
2310         * spam.el (spam-list-of-processors): Mark as obsolete.
2311
2312         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2313         (nnimap-insert-partial-structure): Fix boundary detection.
2314
2315 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2316
2317         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2318         run file-truename on remote files.  This can be expensive and even
2319         prevent one from editing drafts if some unrelated buffer has a stale
2320         connection.
2321
2322 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2325         kinsoku-eol regardless of shr-kinsoku-shorten.
2326         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2327         (shr-tag-table): Support caption, thead, and tfoot.
2328
2329 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2332         lines.
2333         (shr-save-contents): New command and keystroke.
2334
2335         * nndoc.el (nndoc-type-alist): Add git support.
2336         (nndoc-git-type-p): New function.
2337         (nndoc-transform-git-article): Ditto.
2338         (nndoc-transform-git-headers): Ditto.
2339         (nndoc-transform-git-headers): Generate Subject headers.
2340
2341         * shr.el (shr-parse-style): New function.
2342         (shr-tag-span): Ditto.
2343
2344         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2345         to `G G' to avoid collisions.
2346
2347 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * shr.el: Load kinsoku if necessary.
2350         (shr-kinsoku-shorten): New internal variable.
2351         (shr-find-fill-point): Make kinsoku shorten text line if
2352         shr-kinsoku-shorten is bound to non-nil.
2353         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2354         shr-indentation too when testing if table is wider than frame width.
2355         (shr-insert-table): Use `string-width' instead of `length' to measure
2356         text width.
2357         (shr-insert-table-ruler): Make sure indentation is done at bol.
2358
2359 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2360
2361         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2362         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2363         undecoded network data.
2364
2365 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2368         name in the mode line spec so that the mode line menu works
2369         (bug #2431).
2370
2371         * message.el (message-get-reply-headers): If we're fed `to-address',
2372         then always use that.
2373
2374         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2375         aren't so wide as to need to switch off the edit menu.
2376
2377         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2378         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2379
2380         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2381         `M-g'.
2382         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2383         the permanent marks.
2384
2385 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2386
2387         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2388         Splitting according to references/in-reply-to obeys the ignore-groups
2389         variable, while splitting by sender and subject do not.
2390
2391 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2394         alist, so that we can look for non-Unicode chars.
2395         (article-translate-strings): Allow both character and string maps.
2396
2397 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * shr.el (shr-insert): Don't insert space behind a wide character
2400         categorized as kinsoku-bol, or between characters both categorized as
2401         nospace.
2402
2403 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2404
2405         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2406         headers to gnus-newsgroup-headers.
2407
2408 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * shr.el (shr-tag-img): Don't align images -- since we're not
2411         rescaling, this often leads to ugly displays.
2412
2413 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2414
2415         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2416         duplicates.
2417
2418 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2419
2420         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2421         call.
2422
2423 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * gnus.el: Autoload gnus-html-show-images.
2426
2427         * nnimap.el: Use nnheader-message throughout.
2428
2429         * shr.el (shr-tag-img): Ignore images with no data.
2430
2431 2010-10-15  Julien Danjou  <julien@danjou.info>
2432
2433         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2434         a possibility to disable format=flow encoding when using hard newlines.
2435
2436 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * shr.el (shr-insert): Remove space inserted before or after a
2439         breakable character or at the beginning or the end of a line.
2440         (shr-find-fill-point): Do kinsoku; find the second best point or give
2441         it up if there's no breakable point.
2442
2443 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * nnimap.el (nnimap-open-connection): Message when opening connection
2446         for debugging purposes.
2447
2448         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2449         on every setup buffer call to allow this to change from article to
2450         article.
2451
2452         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2453         buffers where we have a wide table.
2454
2455 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2456
2457         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2458         uses *-request-thread.
2459
2460 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2463         incantation, which is no longer valid.
2464
2465 2010-10-14  Julien Danjou  <julien@danjou.info>
2466
2467         * shr.el: Fix defcustom type (char -> character).
2468
2469 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2472         programs.
2473
2474 2010-10-14  Julien Danjou  <julien@danjou.info>
2475
2476         * shr.el (shr-tag-a): Use url-link as widget type.
2477
2478         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2479         `gnus-group-get-icon'.
2480
2481 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2484         This should make server editing work better.
2485
2486         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2487
2488         * tls.el (tls-program): Remove spurious %s from openssl.
2489
2490         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2491         (nnimap-parse-flags): Fix regexp.
2492
2493         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2494         probably work for CJVK text, too.
2495
2496         * nnimap.el (nnimap-extend-tls-programs): Remove.
2497         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2498
2499         * tls.el (tls-starttls-switches): Remove starttls hack.
2500         (open-tls-stream): Ditto.
2501         (tls-find-starttls-argument): Ditto.
2502
2503 2010-10-13  Julien Danjou  <julien@danjou.info>
2504
2505         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2506         responses.
2507
2508 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2511
2512         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2513         anything in Emacs.
2514
2515         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2516
2517 2010-10-13  Julien Danjou  <julien@danjou.info>
2518
2519         * shr.el (shr-width): Make shr-width a defcustom with default to
2520         fill-column.
2521         (shr-tag-img): Use shr-width rather than fill-column.
2522
2523 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * dgnushack.el (byte-optimize-apply)
2526         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2527
2528         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2529         position when (X-)Faces exist.
2530         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2531         avatars when called interactively.
2532
2533 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2536         gnus-article-x-face-too-ugly is bound.
2537
2538 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2541
2542         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2543         mailbox that doesn't exist.
2544
2545 2010-10-12  Julien Danjou  <julien@danjou.info>
2546
2547         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2548         (shr-get-image-data): Encode URL properly when fetching from cache.
2549         (shr-tag-img): Use aligned-to spaces to align correctly images.
2550
2551         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2552         before inserting the Gravatar.
2553
2554         * shr.el (shr-tag-img): Add align attribute support for <img>.
2555
2556 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-gravatar.el (gnus-art): Require.
2559
2560         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2561         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2562         Remove long obsoleted functions.
2563
2564 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2567
2568         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2569
2570         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2571         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2572         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2573         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2574         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2575         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2576         * sieve-manage.el, smime.el, spam.el:
2577         Fix comment for declare-function.
2578
2579 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * nnimap.el (nnimap-request-rename-group): Select group read-only
2582         before renaming it.
2583
2584         * shr.el (shr-insert): Fix up the white space only regexp.
2585
2586         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2587         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2588
2589         * shr.el (shr-current-column): New function.
2590         (shr-find-fill-point): New function.
2591
2592 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2593
2594         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2595         numbers.
2596
2597 2010-10-11  Julien Danjou  <julien@danjou.info>
2598
2599         * shr.el (shr-hr-line): Add.
2600         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2601         display hr lines.
2602         (shr-max-columns): Do not change state to nil if we just inserting
2603         spaces.
2604
2605 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2608         select the last group.
2609
2610 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2611
2612         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2613
2614 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2615
2616         * dig.el (dig-mode-map): Declare and define in one step.
2617
2618 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2621         for Gnus.
2622         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2623         (nnimap-update-qresync-info): Mark \Seen articles as read.
2624
2625         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2626         non-variable, too.
2627
2628         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2629         available.
2630         (nnimap-update-info): Rely more on the current active than the param
2631         active to avoid marking articles as read too much.
2632
2633         * auth-source.el (auth-source-create): Use (user-login-name) for the
2634         user name default.
2635
2636         * nnimap.el (nnimap-update-info): If the server doesn't return any
2637         useful info, just use the previous info.
2638         (nnimap-update-info): Prefer old info over start-article.
2639         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2640
2641 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2642
2643         * nnir.el (autoload): Clean up autoloads.
2644         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2645         Use key rather than value.
2646         (nnir-imap-search-other): New variable.
2647         (nnir-read-parm): Use it.
2648         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2649         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2650
2651 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2652
2653         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2654         the process, too.
2655
2656 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * spam.el (gnus-summary-mode-map): Bind to "$".
2659         Suggested by Russ Allbery.
2660
2661         * shr.el: Rework the way things are indented by <li> slightly.
2662
2663         * gnus.el (gnus-group-set-parameter): Fix typo.
2664
2665         * nnimap.el: Start implementing QRESYNC support.
2666
2667 2010-10-09  Julien Danjou  <julien@danjou.info>
2668
2669         * nnir.el (nnir-engines): Fix too many arguments.
2670
2671 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2674         group is the "last", so that the backends like nnfolder actually save
2675         their folders.
2676
2677         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2678         try to use that for the tls stream.
2679         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2680         UIDVALIDITY and find out which groups are read-only and not.
2681         (nnimap-get-flags): Use the same marks parsing code as the rest of
2682         nnimap.
2683
2684 2010-10-09  Julien Danjou  <julien@danjou.info>
2685
2686         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2687
2688         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2689         retrieving gravatars.
2690
2691         * shr.el (shr-table-corner): Add.
2692         (shr-table-line): Add.
2693         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2694
2695 2010-10-08  Julien Danjou  <julien@danjou.info>
2696
2697         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2698
2699 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2702
2703         * gnus-sum.el (gnus-mark-article-as-unread)
2704         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2705         (gnus-summary-set-bookmark): Use it.
2706
2707         * gnus-msg.el (gnus-setup-message): Use it.
2708
2709         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2710
2711         * gnus.el (gnus-group-remove-parameter): Use it.
2712
2713         * gnus-group.el (gnus-group-make-web-group): Use it.
2714
2715         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2716
2717         * nnregistry.el: Update docs to mention manual.
2718
2719         * gnus-registry.el: Update docs to mention nnregistry.el.
2720         (gnus-registry-initialize): Don't install nnregistry refer method
2721         automatically.
2722         (gnus-registry-install-nnregistry): Remove it.
2723
2724 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * shr.el (shr-insert): Don't insert double spaces.
2727
2728 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-gravatar.el (gnus-treat-from-gravatar)
2731         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2732         called interactively.
2733
2734         * gnus-art.el (gnus-mime-view-part-externally)
2735         (gnus-mime-view-part-internally): Make predicate function passed to
2736         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2737         of a mime type.
2738
2739         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2740
2741 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * shr.el (require): Require cl when compiling.
2744         (shr-tag-hr): New function.
2745
2746         * nnimap.el (nnimap-update-info): Remove double setting of high.
2747         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2748         This makes nnimap work properly on Courier again.
2749
2750         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2751         the variable for backwards compatability.
2752
2753         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2754         the file name before using to avoid setting mm-default-directory to
2755         nil.
2756
2757         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2758         bidning gnus-agent variables.
2759
2760         * shr.el (shr-render-td): Use a cache for the table rendering function
2761         to avoid getting an exponential rendering behaviour in nested tables.
2762         (shr-insert): Rework the line-breaking algorithm.
2763         (shr-insert): Don't leave trailing spaces.
2764         (shr-insert-table): Also insert empty TDs.
2765         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2766
2767 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2768
2769         * gnus-sum.el (gnus-number): Rename from `number'.
2770         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2771         (gnus-summary-limit-children): Update uses correspondingly.
2772
2773 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2776         (gnus-gravatar-transform-address): Don't show avatars of people of
2777         which mail addresses match gnus-gravatar-too-ugly.
2778
2779 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * shr.el (shr-table-widths): Expand TD elements to fill available
2782         space.
2783
2784 2010-10-07  Julien Danjou  <julien@danjou.info>
2785
2786         * nnimap.el (nnimap-request-rename-group): Add this method.
2787
2788 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2791         name from XEmacs' function-arglist.
2792
2793         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2794         gravatar under XEmacs.
2795
2796 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2797
2798         * auth-source.el: Update docs with TODO items.
2799
2800         * gnus-sync.el: Update docs to explain state and plans.
2801
2802         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2803         Hooks for mark updates.
2804         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2805
2806         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2807         hooks with arguments, which is needed for mark update hooks.
2808
2809 2010-10-06  Julien Danjou  <julien@danjou.info>
2810
2811         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2812         was matched.
2813
2814         * sieve-manage.el: Update example in `Commentary'.
2815
2816         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2817
2818         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2819         not 2000.
2820         (sieve-manage-authenticate): Re-add function.
2821
2822 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * shr.el (shr-insert): Get 'space transition right.
2825         (shr-render-td): Only delete space at the end of the TD.
2826
2827         * nnimap.el (nnimap-open-connection): Prepare to support
2828         open-gnutls-stream.
2829
2830         * shr.el: Rearrange function order to be more logical.
2831
2832 2010-10-06  Julien Danjou  <julien@danjou.info>
2833
2834         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2835         (nnrss-discover-feed): Remove 404 URL in docstring.
2836
2837         * nnir.el: Fix Swish-E URL.
2838         Fix Namazu URL.
2839
2840         * message.el (message-change-subject): Remove 404 URL in a comment.
2841
2842 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2845         called interactively.
2846
2847         * gnus-util.el (gnus-remove-if): Allow hash table.
2848         (gnus-remove-if-not): New function.
2849
2850         * gnus-art.el (gnus-mime-view-part-as-type)
2851         * gnus-score.el (gnus-summary-score-effect)
2852         * gnus-sum.el (gnus-read-move-group-name):
2853         Replace remove-if-not with gnus-remove-if-not.
2854
2855         * gnus-group.el (gnus-group-completing-read):
2856         Regard collection as a hash table if it is not a list.
2857
2858 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2861
2862         * shr.el: Document the table-rendering algorithm.
2863
2864 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2867         for Emacsen having no `libxml-parse-html-region' support.
2868
2869 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2872         invalid URLs.
2873
2874         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2875         line-broken.
2876         (shr-tag-img): Ignore image fetching errors.
2877         (shr-overlays-in-region): Compute overlay positions correctly.
2878
2879         * mm-decode.el (mm-shr): Require shr.
2880
2881         * gnus-art.el (gnus-blocked-images): Move variable here.
2882
2883         * shr.el (shr-insert-table): Bind free variable.
2884
2885         * mm-decode.el (mm-shr): Bind shr-content-function.
2886
2887         * shr.el (shr-content-function): New variable.
2888
2889         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2890         added for symmetry.
2891
2892         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2893
2894         * gnus-group.el (gnus-group-make-group): Doc fix.
2895
2896         * nnimap.el (nnimap-request-newgroups): Return success.
2897
2898         * shr.el (shr-find-elements): New function.
2899         (shr-tag-table): Put all the images after the table.
2900         (shr-tag-table): Really inhibit images inside the table.
2901         (shr-collect-overlays): Copy over overlays from the TD elements to the
2902         main document.
2903
2904         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2905         gnus-blocked-images.
2906
2907 2010-10-05  Julien Danjou  <julien@danjou.info>
2908
2909         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2910
2911         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2912         (gnus-html-maximum-image-size): Add this function.
2913         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2914
2915         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2916         server-value of the capability is nil.
2917
2918 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * shr.el (shr-tag-em): Add <EM> tag.
2921
2922 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2923
2924         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2925         customizable.
2926
2927         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2928         handing broken links to browse-url.
2929
2930 2010-10-05  Julien Danjou  <julien@danjou.info>
2931
2932         * gnus-util.el (gnus-emacs-completing-read)
2933         (gnus-iswitchb-completing-read): Use autoload rather than require.
2934
2935 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2938         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2939         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2940         iswitchb-temp-buflist for XEmacs.
2941
2942         * gnus-util.el (gnus-completing-read-function): Exclude
2943         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2944         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2945         XEmacs.
2946
2947         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2948         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2949
2950         * gnus-html.el: Don't require help-fns under XEmacs.
2951         (gnus-html-schedule-image-fetching): Work for XEmacs.
2952
2953         * mm-decode.el (mm-shr): Decode contents by charset.
2954
2955 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2958         unknown.
2959
2960         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2961         (shr-get-image-data): Ensure against the cache file missing.
2962
2963         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2964         for data.
2965
2966         * spam-report.el (spam-report-url-ping-plain): Don't query about
2967         killing the process.
2968
2969         * shr.el (shr-render-td): Protect against too-wide text.
2970
2971 2010-10-04  Julien Danjou  <julien@danjou.info>
2972
2973         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2974         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2975
2976         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2977         retrieved.
2978
2979 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * shr.el (browse-url): Require.
2982         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2983         lines.
2984         (shr-show-alt-text, shr-browse-image): New commands.
2985         (shr-browse-url, shr-copy-url): New commands.
2986
2987         * gnus-sum.el (gnus-widen-article-window): New variable.
2988         (gnus-summary-select-article-buffer): Use it.
2989
2990         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2991         without @ signs.
2992
2993 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2994
2995         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2996
2997 2010-10-04  Julien Danjou  <julien@danjou.info>
2998
2999         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3000         for XEmacs.
3001
3002 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3005
3006         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3007         (nnimap-close-server): Implement.
3008
3009         * dgnushack.el (iswitchb): Require to shut up the compiler.
3010
3011         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3012         (shr-insert): Tweak line breaking.
3013         (shr-insert): Handle <pre> better.
3014         (shr-tag-li): Get <li> indentation right.
3015         (shr-tag-li): Get <li> indentation even righter.
3016         (shr-tag-blockquote): Ensure paragraph start.
3017         (shr-make-table): Tweak table generation.
3018         (shr-make-table): Fix typo.
3019
3020         * shr.el: Implement table rendering.
3021
3022 2010-10-04  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3025
3026 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * shr.el (shr-insert): Use string anchors instead of line anchors.
3029
3030 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * shr.el: Add headings.
3033         (shr-ensure-paragraph): Actually work.
3034         (shr-tag-li): Make <ul> prettier.
3035         (shr-insert): Get white space at the beginning/end of elements right.
3036         (shr-tag-p): Collapse subsequent <p>s.
3037         (shr-ensure-paragraph): Don't insert double line feeds after blank
3038         lines.
3039         (shr-insert): \t is also space.
3040         (shr-tag-s): Fix "s" tag name function.
3041         (shr-tag-s): Fix face prop name.
3042
3043 2010-10-03  Julien Danjou  <julien@danjou.info>
3044
3045         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3046
3047         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3048         gnus-window-inside-pixel-edges.
3049
3050         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3051         gnus-ems.
3052
3053         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3054
3055         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3056         function.
3057
3058         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3059         resize choice.
3060
3061 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3064         beginning of the buffer.
3065
3066         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3067         article buffer again.
3068
3069         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3070
3071         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3072         when it's at the start of the buffer.
3073
3074         * shr.el (shr-tag-blockquote): Convert name.
3075         (shr-rescale-image): Use the right image-size variant.
3076
3077         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3078         buffer isn't shown, then select the current article first instead of
3079         bugging out.
3080         (gnus-summary-select-article-buffer): Show both the article and summary
3081         buffers again.
3082
3083         * shr.el (shr-fontize-cont): Protect against regions with no text.
3084         Rename tag functions to shr-tag-* for enhanced security.
3085         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3086
3087 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3088
3089         * shr.el (shr-insert):
3090         * pop3.el (pop3-movemail):
3091         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3092         loaded.
3093
3094 2010-10-03  Glenn Morris  <rgm@gnu.org>
3095
3096         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3097
3098         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3099
3100         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3101
3102         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3103
3104         * gnus-util.el (gnus-make-local-hook): Simplify.
3105
3106 2010-10-02  Julien Danjou  <julien@danjou.info>
3107
3108         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3109         (gnus-ido-completing-read): New function.
3110         (gnus-emacs-completing-read): New function.
3111         (gnus-completing-read): Use gnus-completing-read-function.
3112         Add gnus-completing-read-function.
3113
3114 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * shr.el (shr-insert-document): Autoload.
3117         (shr-img): Be silent.
3118         (shr-insert): Add a newline after every picture before text.
3119         (shr-add-font): Use overlays for combining faces.
3120         (shr-insert): Pass upwards the text start point.
3121
3122         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3123         possible.
3124         (mm-shr): New function.
3125
3126 2010-10-02  Julien Danjou  <julien@danjou.info>
3127
3128         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3129         should go backward.
3130
3131 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3132
3133         * shr.el (shr): Fix typo in provide call.
3134
3135 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * shr.el: New file.
3138
3139         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3140
3141         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3142         completing read.
3143
3144 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3147         we're being queried about.  Suggested by Dan Jacobson.
3148
3149         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3150         Suggested by Jason Eisner.
3151
3152         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3153         table, too.  Suggested by Stefan Wiens.
3154         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3155         the table unnecessary.  Suggested by Stefan Wiens.
3156
3157         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3158         longer needed, and probably doesn't work either, as pointed out by
3159         Stefan Wiens.
3160         (gnus-summary-exit): Remove call to the clearing function.
3161         (gnus-summary-exit-no-update): Ditto.
3162
3163         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3164         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3165         Reported by Stefan Monnier.
3166         (gnus-summary-save-in-rmail): Ditto.
3167
3168         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3169         article buffer, instead of both the article buffer and the summary
3170         buffer.  Sort of suggested by Dan Jacobson.
3171
3172         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3173
3174         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3175         Suggested by Dan Jacobson.
3176
3177         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3178         documentation clearer.
3179
3180         * message.el (message-shorten-references): Comment on the number "21".
3181         Suggested by Stefan Monnier.
3182
3183         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3184         Suggested by Dan Jacobson.
3185
3186         * gnus.el (gnus-large-newsgroup):
3187         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3188
3189         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3190         externalize attachments.  Bug reported by Steve Wen.
3191
3192         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3193         really message anything to the user.
3194
3195         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3196         directly.
3197
3198         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3199         messages in empty groups.
3200
3201 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3202
3203         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3204         non-UIDNEXT group.
3205
3206 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3209         not the value from the collection.
3210
3211         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3212         values.  This sometimes happens on some groups that have no info.
3213         (nnimap-request-newgroups): New function.
3214
3215 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3218         check into `gnus-registry-initialize'.
3219         (gnus-registry-initialize): Ditto.
3220         Fix and extend header docs.
3221
3222 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3225         regexp backtrace overflows.
3226
3227         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3228         for starttls that tls.el implements; i.e. openssl.
3229
3230         * tls.el (tls-starttls-switches): Give up on using starttls with
3231         gnutls-cli.
3232         (tls-program): Add --insecure to be consistent with the defaults from
3233         openssl s_client.  Now all three commands are insecure.
3234
3235 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * lpath.el: Bind completion-styles-alist for XEmacs.
3238
3239         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3240         (gravatar-create-image): New function that's an alias to
3241         gnus-xmas-create-image, gnus-create-image, or create-image.
3242         (gravatar-data->image): Use it.
3243
3244 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3245
3246         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3247         install the nnregistry refer method.
3248         (gnus-registry-install-hooks): Use it.
3249         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3250         unfollowed groups.
3251
3252 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3253
3254         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3255         expanding threads.
3256
3257 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * nnir.el: Use the server names without suffixes (bug #7009).
3260
3261         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3262         unencrypted to STARTTLS, if possible.
3263
3264 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3265
3266         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3267         headers before superseding.
3268
3269 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * nnrss.el (nnrss-use-local): Add documentation.
3272
3273         * nnimap.el (nnimap-extend-tls-programs): New function.
3274         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3275         (nnimap-wait-for-connection): Accept the greeting from the stupid
3276         output from openssl s_client -starttls, too.
3277
3278         * tls.el (tls-starttls-switches): New variable.
3279         (tls-find-starttls-argument): Use it.
3280         (open-tls-stream): Ditto.
3281
3282         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3283         (netrc-machine): Ditto.
3284
3285         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3286         article number.
3287         (nnimap-split-fancy): New variable.
3288         (nnimap-split-incoming-mail): Use it.
3289
3290         * nntp.el (nntp-server-list-active-group): Document.
3291
3292         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3293         SELECT to get the message-id.
3294
3295         * mail-source.el (mail-sources): Remove webmail support.
3296         (defvar): Ditto.
3297         (mail-source-fetcher-alist): Ditto.
3298         (mail-source-fetch-webmail): Remove.
3299
3300         * webmail.el: Remove -- doesn't seem relevant any more.
3301
3302         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3303
3304         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3305         the \r.
3306
3307 2010-09-30  Julien Danjou  <julien@danjou.info>
3308
3309         * gnus-agent.el (gnus-agent-add-group): Fix call to
3310         gnus-completing-read.
3311
3312 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * nndoc.el (nndoc-retrieve-groups): New function.
3315
3316         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3317         `default', use nnmail-split-methods.
3318         (nnimap-request-article): Downcase the NILs so that they are nil.
3319
3320         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3321         symbol.
3322
3323         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3324         code, since if the user has requested network, that's what they ought
3325         to get.
3326         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3327         (nnimap-split-rule): Mark as obsolete.
3328
3329         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3330         New variable.
3331
3332         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3333         correct slot, too.
3334
3335 2010-09-29  Julien Danjou  <julien@danjou.info>
3336
3337         * gnus.el (gnus-local-domain): Declare variable obsolete.
3338
3339         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3340         Fix history computing.
3341         (gnus-ido-completing-read): Require ido.
3342
3343 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3346         build Gnus.
3347
3348         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3349         when interpreting the structures.
3350         (nnimap-request-accept-article): Add \r\n to the lines to make this
3351         work with Cyrus.
3352
3353         * nndraft.el (nndraft-request-expire-articles): Use the group name
3354         instead if "nndraft".  Fix found by Nils Ackermann.
3355
3356 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3357
3358         * nnregistry.el: Add.
3359
3360 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3361
3362         * nnmail.el (group, group-art-list, group-art):
3363         Remove unneeded directives.
3364
3365 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3368         (mm-mime-charset)
3369         * rfc2047.el (rfc2047-syntax-table)
3370         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3371
3372         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3373         rather than `insert-file-contents' and `eval-region'.
3374
3375         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3376         construction.
3377
3378         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3379
3380         * time-date.el: No need to require cl for Emacs 21.
3381
3382 2010-09-29  Julien Danjou  <julien@danjou.info>
3383
3384         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3385         replacement of `gnus-gravatar-relief' to mimic
3386         `gnus-faces-properties-alist'.
3387         Add :version property.
3388
3389 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * mail-source.el (mail-source-report-new-mail)
3392         * message.el (message-default-mail-headers)
3393         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3394
3395         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3396
3397 2010-09-28  Julien Danjou  <julien@danjou.info>
3398
3399         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3400         mail-address contains the same string as real-name.
3401
3402         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3403         non-blank in header, otherwise it'll get stripped.
3404
3405         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3406         real-name, and then for mail address rather than doing : or , search.
3407
3408 2010-09-27  Julien Danjou  <julien@danjou.info>
3409
3410         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3411         right completing-read function.
3412         (gnus-use-ido): New variable
3413         (gnus-completing-read-with-default): Remove.
3414         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3415         (gnus-agent-add-group):
3416         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3417         * mm-view.el (mm-view-pkcs7-decrypt):
3418         * mm-util.el (mm-codepage-setup):
3419         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3420         * mml-smime.el (mml-smime-openssl-sign-query):
3421         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3422         (mml-insert-multipart):
3423         * gnus-msg.el (gnus-summary-yank-message):
3424         * gnus-int.el (gnus-start-news-server):
3425         * mm-decode.el (mm-interactively-view-part):
3426         * gnus-dired.el (gnus-dired-attach):
3427         * gnus.el (gnus-read-method):
3428         * gnus-bookmark.el (gnus-bookmark-jump):
3429         * gnus-art.el (gnus-mime-view-part-as-type)
3430         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3431         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3432         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3433         * nnmairix.el (nnmairix-create-server-and-default-group)
3434         (nnmairix-update-groups, nnmairix-get-server)
3435         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3436         (nnmairix-get-group-from-file-path):
3437         * nnrss.el (nnrss-find-rss-via-syndic8):
3438         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3439         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3440         (gnus-group-browse-foreign-server):
3441         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3442         (gnus-summary-execute-command, gnus-summary-respool-article)
3443         (gnus-read-move-group-name):
3444         * gnus-score.el (gnus-summary-increase-score)
3445         (gnus-summary-score-effect):
3446         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3447
3448 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3451         x-focus-frame.
3452
3453         * nnimap.el (auth-source-forget-user-or-password)
3454         (auth-source-user-or-password): Autoload.
3455
3456         * message.el (message-from-style, message-interactive)
3457         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3458         (message-yank-prefix, message-indentation-spaces, message-signature)
3459         (message-signature-file): Add comment.
3460
3461 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3464         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3465         new articles.
3466
3467         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3468         parts.
3469         (nnimap-request-article): Work with the t setting, too.
3470
3471         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3472         that you don't get flashes of other buffers.
3473         (gnus-summary-show-complete-article): Intern before setting.
3474
3475 2010-09-27  David Engster  <dengste@eml.cc>
3476
3477         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3478         well as HEADERS.
3479         (nnmairix-retrieve-headers): Provide new argument for the above.
3480
3481 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * gnus-sum.el (gnus-summary-move-article): Don't alter
3484         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3485         group.
3486
3487         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3488
3489         * message.el (message-cite-prefix-regexp): Revert my last edit.
3490
3491         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3492         variable instead of the Gnus variable.
3493
3494         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3495
3496         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3497
3498         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3499         since some servers don't like it.
3500         (nnimap-open-connection): Forget credentials if the server says the
3501         password was wrong.
3502         (nnimap-parse-line): Protect against invalid data.
3503
3504         * gnus-sum.el (gnus-summary-move-article): Add comment.
3505         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3506         nothing alters it while scanning for new messages.
3507
3508         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3509         which may or may not help.
3510         (nnimap-open-connection): If we're doing a stream connection, and then
3511         discover we're on a STARTTLS-capable server, then open a STARTTLS
3512         connection instead.
3513
3514 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * nnimap.el (utf7): Require.
3517
3518         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3519         prefix.
3520
3521 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3522
3523         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3524
3525 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * nnimap.el (nnimap-request-accept-article): Message the error on
3528         error.
3529
3530 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3533
3534 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * nndoc.el (nndoc-request-list): Return success always.
3537
3538         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3539         `fetch-old' -- we only want to fetch the articles we've requested.
3540         The rest are in the agent, probably.
3541         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3542         disappeared server" to something low.  It's not important.
3543
3544         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3545         arrived before the FETCH data.
3546
3547         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3548         target here, because we don't know the Gnus name of the group.
3549
3550         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3551         for the correct group.
3552
3553         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3554
3555         * gnus.el (gnus): Give a final warning after startup.
3556
3557         * gnus-util.el (gnus-action-message-log): New variable.
3558         (gnus-message): Use it.
3559         (gnus-final-warning): New function.
3560
3561         * nnimap.el (nnimap-open-connection): Record the greeting.
3562         (nnimap): Add greeting.
3563
3564 2010-09-26  Julien Danjou  <julien@danjou.info>
3565
3566         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3567         arguments.
3568         (gnus-html-wash-images): Fix spec computing to include start/end.
3569
3570         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3571
3572 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3575         deletion.
3576         (nnimap-retrieve-headers): Don't select the group, because that's
3577         already done by nnimap-possibly-change-group.
3578
3579         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3580         (gnus-picon-transform-address): Use it.
3581
3582         * mail-source.el (mail-source-value): Revert previous patch.
3583
3584         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3585         on failure.
3586         (nnimap-open-connection): Look up both virtual and physical server name
3587         credentials.
3588
3589         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3590
3591 2009-02-07  Dave Love  <fx@gnu.org>
3592
3593         * tls.el (open-tls-stream): Don't query killing process.
3594
3595 2009-02-08  Dave Love  <fx@gnu.org>
3596
3597         * gnus-win.el (gnus-window-to-buffer-helper)
3598         (gnus-all-windows-visible-p): Function needn't be a symbol.
3599
3600         * mail-source.el (mail-source-value): Function needn't be a symbol.
3601
3602 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * message.el (message-cite-prefix-regexp): Remove } from the cite
3605         prefix.
3606
3607         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3608         highlight again, so that the highlight is correct.
3609
3610         * gnus-picon.el (gnus-picon): Remove again.
3611         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3612
3613         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3614         doing the header highlightling, so that the background colour of the
3615         picon is correct.
3616
3617         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3618         (gnus-picon): Ditto.
3619         (gnus-picon): Reinstate.  The background colour for picons is white.
3620         (gnus-picon-insert-glyph): Make the background white.
3621
3622         * nnml.el (nnml-open-nov): Don't return dead buffers.
3623
3624         * auth-source.el (auth-source-create): Query the user for whether to
3625         store the credentials.
3626
3627         * netrc.el (netrc-store-data): New function.
3628
3629         * auth-source.el (auth-source-user-or-password): Use the existing auth
3630         sources, if any, for creation.
3631
3632         * gnus.el (gnus-group-fast-parameter): Return the last matching
3633         parameter instead of the first matching parameter.
3634
3635 2010-09-26  Julien Danjou  <julien@danjou.info>
3636
3637         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3638
3639 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * mml2015.el (mml2015-use): Remove gpg support.
3642
3643         * mml1991.el (mml1991-function-alist): Remove gpg function.
3644         (mml1991-gpg-sign): Remove.
3645
3646 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3647
3648         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3649         (gnus-browse-unsubscribe-current-group): Document it.
3650         (gnus-browse-unsubscribe-group): Use it.
3651
3652 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3655         address to the To list for easier response.
3656
3657         * gnus.el (gnus-play-startup-jingle): Remove.
3658         (gnus-splash): Don't play jingle.
3659         (gnus): Silence gnus-load message.
3660
3661         * gnus-art.el (gnus-treat-play-sounds): Remove.
3662
3663         * gnus.el (gnus-play-jingle): Remove audio support.
3664
3665         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3666
3667         * earcon.el: Remove -- no users.
3668
3669         * gnus-audio.el: Remove -- no users of this package.
3670
3671         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3672
3673         * gnus-start.el (gnus-setup-news): Remove nocem support.
3674
3675         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3676
3677         * gnus.el (gnus-use-nocem): Remove.
3678
3679         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3680         Remove.
3681
3682         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3683         uses NoCeM any more.
3684
3685         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3686         (gnus-button-ctan-handler): Ditto.
3687         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3688         (gnus-button-ctan-directory-regexp): Ditto.
3689         (gnus-button-handle-ctan): Ditto.
3690         (gnus-button-tex-level): Ditto.
3691         (gnus-button-alist): Remove CTAN stuff.
3692
3693 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3696         nnimap-streaming test.
3697
3698         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3699         servers twice.
3700
3701         * nnimap.el (nnimap-open-connection): Add more error reporting when
3702         nnimap fails early.
3703
3704         * nnheader.el (nnheader-get-report-string): New function.
3705         (nnheader-get-report): Use it.
3706
3707         * gnus-int.el (gnus-check-server): Say what the error was when opening
3708         failed.
3709
3710         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3711         using streaming.
3712
3713 2010-09-25  Julien Danjou  <julien@danjou.info>
3714
3715         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3716         gnus-window-inside-pixel-edges.
3717
3718 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3721
3722         * mm-decode.el (mm-save-part): Allow saving to other directories the
3723         normal Emacs way.
3724
3725         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3726         Suggested by Jay Berkenbilt.
3727
3728         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3729         there isn't a single byte.
3730
3731         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3732         just do it.  It doesn't really seem to matter what the user responds
3733         here, I think, so it's just a confusing question.
3734
3735         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3736         non-streaming case.
3737
3738         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3739         (gnus-article-encrypt-body): Use it.
3740
3741         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3742         keystroke.
3743
3744         * nnimap.el (nnimap-find-wanted-parts-1):
3745         Use gnus-fetch-partial-articles.
3746
3747         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3748
3749         * nnimap.el (nnimap-insert-partial-structure): New function.
3750         (nnimap-get-partial-article): New function.
3751         (nnimap-request-article): Use it.
3752         (nnimap-wait-for-response): Return whether the wait was successful.
3753         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3754         retrieval wasn't successful.
3755         (nnimap-retrieve-group-data-early): Allow throttling servers.
3756         (nnimap-streaming): New variable.
3757         (nnimap-fetch-partial-articles): Remove.
3758
3759         * mm-decode.el (mm-with-part): Protect against killed buffers.
3760
3761         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3762         for prettier summary display.
3763
3764 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3765
3766         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3767
3768 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3771         apparently third-party libraries depend on it.
3772
3773         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3774         before starting negotiation.
3775
3776         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3777         privacy reasons.
3778         (gnus-treat-mail-gravatar): Ditto.
3779
3780         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3781         buffer when inserting images.  Inserting text into the headers, for
3782         instance, can make them invalid.
3783
3784 2010-09-25  Julien Danjou  <julien@danjou.info>
3785
3786         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3787         variables.
3788
3789         * nnheader.el: Remove useless variables news-reply-yank-from and
3790         news-reply-yank-message-id.
3791
3792         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3793         variables.
3794
3795         * mml1991.el: Remove useless mml1991-verbose.
3796
3797         * gnus.el: Remove useless variable gnus-use-generic-from.
3798         Remove obsolete variable gnus-topic-indentation.
3799
3800         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3801
3802         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3803
3804         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3805
3806         * gnus-group.el: Remove useless gnus-group-icon-cache.
3807         Remove useless gnus-ephemeral-group-server.
3808
3809         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3810
3811         * mml2015.el: Remove useless mml2015-verbose.
3812
3813         * mml-smime.el: Remove useless mml-smime-verbose.
3814
3815         * gnus.el: Remove useless gnus-local-domain.
3816
3817         * gnus-gravatar.el (gnus-gravatar-transform-address):
3818         Use gnus-gravatar-size.
3819
3820         * gnus-art.el: Remove useless gnus-treat-translate.
3821
3822 2010-09-24  Julien Danjou  <julien@danjou.info>
3823
3824         * gnus-sum.el: Add support for Gravatars.
3825
3826         * gnus-art.el: Add support for Gravatars.
3827
3828         * gnus-gravatar.el: Add this file.
3829
3830         * gravatar.el: Add this file.
3831
3832 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3835
3836         * gnus-group.el (gnus-group-fetch-faq): Remove.
3837
3838         * gnus.el (gnus-group-faq-directory): Remove.
3839
3840         * gnus-group.el (gnus-group-fetch-charter): Remove.
3841
3842         * gnus.el (gnus-group-charter-alist): Remove.
3843
3844         * gnus-group.el (gnus-group-archive-directory): Remove.
3845         (gnus-group-recent-archive-directory): Ditto.
3846         (gnus-group-make-archive-group): Remove.
3847
3848         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3849
3850         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3851         use the same article number for all the cached articles.
3852
3853         * nnimap.el (nnimap-command): Register the last command time so
3854         that we can use it for idling NOOPs.
3855         (nnimap-open-connection): Start the keeplive timer.
3856         (nnimap-make-process-buffer): Store all the process buffers.
3857         (nnimap-keepalive): New function.
3858
3859         * starttls.el (starttls-open-stream): Add autoload cookie.
3860
3861 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3862
3863         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3864         handling.
3865
3866 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3869         its data structures.
3870
3871         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3872         instead of the cl.el copy-list.
3873         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3874         equalp.
3875
3876 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3879         and tool-bar-local-item-from-menu.
3880
3881         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3882         mode-line-highlight face for Emacs.
3883
3884         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3885         loading gnus-sum.elc; fix comment for canlock-verify.
3886         (gnus-article-jump-to-part): Use read-number.
3887         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3888         Remove Emacs pre-21 compatible code for help-echo.
3889         (gnus-article-next-page-1): No need to adjust the number of lines.
3890         (gnus-article-describe-bindings): Always use help-buffer.
3891
3892         * gnus-audio.el (gnus-audio-inline-sound)
3893         * gnus-cus.el (gnus-custom-mode)
3894         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3895
3896         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3897
3898         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3899         compatible code.
3900
3901 2010-09-24  Glenn Morris  <rgm@gnu.org>
3902
3903         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3904         visiting the fcc file in rmail-mode.
3905
3906         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3907
3908 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * nnir.el: Silence the byte compiler.
3911
3912         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3913         alias to browse-url-url-encode-chars if any.
3914         (gnus-html-encode-url): Use it.
3915
3916 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-start.el (gnus-use-backend-marks): New variable.
3919         (gnus-get-unread-articles-in-group): Use it.
3920
3921         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3922         makeover.
3923
3924 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3925
3926         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3927
3928 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3931         Remove.
3932         (gnus-setup-news-hook):
3933         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3934
3935         * gnus-int.el (gnus-request-update-info): Protect against backends not
3936         having the function.
3937
3938         * nnimap.el (nnimap-stream): Mention starttls.
3939         (nnimap-open-connection): Add starttls support.
3940
3941 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3942
3943         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3944
3945 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3948         BODYSTRUCTUREs.
3949         (nnimap-transform-headers): Unfold quoted {42} headers.
3950
3951         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3952         the info.
3953         (gnus-get-unread-articles): Only call updatep on backends that support
3954         it.
3955
3956         * nnweb.el (nnweb-request-update-info): NOOP.
3957
3958         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3959
3960         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3961         since it only deals with marks.
3962
3963         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3964         gnus-request-marks, and make a new gnus-request-update-info.
3965
3966         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3967         the active instead of the high number, which is usually too low.
3968
3969 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3970
3971         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3972         * encrypt.el: Remove.
3973
3974 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3977         server in symbolic form.
3978
3979         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3980
3981 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3984         (nnimap-update-info): Fix up code slightly.
3985
3986         * gnus-int.el (gnus-open-server): Add tracing for performance
3987         debugging.
3988
3989         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3990         (gnus-group-insert-group-line): Pass the real group name so that it
3991         gets the right data.
3992
3993         * gnus-start.el (gnus-get-unread-articles): Don't have
3994         `gnus-get-unread-articles-in-group' update info, since that can be
3995         really slow and doesn't seem to be needed?
3996
3997 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3998
3999         * time-date.el (date-to-time): Try using parse-time-string first before
4000         using the slower timezone-make-date-arpa-standard.
4001
4002 2010-09-22  Julien Danjou  <julien@danjou.info>
4003
4004         * gnus-group.el (gnus-group-insert-group-line):
4005         Call gnus-group-highlight-line.
4006         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4007         default hook list.
4008         (gnus-group-update-eval-form): Add new function.
4009         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4010         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4011
4012 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013
4014         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4015         immediate, then expire all articles.
4016         (nnimap-update-info): Fix off-by-one errors.
4017         (nnimap-flags-to-marks): Would return no marks lists for group with no
4018         flags.  Instead return the other data.
4019
4020 2010-09-22  Julien Danjou  <julien@danjou.info>
4021
4022         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4023         Only return an icon.
4024         (gnus-group-insert-group-line): Compute icon to return.
4025
4026         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4027         (gnus-html-image-fetched): Only cache if
4028         gnus-html-image-automatic-caching is set.
4029         (gnus-html-image-fetched): Check for errors.
4030
4031 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4034         once per method on `g'.  This ensures that backends like nnfolder don't
4035         open all their folders.
4036
4037         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4038         (nnimap-request-list): Nix out group in the correct buffer.
4039         (nnimap-parse-flags): Implement by using `read' instead of
4040         hand-parsing.
4041         (nnimap-flags-to-marks): Pass on permanent-flags.
4042         (nnimap-make-process-buffer): Record the server name.
4043         (nnimap-parse-flags): Fix typo.
4044         (nnimap-request-scan): Run split on the server in general, not just a
4045         single group.
4046
4047         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4048         parameter, and propagate this downwards.
4049
4050         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4051         since EXAMINE changes it on the server.
4052
4053         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4054         this command might take a while.
4055
4056 2010-09-22  Julien Danjou  <julien@danjou.info>
4057
4058         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4059         harmful if you have 2 images side-by-side, they can't be properly
4060         update on text deletion.  Using text-property is safer here.
4061         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4062         data.
4063
4064 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * nnimap.el (nnimap-expunge-inbox): Remove.
4067         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4068         (nnimap-expunge): Flip default to t.
4069
4070         * gnus.el (gnus-method-to-server): Don't push things to the cache
4071         unless it's unique.
4072         (gnus-server-to-method): Ditto.
4073
4074 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4075
4076         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4077
4078 2010-09-22  Julien Danjou  <julien@danjou.info>
4079
4080         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4081         get the start of data.
4082         (gnus-html-encode-url): Add this function to encode special chars in
4083         URL.
4084         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4085         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4086
4087         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4088         default.
4089         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4090
4091         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4092         images alt-text.
4093         (gnus-html-put-image): Put alt-text as help-echo.
4094
4095 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4098         * mm-util.el (mm-decompress-buffer)
4099         * nnir.el (nnir-run-find-grep)
4100         * pop3.el (pop3-list): Use 3rd arg of split-string.
4101
4102         * time-date.el (format-seconds): Comment fix.
4103
4104         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4105         and byte-optimize-form-code-walker.
4106         (dgnushack-make-auto-load): Don't advise make-autoload.
4107
4108         * lpath.el: Remove Emacs 21 stuff.
4109
4110 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4113         outside the active range.  Suggested by Dan Christensen.
4114
4115         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4116         slightly later to avoid double-getting it.
4117
4118         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4119         previous patch.
4120
4121         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4122
4123 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4124
4125         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4126
4127 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * gnus-int.el (gnus-open-server): Give a better error message in the
4130         "go offline" case.
4131
4132         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4133         marks for nnimap, which is seldom the right thing to do.
4134
4135         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4136         (gnus-same-method-different-name): New function.
4137
4138         * nnimap.el (parse-time): Require.
4139
4140         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4141         method in the presence of many similar methods.
4142
4143         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4144
4145         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4146         nnml-inhibit-expiry.
4147
4148         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4149         find out whether methods are equal.
4150
4151         * nnimap.el (nnimap-find-expired-articles): New function.
4152         (nnimap-process-expiry-targets): New function.
4153         (nnimap-request-move-article): Request the article before looking at
4154         what the Message-ID is.  Fix found by Andrew Cohen.
4155         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4156
4157         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4158         for oldness in addition to being a predicate.
4159
4160         * nnimap.el (nnimap-request-group): When we have zero articles, return
4161         the right data to Gnus.
4162         (nnimap-request-expire-articles): Only delete articles immediately if
4163         the target is 'delete.
4164
4165         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4166         method, this would bug out.
4167
4168         * gnus-group.el (gnus-group-expunge-group): Rename from
4169         gnus-group-nnimap-expunge, and implemented as a normal interface
4170         function.
4171
4172         * gnus-int.el (gnus-request-expunge-group): New function.
4173
4174         * nnimap.el (nnimap-request-create-group): Implement.
4175         (nnimap-request-expunge-group): New function.
4176
4177 2010-09-21  Julien Danjou  <julien@danjou.info>
4178
4179         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4180         (gnus-html-cache-expired): Add new function.
4181         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4182         wethever we should display image for fetch it.
4183         Compute alt-text earlier to pass it to the fetching function too.
4184         (gnus-html-schedule-image-fetching): Change function argument to only
4185         get one image at a time, not a list.
4186         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4187         cache.
4188         (gnus-html-get-image-data): New function to retrieve image data from
4189         cache.
4190         (gnus-html-put-image): Change buffer argument to use image data rather
4191         than file, and place image above region rather than inserting a new
4192         one.  Do not take alt-text as argument, since it's useless now: we place
4193         the image above alt-text.
4194         (gnus-html-prune-cache): Remove.
4195         (gnus-html-show-images): Start to fetch image when we find one, do not
4196         push into a temporary list.
4197         (gnus-html-prefetch-images): Only fetch image if they have expired.
4198         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4199         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4200
4201 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4204
4205 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4208         spec inser "*" if the group isn't active instead of 0.
4209
4210         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4211         opening the server.
4212         (nnimap-request-delete-group): Implement group deletion.
4213         (nnimap-transform-headers): Return the size of the entire message in
4214         the Bytes header, not just the size of the first part.
4215         (nnimap-request-move-article): When moving an article from nnimap,
4216         request the article first so the accepting form has an article to
4217         accept.  Reported by Dan Christensen.
4218         (nnimap-command): Make sure that the error message doesn't error out.
4219
4220 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4221
4222         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4223         we haven't requested anything.
4224
4225 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4228         "".  Fix found by Andrew Cohen.
4229
4230         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4231         instead of -encode-string.
4232
4233 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4236
4237         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4238         by mm-subst-char-in-string.
4239
4240 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4243         waiting for the connection string.
4244
4245         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4246         arriving.
4247
4248         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4249         bogus characters.  This allows selecting certain Gmail groups.
4250
4251         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4252         (nnimap-fetch-partial-articles): New variable.
4253         (nnimap-open-connection): When looking for credentials, also use the
4254         nnimap-server-port.
4255         (nnimap-request-article): Return the group/article number, so that Gnus
4256         `^' works as expected.
4257         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4258
4259         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4260         comments.
4261         (gnus-methods-sloppily-equal): New function.
4262         (gnus): When using the development version of Gnus, load the gnus-load
4263         file.
4264
4265         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4266         `gnus-open-server' on each method before trying to scan them etc.
4267         This ensures that all the backend parameters are set correctly.
4268
4269         * nnimap.el (nnimap-authenticator): New variable.
4270         (nnimap-open-connection): Allow anonymous login.
4271         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4272         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4273
4274         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4275         patch, found by Knut Anders Hatlen.
4276
4277 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4278
4279         * gnus-agent.el (gnus-agent-batch-confirmation)
4280         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4281         to gnus-message.
4282         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4283         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4284         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4285         * gnus-int.el (gnus-open-server): Likewise.
4286         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4287         (gnus-score-check-syntax): Likewise.
4288         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4289         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4290         Likewise.
4291         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4292
4293 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4296         calling conventions so that prefetch doesn't bug out.
4297
4298 2010-09-19  Julien Danjou  <julien@danjou.info>
4299
4300         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4301         rather than `subst-char-in-region' in order to be able to replace ASCII
4302         char by UTF-8 ones.
4303
4304         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4305         than curl.
4306         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4307         the right URL and ALT text on images.
4308         (gnus-html-wash-tags): Fix tag case.
4309         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4310         (gnus-article-html): Add -o display_ins_del=2 option.
4311         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4312
4313 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4316         the extra mail headers, which sometimes seem to happen for unknown
4317         reasons.
4318
4319         * mail-parse.el (mail-header-encode-parameter): Define as
4320         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4321         (or most, perhaps?) mail readers don't understand the latter, but do
4322         understand the former.
4323
4324         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4325         to nil, so that no methods are automatically agentized.  I think this
4326         is probably what most users want.
4327
4328         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4329         from url-retrieve, for instance about invalid URLs.
4330
4331         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4332         groups that have no articles.
4333         (nnimap-request-article): Check that we really got an article when we
4334         requested one.
4335
4336         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4337         doesn't exist.
4338
4339         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4340         nntp buffer so the agent can save it.
4341         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4342         that CRLF doesn't get translated to \n.
4343         (nnimap-open-connection): Don't make 'shell commands only send \n.
4344
4345 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4346
4347         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4348         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4349         Update var name.
4350         (nnml-generate-nov-file): Use dolist.
4351         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4352         Use with-current-buffer.
4353
4354 2010-09-18  Julien Danjou  <julien@danjou.info>
4355
4356         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4357         parallel.
4358
4359 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4362         the range update right.
4363         (nnimap-request-group): Don't make `M-g' bug out on group with no
4364         marks.
4365         (nnoo): Require, so that other packages can require nnimap.
4366         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4367         command we're looking for.  This helps when the server sends more
4368         responses after we've gotten everything we expected.
4369         (nnimap): Add a `newlinep' field to keep track of end-of-line
4370         conventions.
4371         Don't send CRLF to things that don't want it.
4372         (nnimap-request-accept-article): Ditto.
4373
4374 2010-09-18  Julien Danjou  <julien@danjou.info>
4375
4376         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4377         than curl to retrieve images.
4378
4379 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4382         the marks.
4383         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4384         (nnimap-wait-for-connection): New function.
4385         (nnimap-open-connection): If we have PREAUTH, don't query for login
4386         credentials.
4387         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4388         when doing a partial update.
4389
4390 2010-09-18  Julien Danjou  <julien@danjou.info>
4391
4392         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4393         tags.
4394
4395 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * nnimap.el (nnimap-credentials): New function.
4398         (nnimap-open-connection): Use the new function to look for credentials
4399         also on the numeric equivalents of "imap" and "imaps".
4400
4401         * gnus-start.el (gnus-activate-group): Send the info to
4402         gnus-request-group.
4403
4404         * nnimap.el (nnimap-request-group): Have the "check" version of the
4405         function parse flags and update the info, so that a `M-g' get a total
4406         resync of all flags from the group.
4407
4408         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4409         to allow backends to alter the info on group selection.  Also alter all
4410         the backend -request-group functions to take the parameter.
4411
4412         * nnimap.el (nnimap-store-info): New function.
4413         (nnimap-update-info): Store the info for later usage.
4414         (nnimap-request-group): Use the stored info for the dont-check case, so
4415         that we don't retrieve all marks when we enter a group.
4416
4417         * nnimap.el: Use deffoo instead of defun for interface functions.
4418
4419         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4420         update the group info.  This makes the nndraft groups, for instance, go
4421         back to their old behaviour.
4422
4423         * gnus-sum.el (gnus-select-newsgroup): Indent.
4424
4425         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4426         in.
4427         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4428         nothing.
4429
4430         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4431         from methods that are denied.
4432
4433         * gnus-int.el (gnus-method-denied-p): New function.
4434
4435         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4436         store the password instead of netrc.
4437         (nnimap-open-connection): Don't error out when we can't make a
4438         connections.
4439
4440         * auth-source.el (auth-source-create): In the password prompt, say what
4441         we're querying for.  Also prompt for user name if that hasn't been
4442         given.
4443
4444         * nnimap.el (nnimap-with-process-buffer): Remove.
4445
4446 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4449         method when we're reading from the agent.
4450
4451         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4452
4453         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4454         that's probably most useful for users.
4455
4456         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4457         "failed" all the time.
4458
4459         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4460         ...)) with (with-current-buffer ... ).
4461
4462         * nntp.el (nntp-open-server): Return whether the open was successful or
4463         not.
4464
4465         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4466         select an unread unseen article first.
4467
4468         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4469         /etc/services, supply some sensible port defaults.
4470
4471         * dgnushack.el: Define netrc-credentials.
4472
4473 2010-09-17  Julien Danjou  <julien@danjou.info>
4474
4475         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4476
4477 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4478
4479         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4480         doesn't have any parameters.
4481
4482 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4485         only upcased checks.
4486
4487         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4488
4489         * nnimap.el (nnimap-open-shell-stream): New function.
4490         (nnimap-open-connection): Use it.
4491         (nnimap-transform-headers): Get the number of lines in each message.
4492         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4493         number of lines.
4494         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4495         problem.
4496
4497         * utf7.el (utf7-encode): Autoload.
4498
4499         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4500         to allow the mail splitting to not return a default group.  This is
4501         useful for nnimap, which will leave unmatched mail in the inbox.
4502
4503         * nnimap.el: Rewritten.
4504
4505         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4506         nnimap usage.
4507
4508         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4509         if the move is internal, so that nnimap can do fast internal moves.
4510
4511         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4512         data.
4513         (gnus-read-active-for-groups): Support finishing the early retrieval of
4514         data.
4515
4516         * gnus-range.el (gnus-range-nconcat): New function.
4517
4518         * gnus-int.el (gnus-finish-retrieve-group-infos)
4519         (gnus-retrieve-group-data-early): New functions.
4520
4521 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4522
4523         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4524         (nnrss-retrieve-groups):
4525         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4526         (pop3-quit): Use with-current-buffer.
4527
4528 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4531         instead of nnheader-accept-process-output.
4532
4533         * dgnushack.el (dgnushack-compile): Add comment.
4534
4535         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4536
4537         * gnus-html.el (gnus-html-schedule-image-fetching)
4538         (gnus-html-prefetch-images): Replace process-kill-without-query by
4539         gnus-set-process-query-on-exit-flag.
4540
4541 2010-09-16  Romain Francoise  <romain@orebokech.com>
4542
4543         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4544
4545 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4548         parameter to unintern is mandatory-ish in Emacs 24.
4549
4550         * gnus-html.el (gnus-html-schedule-image-fetching)
4551         (gnus-html-prefetch-images): Check for curl before using it.
4552
4553         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4554         depend on curl, which isn't essential.
4555
4556         * imap.el: Revert back to version
4557         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4558         seem problematic.
4559
4560 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4561
4562         * gnus-registry.el (gnus-registry-install-shortcuts):
4563         Explicitly pass `obarray' to `unintern' to avoid a warning.
4564
4565 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4568         change.
4569
4570         * nnrss.el (nnrss-request-list): Remove this function and related
4571         functions, including the moreover stuff.
4572
4573 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * nnrss.el (nnrss-retrieve-groups): New function.
4576
4577 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4578
4579         * .dir-locals.el: Add no-byte-compile cookie.
4580
4581 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * time-date.el (format-seconds): Comment fix.
4584
4585         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4586         for back end that doesn't support request-scan.
4587
4588 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4591         then do request scans from the backends.
4592
4593         * netrc.el (netrc-credentials): New conveniency function.
4594
4595         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4596         avoid running a hook per line, since this takes a lot of time,
4597         profiling shows.
4598         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4599         directly if gnus-visual-p is true.
4600
4601 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4604         groups; replace mapcar with dolist which is a bit faster; pass groups
4605         info to gnus-read-active-file-1.
4606         (gnus-read-active-file-1): Scan only specified groups if the new
4607         optional arg `infos' is given.
4608
4609 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4612
4613         * pop3.el (pop3-movemail): Remove.
4614         (pop3-streaming-movemail): Rename to pop3-movemail.
4615
4616         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4617         don't restrict end-tag searches to the end of the line.
4618
4619 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4622         articles of every unchecked group to t, which means unknown since the
4623         server has never been opened.
4624
4625 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626
4627         * gnus-html.el (gnus-html-show-alt-text): New command.
4628         (gnus-html-browse-image): Ditto.
4629         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4630         to browse the image directly.
4631         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4632         better.
4633
4634         * gnus-async.el (gnus-async-article-callback):
4635         Call `gnus-html-prefetch-images' unconditionally.
4636
4637         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4638         before feeding URLs to curl.
4639
4640 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4643         internal images as deletable by `W D D'.
4644
4645         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4646         (gnus-async-article-callback): Fix typo.
4647
4648 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4651         current line to work around bugs in the output from w3m.
4652
4653         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4654         for groups that want that.
4655
4656         * nntp.el (nntp-wait-for-string): Supply a timeout for
4657         accept-process-output to ensure progress.
4658
4659         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4660         level to get unread articles from, then use that for foreign groups,
4661         too.
4662
4663         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4664         confuses the rest of the function.
4665
4666         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4667         for the methods that support -retrieve-groups, too.
4668
4669         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4670
4671 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4674         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4675
4676         * pop3.el: Require cl when compiling.
4677         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4678
4679 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680
4681         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4682         that aren't going to be activated.
4683         (gnus-get-unread-articles): Fix up the last commit.
4684
4685         * gnus-html.el (gnus-article-html): Allow calling without specifying
4686         the handle.  In that case, dissect the buffer first.
4687
4688         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4689
4690         * nnimap.el (nnimap-open-connection): Revert the change that would look
4691         into authinfo for imaps instead of imap.
4692
4693         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4694         say that you don't want to call gnus-request-group with don-check, but
4695         do check the reponse.  This is for virtual groups only.
4696         (gnus-get-unread-articles): Count the archive groups as secondary, so
4697         that they're activated the same way as before.
4698
4699         * imap.el (imap-message-map): Removed optional buffer parameter, since
4700         no callers use it.
4701         (imap-message-get): Ditto.
4702         (imap-message-put): Ditto.
4703         (imap-mailbox-map): Ditto.
4704         (imap-mailbox-put): Ditto.
4705         (imap-mailbox-get): Ditto.
4706         (imap-mailbox-get): Revert last change for this function.
4707
4708         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4709         case-insensitively.
4710         (nnimap-debug): Remove.
4711
4712         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4713         to use `imap-fetch' instead.  According to the comments, this should be
4714         safe, since all other IMAP clients use the 1:* syntax.
4715         (imap-enable-exchange-bug-workaround): Removed.
4716         (imap-debug): Removed -- doesn't seem very useful.
4717
4718         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4719         mail from a file, and the file doesn't exist.
4720
4721         * imap.el (imap-log): New convenience function used throughout instead
4722         of repeating the same code all over the place.
4723
4724         * pop3.el (pop3-streaming-movemail): Return t for success.
4725
4726         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4727         .authinfo if we're using ssl connection.
4728
4729         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4730         already have if we're in a main Gnus `g' run.
4731
4732         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4733
4734 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4737
4738         * nnmh.el (nnmh-request-list-1): Bind `file'.
4739
4740         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4741         alias to set-process-query-on-exit-flag or process-kill-without-query.
4742         (pop3-open-server): Use it.
4743
4744 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4745
4746         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4747         box to the Incoming file.  Fixes mistake in previous checkin.
4748
4749         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4750         request loop (for debugging purposes) removed.
4751
4752         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4753         culprit is more visible.
4754         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4755         (nnml-add-incremental-nov): New functions to do "incremental" nov
4756         updates, where we just append to the end of the existing nov files
4757         without reading/writing them in full.
4758
4759         * mail-source.el (mail-source-delete-crash-box): Really only check the
4760         incoming files once in a while.
4761
4762         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4763
4764         * mail-source.el (mail-source-delete-crash-box): Only check the
4765         incoming files for deletion once per day to save a lot of file
4766         accesses.
4767
4768         * pop3.el (pop3-logon): Fix up unbound variable typo.
4769
4770         * mail-source.el (pop3-streaming-movemail): Autoload.
4771
4772         * pop3.el (pop3-streaming-movemail):
4773         Respect pop3-leave-mail-on-server.
4774
4775         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4776         retrieval.
4777
4778         * pop3.el (pop3-process-filter): Remove unused function.
4779         (pop3-streaming-movemail, pop3-send-streaming-command)
4780         (pop3-wait-for-messages, pop3-write-to-file)
4781         (pop3-number-of-responses): New functions for streaming pop3
4782         retrieval.
4783
4784         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4785         come from no known methods.
4786         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4787         list.
4788
4789         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4790         message sizes.
4791         (pop3-movemail): Use erase-buffer instead of looping and deleting
4792         regions, which seems rather odd.
4793
4794         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4795         file once per `g' run.
4796
4797         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4798         directories.  This makes the draft queue directory work.
4799
4800         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4801         data from the backends, so that we only request the list of groups from
4802         each method once.  This should speed things up considerably.
4803
4804         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4805         detect that it's not implemented.
4806
4807         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4808         we actually do recurse down into the tree, but don't stat all leaf
4809         nodes.
4810
4811         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4812         then say so instead of bugging out.
4813
4814         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4815         files exist before trying to read them.
4816
4817         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4818         around <pre_int>.
4819
4820         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4821
4822         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4823
4824 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * mm-util.el (mm-image-load-path): Just return the image directories,
4827         not all directories in the path in addition to the image directories.
4828         (mm-image-load-path): Maintain a cache of the image directories so that
4829         the `g' command in Gnus doesn't have to stat dozens of directories each
4830         time.
4831
4832         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4833         (gnus-html-wash-tags): Add a new `i' command to insert images.
4834         (gnus-html-insert-image): New command and keystroke.
4835         (gnus-html-redisplay-with-images): New command and keystroke.
4836         (gnus-html-show-images): Rename command.
4837         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4838         spacers.
4839         (gnus-html-wash-tags): Decode entities at the end, so that entities
4840         inside the tags don't mess up the rest of the "parsing".
4841
4842         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4843         so that nnimap methods aren't agentized by default.  There's apparently
4844         many problems related to agent/imap behaviour.
4845
4846         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4847
4848         * gnus-html.el: Doc fix.
4849
4850 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4853         specifier-spec-list for Emacs 21.
4854
4855         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4856         glyph-width and glyph-height instead of display-graphic-p and
4857         image-size; make avoidance of displaying small images work for XEmacs.
4858
4859         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4860         for XEmacs.
4861
4862         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4863         of symbol that holds plist data.
4864         (gnus-process-plist): Remove plist of process after getting it.
4865
4866 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * message.el (message-generate-hashcash): Change default to
4869         'opportunistic if hashcash is installed.
4870
4871         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4872         (gnus-html-put-image): Only call image-size once, since it's somewhat
4873         time-consuming on remote X servers.
4874
4875 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4878         type on data, not a file name.
4879
4880         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4881         window-pixel-edges for Emacs 21.
4882
4883         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4884         decoded contents.
4885         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4886
4887 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4888
4889         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4890         group line format, since it isn't very interesting.
4891
4892         * gnus-agent.el (gnus-agent-short-article),
4893         (gnus-agent-long-article): Increase values for these two variables,
4894         since most people are likely to have more network connection and
4895         storage than before.
4896
4897         * gnus.el (gnus-refer-article-method): Change default to 'current.
4898         When referring an article, the common behaviour is to refer it from the
4899         current select method, not the native select method.  The chances of
4900         the native select method having the message in question is rather slim
4901         these days.
4902
4903         * gnus-sum.el (gnus-auto-select-subject): Change default to
4904         `unseen-or-unread'.  I think it's likely that most people want to
4905         select an unseen article over a previously seen, but unread one.
4906
4907         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4908         means that in the article buffer none of the minor mode elements will
4909         be shown, usually, and this is not desirable in most cases.
4910
4911         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4912         that commands like `d' (and the like) go to the next line in the
4913         buffer, instead of the next unread article.  I think this is the
4914         behaviour that is most natural for most users.
4915         (gnus-single-article-buffer): Change default to nil, so that people can
4916         have as many article buffers open as they have summary buffer.  I think
4917         this is the most natural way for the groups to behave.
4918
4919         * message.el (message-generate-new-buffers): Change default to
4920         `unsent', so that all new message buffers start their names with the
4921         string "*unsent", and it's easier to find the buffers if you move from
4922         them.
4923
4924 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925
4926         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4927         small.  They're probably tracking images.
4928         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4929         (gnus-html-rescale-image): Yet another try at getting the image sizing
4930         right.
4931
4932         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4933         nntp-marks-file-name is nil.
4934
4935 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4936
4937         * gnus-html.el (gnus-html-wash-tags)
4938         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4939         Better logging.
4940
4941 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4944
4945         * gnus-html.el (gnus-html-wash-tags): Check the value of
4946         gnus-blocked-images in the summary buffer.
4947
4948 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4949
4950         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4951
4952 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4955         like "a", it seems like.
4956         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4957         since it needs to be picked from the correct buffer.
4958
4959         * nnwfm.el: Remove.
4960
4961         * nnlistserv.el: Remove.
4962
4963 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4964
4965         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4966         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4967
4968 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * nnkiboze.el: Remove.
4971
4972         * nndb.el: Remove.
4973
4974         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4975         alt text.
4976         (gnus-html-rescale-image): Try to get the rescaling logic right for
4977         images that are just wide and not tall.
4978
4979         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4980         overshadow variable bindings.
4981
4982 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4983
4984         * gnus-html.el (gnus-html-wash-tags)
4985         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4986         Add extra logging.
4987
4988 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989
4990         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4991         (gnus-max-image-proportion): New variable.
4992         (gnus-html-rescale-image): New function.
4993         (gnus-html-put-image): Rescale images.
4994
4995 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4996
4997         Fix up some byte-compiler warnings.
4998         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4999         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5000         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5001         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5002         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5003         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5004         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5005
5006 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-html.el (gnus-article-html): Decode contents by charset.
5009
5010 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5013         (gnus-html-frame-width, gnus-blocked-images)
5014         * message.el (message-prune-recipient-rules): Add custom version.
5015         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5016
5017         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5018         functions.
5019
5020         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5021         gnus-process-get.
5022
5023 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5024
5025         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5026         instead of lsub directly.
5027
5028 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * nnwarchive.el: Remove.
5031
5032         * gnus-soup.el: Remove.
5033
5034         * nnsoup.el: Remove.
5035
5036         * nnultimate.el: Remove.
5037
5038         * gnus-html.el (gnus-blocked-images): New variable.
5039
5040         * message.el (message-prune-recipients): New function.
5041         (message-prune-recipient-rules): New variable.
5042
5043         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5044         guess whether a long line is natural text or not.
5045
5046         * gnus-html.el (gnus-html-schedule-image-fetching):
5047         Use gnus-process-plist and friends for compatibility.
5048
5049 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5050
5051         * gnus-html.el: Require packages that define macros used in this file.
5052         (gnus-article-mouse-face): Declare to silence byte-compiler.
5053         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5054         process-get.
5055         (gnus-html-put-image): Use plist-get to avoid getf.
5056         (gnus-html-prefetch-images): Use with-current-buffer.
5057
5058 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-ems.el: Provide compatibility functions for
5061         gnus-set-process-plist.
5062
5063         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5064         header-line-format for XEmacs 21.4.
5065
5066         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5067         * gnus.el (gnus-valid-select-methods)
5068         * message.el (message-send-mail-partially-limit)
5069         * mm-decode.el (mm-text-html-renderer)
5070         * mml.el (mml-insert-mime-headers-always)
5071         * smiley.el (smiley-regexp-alist): Bump custom version.
5072
5073 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * gnus-html.el: require mm-url.
5076         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5077         with the url to `url'.
5078         (gnus-html-wash-tags): Support cid: URLs/images.
5079
5080 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5083         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5084         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5085
5086         * gnus-move.el: Remove file, since it doesn't really work.
5087
5088         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5089         UTF-8.  This seems to fix problems with some German web feeds.
5090
5091         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5092         at the top so that the proper colours are applied.
5093
5094         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5095         don't have dots in their names.
5096
5097         * gnus-art.el (gnus-article-view-part): Doc fix.
5098
5099         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5100         XEmacs-compatible.
5101         (gnus-html-put-image): Don't do images on non-graphic displays.
5102
5103         * nnslashdot.el: Remove this unused backend.
5104
5105         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5106         actions.
5107         (gnus-undo-register-1): Revert last change.
5108
5109         * gnus-group.el (gnus-group-completing-read): Protect against not
5110         having completion-styles bound.
5111
5112         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5113         make broken recipients happier.
5114
5115         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5116
5117         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5118         point parameter.
5119
5120         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5121
5122         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5123         completion-styles for group selection.
5124
5125 2009-02-04  Andreas Schwab  <schwab@suse.de>
5126
5127         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5128         headers and regexp-quote the match if necessary.
5129
5130 2009-03-24  Miles Bader  <miles@gnu.org>
5131
5132         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5133         the blinking smiley.
5134
5135 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5136
5137         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5138         blink smiley.
5139
5140 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5143         where the dribbel file lives exists.
5144
5145         * message.el (message-send-mail-partially-limit): Change the default to
5146         nil, since most people don't want this.
5147
5148         * mm-url.el (mm-url-decode-entities): Also decode entities like
5149         &#x3212.
5150
5151 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5152
5153         * gnus-sum.el (gnus-summary-idna-message):
5154         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5155         Hyperlink urls in docstrings with URL `...'.
5156
5157 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5158
5159         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5160         functions.
5161
5162 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5165         say what the mouseover text should be.
5166
5167         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5168         version of the mm-w3m-safe-url-regexp variable to only download images
5169         in the groups where we want that to happen.
5170
5171         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5172
5173         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5174         easier debugging.
5175         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5176         big pictures in the article buffer.
5177
5178         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5179         gnus-article-html.
5180         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5181         w3m.
5182
5183         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5184
5185 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5188         which doesn't exist.
5189
5190         * message.el (message-inhibit-ecomplete): New variable to allow some
5191         function to inhibit ecomplete address storage.
5192         (message-resend): Disable ecomplete message storage when resending
5193         messages.
5194
5195         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5196
5197 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5200         Save excursion while copying, moving, and deleting articles in order to
5201         prevent the cursor from jumping to unforeseen place.
5202
5203 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * lpath.el: No need to bind bookmark-current-buffer,
5206         bookmark-yank-point and bookmark-make-record-function.
5207
5208 2010-08-17  Glenn Morris  <rgm@gnu.org>
5209
5210         * gnus-sync.el: Require gnus components whose functions are used.
5211
5212         * gnus-art.el (bookmark-make-record-function):
5213         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5214         Declare for compiler.
5215
5216         * mm-url.el (mml-compute-boundary): Autoload.
5217
5218 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5221
5222 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5223
5224         Typo fix "hoo4a" -> "hook".
5225
5226         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5227
5228 2010-08-14  Glenn Morris  <rgm@gnu.org>
5229
5230         * gnus-sync.el (gnus-sync): Fix defgroup version.
5231
5232 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5233
5234         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5235
5236         * gnus-sync.el: Fix docs.
5237         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5238         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5239
5240 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5241
5242         Optimizations for gnus-sync.el.
5243
5244         * gnus-sync.el: Add docs about gnus-sync-backend
5245         possibilities.
5246         (gnus-sync-save): Remove unnecessary message.
5247         (gnus-sync-read): Optimize and show what groups were skipped.
5248
5249 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5250
5251         Minor bug fixes for gnus-sync.el.
5252
5253         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5254         Don't read the sync on get-new-news.
5255
5256         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5257         quiet.
5258
5259         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5260         (fix typo).
5261
5262 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5263
5264         Make saving and restoring of hidden threads work with overlays.
5265         Patch applied by Ted Zlatanov.
5266
5267         * gnus-sum.el (gnus-hidden-threads-configuration)
5268         (gnus-restore-hidden-threads-configuration): Update to deal with text
5269         properties, rather than searching for a magic character.
5270
5271 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5272
5273         New gnus-sync.el library for synchronization of marks.
5274
5275         * gnus-sync.el: New library for synchronization of marks.
5276
5277         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5278         renamed from `gnus-registry-grep-in-list'.
5279
5280         * gnus-registry.el (gnus-registry-follow-group-p):
5281         Use `gnus-grep-in-list'.
5282
5283         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5284
5285 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5288         determining charset of text fails.
5289
5290 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * nnmail.el (nnmail-get-new-mail-1): Revert.
5293
5294         * nnml.el (nnml-active-number): Make sure names of newly created groups
5295         in nnml-group-alist are encoded.
5296
5297 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5300         containing non-ASCII characters in active file for nnml back end.
5301
5302 2010-07-24  David Engster  <dengste@eml.cc>
5303
5304         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5305         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5306
5307 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5308
5309         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5310         tag (Bug#6654).
5311
5312 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5315         the article buffer, not the summary buffer.
5316
5317 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5320         Emacs 23 as well.
5321
5322 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5325         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5326
5327 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5328
5329         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5330         Patch applied by Karl Fogel.
5331
5332         * gnus-sum.el (gnus-summary-bookmark-make-record):
5333         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5334
5335 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5336
5337         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5338         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5339         C-w still not working correctly from Article buffers; Thierry's
5340         patch to fix that will be applied after this.
5341
5342         * gnus-art.el (bookmark-make-record-function): New local variable.
5343
5344         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5345         article buffer.
5346         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5347
5348 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5349
5350         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5351         on changes in bookmark.el.
5352
5353 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5356         `no-log' instead of message not to log prompt string.
5357
5358 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5359
5360         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5361         the *other* type of HTML form submission.
5362
5363 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5364
5365         * auth-source.el (auth-source-pick): If choice does not contain a
5366         questioned keyword, set the check to t.
5367
5368 2010-06-12  Romain Francoise  <romain@orebokech.com>
5369
5370         * gnus-util.el (gnus-date-get-time): Move up before first use.
5371
5372 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5375         (gnus-article-edit-part): Bind it to make last part that is substituted
5376         or deleted visible.
5377         (gnus-mime-display-single): Buttonize part of which id equals to
5378         gnus-mime-buttonized-part-id.
5379
5380 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5381
5382         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5383         (gnus-dd-mmm): Use gnus-date-get-time.
5384         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5385         simplify logic.
5386         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5387         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5388
5389 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5390
5391         * auth-source.el (top): Autoload `secrets-list-collections',
5392         `secrets-create-item', `secrets-delete-item'.
5393         (auth-sources): Fix tag string.
5394         (auth-get-source, auth-source-retrieve, auth-source-create)
5395         (auth-source-delete): New defuns.
5396         (auth-source-pick): Rewrite in order to avoid 2 passes.
5397         (auth-source-forget-user-or-password): New parameter USERNAME.
5398         (auth-source-user-or-password): New parameters CREATE-MISSING and
5399         DELETE-EXISTING.  Retrieve password interactively, if needed.
5400
5401 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5402
5403         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5404         deleting unused directories when gnus-expert-user is t.
5405
5406 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5409         for each temp file when gnus-article-browse-delete-temp is ask.
5410
5411 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5412
5413         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5414         Lisp calls to delete-backward-char by calls to delete-char.
5415
5416 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5417
5418         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5419
5420 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5421
5422         * password-cache.el (password-cache-remove): Fix docstring.
5423
5424 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5427         article unless decoding article to be saved.
5428
5429 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5432         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5433         generated within the mm-with-unibyte-current-buffer macro.
5434
5435 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5438         to nil when we're in a mml-preview buffer and no group is selected.
5439
5440 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5441
5442         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5443         when catching the `C-g'.  Reported by "Leo".
5444
5445 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * message.el (message-forward-make-body-plain)
5448         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5449         multibyte-string-p.
5450
5451         * lpath.el: Revert.
5452
5453 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * message.el (message-forward-make-body-mml): Assume original message
5456         is multibyte string; error on unibyte.
5457         (message-forward-make-body-plain): Ditto; don't add excessive newline
5458         in body end.
5459
5460         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5461
5462 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5463
5464         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5465         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5466
5467 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * mm-extern.el (mm-extern-url): Don't use
5470         mm-with-unibyte-current-buffer.
5471         (mm-extern-cache-contents): Use with-current-buffer instead of
5472         save-excursion + set-buffer.
5473
5474 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * mm-util.el (mm-emacs-mule): Remove.
5477
5478 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5479
5480         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5481         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5482         change.
5483
5484 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5487         bind the default value of enable-multibyte-characters to nil.
5488
5489 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * message.el (message-forward-make-body-plain)
5492         (message-forward-make-body-mml):
5493         Don't use mm-with-unibyte-current-buffer.
5494
5495 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5496
5497         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5498
5499 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5500
5501         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5502         (Bug#5592).
5503
5504 2010-05-07  Julien Danjou  <julien@danjou.info>
5505
5506         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5507         it to mm-pipe-part.
5508
5509         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5510         it is given.
5511
5512 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * binhex.el (binhex-decode-region-internal)
5515         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5516         (dns-query)
5517         * nnweb.el (nnweb-gmane-search)
5518         * pgg-parse.el (pgg-parse-armor)
5519         * pgg.el (pgg-verify-region)
5520         * sha1.el (sha1-string-external)
5521         * uudecode.el (uudecode-decode-region-internal)
5522         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5523         XEmacs.
5524
5525         * gnus-art.el (gnus-article-browse-html-parts)
5526         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5527         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5528         make-temp-file.
5529
5530         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5531         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5532         compiling.
5533
5534         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5535         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5536         XEmacs when compiling.
5537
5538         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5539         gnus-pick-mode-off-hook for XEmacs when compiling.
5540         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5541         gnus-binary-mode-off-hook for XEmacs when compiling.
5542
5543         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5544         Return nil if char-charset is not available.
5545
5546         * imap.el (imap-disable-multibyte)
5547         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5548         macros.
5549
5550         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5551         instead of encode-coding-string.
5552
5553         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5554         'xemacs) instead of mm-emacs-mule to switch function definitions.
5555         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5556
5557         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5558         bind temporary-file-directory for XEmacs;
5559         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5560         timer-set-function for XEmacs 21.4 and SXEmacs;
5561         bind timer-list for XEmacs 21.4 and SXEmacs;
5562         fbind char-charset and find-charset-region for non-Mule XEmacs;
5563         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5564         encode-coding-region and encode-coding-string for XEmacs having no
5565         file-coding feature.
5566
5567 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5568
5569         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5570
5571 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5574         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5575
5576 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5577
5578         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5579         alias `jka-compr-delete-temp-file' no longer exists.
5580
5581 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5582
5583         Use define-minor-mode in Gnus where applicable.
5584         * mml.el (mml-mode): Use define-minor-mode.
5585         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5586         (gnus-undo-mode): Use define-minor-mode.
5587         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5588         (gnus-dead-summary-mode): Use define-minor-mode.
5589         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5590         Initialize in declaration.
5591         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5592         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5593         (gnus-mailing-list-mode): Use define-minor-mode.
5594         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5595         (gnus-draft-mode): Use define-minor-mode.
5596         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5597         (gnus-dired-mode): Use define-minor-mode.
5598
5599 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5600
5601         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5602         handles on recursive mml-to-mime translation and check them for
5603         boundary delimiter collisions.  Reported by Greg Troxel.
5604
5605 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5608
5609 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5610
5611         * mm-util.el (mm-find-buffer-file-coding-system):
5612         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5613
5614 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5615
5616         * message.el (message-generate-headers): Record insertion of optional
5617         headers as well.  Otherwise the check to prevent repeated insertion of
5618         optional headers is a no-op.
5619
5620 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * smime.el: Don't mention CVS.
5623
5624         * nnrss.el (nnrss-fetch): Don't mention CVS.
5625
5626         * nnir.el: Don't mention CVS.
5627
5628 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5629
5630         * gnus-sum.el (gnus-summary-bookmark-make-record):
5631         Add `location' field.
5632
5633 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * lpath.el: Fbind bookmark-default-handler,
5636         bookmark-get-bookmark-record, bookmark-make-record-default,
5637         bookmark-prop-get for Emacs <23 and XEmacs.
5638
5639 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5640
5641         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5642         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5643         Use with-current-buffer to silence the byte-compiler.
5644         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5645         bother to require `gnus'.
5646         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5647
5648 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5649
5650         * gnus-sum.el (gnus-summary-bookmark-make-record)
5651         (gnus-summary-bookmark-jump): New functions.
5652         (gnus-summary-mode): Setup bookmark support.
5653
5654 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5655
5656         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5657         if set.
5658
5659 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5662         gnus-article-browse-html-save-cid-image; make it work recursively for
5663         forwarded messages as well.
5664         (gnus-article-browse-html-parts): Work when prefix arg is given.
5665         (gnus-article-browse-html-article): Doc fix.
5666
5667 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5668
5669         * message.el (message-default-mail-headers):
5670         (message-default-headers): Carry the value mail-default-headers over
5671         into message-default-mail-headers, rather than message-default-headers.
5672
5673 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5674
5675         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5676         charset.
5677
5678         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5679         charset into the <meta> tag when the article is encoded to utf-8.
5680
5681 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-art.el (gnus-article-browse-delete-temp-files):
5684         Delete directories as well.
5685         (gnus-article-browse-html-parts): Work for images that do not specify
5686         file names; delete temp directory when quitting; insert header at the
5687         right place; use file: scheme for image files.
5688
5689 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5690
5691         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5692         (gnus-article-browse-html-parts): Use it to make temporary cid image
5693         files in addition to html file so that browser may display them.
5694
5695 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5698
5699 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5702
5703 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * auth-source.el (auth-sources): Change default to be simpler.
5706         Explain about Secret Service API sources.  Improve Customize options.
5707         (auth-source-pick): Change to accept any number of search parameters.
5708         Implement fallbacks iteratively, not recursively.  Add scoring on the
5709         second pass and sort by score.  Call Secret Service API when needed.
5710         (auth-source-user-or-password): Use it.  Call Secret Service API
5711         directly when needed to get the user name and the password.
5712
5713 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5714
5715         * message.el (message-interactive): Doc fix.
5716         (message-qmail-inject-args): Reflow.
5717         (message-kill-to-signature): Fix typo in docstring.
5718
5719         * smiley.el (smiley-buffer): Fix typo in docstring.
5720
5721 2010-03-24  Glenn Morris  <rgm@gnu.org>
5722
5723         * mail-source.el (gnus-message): Declare.
5724         (mail-source-delete-old-incoming): Require gnus-util.
5725
5726 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5729
5730         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5731
5732         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5733         password-cache's default if it is not bound.
5734         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5735         password-cache-expiry's default if it is not bound.
5736
5737         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5738         available in Emacs 21.
5739
5740         * lpath.el: Suppress compiler warnings for:
5741         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5742         XEmacs;
5743         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5744         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5745         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5746
5747 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * auth-source.el (auth-sources): Fix up definition so extra parameters
5750         are always inline.
5751
5752 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5753
5754         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5755         wasn't updated after mismatch.  Clear cached mailbox info correctly
5756         when uidvalidity changes.
5757         (nnimap-group-prefixed-name): New function to avoid some code
5758         duplication.
5759         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5760         (nnimap-request-group): Use it.
5761         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5762         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5763         with many imap folders.  This is done by caching the group status from
5764         the imap server persistently in a group parameter `imap-status'.  (This
5765         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5766         but not persistently, so every Gnus startup was still very slow.)
5767
5768 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5769
5770         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5771         delete the extra newline.  Otherwise editing of :string and :number
5772         types don't work.
5773
5774 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5775
5776         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5777         secrets.el dependency.
5778         (auth-sources): Add optional user name.  Add secrets.el configuration
5779         choice (unused right now).
5780
5781 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5782
5783         * gnus-sum.el (gnus-summary-make-menu-bar):
5784         Let `gnus-registry-install-shortcuts' fill in the functions.
5785
5786         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5787         warnings.
5788         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5789         (gnus-registry-install-shortcuts): Populate and use it in a
5790         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5791
5792 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5793
5794         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5795         In-place substitutions for the group name encoding/decoding.
5796         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5797         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5798         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5799         (nnimap-update-unseen, nnimap-request-list)
5800         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5801         (nnimap-request-set-mark, nnimap-split-to-groups)
5802         (nnimap-split-articles, nnimap-request-newgroups)
5803         (nnimap-request-create-group, nnimap-request-accept-article)
5804         (nnimap-request-delete-group, nnimap-request-rename-group)
5805         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5806         `encoded-mbx' for consistency.
5807         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5808         variable `imap-current-mailbox'.
5809
5810         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5811         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5812
5813 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5814
5815         * pop3.el (pop3-display-message-size-flag): Display message size byte
5816         counts during POP3 download.
5817         (pop3-movemail): Use it.
5818         (pop3-list): Implement listing of available messages.
5819
5820 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5821
5822         * nnir.el (nnir-get-article-nov-override-function): New function to
5823         override the normal NOV retrieval.
5824         (nnir-retrieve-headers): Use it.
5825
5826 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5827
5828         * auth-source.el (netrc-machine-user-or-password): Autoload.
5829
5830 2010-03-19  Glenn Morris  <rgm@gnu.org>
5831
5832         Stop message.el from loading about 40 libraries it doesn't always need.
5833         The general approach is to autoload rather than require, and to
5834         require in the specific functions rather than the file.  (Bug#5642)
5835
5836         * gmm-utils.el: Don't require wid-edit.
5837         (widget-create-child-value, widget-convert, widget-default-get):
5838         Autoload.
5839
5840         * gnus-util.el: Don't require time-date, netrc.
5841         (message-fetch-field, gnus-group-name-decode): Declare rather than
5842         autoloading.
5843         (gnus-fetch-field): Require message.
5844         (gnus-decode-newsgroups): Require gnus-group.
5845
5846         * ietf-drums.el: Don't require time-date.
5847
5848         * message.el: Don't require hashcash, canlock, ecomplete.
5849         Do require mail-utils.  Require nnheader only when compiling.
5850         (smtpmail-default-smtp-server): Remove declaration.
5851         (message-send-mail-function): Check smtpmail-default-smtp-server
5852         is bound rather than requiring smtpmail.
5853         (message-auto-save-directory, message-insert-signature):
5854         Use expand-file-name rather than nnheader-concat.
5855         (nnheader-insert-file-contents): Autoload.
5856         (hashcash-wait-async): Declare.
5857         (message-send-mail): Only call gnus-setup-posting-charset if
5858         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5859         (message-send-mail-with-sendmail): Require sendmail.
5860         (canlock-password, canlock-password-for-verify): Declare.
5861         (message-canlock-password): Require canlock.
5862         (nnheader-get-report): Autoload.
5863         (gnus-setup-posting-charset): Declare.
5864         (message-send-news): Require gnus-msg.
5865         (message-make-references, message-make-in-reply-to): Use mail-header-id
5866         rather than the alias mail-header-message-id.
5867         (ecomplete-add-item, ecomplete-save): Declare.
5868         (message-put-addresses-in-ecomplete): Require ecomplete.
5869         (ecomplete-display-matches): Autoload.
5870
5871         * mm-decode.el: Don't require mailcap, gnus-util.
5872         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5873         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5874         Autoload.
5875         (mailcap-mime-extensions): Declare.
5876
5877         * mm-encode.el: Don't require mailcap.
5878         (mailcap-extension-to-mime): Autoload.
5879
5880         * mml-sec.el: Don't require password-cache.
5881
5882         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5883         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5884         (mml-minibuffer-read-type): Require mailcap.
5885         (mml-preview): Require gnus-msg.
5886
5887         * mml1991.el: Require password-cache.
5888         (password-cache-expiry): Remove declaration.
5889
5890         * mml2015.el: Require password-cache.
5891         (password-cache-expiry): Remove declaration.
5892
5893         * nneething.el (mailcap): Require mailcap.
5894
5895         * nnheader.el (declare-function): Add compatibility stub.
5896         (message-remove-header): Declare rather than autoload.
5897         (nnheader-replace-header): Require message.
5898
5899         * nnimap.el (declare-function): Add compatibility stub.
5900         (netrc-parse, netrc-machine-user-or-password): Declare.
5901         (nnimap-open-connection): Require netrc.
5902
5903         * nntp.el (declare-function): Add compatibility stub.
5904         (netrc-parse, netrc-machine, netrc-get): Declare.
5905         (nntp-send-authinfo): Require netrc.
5906
5907         * rfc2047.el: Don't require qp.
5908         (quoted-printable-encode-region, quoted-printable-decode-string):
5909         Autoload.
5910
5911         * sieve-mode.el: Don't require easymenu.
5912         (easy-menu-add-item): Autoload it.
5913
5914         * spam-stat.el (time-to-number-of-days): Autoload it.
5915
5916 2010-03-19  Glenn Morris  <rgm@gnu.org>
5917
5918         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5919
5920 2010-03-18  Glenn Morris  <rgm@gnu.org>
5921
5922         * hashcash.el (declare-function): Remove duplicate definition.
5923
5924 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5925
5926         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5927         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5928         value if any backslash escapes).
5929
5930 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5933         if it is available.  (bug#5647)
5934
5935         * lpath.el: Suppress compiler warning for coding-system-from-name for
5936         Emacs 21 and XEmacs.
5937
5938 2010-03-14  Juri Linkov  <juri@jurta.org>
5939
5940         * hmac-def.el:
5941         * hmac-md5.el:
5942         * netrc.el: Fix keywords.
5943
5944 2010-02-26  Glenn Morris  <rgm@gnu.org>
5945
5946         * message.el (message-send-mail-function): Change the default, so that
5947         it inherits from a customized send-mail-function.  (Bug#5643)
5948
5949 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5950
5951         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5952         shell-command-to-string signals an error (bug#5299).
5953
5954 2010-02-24  Glenn Morris  <rgm@gnu.org>
5955
5956         * message.el (message-smtpmail-send-it)
5957         (message-send-mail-with-mailclient): Doc fixes.
5958
5959 2010-02-16  Glenn Morris  <rgm@gnu.org>
5960
5961         * message.el (message-default-mail-headers): Change the default value
5962         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5963
5964 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5967         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5968
5969 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5970
5971         * time-date.el (date-to-time): Doc fix (Bug#5408).
5972
5973 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5974
5975         * message.el (message-mail): Just pass yank-action on to message-setup.
5976         (message-setup): Handle (FUN . ARGS) form of yank-action.
5977         (message-with-reply-buffer, message-widen-reply)
5978         (message-yank-original): Handle non-buffer values of
5979         message-reply-buffer (Bug#4080).
5980         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5981
5982 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5983
5984         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5985         Fix typo in docstring.
5986
5987 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5988
5989         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5990         response.
5991
5992 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5995
5996         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5997
5998         * message.el (message-check-news-header-syntax): Protect against a
5999         string that `rfc822-addresses' returns when parsing fails.
6000
6001 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6004         (gnus-previous-char-property-change): New functions.
6005
6006         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6007
6008 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6009
6010         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6011         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6012
6013 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6014
6015         * message.el (message-exchange-point-and-mark): Rework last change to
6016         avoid using optional arg of exchange-point-and-mark, for backward
6017         compatibility.
6018
6019 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6020
6021         * message.el (message-exchange-point-and-mark):
6022         Call exchange-point-and-mark with an argument rather than setting
6023         mark-active by hand (Bug#5175).
6024
6025 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * nntp.el (nntp-service-to-port): Work for service expressed with
6028         numeric string; replace [:digit:] with [0-9] for XEmacs.
6029
6030 2009-12-17  Glenn Morris  <rgm@gnu.org>
6031
6032         * gnus-group.el (gnus-bug-group-download-format-alist):
6033         Change emacs entry to debbugs.gnu.org.  Bump :version.
6034
6035 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6038
6039 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * message.el (message-info): Explain why we use `Info-goto-node'.
6042
6043 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6046
6047 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6048
6049         * message.el (message-completion-in-region): New compatibility function.
6050         (message-expand-group): Use it.
6051
6052 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6055         with no unread article should be listed if the 2nd arg `predicate' is
6056         given.
6057
6058 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6061
6062 2009-11-29  Juri Linkov  <juri@jurta.org>
6063
6064         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6065         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6066         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6067
6068 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6069
6070         * sha1.el (sha1-string-external): default-directory "/" in case
6071         otherwise non-existent.  process-connection-type pipe for touch of
6072         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6073
6074 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6075
6076         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6077         it's comms related and sgml-mode.el has "comm" on that basis too.
6078
6079 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6082         containing tspecial characters if they have been already quoted.
6083
6084 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6085
6086         * dns-mode.el (auto-mode-alist): Purecopy string.
6087
6088 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6089
6090         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6091
6092 2009-10-24  Glenn Morris  <rgm@gnu.org>
6093
6094         * gnus-art.el (help-xref-stack-item): Define for compiler.
6095
6096 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6097
6098         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6099
6100 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6103
6104 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6107         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6108
6109 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6112         (gnus-overlays-in): New alias to overlays-in.
6113
6114         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6115         gnus-overlay-get, and gnus-delete-overlay.
6116         (gnus-summary-show-thread): Make it work as well for systems in which
6117         next-single-char-property-change is not available.
6118         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6119
6120         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6121         (gnus-overlay-get): New alias to extent-property.
6122         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6123
6124         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6125         SXEmacs.
6126
6127         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6128         SXEmacs.
6129
6130 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6131
6132         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6133
6134 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6135
6136         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6137         and XEmacs that don't have `remove-overlays'.
6138
6139 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6140
6141         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6142         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6143         selective display.  Use overlays instead.
6144
6145 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6146
6147         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6148
6149 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6150
6151         * spam-stat.el (spam-stat-load): Fix typo in message.
6152
6153 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6154
6155         * dig.el (dig-invoke): Fix typo in docstring.
6156         (query-dig): Reflow docstring.
6157
6158 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6159
6160         * gnus-art.el (gnus-article-encrypt-body):
6161         * message.el (message-check-recipients):
6162         * mm-util.el (mm-codepage-setup):
6163         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6164         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6165
6166 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6167
6168         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6169         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6170         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6171         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6172         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6173
6174 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6175
6176         * dig.el: Add "Keywords: comm", as per net-utils.el.
6177
6178 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6179
6180         * dig.el (dig-mode): Use define-derived-mode.
6181
6182 2009-09-19  Glenn Morris  <rgm@gnu.org>
6183
6184         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6185
6186 2009-09-18  Glenn Morris  <rgm@gnu.org>
6187
6188         * gnus-diary.el (gnus-diary-check-message):
6189         * message.el (message-insert-formatted-citation-line):
6190         * nnbabyl.el (top-level):
6191         * nndiary.el (nndiary-schedule):
6192         Fix typos in condition-case handlers.
6193
6194 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6197         configuration that provides the sole article window in a frame;
6198         position point correctly after deleting a part.
6199
6200 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6201
6202         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6203         (spam-resolve-registrations-routine): Use it to unregister articles
6204         that change status.
6205
6206 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6209         with XEmacs.
6210         (parse-time-string-chars): Use it.
6211
6212 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * imap.el (imap-interactive-login): Better messages.
6215         (imap-open): Fix bug with renamed buffer on reconnect.
6216         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6217         for easier debugging and cleaner code.  On successful (guessed based on
6218         server capabilities) secondary authentication, set imap-state
6219         correctly.
6220         (imap-last-authenticator): Define imap-last-authenticator as a variable
6221         to avoid warnings.
6222
6223 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * nnrss.el (nnrss-request-article): Remove binding of
6226         default-enable-multibyte-characters that has gotten needless by
6227         the 2007-07-13 change in rfc2047-encode-message-header.
6228
6229         * mml.el (mml-insert-multipart): Error on the message header.
6230         (mml-insert-part): Error on the message header; position point at
6231         the end of a MIME tag.
6232
6233 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * time-date.el (autoload): Expand define-obsolete-function-alias into
6236         defalias and make-obsolete for old Emacsen that Gnus supports.
6237         (with-no-warnings): Define it for old Emacsen.
6238         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6239         is available.
6240         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6241         float-time is available; suppress compile warning for time-to-seconds.
6242
6243         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6244         (gnus-float-time): Alias to float-time if it exists.
6245
6246         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6247         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6248         float-time is available; suppress compile warning for time-to-seconds.
6249
6250         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6251         XEmacs.
6252
6253 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6254
6255         * imap.el (imap-message-map): Docstring fix.
6256
6257 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6260         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6261         Add the optional argument `encoding' that overrides the default.
6262
6263         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6264         mm-encode-buffer.
6265
6266 2009-09-04  Glenn Morris  <rgm@gnu.org>
6267
6268         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6269         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6270         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6271         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6272         * mm-util.el (mm-with-unibyte-current-buffer)
6273         (mm-find-buffer-file-coding-system):
6274         * yenc.el (yenc-decode-region): Use default-value rather than
6275         default-enable-multibyte-characters.
6276
6277 2009-09-03  Glenn Morris  <rgm@gnu.org>
6278
6279         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6280         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6281         than default-enable-multibyte-characters.
6282
6283 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6284
6285         * gnus-art.el (gnus-article-read-summary-keys):
6286         Fix gnus-buffer-configuration's value temporarily used.
6287
6288 2009-09-02  Glenn Morris  <rgm@gnu.org>
6289
6290         * gnus-util.el (gnus-float-time): New function.
6291         * gnus-delay.el (gnus-delay-article):
6292         * gnus-sum.el (gnus-thread-latest-date):
6293         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6294         * nnspool.el (nnspool-request-newgroups):
6295         Use gnus-float-time rather than time-to-seconds.
6296         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6297
6298         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6299         (gnus-header-subject-face, gnus-header-newsgroups-face)
6300         (gnus-header-name-face, gnus-header-content-face):
6301         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6302         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6303         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6304         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6305         (gnus-cite-face-11):
6306         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6307         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6308         (gnus-server-closed-face, gnus-server-denied-face)
6309         (gnus-server-offline-face):
6310         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6311         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6312         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6313         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6314         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6315         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6316         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6317         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6318         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6319         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6320         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6321         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6322         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6323         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6324         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6325         (gnus-summary-high-undownloaded-face)
6326         (gnus-summary-low-undownloaded-face)
6327         (gnus-summary-normal-undownloaded-face)
6328         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6329         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6330         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6331         (gnus-splash-face):
6332         * message.el (message-header-to-face, message-header-cc-face)
6333         (message-header-subject-face, message-header-newsgroups-face)
6334         (message-header-other-face, message-header-name-face)
6335         (message-header-xheader-face, message-separator-face)
6336         (message-cited-text-face, message-mml-face):
6337         * sieve-mode.el (sieve-control-commands-face)
6338         (sieve-action-commands-face, sieve-test-commands-face)
6339         (sieve-tagged-arguments-face):
6340         * spam.el (spam-face):
6341         Mark face aliases with "-face" in the name as obsolete.
6342
6343 2009-09-01  Glenn Morris  <rgm@gnu.org>
6344
6345         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6346         than goto-line.
6347
6348 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6351         Don't move point if the command is invoked inside the message header.
6352
6353 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6354
6355         * imap.el (imap-send-command): Simplify.
6356         (imap-wait-for-tag): point-max -> buffer-size.
6357
6358 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6359
6360         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6361         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6362         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6363         * nnir.el (nnir-swish-e-index-file):
6364         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6365         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6366         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6367         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6368         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6369         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6370
6371 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6374         Don't save excursion.
6375
6376 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6377
6378         * nnheader.el (nnheader-find-file-noselect):
6379         * mm-util.el (mm-insert-file-contents):
6380         Use (default-value 'major-mode) instead of default-major-mode.
6381
6382 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6383
6384         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6385
6386 2009-08-26  Glenn Morris  <rgm@gnu.org>
6387
6388         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6389         than placing in files.el.
6390
6391 2009-08-25  Glenn Morris  <rgm@gnu.org>
6392
6393         * nnir.el (top-level): Don't require cl at run-time.
6394         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6395         Replace cl-function substitute with gnus-replace-in-string.
6396         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6397         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6398         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6399         simplified expansions.
6400
6401 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6402
6403         * dig.el (dig): Add autoload cookie.
6404
6405 2009-08-22  Glenn Morris  <rgm@gnu.org>
6406
6407         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6408         goto-line.
6409
6410 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6411
6412         * parse-time.el (parse-time-string-chars): Save match data.
6413
6414 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6415
6416         * parse-time.el (parse-time-string-chars): Compute using character
6417         classes, to handle non-ascii characters (Bug#3190).
6418
6419 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6422
6423         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6424         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6425         (gnus-mm-display-part, gnus-mime-display-single)
6426         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6427         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6428
6429         * gnus-sum.el
6430         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6431         (gnus-summary-move-article): Add expirable mark to articles copied or
6432         moved to group that has auto-expire turned on if the option is non-nil.
6433
6434 2009-07-24  Glenn Morris  <rgm@gnu.org>
6435
6436         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6437         Fix typo.  (Bug#3903)
6438
6439 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6442         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6443         that should not be used for draft articles.
6444         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6445         that has no concern in minor mode keys.
6446         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6447         Abolish.
6448
6449 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6452         article without making inquiry to a user for unknown encoding.
6453
6454         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6455         (nnmaildir--scan): Assume i-node and device number that file-attributes
6456         returns might be cons-cell.
6457
6458         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6459
6460         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6461
6462 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * auth-source.el: Remove docs now in auth.texi.  Don't use
6465         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6466         `auth-source-hide-passwords' and use them.
6467
6468 2009-07-15  Glenn Morris  <rgm@gnu.org>
6469
6470         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6471
6472 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6475         excessive whitespace from the default values of title and description.
6476
6477 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6480         mail-fetch-field to fetch Content-Description header in order to
6481         exclude newlines.
6482
6483 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6484
6485         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6486         format used by GnuPG 2.0.11.
6487
6488 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6491         to deleted part.
6492
6493 2009-05-30  David Engster  <dengste@eml.cc>
6494
6495         * nnmairix.el: Remove old documentation in the commentary block.
6496         (nnmairix-request-group): Do not update active file for nnml back ends.
6497         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6498         end so that overview files are ignored.
6499         (nnmairix-update-groups): Make updating the groups more robust by using
6500         marks.
6501         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6502         with dollar characters in message-id.
6503
6504 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6507         2008-12-25 in dns.el.
6508
6509 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6510
6511         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6512         could happen if the text is only composed of spaces and/or tabs.
6513
6514 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6515
6516         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6517         when sending a queued message to avoid extra mml tags.
6518
6519 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6522
6523 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6526         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6527         rmail-toggle-header for XEmacs;
6528         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6529
6530 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-dired.el: Remove autoload for gnus-setup-message.
6533         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6534         displaying Gnus logo; always use compose-mail.
6535
6536 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6539
6540 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6543         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6544         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6545         available.
6546         (gnus-nocem-epg-verify): New function.
6547
6548 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6551
6552 2009-02-15  Glenn Morris  <rgm@gnu.org>
6553
6554         * gnus-util.el (rmail-insert-rmail-file-header)
6555         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6556         autoloads.
6557         (rmail-default-rmail-file): Remove unnecessary declaration.
6558         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6559
6560 2009-02-14  Glenn Morris  <rgm@gnu.org>
6561
6562         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6563         variable (only used in gnus-util, which declares it anyway).
6564         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6565         which was only needed by gnus-art (changed to not use it any more).
6566         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6567         only used in gnus-util, which autoloads it itself.
6568         (rmail-update-summary): Fix autoload.
6569
6570         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6571         rather than rmail-output-to-rmail-file.
6572
6573 2009-02-07  Glenn Morris  <rgm@gnu.org>
6574
6575         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6576         autoload of function that no longer exists.
6577         (rmail-toggle-header): Declare.
6578         (message-forward-rmail-make-body): Handle mbox Rmail.
6579
6580 2009-01-31  Glenn Morris  <rgm@gnu.org>
6581
6582         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6583         2009-01-09 change.
6584
6585 2009-01-31  Dave Love  <fx@gnu.org>
6586
6587         * imap.el (imap-fetch-safe): Bind debug-on-error.
6588         (imap-debug): Add imap-fetch-safe.
6589
6590 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6591
6592         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6593         (auth-source-forget-all-cached): New convenience function.
6594         (auth-source-user-or-password): Accept list of modes or a single mode.
6595
6596         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6597         auth-source modes.
6598
6599         * netrc.el (netrc-machine-user-or-password): Use list of
6600         auth-source modes.
6601
6602         * nnimap.el (nnimap-open-connection): Use list of
6603         auth-source modes.
6604
6605         * nntp.el (nntp-send-authinfo): Use list of
6606         auth-source modes.
6607
6608 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6609
6610         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6611         now.
6612
6613 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6616         coding system in XEmacs; add a workaround for XEmacs.
6617
6618         * lpath.el: Fbind coding-system-aliasee.
6619
6620 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6623         of current-language-environment.
6624
6625 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6628         available at runtime.
6629
6630 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6633
6634 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6635
6636         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6637         the greatest positive fixnum value doesn't work under an XEmacs with
6638         bignum support; use the most-positive-fixnum constant instead,
6639         available since Emacs 21.1 with cl and XEmacs 21.1.
6640
6641 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6644         XEmacs gets not to work.
6645
6646 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * mm-util.el (mm-coding-system-priorities): Allow the value like
6649         "Japanese (UTF-8)" of current-language-environment.
6650
6651 2009-01-09  Glenn Morris  <rgm@gnu.org>
6652
6653         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6654         with last-command-event.
6655
6656 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6659         in the doc string.
6660
6661         * message.el (message-fix-before-sending): Amend comment.
6662
6663 2009-01-08  Dave Love  <fx@gnu.org>
6664
6665         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6666
6667 2009-01-07  David Engster  <dengste@eml.cc>
6668
6669         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6670         simplified server definitions by converting it via
6671         gnus-server-to-method.
6672
6673 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6676         parameter's operands.
6677
6678 2009-01-06  David Engster  <dengste@eml.cc>
6679
6680         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6681         primary select method (for gnus-group-mark-article-as-read).
6682
6683 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6684
6685         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6686         `(gnus)Face', not `(gnus)X-Face'.
6687
6688 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * mm-util.el (mm-ucs-to-char): New function.
6691
6692         * mm-url.el (mm-url-decode-entities): Use it.
6693
6694         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6695         unicode-to-char.
6696
6697 2009-01-05  Dave Love  <fx@gnu.org>
6698
6699         * time-date.el: Require cl for `declare'.
6700
6701 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6704         Dave Love.
6705
6706 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * message.el (message-fix-before-sending): Add `eight-bit' to
6709         illegible-text check.
6710
6711 2009-01-03  Michael Olson  <mwolson@gnu.org>
6712
6713         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6714         `headers' is nil.  This can occur if the IMAP server does not have
6715         permissions to read messages from a folder, but can write new messages
6716         to the folder.
6717         (nnimap-request-article-part): Do not insert `data' if it is nil.
6718
6719         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6720         characters which will confuse `read', so skip past them.
6721
6722 2009-01-01  Dave Love  <fx@gnu.org>
6723
6724         * imap.el (imap-string-to-integer): Fix typo.
6725         (imap-fetch-safe): New function.
6726         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6727
6728         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6729
6730         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6731         (imap-parse-greeting): Fix doc strings.
6732         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6733         (imap-parse-flag-list): Make messages unique.
6734         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6735
6736         * nnimap.el: Fix author email.
6737         (nnimap-split-rule): Add FIXME comment.
6738         (nnimap-debug): Fix doc string.
6739
6740 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6743
6744 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6747         nslookup if resolv.conf isn't available.
6748         (dns-query): Rename from query-dns.
6749         (dns-query-cached): Rename from query-dns-cached.
6750
6751 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6754         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6755         to check if those variables exist (first appeared in Emacs 18.50).
6756
6757 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * mm-util.el (mm-line-number-at-pos): New function.
6760
6761         * spam-report.el (spam-report-process-queue): Use it.
6762
6763 2008-12-24  David Engster  <dengste@eml.cc>
6764
6765         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6766         parameters that haven't existed as variables as buffer-local variables.
6767
6768 2008-12-23  Dave Love  <fx@gnu.org>
6769
6770         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6771         cadar.
6772
6773         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6774         imap-starttls-p.
6775         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6776
6777 2008-12-22  Dave Love  <fx@gnu.org>
6778
6779         * imap.el: Fix author email.  Doc fixes.
6780         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6781         reply.
6782
6783 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6784
6785         * spam-report.el (spam-report-gmane-max-requests): New constant.
6786         (spam-report-gmane-wait): New variable.
6787         (spam-report-gmane-ham, spam-report-gmane-spam)
6788         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6789         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6790         the server.
6791
6792         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6793         Add explanations.
6794
6795         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6796         nnheader-accept-process-output and nnheader-read-timeout if available.
6797         (pop3-movemail): Use it.
6798
6799         * message.el (message-check-news-body-syntax): Fix signature check if
6800         there's an attachment.
6801
6802 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * mm-util.el: Add comments to the mm- emulating functions.
6805
6806 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6809         Reported by Stephen Berman <stephen.berman@gmx.net>.
6810
6811 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * mm-util.el (mm-substring-no-properties): New function.
6814         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6815         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6816         (mm-string-to-multibyte): Doc fix.
6817
6818         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6819
6820 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * mml.el (mml-attach-file): Strip text properties from file name.
6823         (Bug#1574)
6824
6825 2008-12-16  Glenn Morris  <rgm@gnu.org>
6826
6827         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6828
6829 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6832         knows since the charset specified might be a bogus alias that
6833         mm-charset-synonym-alist provides.
6834
6835 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6838         "ISO_8859-1".
6839
6840         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6841
6842 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * mm-util.el (mm-charset-eval-alist):
6845         Define it before mm-charset-to-coding-system.
6846         (mm-charset-to-coding-system): Add optional argument `silent';
6847         define it before mm-charset-override-alist.
6848         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6849         default value if it can be used in Emacs currently running;
6850         silence mm-charset-to-coding-system.
6851
6852 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6855         `allow-override' which says whether to use `mm-charset-override-alist'.
6856         (rfc2047-decode-encoded-words): Use it.
6857
6858         * mm-util.el (mm-charset-override-alist): Fix custom type;
6859         add `(gb2312 . gbk)' to choices.
6860
6861 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6864         fast.
6865
6866         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6867
6868         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6869
6870 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6871
6872         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6873         on links.
6874
6875         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6876
6877 2008-12-03  Lute Kamstra  <lute@gnu.org>
6878
6879         * sha1.el: Remove leading * from docstrings of defcustoms,
6880         deffaces, defconsts and defuns.
6881
6882 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6885         users' addresses that don't have domain parts.
6886         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6887         rather than message-narrow-to-head since there will be the message
6888         header separator.
6889
6890 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6891
6892         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6893         since the result is inserted in a unibyte buffer anyway.
6894         (nnimap-demule-use-string-to-multibyte): Remove.
6895         (nnimap-demule): Alias it to mm-string-to-multibyte.
6896
6897 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6900         variable for debugging bug#464 and bug#1174.
6901         (nnimap-demule): Use it.
6902
6903 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6906         score calculation correctly.
6907
6908 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6909
6910         * message.el (message-send-mail): Just set the buffer to unibyte
6911         rather than use mm-with-unibyte-current-buffer which does a lot more.
6912         (message-send-mail-partially): Don't bother with
6913         mm-with-unibyte-current-buffer since it's already been made unibyte by
6914         message-send-mail.
6915
6916 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6917
6918         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6919
6920 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6921
6922         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6923
6924 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6927         require itself and to remove `with-no-warnings'.
6928
6929 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6930
6931         * starttls.el (starttls-any-program-available): Get the name of the
6932         available TLS layer program.
6933         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6934         well as the host name in the "opening" message.
6935
6936         * auth-source.el (auth-source-cache, auth-source-do-cache)
6937         (auth-source-user-or-password): Cache passwords and logins by default,
6938         allow override with `auth-source-do-cache'.
6939         (auth-source-forget-user-or-password): Allow users to remove cache
6940         entries if needed.
6941
6942 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6943
6944         * md4.el (md4-buffer): Fix typo in docstring.
6945         (md4, md4-64): Doc fixes.
6946         (md4-pack-int32): Reflow docstring.
6947
6948 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6949
6950         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6951         condition-case to only the forward-sexp call.
6952
6953 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6956         quotes contained.  Make it more robust regardless by an extra
6957         condition-case wrapper.
6958
6959 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6962
6963 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * nnml.el (nnml-request-expire-articles): Check if the function set to
6966         `nnmail-expiry-target' returns the symbol `delete'.
6967
6968         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6969
6970         * nnmail.el (nnmail-expiry-target): Fix custom type.
6971
6972 2008-10-02  Glenn Morris  <rgm@gnu.org>
6973
6974         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6975         Silence compiler warning.
6976
6977 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6978
6979         * tls.el (open-tls-stream): Show the actual command being
6980         executed, instead of the format string.
6981
6982 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * lpath.el: Fbind codepage-setup for Emacs 23.
6985
6986 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6987
6988         * mml.el (mml-menu): Don't assume mml2015 is bound.
6989
6990 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6993         exists.
6994
6995 2008-09-27  Glenn Morris  <rgm@gnu.org>
6996
6997         * gnus-util.el (mail-header-remove-comments): Autoload it.
6998
6999 2008-09-27  Andreas Schwab  <schwab@suse.de>
7000
7001         * gnus-util.el (gnus-split-references): Strip comments.
7002         (gnus-parent-id): Likewise.
7003
7004 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * message.el (message-confirm-send): Fix version.
7007
7008 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * message.el (message-idna-to-ascii-rhs-1): Use
7011         mail-extract-address-components rather than mail-header-parse-addresses
7012         that is an alias by default to ietf-drums-parse-addresses that does not
7013         support non-ASCII names in headers' contents.
7014
7015 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7016
7017         * message.el (message-confirm-send): Fix variable documentation to
7018         avoid the "y/n" wording.
7019
7020 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7021
7022         * message.el (message-set-auto-save-file-name): Save to a different
7023         filename so multiple messages (especially drafts) can be recovered.
7024
7025 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * message.el (message-confirm-send): Add appropriate version.
7028
7029 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7030
7031         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7032         defvar.
7033
7034 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7035
7036         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7037         (mm-pkcs7-enveloped-magic): Ditto.
7038
7039 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7040
7041         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7042         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7043
7044 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7047         default, it's better.
7048
7049 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7052         summary line gnus-number property and ignore them (with a warning
7053         message).
7054
7055 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7058         macro caddr in the interactive form since it won't be expanded.
7059
7060 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7063         `charset'; fix name of function called recursively.
7064         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7065
7066 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7069         (gnus-mime-set-charset-parameters): New function.
7070         (gnus-mime-view-part-as-charset): Use it to correctly display part
7071         specifying wrong charset.
7072
7073 2008-09-08  David Engster  <dengste@eml.cc>
7074
7075         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7076         in completing-read for back end server.
7077
7078 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7079
7080         * message.el (message-confirm-send): New variable to confirm sending a
7081         message.
7082         (message-send): Use it.
7083
7084 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7085
7086         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7087
7088 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7091
7092 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7093
7094         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7095         prevent tracking too many groups.
7096         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7097         Use it.
7098
7099 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7100
7101         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7102         moving point to the bottom of the window in order to avoid recentering.
7103
7104 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7107
7108         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7109         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7110         (gnus-article-beginning-of-window): Fix calculation.
7111
7112 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-msg.el (gnus-summary-supersede-article)
7115         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7116         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7117         message header.
7118
7119 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7120
7121         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7122         pending output coming after the status change.
7123
7124 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7125
7126         * message.el:
7127         * gnus-start.el:
7128         * gnus-registry.el: Remove VMS support.
7129
7130 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7133         macro.
7134         (rfc2104-hash): Use it.
7135
7136 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7139         (gnus-summary-sort-by-most-recent-date): New commands.
7140         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7141         and menu entries.
7142
7143 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7146         don't redisplay article for raw contents; remove plural articles stuff.
7147
7148         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7149         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7150         on gnus-summary-save-article; display results properly.
7151
7152 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * lpath.el: No need to fbind ns-focus-frame.
7155
7156 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7159
7160 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * gnus-art.el (gnus-summary-save-in-pipe):
7163         Consider gnus-save-all-headers.
7164
7165 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7166
7167         * gnus-util.el (ns-focus-frame): Remove declaration.
7168         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7169         like x.
7170
7171 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7172
7173         * rfc2104.el (rfc2104-zero): Delete defconst.
7174         (rfc2104-hex-alist): Likewise.
7175         (rfc2104-hex-to-int): Delete func.
7176         (rfc2104-hexstring-to-bitstring): Likewise.
7177         (rfc2104-nybbles): New defconst.
7178         (rfc2104-hash): Rewrite for speed.
7179
7180 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * tls.el (open-tls-stream): Make it work with the 2nd argument
7183         BUFFER that is a string but does not exist as a buffer object, as
7184         mentioned in the doc-string.
7185
7186 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7189         SXEmacs.
7190
7191 2008-07-16  Glenn Morris  <rgm@gnu.org>
7192
7193         * gnus-util.el (ns-focus-frame): Declare for compiler.
7194
7195 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7198         set as a group parameter.
7199         (gnus-summary-save-in-pipe): Work when it is called independently.
7200         (gnus-summary-pipe-to-muttprint): Don't modify
7201         gnus-summary-pipe-output-default-command.
7202
7203 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7204
7205         * message.el (message-send-mail-with-sendmail):
7206         Display the error message.
7207
7208 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-art.el (gnus-default-article-saver):
7211         Add gnus-summary-save-in-pipe to choices.
7212         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7213         gnus-summary-pipe-output-default-command as the default command.
7214         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7215         instead of gnus-last-shell-command.
7216
7217         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7218         New user option.
7219         (gnus-summary-muttprint-program): Mention the value will be changed.
7220         (gnus-summary-save-article): Force showing of all headers.
7221         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7222
7223 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7224
7225         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7226
7227 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7228
7229         * nnimap.el (nnimap-id):
7230         * sieve-manage.el (sieve-manage-open): Doc fixes.
7231
7232 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7233
7234         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7235         if available.
7236
7237 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7238
7239         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7240
7241         * nnkiboze.el (nnkiboze-generate-group):
7242         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7243
7244         * nnmairix.el: Require CL.
7245
7246 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * dgnushack.el: Autoload get-display-table and put-display-table for
7249         XEmacs 21.5.
7250
7251         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7252         21.4 and SXEmacs.
7253
7254 2008-06-15  David Engster  <dengste@eml.cc>
7255
7256         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7257
7258 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7259
7260         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7261         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7262         runtime choice under XEmacs.
7263
7264         * gnus-sum.el (gnus-summary-set-display-table):
7265         Use `gnus-put-display-table', `gnus-get-display-table',
7266         `gnus-set-display-table' for the display table, instead of `aset'.
7267
7268         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7269         Use `gnus-put-display-table', `gnus-get-display-table',
7270         `gnus-set-display-table' for the display table.
7271
7272 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * nnmairix.el: Add autoloads.
7275
7276 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * nnmairix.el (nnmairix-delete-recreate-group)
7279         (nnmairix-update-and-clear-marks): Fix error messages.
7280
7281 2008-06-14  David Engster  <dengste@eml.cc>
7282
7283         * nnmairix.el: Upgrade to version 0.6.
7284         (nnmairix-group-toggle-propmarks-this-group)
7285         (nnmairix-group-toggle-readmarks-this-group)
7286         (nnmairix-group-delete-recreate-this-group)
7287         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7288         (nnmairix-remove-tick-mark-original-article): New commands.
7289         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7290         (nnmairix-propagate-marks-to-nnmairix-groups)
7291         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7292         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7293         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7294         functions needed for marks propagation and manipulation of read marks.
7295         (nnmairix-update-groups): New function.
7296         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7297         (nnmairix-determine-original-group-from-registry)
7298         (nnmairix-determine-original-group-from-path)
7299         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7300         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7301         New helper functions.
7302         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7303         keystrokes for new commands.
7304         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7305         (nnmairix-request-group): Check allow-fast group parameter.
7306         (nnmairix-request-create-group): Set allow-fast group parameter if
7307         nnmairix-allowfast-default is set.
7308         (nnmairix-close-group): Propagate marks upon closing if needed.
7309         (nnmairix-group-toggle-threads-this-group): Use new.
7310         nnmairix-group-toggle-parameter helper function.
7311         (nnmairix-search): Better check for empty search result.
7312         (nnmairix-goto-original-article): Use new helper functions for
7313         determining original article.
7314         (nnmairix-show-original-article): Make sure message-id is in brackets.
7315         (nnmairix-call-mairix-binary): Change variable name.
7316         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7317         helper function.
7318         (nnmairix-widget-toggle-activate): Fix doc string.
7319
7320 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * nnir.el: Require edmacro when compiling with XEmacs.
7323         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7324         available in Emacs 21.
7325
7326 2008-06-11  Glenn Morris  <rgm@gnu.org>
7327
7328         * gnus-util.el (x-focus-frame):
7329         * gnus.el (image-size):
7330         * mm-decode.el (image-size): Declare.
7331
7332         * gnus-picon.el (declare-function): Add compat definition.
7333         (image-size): Declare.
7334
7335         * gnus-group.el (tool-bar-map):
7336         * gnus-sum.el (tool-bar-map): Define for compiler.
7337
7338         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7339
7340         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7341
7342         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7343         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7344         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7345         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7346         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7347         * sieve-manage.el, spam-report.el, spam.el:
7348         Remove unnecessary eval-and-compile of autoloads.
7349
7350 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7351
7352         * auth-source.el: Precise Tramp doc.
7353
7354 2008-06-07  Glenn Morris  <rgm@gnu.org>
7355
7356         * nnmairix.el: Remove unnecessary eval-when-compile.
7357
7358 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * lpath.el: Fbind propertize for XEmacs 21.4.
7361
7362 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * nnir.el: Move here from ../contrib.
7365
7366 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7367
7368         * gnus-util.el (gnus-read-shell-command): New function.
7369         * mm-decode.el (mm-pipe-part):
7370         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7371
7372 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7375
7376 2008-06-03  Glenn Morris  <rgm@gnu.org>
7377
7378         * pop3.el (nnheader-accept-process-output): Autoload it.
7379
7380 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7383         are not 2-digit hexadecimal characters that follow `%'s.
7384
7385 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * message.el (message-bogus-recipient-p): Fix type in doc string.
7388         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7389         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7390         Improve custom options.
7391         (message-bogus-recipient-p): Adjust accordingly.
7392
7393 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7394
7395         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7396         long-form month and day names.
7397
7398 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * dgnushack.el: Autoload debug, eudc-expand-inline and
7401         pgg-snarf-keys-region for XEmacs.
7402
7403         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7404
7405         * nnmairix.el: Require edmacro when compiling with XEmacs.
7406
7407 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7410         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7411
7412 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7413
7414         * auth-source.el: Add more docs.
7415
7416         * netrc.el (netrc-machine): Always match if the port is not given.
7417
7418 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7421         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7422         retrieval faster in some cases, but might make CPU usage larger.
7423         If this has any bad side effects, we might revert this change.
7424
7425         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7426         seems to make mail retrieval much, much faster.
7427         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7428         unconditionally.
7429
7430         * gnus-draft.el (gnus-group-send-queue):
7431         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7432
7433 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7436
7437         * message.el (message-bogus-address-regexp): Fix and improve custom
7438         type.
7439         (message-setup-hook): Add message-check-recipients as custom option.
7440
7441 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * message.el (message-cite-function): Remove bogus autoload which crept
7444         in during merge from v5-10.
7445
7446 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7449
7450         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7451
7452         * auth-source.el: Preliminary Tramp docs.
7453         (auth-sources): Change the default auth-sources to use
7454         EPA .gpg files.
7455
7456 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7457
7458         * nntp.el: Autoload `auth-source-user-or-password'.
7459         (nntp-send-authinfo): Use it.
7460
7461         * nnimap.el: Autoload `auth-source-user-or-password'.
7462         (nnimap-open-connection): Use it.
7463
7464         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7465         for the gnus-message function.
7466         (auth-source-user-or-password): Use it.
7467
7468 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7469
7470         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7471         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7472         (rfc2104-hash): Use it.
7473
7474 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7475
7476         * gnus-art.el (gnus-article-toggle-truncate-lines):
7477         Don't use `iff' in docstring.
7478
7479 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7480
7481         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7482
7483         * gnus-util.el (gnus-extract-address-component-name)
7484         (gnus-extract-address-component-email): Convenience functions around
7485         `gnus-extract-address-components'.
7486
7487         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7488         Use `gnus-extract-address-component-email' to fix bug of comparing full
7489         sender name to `user-mail-address'.
7490
7491 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7492
7493         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7494         catch/throw to optimize.
7495         (gnus-registry-find-keywords): Just use member to find a keyword.
7496
7497 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7498
7499         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7500         is current before calling gnus-server-prepare.
7501         (gnus-server-setup-buffer, gnus-server-update-server)
7502         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7503
7504 2008-05-04  Juri Linkov  <juri@jurta.org>
7505
7506         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7507         (mailcap-file-default-commands): Use mailcap-replace-in-string
7508         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7509         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7510
7511 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7512
7513         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7514
7515 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7516
7517         * gnus.el: Bump version to 0.11.
7518
7519 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7520
7521         * gnus.el: No Gnus v0.10 is released.
7522
7523 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7526         hooks.
7527         (gnus-update-read-articles): Speed up non-marks-using users.
7528         (gnus-use-marks): Define gnus-use-marks.
7529         (gnus-propagate-marks): Rename variable to something more sensible.
7530
7531 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7532
7533         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7534         (gmm-image-load-path-for-library): Fix typos in docstrings.
7535         (gmm-message): Reflow docstring.
7536
7537 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7538
7539         * mail-source.el (mail-source-set-1, mail-source-bind):
7540         Move auth-source code out of the macro to clean it up and fix bugs.
7541
7542 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7543
7544         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7545         by sender if it's equal to user-mail-address, it's likely to be
7546         useless.
7547
7548         * mail-source.el (mail-source-bind): Don't use user or password if they
7549         are not bound.  Unintern them if they are nil.  Don't use server unless
7550         it's bound, and default it to empty string otherwise.
7551
7552 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7553
7554         * mail-source.el: Load auth-source.el.
7555         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7556         get user name or password, if auth-sources is set up.
7557
7558         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7559         strategy of splitting with parent.
7560         (gnus-registry-split-fancy-with-parent)
7561         (gnus-registry-post-process-groups): Use it and fix prior
7562         bug (returning a list as the split result).
7563
7564         * auth-source.el (auth-sources): Remove server parameter.
7565         (auth-source-pick, auth-source-user-or-password)
7566         (auth-source-user-or-password-imap)
7567         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7568         (auth-source-user-or-password-sftp)
7569         (auth-source-user-or-password-smtp): Remove server parameter.
7570
7571 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7572
7573         * smime.el (smime-sign-region, smime-encrypt-region)
7574         (smime-decrypt-region):
7575         Remove redundant calls to `generate-new-buffer-name'.
7576
7577 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7578
7579         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7580         Don't use QP for message/rfc822.
7581         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7582
7583 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7584
7585         * sieve-manage.el (sieve-string-bytes): Remove.
7586         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7587         correct byte-length only if the process's coding-system is the same as
7588         the one used internally by Emacs to represent strings.
7589
7590 2008-04-22  Juri Linkov  <juri@jurta.org>
7591
7592         * mailcap.el (mailcap-file-default-commands): New function.
7593
7594 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * message.el (message-signature-separator, message-cite-function):
7597         Change custom version.
7598
7599 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7600
7601         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7602         commands.
7603         (tls-checktrust): Ditto.
7604
7605 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * mm-decode.el (mm-display-external): Make temp file read-only.
7608
7609 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7612         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7613         `C-c C-f d'.
7614
7615 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7616
7617         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7618
7619 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * gnus.el: Bump version to 0.9.
7622
7623 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * gnus.el: No Gnus v0.8 is released.
7626
7627 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7628
7629         * mail-source.el (mail-source-value):
7630         Prefer fboundp to functionp so it works with macros as well.
7631
7632 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7633
7634         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7635         Fix last change in case the element is not even a symbol.
7636
7637 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7638
7639         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7640         Prefer fboundp to functionp so it works with macros as well.
7641
7642 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7643
7644         * auth-source.el: Add docs.
7645         (auth-sources): Modify format to support server.
7646         (auth-source-pick, auth-source-user-or-password)
7647         (auth-source-user-or-password-imap)
7648         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7649         (auth-source-user-or-password-sftp)
7650         (auth-source-user-or-password-smtp): Add server parameter.
7651
7652 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7653
7654         * gnus-registry.el: Initialize the registry when gnus-registry-install
7655         is t.
7656
7657 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * compface.el (uncompface): Make buffer unibyte.
7660
7661 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7662
7663         * mail-source.el (mail-source-value):
7664         Prefer fboundp to functionp so it works with macros as well.
7665
7666 2008-04-05  Glenn Morris  <rgm@gnu.org>
7667
7668         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7669
7670 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7671
7672         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7673         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7674
7675         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7676         multibyteness after rather than before erasing it.
7677
7678         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7679         mm-with-multibyte.
7680         (gnus-request-article-this-buffer): Make sure the proper decoding is
7681         used if gnus-original-article-buffer happens to be unibyte.
7682
7683         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7684         default-enable-multibyte-characters.
7685
7686         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7687         default-enable-multibyte-characters.
7688
7689         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7690
7691         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7692
7693 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7694
7695         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7696         Fix last change in case the element is not even a symbol.
7697
7698 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7699
7700         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7701         (imap-message-copyuid-1): Use it.
7702         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7703         J. Williams in
7704         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7705
7706         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7707         imap-enable-exchange-bug-workaround.
7708         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7709
7710 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7711
7712         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7713         a 100 byte status-checks into a 2-3MB transfer for each group.
7714         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7715         to enable bug workaround or not.
7716         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7717
7718 2008-03-31  Glenn Morris  <rgm@gnu.org>
7719
7720         * message.el (mml2015-use): Declare for compiler.
7721         (message-info): Require mml2015 when appropriate.
7722
7723 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7726         whitespace.
7727
7728 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7729
7730         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7731         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7732         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7733         (nntp-service-to-port): New function.
7734         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7735         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7736         (nntp-open-netcat-stream): New function.
7737         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7738
7739 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7740
7741         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7742
7743 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7744
7745         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7746
7747 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7748
7749         * dns.el (dns-write): Use set-buffer-multibyte.
7750
7751 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7752
7753         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7754
7755 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * message.el (message-signature-separator): Change default.
7758         Improve custom type.
7759         (message-cite-function): Change default to
7760         message-cite-original-without-signature.
7761
7762         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7763         toggle.
7764
7765         * message.el (message-check-news-body-syntax): Fix signature check.
7766         (message-setup-1): Mark buffer as unmodified _after_ running
7767         message-setup-hook and handling message-alternative-emails.
7768         (message-shorten-references): Be more strict when building list of
7769         valid references to comply with GNKSA.
7770
7771         * gnus-group.el (gnus-read-ephemeral-bug-group)
7772         (gnus-read-ephemeral-debian-bug-group)
7773         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7774
7775         * message.el (message-info): Don't use booleanp which isn't supported
7776         in Emacs 21 and XEmacs.
7777
7778 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7781         gnus-group-gmane-group-download-format.
7782         (gnus-group-read-ephemeral-gmane-group): Rename from
7783         gnus-group-read-ephemeral-gmane-group.
7784         (gnus-read-ephemeral-gmane-group-url): Rename from
7785         gnus-group-read-ephemeral-gmane-group-url.
7786         (gnus-bug-group-download-format-alist): New variable.
7787         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7788         (gnus-read-ephemeral-emacs-bug-group): New commands.
7789
7790 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7793         (gnus-visible-headers): Improve custom type.
7794
7795 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * mml.el (mml-menu): Add workarounds for XEmacs.
7798
7799         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7800         X-Boundary header.
7801
7802         * message.el (message-simplify-recipients): Fix previous commit.
7803
7804 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7805
7806         * mm-util.el (mm-set-buffer-multibyte): New function.
7807         * mm-decode.el (mm-copy-to-buffer): Use it.
7808
7809         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7810         Prefer fboundp to functionp so it works with macros as well.
7811
7812 2008-03-19  Glenn Morris  <rgm@gnu.org>
7813
7814         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7815         Accidentally removed in the sync process with Emacs.
7816
7817 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * message.el (message-alter-recipients-discard-bogus-full-name):
7820         New function.
7821         (message-alter-recipients-function): New variable.
7822         (message-get-reply-headers): Use it.
7823         (message-replace-header): New helper function.
7824         (message-recipients-without-full-name): New variable.
7825         (message-simplify-recipients): New command.
7826
7827         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7828
7829         * message.el (message-info): Handle EasyPG manual.
7830
7831         * mml.el (mml-menu): Add entry for EasyPG.
7832
7833 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7834
7835         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7836         parameter.
7837
7838         * message.el (message-disassociate-draft): Specify drafts group name
7839         fully.
7840
7841 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7842
7843         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7844         Eliminate unnecessary duplicates from the match list.
7845
7846 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7849
7850         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7851
7852         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7853         args of `how-many' of which the XEmacs version doesn't take; declare
7854         Info-index-next as function.
7855
7856 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * gnus-score.el (gnus-score-headers): Fix handling of
7859         gnus-inhibit-slow-scoring.
7860
7861         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7862         string.
7863         (gnus-button-url-regexp): Improve handling of parenthesis.
7864         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7865         (gnus-button-handle-info-keystrokes): Handle index entries.
7866
7867 2008-03-15  Glenn Morris  <rgm@gnu.org>
7868
7869         * parse-time.el (parse-time-string): Simplify.
7870
7871 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7874         Incoming* files.
7875
7876 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7877
7878         * auth-source.el (auth-sources): Rename from auth-source-choices.
7879         (auth-source-pick): Use it.
7880
7881 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7882
7883         * binhex.el (binhex-decode-region-internal):
7884         * uudecode.el (uudecode-decode-region-internal):
7885         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7886         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7887         setting default-enable-multibyte-characters.
7888
7889 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7890
7891         * auth-source.el (auth-source-protocols)
7892         (auth-source-protocols-customize, auth-source-choices): Add and
7893         modified variable customizations and defaults.
7894         (auth-source-pick, auth-source-user-or-password)
7895         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7896         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7897         (auth-source-user-or-password-sftp)
7898         (auth-source-user-or-password-smtp): Use new variables and provide an
7899         interface to netrc.el.
7900
7901 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7904         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7905         Make sure the nntp port to specify is a string.
7906
7907 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7908
7909         * nntp.el: Use with-current-buffer.
7910         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7911         dubious mm-with-unibyte-current-buffer.
7912         (nntp-with-open-group-function): New function extracted from
7913         nntp-with-open-group macro.
7914         (nntp-with-open-group): Use the function, so it's easier to debug.
7915         Add indentation and debugging info.
7916         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7917         Recommend the use of the netcat alternatives.
7918
7919         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7920         Avoid mm-string-as-multibyte as well.
7921
7922         * nnweb.el (nnweb-insert-html):
7923         Remove use of nnheader-string-as-multibyte.
7924
7925         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7926         (nnheader-string-as-multibyte): Remove.
7927
7928         * mm-view.el: Use inhibit-read-only.
7929         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7930         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7931         or unibyte-string.
7932
7933         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7934         (mm-uu-yenc-extract): Use with-current-buffer.
7935
7936         * gnus-soup.el (gnus-soup-send-packet): Don't use
7937         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7938
7939         * nnmh.el: Use with-current-buffer.
7940         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7941         mm-string-as-multibyte on the output of mm-encode-coding-string.
7942
7943         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7944         (nnimap-request-move-article): Use with-current-buffer.
7945
7946         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7947         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7948         conversion uses string-make-unibyte rather than string-as-unibyte.
7949
7950         * gnus-msg.el: Use with-current-buffer.
7951
7952         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7953
7954 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7955
7956         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7957         string for caching if it is 'PIN.
7958
7959 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * lpath.el: Consider the case without Emacs/W3.
7962
7963 2008-03-08  Glenn Morris  <rgm@gnu.org>
7964
7965         * time-date.el (date-to-time, time-subtract, time-add)
7966         (safe-date-to-time): Doc fixes.
7967
7968 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * mail-source.el (mail-source-delete-old-incoming-confirm):
7971         Change default to nil.
7972         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7973
7974 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * lpath.el: Rearrange.
7977
7978         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7979         (gnus-article-goto-prev-page): Work for articles having ^L's.
7980
7981         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7982
7983         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7984
7985 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7986
7987         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7988         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7989         (gnus-bookmark-jump): Adjust some variable names.
7990
7991 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7992
7993         * auth-source.el: New package.
7994         (auth-source-choices): Add customization entry point variable.
7995
7996         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7997         bug.
7998
7999 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8000
8001         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8002         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8003         (gnus-registry-install-shortcuts): Rename from
8004         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8005         the `gnus-registry-mark-map' keymap dynamically from
8006         `gnus-registry-marks'.  The generated functions update the summary line
8007         when a registry mark is added or deleted, and will call
8008         `gnus-registry-install-p' (see the comments in the code).
8009         (gnus-registry-user-format-function-M): Use concat intelligently.
8010
8011         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8012         the registry mark functions.
8013
8014 2008-03-05  Glenn Morris  <rgm@gnu.org>
8015
8016         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8017         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8018         gnus-art.
8019         (top-level): No need to load own source when compiling.
8020
8021 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8024         Suggested by <chris.anderton@zetnet.co.uk>.
8025
8026 2008-03-04  Glenn Morris  <rgm@gnu.org>
8027
8028         * gnus-sum.el (top-level): No need to require gnus when compiling,
8029         since unconditionally required near start of file.
8030         (gnus-summary-display-while-building): Move definition before use.
8031
8032 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8033
8034         * gnus-registry.el (gnus-registry-user-format-function-M):
8035         Add formatting function.
8036
8037 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8038
8039         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8040         with plists.
8041         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8042         Use new format.
8043
8044 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8047         `where-is-internal' that returns a range of key sequences.
8048
8049 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8050
8051         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8052
8053         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8054         (gnus-summary-jump-to-group): Consider windows on other displayed
8055         frames as well.  Similar changes might be needed elsewhere, but that's
8056         the one I've bumped into during my use.
8057
8058         * nndoc.el (nndoc-oe-dbx-type-p):
8059         * gnus-msg.el (gnus-debug):
8060         * gnus-group.el (gnus-update-group-mark-positions):
8061         Use mm-string-to-multibyte.
8062
8063 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8066         doesn't handle NotDashEscaped.
8067
8068         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8069         (mml-dnd-attach-options): Fix typo in custom choice.
8070
8071         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8072         Change nndoc-article-type to mbox.
8073         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8074
8075         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8076         to nil, instead of html2text.
8077
8078         * imap.el (imap-debug): Add `imap-ping-server'.
8079
8080         * gnus-bookmark.el: Add FIXMEs.
8081
8082         * message.el (message-form-letter-separator)
8083         (message-send-form-letter-delay): New variables.
8084         (message-send-form-letter): Use them.  New command to send form
8085         letters.  Requested by Uwe Siart.
8086         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8087
8088 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * Update copyright years.
8091
8092 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         Sync from EMACS_22_BASE.
8095
8096         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8097
8098 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8099
8100         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8101         empty author.
8102
8103 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8104
8105         * gnus-registry.el (gnus-registry-marks): Add variable for
8106         customization of marks and their appearance.
8107         (gnus-registry-read-mark): Use it.
8108         (gnus-registry-do-marks): Add utility function to loop through
8109         `gnus-registry-marks'.
8110         (gnus-registry-install-shortcuts-and-menus): Add function to install
8111         shortcuts and menus.
8112         (gnus-registry-initialize): Use it.
8113         (gnus-registry-default-mark): Clarify documentation.
8114
8115 2008-02-29  Glenn Morris  <rgm@gnu.org>
8116
8117         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8118         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8119         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8120         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8121         Change defcustom :version from 23.0 to 23.1.
8122
8123 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8124
8125         * gnus-registry.el (gnus-registry-follow-group-p)
8126         (gnus-registry-post-process-groups): Add functions to aid registry
8127         splitting and improve logging.  Clarify behavior in function
8128         documentation.
8129         (gnus-registry-split-fancy-with-parent): Use them.
8130
8131 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8132
8133         * gnus-art.el: Use with-current-buffer.
8134
8135 2008-02-27  David Engster  <dengste@eml.cc>
8136
8137         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8138         Express real group name in the response.
8139
8140 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8143         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8144         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8145         autoload gnus-registry-fetch-group when compiling.
8146         (nnmairix-request-group-with-article-number-correction):
8147         Remove unreferenced argument passed to nnmairix-call-backend.
8148
8149 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8152         (mm-uu-extract): Improve face for low color ttys.
8153         Reported by Sascha Wilde.
8154
8155 2008-02-27  Glenn Morris  <rgm@gnu.org>
8156
8157         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8158         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8159         variables to defconsts.  Convert comments to doc-strings.
8160         (nnmairix-last-server, nnmairix-current-server): Convert from free
8161         variables to defvars.  Convert comments to doc-strings.
8162         (gnus-registry-fetch-group): Autoload.
8163         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8164         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8165         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8166         caddr.
8167         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8168         nnmairix-request-group-with-article-number-correction call.
8169         (nnmairix-fast, nnmairix-group): New, less general names, for free
8170         variables passed from nnmairix-request-group to
8171         nnmairix-request-group-with-article-number-correction.  Declare.
8172         (nnmairix-request-group-with-article-number-correction):
8173         Use nnmairix-fast, nnmairix-group rather than fast, group.
8174
8175 2008-02-26  David Engster  <dengste@eml.cc>
8176
8177         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8178         version 0.5.
8179
8180 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8181
8182         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8183         instead of making an extra function call.  Don't add the current group
8184         to articles only when they have the group.  Use
8185         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8186         Reported by David <de_bb@arcor.de>.
8187
8188 2008-02-24  Miles Bader  <miles@gnu.org>
8189
8190         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8191         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8192         (mm-find-mime-charset-region):
8193         * mm-bodies.el (mm-encode-body):
8194         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8195
8196 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8199         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8200
8201 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * mail-source.el (mail-source-delete-incoming): Change default.
8204         Supplement doc string.
8205
8206         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8207
8208 2008-02-14  Glenn Morris  <rgm@gnu.org>
8209
8210         * time-date.el (format-seconds): New function.
8211
8212 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * nnmail.el (nnmail-message-id-cache-file): Derive from
8215         `gnus-home-directory'.
8216
8217 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8220         Document negative prefix.
8221
8222         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8223
8224 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225
8226         * message.el (message-unsent-separator): Add the Exim bounce
8227         separator.
8228
8229 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8230
8231         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8232         list.
8233         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8234         recipient/signer list.
8235
8236 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * Makefile.in (datarootdir): Define.
8239         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8240         name that might contain whitespace.
8241
8242 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8245         fbound (Emacs 23 unicode), signal an error.
8246
8247 2008-02-08  Glenn Morris  <rgm@gnu.org>
8248
8249         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8250
8251 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8252
8253         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8254         ports to the calls to `netrc-machine-user-or-password' in addition to
8255         "imap" and "imaps".
8256
8257 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8258
8259         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8260
8261         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8262
8263 2008-02-01  Kenichi Handa  <handa@m17n.org>
8264
8265         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8266         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8267         (rfc2104-hash): Convert the result of concat to unibyte string.
8268
8269 2008-02-01  Dave Love  <fx@gnu.org>
8270
8271         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8272         coding-system-for-read.
8273         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8274
8275 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8278         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8279         <hanche@math.ntnu.no>.
8280
8281 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8284
8285         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8286
8287 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8288
8289         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8290         * message.el (message-beginning-of-line): Use featurep instead of bound
8291         tests in order to resolve conditionals at compile time.
8292
8293 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8294
8295         * mail-source.el (mail-sources): Add `group' choice.
8296
8297         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8298         parameter `in-group' to control into which group the articles go.
8299         Add treatment of `group' mail-source.
8300
8301 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8304
8305         * mm-decode.el (mm-dissect-buffer): Decode description.
8306
8307         * mml.el (mml-to-mime): Encode message header first.
8308
8309 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8312         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8313
8314         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8315         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8316
8317 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8318
8319         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8320
8321 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8324         prefix keys.
8325         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8326         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8327         gnus-xmas.el.
8328
8329         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8330         (gnus-xmas-article-describe-bindings): New function.
8331         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8332         gnus-xmas-article-describe-bindings.
8333
8334         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8335
8336 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8337
8338         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8339         Add new variables for article mark management.
8340         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8341         list of extra data entries which, when present, will indicate that the
8342         article ID should not be trimmed from the registry.
8343         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8344         functions.
8345         (gnus-registry-read-mark): New function to read a mark name from the
8346         user.
8347         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8348         (gnus-registry-set-article-mark-internal): New functions to add and
8349         remove marks.
8350         (gnus-registry-get-article-marks): New function to show the marks for
8351         an article, or retrieve them for further use.
8352
8353 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8356         keys when no argument is given.
8357
8358 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * imap.el (imap-ping-server): New variable.
8361         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8362         (imap-ping-server): Minor doc string fixes.
8363
8364 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8365
8366         * imap.el (imap-ping-server): New function.
8367         (imap-opened): Call imap-ping-server.
8368
8369 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * gnus-sum.el (gnus-article-sort-by-random)
8372         (gnus-thread-sort-by-random): Fix doc strings.
8373         Reported by jidanni@jidanni.org.
8374
8375 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-art.el (gnus-article-describe-bindings): New function.
8378         (gnus-article-read-summary-keys): Use it.
8379         (gnus-article-mode-map): Bind `C-h b' to it.
8380
8381 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8384         XEmacs.
8385         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8386         Protect against non-character events.
8387
8388         * lpath.el: Fbind map-keymap for Emacs 21.
8389
8390 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8393         New command.
8394         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8395         instead of END.  Change name of the temp file.
8396         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8397         customizable.
8398
8399 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8402         bind `S W' to gnus-article-wide-reply-with-original; set default
8403         binding to gnus-article-read-summary-send-keys.
8404         (gnus-article-read-summary-keys): Fix the order of keys; display
8405         continuation keys correctly in the echo area; describe bindings
8406         correctly when keys end with `C-h'.
8407         (gnus-article-read-summary-send-keys): New function.
8408         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8409         Work for gnus-article-read-summary-send-keys; display continuation keys
8410         correctly in the echo area.
8411         (gnus-article-reply-with-original): Ignore prefix argument.
8412         (gnus-article-wide-reply-with-original): New function.
8413
8414         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8415         Emacs 21.
8416
8417 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8420         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8421
8422 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8425         (gnus-group-read-ephemeral-gmane-group): New command.
8426
8427 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8428
8429         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8430
8431 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * message.el (message-send-mail-function): Increase custom version.
8434
8435         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8436         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8437
8438 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8441         for the cases where imap-authenticate is called with a nil buffer
8442         parameter.
8443
8444 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8447         html parts correctly; support forwarded messages.
8448         (gnus-article-browse-html-article): Remove work buffers.
8449
8450         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8451         compiling.
8452         (netrc-bound-and-true-p): New macro.
8453         (netrc-parse): Use it instead of bound-and-true-p that is not available
8454         in XEmacs 21.4.
8455
8456 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8457
8458         * gnus-registry.el (gnus-registry-mark-article)
8459         (gnus-registry-article-marks): Add functionality to mark articles
8460         through the Gnus registry.
8461
8462         * encrypt.el: Clarify documentation for the new pgg method.
8463         (encrypt-file-alist): Add PGG option.
8464         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8465         functionality.  Abstract password key and messaging to external
8466         functions.
8467         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8468         (encrypt-message-method-and-cipher): Add new convenience external
8469         functions.
8470         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8471         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8472
8473         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8474         (netrc-parse): Use encrypt-file-alist to determine if
8475         encrypt-find-model or encrypt-insert-file-contents should be used.
8476
8477         * encrypt.el: Clarify documentation.  Load password-cache or
8478         password, whichever one is found first, instead of autoloading.
8479
8480 2007-12-19  Glenn Morris  <rgm@gnu.org>
8481
8482         * mml.el (message-options-set, message-narrow-to-head)
8483         (message-in-body-p, message-mail-p, message-encode-message-body):
8484         Autoload.
8485         (message-remove-header, message-narrow-to-headers-or-head)
8486         (message-subscribed-p, message-make-mail-followup-to)
8487         (message-position-on-field, message-news-p)
8488         (message-options-set-recipient, message-generate-headers)
8489         (message-sort-headers): Declare as functions.
8490
8491 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8494         convention in doc string.
8495
8496 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8499         title to html parts.
8500         (gnus-article-browse-html-article): Pass message header to it.
8501
8502         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8503
8504 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8507         or password compatible with XEmacs.
8508
8509 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8512         format document.
8513         (gnus-mime-delete-part): Don't write description line if empty.
8514         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8515
8516 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8517
8518         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8519         (gnus-summary-mark-read-and-unread-as-read)
8520         (gnus-summary-mark-current-read-and-unread-as-read)
8521         (gnus-summary-mark-unread-as-ticked): Doc fix.
8522         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8523
8524 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8527         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8528
8529 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8532         yes-or-no-p.
8533
8534 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * mm-decode.el (mm-add-meta-html-tag): New function.
8537         (mm-save-part-to-file, mm-pipe-part): Use it.
8538
8539         * gnus-art.el (gnus-article-browse-delete-temp-files):
8540         Use gnus-y-or-n-p instead of y-or-n-p.
8541         (gnus-article-browse-html-parts): Work with message/external-body; use
8542         mm-add-meta-html-tag.
8543
8544 2007-12-11  Glenn Morris  <rgm@gnu.org>
8545
8546         * gnus-cache.el: Require gnus-sum not just when compiling.
8547
8548         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8549
8550         * gnus-int.el (gnus-server-opened, gnus-status-message):
8551         Move definitions before use.
8552
8553         * mm-decode.el: Require gnus-util.
8554         (mm-remove-part): Only call delete-annotation on XEmacs.
8555
8556         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8557
8558         * nnmail.el: Require gnus-int.
8559
8560         * spam.el: Move `require's before `eval-when-compile's.
8561
8562         * gnus-ems.el (gnus-alive-p):
8563         * gnus-fun.el (message-goto-eoh):
8564         * gnus-util.el (gnus-group-name-decode):
8565         * mail-source.el (gnus-compress-sequence):
8566         * message.el (Info-goto-node, format-spec):
8567         * mm-bodies.el (message-options-get):
8568         * mm-decode.el (mm-view-pkcs7):
8569         * mm-util.el (gmm-write-region):
8570         * mml-smime.el (mml-compute-boundary)
8571         (gnus-completing-read-with-default):
8572         * mml.el (widget-button-press, gnus-make-hashtable):
8573         * mml1991.el (mm-decode-content-transfer-encoding)
8574         (mm-encode-content-transfer-encoding)
8575         (message-options-get, message-options-set):
8576         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8577         * nnfolder.el (gnus-request-group):
8578         * nnheader.el (ietf-drums-unfold-fws):
8579         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8580         * smime.el (gnus-run-mode-hooks):
8581         * spam-stat.el (gnus-message): Autoload.
8582
8583         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8584         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8585         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8586         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8587         Add declare-function compatibility definition.
8588
8589         * gnus-cache.el (nnvirtual-find-group-art):
8590         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8591         (gnus-add-image, gnus-add-wash-type):
8592         * gnus-group.el (nnkiboze-score-file):
8593         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8594         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8595         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8596         (message-tokenize-header, gnus-get-buffer-create)
8597         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8598         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8599         * gnus.el (gnus-group-decoded-name):
8600         * mail-source.el (imap-capability):
8601         * mm-bodies.el (message-options-set):
8602         * mm-decode.el (gnus-configure-windows):
8603         * mm-extern.el (message-goto-body):
8604         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8605         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8606         (epg-sub-key-validity, message-options-set):
8607         * mml.el (widget-event-point, gnus-configure-windows):
8608         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8609         * mml2015.el (epg-check-configuration, epg-configuration)
8610         (message-options-set):
8611         * nndb.el (nndb-request-article):
8612         * nnfolder.el (gnus-request-create-group):
8613         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8614         * nnmaildir.el (gnus-group-mark-article-read):
8615         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8616         * rfc1843.el (message-fetch-field):
8617         * spam.el (gnus-extract-address-components):
8618         Declare as functions.
8619
8620 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8623
8624         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8625
8626         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8627         bind show-trailing-whitespace for XEmacs.
8628
8629 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8632         new no-op macro for backward compatibility.
8633
8634         * imap.el (imap-string-to-integer): New function.
8635
8636 2007-12-09  Glenn Morris  <rgm@gnu.org>
8637
8638         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8639
8640         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8641         * message.el, mm-view.el, sieve-manage.el, smime.el:
8642         Add declare-function compatibility definition.
8643
8644         * gnus-art.el (w3-region, w3m-region, Info-menu):
8645         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8646         * gnus-sum.el (gnus-get-predicate):
8647         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8648         * message.el (mail-abbrev-in-expansion-header-p):
8649         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8650         (w3m-detect-meta-charset, w3m-region):
8651         * sieve-manage.el (password-read, password-cache-add)
8652         (password-cache-remove):
8653         * smime.el (password-read-and-add): Declare as functions.
8654
8655 2007-12-08  David Kastrup  <dak@gnu.org>
8656
8657         * gnus-sum.el (gnus-summary-simplify-subject-query):
8658         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8659         `message'.
8660
8661 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8664         it to bind idna-program, installation-directory, defined-colors, and
8665         face-attribute for XEmacs of the version that compiles defcustom forms.
8666
8667 2007-12-07  Glenn Morris  <rgm@gnu.org>
8668
8669         * gnus-art.el (article-make-date-line): Revert previous change.
8670
8671 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8672
8673         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8674
8675 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8676
8677         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8678         Call gnus-add-to-range ranges only once with a prepared article-list.
8679
8680 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8681
8682         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8683         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8684         group names with backslashes.
8685         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8686
8687 2007-12-06  Deepak Goel  <deego3@gmail.com>
8688
8689         * gnus-art.el (article-make-date-line):
8690         * gnus-start.el (gnus-load):
8691         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8692
8693 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * gnus-art.el (gnus-use-idna)
8696         * gnus-start.el (gnus-site-init-file)
8697         * message.el (message-use-idna)
8698         * mm-uu.el (mm-uu-hide-markers)
8699         * smiley.el (smiley-style): Revert changes that suppress warnings.
8700
8701 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8704         specify charset to html source.
8705         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8706
8707 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8710         idna-program in order to suppress byte compile warning issued by XEmacs
8711         that came to byte compile the default value section of defcustom forms
8712         recently.
8713
8714         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8715         value of installation-directory.
8716
8717         * message.el (message-use-idna): Don't directly refer to the value of
8718         idna-program.
8719
8720         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8721
8722         * smiley.el (smiley-style): Don't directly call face-attribute.
8723
8724 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8727
8728         * gnus-dired.el: Reduce Gnus dependencies.
8729         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8730         Don't require.  Use autoloads instead.
8731         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8732         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8733         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8734         (gnus-dired-mode): Adjust doc string.
8735         (gnus-dired-mail-mode): New variable.
8736         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8737         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8738         (gnus-dired-mail-buffers): New function.  Return mail or message
8739         composition buffers.
8740         (gnus-dired-attach): Use it.
8741         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8742         NO-DECODE.
8743         (gnus-dired-print): Use `gnus-print-buffer' depending on
8744         `gnus-dired-mail-mode'.
8745
8746 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * rfc2047.el (rfc2047-encoded-word-regexp)
8749         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8750         explaining what regexp patterns are for.
8751
8752 2007-12-04  Glenn Morris  <rgm@gnu.org>
8753
8754         * password.el: Move to password-cache.el.
8755
8756         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8757         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8758         * mml-smime.el (password-read, password-cache-add)
8759         (password-cache-remove):
8760         No need to autoload, since mml-sec requires password.
8761
8762         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8763         * message.el (gnus-extract-address-components):
8764         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8765
8766         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8767         password.
8768
8769 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * mailcap.el: Reduce dependencies.
8772         (mail-header-parse-content-type): Autoload.
8773         (mailcap-delete-duplicates): New alias.
8774         (mailcap-mime-info): Add optional argument NO-DECODE.
8775         (mailcap-mime-types): Use mailcap-delete-duplicates.
8776
8777         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8778
8779 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8780
8781         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8782         (imap-parse-status): Upcase status-att for servers that sends them
8783         lower-case (e.g., MS Exchange 2007).
8784
8785 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8788         function.
8789
8790         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8791         (gnus-uu-yenc-article): New function.
8792
8793         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8794
8795         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8796
8797 2007-12-02  Glenn Morris  <rgm@gnu.org>
8798
8799         * binhex.el (binhex): New custom group.
8800         (binhex-decoder-program, binhex-decoder-switches)
8801         (binhex-use-external): Move to the binhex custom group.
8802
8803         * uudecode.el (uudecode): New custom group.
8804         (uudecode-decoder-program, uudecode-decoder-switches)
8805         (uudecode-use-external): Move to the uudecode custom group.
8806
8807         * netrc.el (top-level): Don't load `encrypt' features.
8808         (netrc-parse): Don't use encrypt.
8809         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8810
8811         * encrypt.el: Remove file.
8812
8813 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8816         matches on patches.
8817
8818         * gnus-art.el (gnus-article-browse-html-article):
8819         Mention `mm-text-html-renderer' in the doc string.
8820
8821         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8822         string.  Add comments.
8823
8824         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8825         if rhs is ASCII.
8826
8827 2007-12-01  Glenn Morris  <rgm@gnu.org>
8828
8829         * mail-source.el (top-level): Require format-spec before
8830         eval-when-compile.
8831
8832 2007-11-30  Glenn Morris  <rgm@gnu.org>
8833
8834         * encrypt.el: Require password, rather than autoloading password-read.
8835
8836 2007-11-29  Glenn Morris  <rgm@gnu.org>
8837
8838         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8839         (sasl-make-client, sasl-next-step, sasl-step-data)
8840         (sasl-step-set-data): Declare as functions.
8841
8842 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8845
8846 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8847
8848         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8849         certs should be verified and what is to be done in the event of a
8850         verification failure.
8851
8852         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8853         caller can indicate whether the cache should be disregarded for this
8854         call.  This way the result of the call is reproducible at all times and
8855         can be considered a canonical server name for the supplied method.
8856         (gnus-agent-method-p): Canonicalize server names by pushing their
8857         method through `gnus-method-to-server' using the no-cache argument.
8858
8859         * gnus-srvr.el (gnus-server-insert-server-line):
8860         Call `gnus-method-to-server' with `no-cache' argument.
8861
8862         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8863         gnus-agent-possibly-synchronize-flags as this should be called when the
8864         server is actually being opened.
8865         (gnus-agent-possibly-synchronize-flags)
8866         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8867         flags file of an agentized server to the latter function.
8868
8869         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8870         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8871         after a connection has been established successfully.
8872
8873 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-art.el (article-display-face): Force to display face if called
8876         interactively; check if gnus-article-x-face-too-ugly matches author.
8877         (article-display-x-face): Display face even if From header is missing
8878         as article-display-face does.
8879
8880 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8881
8882         * hashcash.el (message-narrow-to-headers-or-head)
8883         (message-fetch-field, message-goto-eoh)
8884         (message-narrow-to-headers): Declare as functions.
8885
8886 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * mail-source.el (mail-sources): Default to fetch from file for
8889         compatibility with default of nnmail-spool-file.
8890
8891 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8894         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8895         to look for encoded word that should be encoded again.
8896         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8897         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8898         encoding pattern.
8899         (rfc2047-decode-region): Switch strict regexp and loose one according
8900         to rfc2047-allow-irregular-q-encoded-words.
8901
8902 2007-11-25  Romain Francoise  <romain@orebokech.com>
8903
8904         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8905
8906 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * tls.el (tls-program): Provide more custom choices from
8909         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8910         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8911
8912 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8915         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8916
8917         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8918         `nnmail-spool-file'.
8919
8920         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8921         `nnmail-spool-file'.
8922
8923         * gnus-move.el (gnus-change-server): Ditto.
8924
8925         * gnus-kill.el (gnus-batch-score): Ditto.
8926
8927         * gnus-cache.el (gnus-jog-cache): Ditto.
8928
8929         * gnus-msg.el (gnus-summary-reply):
8930         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8931
8932 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8935         version.  Minor improvement to doc strings.
8936         (tls-program): Add comment.
8937
8938 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8939
8940         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8941         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8942         mismatch between the hostname provided in the certificate and the name
8943         of the host connnecting to.
8944         (open-tls-stream): Use them.  Check certificates against trusted root
8945         certificates.
8946
8947 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * gnus-cache.el (gnus-cache-generate-nov-databases):
8950         Use nnml-generate-nov-databases-directory instead of
8951         nnml-generate-nov-databases-1.
8952
8953 2007-11-24  Glenn Morris  <rgm@gnu.org>
8954
8955         * message.el (message-tool-bar-retro): Update for rename
8956         mail_send.xpm->mail-send.xpm.
8957
8958 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8961         `smime-ldap-search' for Emacs 22 and up.
8962
8963 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8964
8965         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8966
8967         * message.el (message-send-mail-function): Fix error convention.
8968         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8969         (message-widen-reply, message-send-mail, message-talkative-question)
8970         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8971         (message-clone-locals, message-send-news): Use with-current-buffer.
8972         (message-insert-or-toggle-importance): Remove unused var `valid'.
8973         (message-make-references): Remove unused var `new-references'.
8974         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8975
8976 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8977
8978         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8979         (spam-split-symbolic-return-positive): Reflow docstring.
8980         (spam-backends, spam-summary-exit-behavior)
8981         (spam-mark-ham-unread-before-move-from-spam-group)
8982         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8983         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8984         (spam-clear-cache, spam-backend-check, spam-install-backend)
8985         (spam-install-statistical-backend, spam-list-of-processors)
8986         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8987         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8988         (spam-check-crm114, spam-initialize, spam-unload-hook):
8989         Fix typos in docstrings.
8990
8991 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8994         been checked if they have never been read and those group levels are
8995         higher than the one that a user specified.
8996
8997 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9000         foreign groups unless a group level is specified by a user.
9001         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9002
9003 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * message.el (message-send-mail-function): Require sendmail.
9006
9007 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * message.el (message-send-mail-function): Check for smtpmail too.
9010
9011         * utf7.el (utf7-encode, utf7-decode): Use coding system
9012         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9013
9014         * message.el (message-send-mail-function): New function.
9015         (message-send-mail-function): Set default using
9016         message-send-mail-function.  Adjust doc string.
9017         (message-send-mail-with-mailclient): New function.
9018
9019 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9020
9021         * smime.el (from):
9022         * rfc2047.el (message-posting-charset):
9023         * qp.el (mm-use-ultra-safe-encoding):
9024         * pop3.el (parse-time-months):
9025         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9026         * nnml.el (files):
9027         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9028         (jka-compr-compression-info-list, ange-ftp-path-format)
9029         (efs-path-regexp):
9030         * nndiary.el (files):
9031         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9032         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9033         (epg-digest-algorithm-alist, inhibit-redisplay)
9034         (password-cache-expiry):
9035         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9036         (pgg-output-buffer, password-cache-expiry):
9037         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9038         (efs-path-regexp):
9039         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9040         (inhibit-redisplay):
9041         * mm-uu.el (file-name, start-point, end-point, entry)
9042         (gnus-newsgroup-name, gnus-newsgroup-charset):
9043         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9044         (latin-unity-ucs-list):
9045         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9046         (mm-uu-binhex-decode-function):
9047         * message.el (gnus-message-group-art, gnus-list-identifiers)
9048         (rmail-enable-mime-composing, gnus-local-organization)
9049         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9050         (gnus-read-active-file, facemenu-add-face-function)
9051         (facemenu-remove-face-function, gnus-article-decoded-p)
9052         (tool-bar-mode):
9053         * mail-source.el (display-time-mail-function):
9054         * gnus-util.el (nnmail-pathname-coding-system)
9055         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9056         (gnus-original-article-buffer, gnus-user-agent)
9057         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9058         (xemacs-codename, sxemacs-codename, emacs-program-version):
9059         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9060         * gnus-start.el (gnus-agent-covered-methods)
9061         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9062         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9063         (gnus-newsgroup-headers, gnus-group-list-mode)
9064         (gnus-group-mark-positions, gnus-newsgroup-data)
9065         (gnus-newsgroup-unreads, nnoo-state-alist)
9066         (gnus-current-select-method, mail-sources)
9067         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9068         (nnmail-spool-file, gnus-cache-active-hashtb):
9069         * gnus-mh.el (mh-lib-progs):
9070         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9071         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9072         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9073         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9074         (gnus-group-buffer):
9075         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9076         (font-lock-set-defaults):
9077         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9078         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9079         (gnus-summary-post-menu, total-parts, type, condition, length):
9080         * gnus-agent.el (gnus-agent-read-agentview):
9081         * flow-fill.el (show-trailing-whitespace):
9082         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9083         eval-and-compile wrappers for byte compiler pacifiers.
9084
9085         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9086         (mm-display-inline-fontify): Check for featurep 'xemacs not
9087         extent-list.
9088
9089         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9090         itimer-list.
9091         (mm-create-image-xemacs): Only do something for XEmacs.
9092         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9093
9094         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9095
9096         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9097         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9098
9099 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9100
9101         * nnimap.el (nnimap-split-download-body):
9102         * gnus-demon.el (gnus-demon):
9103         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9104
9105 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9108         New macros.
9109         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9110         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9111         copy data from unibyte buffer to multibyte current buffer.
9112         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9113         to copy data from unibyte current buffer to multibyte buffer.
9114         (nntp-make-process-buffer): Make process buffer unibyte.
9115
9116         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9117
9118 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9119
9120         * pop3.el (pop3-open-server): Accept and process data more robustly at
9121         connexion start to avoid spurious "POP SSL connexion failed" errors.
9122
9123 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9126         read group names.
9127
9128 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9131
9132 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9135         (nnmail-save-active): Use a unibyte buffer when saving active file,
9136         which may contain non-ASCII group names.
9137
9138         * nnml.el (nnml-request-group): Decode group names in messages.
9139
9140 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * message.el (message-citation-line-function)
9143         (message-insert-formatted-citation-line): Fix spelling of
9144         `message-insert-formated-citation-line'.
9145
9146 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9149
9150 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9153         nnmail-pathname-coding-system.
9154
9155         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9156         that a user enters; decode group names in messages.
9157
9158         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9159
9160 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9163
9164         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9165
9166         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9167         risky local variable.
9168
9169         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9170
9171 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9172
9173         * encrypt.el: Improve documentation to fix function name typo.
9174         Reported by Daiki Ueno <ueno@unixuser.org>.
9175
9176 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9179         even if the point is not in the last page of an article.
9180         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9181         back to the previous page.
9182
9183 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9186
9187 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9190
9191 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9192
9193         * message.el (message-check-news-body-syntax):
9194         Avoid mm-string-as-multibyte.
9195         (message-hide-headers): Don't assume (point-min)==1.
9196
9197 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * message.el (message-remove-blank-cited-lines): Fix if remove is
9200         given.
9201         (message-bogus-address-regexp): New variable.
9202         (message-bogus-recipient-p): New function.
9203         (message-check-recipients): New command.
9204         (message-syntax-checks): Add `bogus-recipient'.
9205         (message-fix-before-sending): Add `bogus-recipient'.
9206
9207         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9208         (gnus-treat-body-boundary): Don't test window-system.
9209
9210 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9211
9212         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9213
9214 2007-10-28  Miles Bader  <miles@gnu.org>
9215
9216         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9217         at compile-time too.
9218
9219 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * gnus-msg.el (gnus-message-setup-hook):
9222         Add `message-remove-blank-cited-lines' to options.
9223
9224 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * message.el (message-remove-blank-cited-lines): New function.
9227         Suggested by Karl Plästerer.
9228
9229 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9232         mapc.
9233
9234         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9235         (top-level): Use mapc to set functions to be traced for debugging.
9236
9237         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9238         called for effect with while loop.
9239
9240         * message.el (message-talkative-question): Replace mapcar called for
9241         effect with mapc.
9242
9243         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9244         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9245         called for effect with dolist.
9246
9247         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9248
9249         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9250         gnus-extra-headers and nnmail-extra-headers.
9251
9252         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9253         called for effect with dolist.
9254         (top-level): Use mapc to set functions to be traced for debugging.
9255
9256         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9257         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9258         dolist.
9259
9260         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9261         Replace mapcar called for effect with mapc.
9262         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9263         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9264         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9265         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9266
9267         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9268         remove-if that's a cl function.
9269
9270         * webmail.el (webmail-debug): Replace mapcar called for effect with
9271         dolist.
9272
9273         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9274         with mapc.
9275
9276 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9279         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9280         with while loop.
9281
9282         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9283         functions from article-* functions.
9284         (gnus-multi-decode-header): Replace mapcar called for effect with
9285         dolist.
9286
9287         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9288         (gnus-bookmark-show-details): Replace mapcar called for effect with
9289         while loop.
9290
9291         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9292         called for effect with while loop.
9293
9294         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9295         with dolist.
9296
9297         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9298         Replace mapcar called for effect with dolist.
9299
9300         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9301
9302         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9303         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9304         Replace mapcar called for effect with dolist.
9305         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9306         mapc.
9307
9308         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9309         Replace mapcar called for effect with dolist.
9310         (gnus-topic-list): Replace mapcar called for effect with mapc.
9311
9312         * gnus.el: Use mapc instead of mapcar to add autoloads.
9313
9314 2007-10-23  Richard Stallman  <rms@gnu.org>
9315
9316         * gnus-group.el (gnus-group-highlight): Mark as risky.
9317
9318 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus.el (gnus-server-to-method): Return method found first in
9321         gnus-newsrc-alist.
9322
9323         * gnus-art.el (gnus-article-highlight-signature)
9324         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9325         button overlay without the front stickiness.
9326
9327 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9328
9329         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9330         overview buffer needed a catch to receive its throw.
9331         (gnus-agent-flush-cache): Declare as interactive to make this function
9332         easier to use.
9333
9334 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9337         `next-line'.
9338
9339 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9342         exclude address matching message-dont-reply-to-names.
9343
9344 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-util.el (gnus-string<): New function.
9347
9348         * gnus-sum.el (gnus-article-sort-by-author)
9349         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9350
9351 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9354         the frame-focus tag is set in gnus-buffer-configuration.
9355
9356 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9359         the front stickiness.
9360
9361 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9364         url pattern; remove duplicate one.
9365         (gnus-article-extend-url-button): New function.
9366         (gnus-article-add-buttons): Use it.
9367         (gnus-button-push): Use concatenated url that it makes.
9368
9369 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9370
9371         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9372
9373 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9374
9375         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9376         Don't hardcode point-min==1.
9377
9378 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9379
9380         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9381         Fix comment about "iso8859-1".
9382
9383 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9384
9385         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9386         ones returned from the verify-function.
9387
9388         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9389         Call mml2015-extract-cleartext-signature if extraction failed.
9390
9391 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9392
9393         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9394         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9395         failed.
9396
9397 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9400
9401 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9404         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9405         recommends to use EasyPG instead of PGG.
9406
9407         * pgg.el: Revert to revision 6.23.2.16.
9408
9409         * pgg-def.el: Revert to revision 6.6.2.14.
9410
9411         * pgg-gpg.el: Revert to revision 6.23.2.34.
9412
9413 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9414
9415         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9416         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9417         thread for both the null and zero (kill/expire thread) universal prefix
9418         cases.
9419         (gnus-summary-expire-thread): Add new function to expire a thread,
9420         using gnus-summary-kill-thread.
9421         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9422         shortcuts for gnus-summary-expire-thread.
9423         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9424         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9425
9426 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9427
9428         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9429         extras value, so an extras entry can be deleted.
9430         (gnus-registry-delete-extra-entry): Use it.
9431         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9432         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9433         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9434         storage through the gnus-registry, and provide an appropriate API for
9435         it.
9436
9437 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9440         Suggested by Leo <sdl.web@gmail.com>.
9441
9442         * gnus.el: Do.
9443
9444 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9447         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9448
9449         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9450
9451         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9452         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9453
9454 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9457         newline.
9458         (nnmbox-request-accept-article): Don't change article in source buffer;
9459         narrow to header to use message-fetch-field rather than
9460         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9461         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9462         as delimiters; make sure article ends with newline.
9463         (nnmbox-delete-mail): Correct last position of article to be deleted;
9464         ignore X-Gnus-Newsgroup header in article body.
9465         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9466         positions; make sure article ends with newline.
9467
9468         * message.el (message-display-abbrev): Don't infloop when a user
9469         inserts SPC in the beginning of header.
9470
9471         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9472         coding-system-for-read and coding-system-for-write for XEmacs having no
9473         file-coding feature.
9474
9475         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9476
9477 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9478
9479         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9480         list of groups not followed by default.  Fix type to be regexp.
9481         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9482
9483 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9484
9485         * hmac-def.el (define-hmac-function): Switch from old-style to
9486         new-style backquotes.
9487
9488         * md4.el (md4-make-step): Likewise.
9489
9490 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9493         raw-text coding system when saving .newsrc file, which may contain
9494         non-ASCII group names.
9495
9496 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-cus.el (gnus-score-extra): New widget.
9499         (gnus-score-extra-convert): New function.
9500         (gnus-score-customize): Use it for Extra.
9501
9502 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9503
9504         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9505         (mml2015-mailcrypt-clear-verify): Use it.
9506         (mml2015-gpg-clear-verify): Use it.
9507         (mml2015-pgg-clear-verify): Use it.
9508         (mml2015-epg-clear-verify): Replace the current part with the output
9509         from GnuPG; don't extract the plaintext by itself.
9510
9511         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9512         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9513         mml2015-clear-verify-function; don't touch the armor headers or
9514         dash-escaped text here.
9515
9516 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9519         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9520         parts, or application/octet-stream as a last resort.
9521         (gnus-mime-view-part-as-type): Don't toggle display.
9522         (gnus-mime-view-part-as-charset): Don't turn off display before
9523         querying charset.
9524
9525         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9526         stuff to undisplayer function in Emacs.
9527         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9528
9529         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9530         text/calendar parts.
9531
9532 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9535         decoding text/calendar parts.
9536
9537         * message.el (message-forward-make-body-mime): Always mark body as
9538         having no illegible text; remove signed-or-encrypted argument.
9539         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9540
9541         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9542         (mml-generate-mime-1): Don't encode body if it is specified to be in
9543         raw form; don't make buffer be unibyte when inserting multibyte string.
9544
9545 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9546
9547         * sha1.el: Fix up comment style.
9548         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9549         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9550
9551         * hex-util.el: Fix up comment style.
9552         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9553
9554         * gnus-salt.el: Use with-current-buffer.
9555         (gnus-pick-setup-message): Fix long-standing typo.
9556
9557 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * imap.el (imap-logout-timeout): New variable.
9560         (imap-logout, imap-logout-wait): New functions.
9561         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9562
9563         * nnimap.el (nnimap-logout-timeout): New server variable.
9564         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9565         nnimap-logout-timeout.
9566
9567         * gnus-art.el (gnus-article-summary-command-nosave)
9568         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9569
9570 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus.el (gnus-maximum-newsgroup): New variable.
9573
9574         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9575         according to gnus-maximum-newsgroup.
9576
9577         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9578         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9579         Limit the range of articles according to gnus-maximum-newsgroup.
9580
9581 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9582
9583         * gnus-art.el (gnus-sticky-article): Fix problems described in
9584         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9585         Don't perform gnus-configure-windows here; reuse existing sticky
9586         article buffer.
9587
9588         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9589         it doesn't exist in gnus-article-mode.
9590
9591 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9594         (gnus-agent-decoded-group-name): New function.
9595         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9596         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9597
9598 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9599
9600         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9601         Add binding for gnus-sticky-article.
9602         (gnus-summary-exit): Don't kill sticky article buffers.
9603
9604         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9605         article buffer.
9606         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9607         (gnus-kill-sticky-article-buffers): New commands.
9608
9609 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * nntp.el (nntp-xref-number-is-evil): New server variable.
9612         (nntp-find-group-and-number): If it is non-nil, don't trust article
9613         numbers in the Xref header.
9614
9615 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * gnus-agent.el (gnus-agent-read-group): New function.
9618         (gnus-agent-flush-group, gnus-agent-expire-group)
9619         (gnus-agent-regenerate-group): Use it.
9620         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9621         nnmail-pathname-coding-system.
9622
9623 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9626
9627         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9628         that are unread as unread, and also as selected so that information of
9629         marks having been changed by a user may be updated when exiting group.
9630
9631 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9634
9635 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9638         calculated ignoring signature parts to gnus-treat-article.
9639
9640 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9643         a point here in order to keep the window start.
9644         (gnus-insert-mime-security-button): Make a button overlay without the
9645         front stickiness.
9646         (gnus-mime-display-security): Goto the end of a button.
9647
9648         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9649
9650 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9653         group-name-at-point.
9654         (gnus-group-completing-read): New function that offers decoded
9655         non-ASCII group names for completion.
9656         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9657         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9658         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9659         (gnus-group-fetch-control): Use it.
9660         (gnus-fetch-group): Use group-name-at-point for the initial value
9661         rather than the default value; use gnus-alive-p.
9662
9663         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9664         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9665         (gnus-summary-post-news): Use gnus-group-completing-read.
9666
9667         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9668         (gnus-read-move-group-name): Decode group name for completion.
9669
9670 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9671
9672         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9673         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9674         Yamaoka slightly modified the code).
9675
9676 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9679         (nnmail-split-incoming): Bind it.
9680
9681         * nnml.el (nnml-group-name-charset): New function.
9682         (nnml-decoded-group-name): Use it; don't decode group name if
9683         nnmail-group-names-not-encoded-p is non-nil.
9684         (nnml-encoded-group-name): New function.
9685         (nnml-group-pathname): Inline nnml-decoded-group-name.
9686         (nnml-request-expire-articles): Decode group name in message.
9687         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9688         nnmail-pathname-coding-system.
9689         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9690         not decoded ones according to nnmail-group-names-not-encoded-p.
9691         (nnml-generate-active-info): Use nnml-encoded-group-name.
9692
9693 2007-08-08  Glenn Morris  <rgm@gnu.org>
9694
9695         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9696         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9697         doc-strings and comments.
9698
9699 2007-07-25  Glenn Morris  <rgm@gnu.org>
9700
9701         * Relicense all FSF files to GPLv3 or later.
9702
9703 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-sum.el (gnus-summary-move-article):
9706         Make gnus-summary-respool-article work.
9707
9708 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9711         string.
9712
9713 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9714
9715         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9716         that should be ignored when comparing distant RSS articles with local
9717         ones.
9718         (nnrss-make-hash-index): New function.  Create a hash index according
9719         to the ignored fields.
9720         (nnrss-check-group): Use it.
9721
9722 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9725
9726         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9727
9728         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9729         the new optional argument ENCODED is non-nil.
9730         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9731         coding system for encoding group name.
9732         (gnus-group-make-rss-group): Pass un-encoded group name to
9733         gnus-group-make-group.
9734         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9735         encoded.
9736
9737         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9738         Encode group name to which articles are moved or copied.
9739         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9740         coding system for encoding Newsgroup, Followup-To and Xref headers.
9741
9742         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9743         marks; use nnheader-file-coding-system to write a file.
9744         (nnagent-retrieve-headers): Bind file-name-coding-system to
9745         nnmail-pathname-coding-system.
9746
9747         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9748
9749         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9750         (nnml-request-article, nnml-request-create-group)
9751         (nnml-request-rename-group, nnml-find-id)
9752         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9753         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9754         (nnml-save-marks): Use nnml-group-pathname instead of
9755         nnmail-group-pathname.
9756
9757         (nnml-request-create-group, nnml-request-expire-articles)
9758         (nnml-request-move-article, nnml-request-delete-group)
9759         (nnml-deletable-article-p, nnml-possibly-create-directory)
9760         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9761         (nnml-open-marks): Bind file-name-coding-system to
9762         nnmail-pathname-coding-system.
9763
9764         (nnml-request-article): Pass server argument to nnml-find-group-number.
9765         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9766         Pass server argument to nnml-possibly-create-directory.
9767         (nnml-request-accept-article): Pass server argument to
9768         nnml-active-number and nnml-save-mail.
9769         (nnml-find-group-number): Pass server argument to nnml-find-id.
9770         (nnml-request-update-info): Pass server argument to
9771         nnml-marks-changed-p.
9772
9773         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9774         (nnml-save-mail, nnml-active-number): Add server argument.
9775
9776         (nnml-request-delete-group): Warn if group is missing.
9777         (nnml-get-nov-buffer): Decode group name.
9778         (nnml-generate-active-info): Encode group name.
9779         (nnml-open-marks): Decode group name in messages.
9780
9781 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9784         if it is not specified.
9785         (gnus-article-pipe-part, gnus-article-save-part)
9786         (gnus-article-interactively-view-part, gnus-article-copy-part)
9787         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9788         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9789         (gnus-article-replace-part, gnus-article-delete-part)
9790         (gnus-article-view-part-as-type): Pass raw prefix argument to
9791         gnus-article-part-wrapper.
9792
9793 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-agent.el (gnus-agent-save-active):
9796         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9797
9798         * gnus-cache.el (gnus-cache-save-buffers)
9799         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9800         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9801         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9802         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9803         (gnus-cache-generate-active, gnus-cache-rename-group)
9804         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9805         (gnus-cache-update-overview-total-fetched-for):
9806         Bind file-name-coding-system to nnmail-pathname-coding-system.
9807         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9808         New variables.
9809         (gnus-cache-decoded-group-name): New function.
9810         (gnus-cache-file-name): Use it.
9811         (gnus-cache-generate-active): Use non-decoded group name for active.
9812
9813         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9814         right place.
9815         (gnus-write-active-file): Don't break non-ASCII group names.
9816
9817         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9818         nnmail-pathname-coding-system.
9819
9820         * lpath.el: Bind default-file-name-coding-system,
9821         file-name-coding-system and language-info-alist for XEmacs.
9822
9823         * gnus-uu.el (gnus-uu-decode-save): Typo.
9824
9825 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9828
9829 2007-07-14  David Kastrup  <dak@gnu.org>
9830
9831         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9832         finishing actions if we did not edit the article.
9833
9834 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9837         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9838         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9839         (gnus-agent-flush-group, gnus-agent-flush-cache)
9840         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9841         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9842         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9843         (gnus-agent-regenerate-group)
9844         (gnus-agent-update-files-total-fetched-for)
9845         (gnus-agent-update-view-total-fetched-for):
9846         Bind file-name-coding-system to nnmail-pathname-coding-system.
9847         (gnus-agent-group-pathname): Don't encode file names by
9848         nnmail-pathname-coding-system.
9849         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9850         coding-system-for-write instead of buffer-file-coding-system to
9851         gnus-agent-file-coding-system.
9852
9853         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9854         Decode group name.
9855
9856         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9857
9858         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9859         (gnus-read-newsrc-el-file): Make group names unibyte.
9860
9861         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9862         nnmail-pathname-coding-system.
9863
9864         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9865         (nnrss-request-delete-group): Bind file-name-coding-system to
9866         nnmail-pathname-coding-system.
9867         (nnrss-read-server-data, nnrss-read-group-data):
9868         Bind file-name-coding-system correctly.
9869         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9870
9871         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9872         (nntp-server-to-method-cache): New variable.
9873         (nntp-group-pathname): New function that decodes non-ASCII group names.
9874         (nntp-possibly-create-directory, nntp-marks-changed-p)
9875         (nntp-save-marks, nntp-open-marks): Use it.
9876         (nntp-possibly-create-directory, nntp-open-marks):
9877         Bind file-name-coding-system to nnmail-pathname-coding-system.
9878         (nntp-open-marks): Decode group names when bootstrapping marks.
9879
9880         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9881         Newsgroups and Folowup-To headers.
9882
9883 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9886         (gnus-server-closed-face, gnus-server-denied-face)
9887         (gnus-server-offline-face): Remove variable.
9888         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9889
9890         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9891         of modifying message-stack directly for XEmacs.
9892
9893         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9894         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9895         if the coding-system argument is nil for XEmacs.
9896
9897         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9898         mm-charset-override-alist.
9899
9900         * rfc2047.el: Don't require base64; require rfc2045 for the function
9901         rfc2045-encode-string.
9902         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9903         to quote the parameter value.
9904
9905 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9908         form in gnus-group-name-charset-method-alist.
9909
9910         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9911         overrides the default layout edit-form.
9912
9913         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9914
9915         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9916
9917 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9920         as unfetched articles.
9921
9922 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9925
9926 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9929         original back end that keeps marks in the local system.
9930
9931 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9934         arg of pop-to-buffer for XEmacs.
9935         (gnus-article-read-summary-keys): Ditto; don't restore window
9936         configuration if summary command ends up with neither article buffer
9937         nor summary buffer; describe bindings if summary keys end with C-h.
9938
9939 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * message.el (message-fix-before-sending): Skip raw message part to be
9942         forwarded while checking illegible text.
9943         (message-forward-make-body-mime, message-forward-make-body):
9944         Mark signed or encrypted raw message as having no illegible text.
9945
9946 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9949         (gnus-message-with-timestamp-1): New macro.
9950         (gnus-message-with-timestamp): New function.
9951         (gnus-message): Use them.
9952
9953         * nnheader.el (nnheader-message): Use them.
9954
9955 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9956
9957         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9958         .newsrc.eld file.
9959
9960 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * gnus-agent.el (gnus-agent-fetch-headers)
9963         (gnus-agent-retrieve-headers):
9964         Bind gnus-decode-encoded-address-function to identity.
9965
9966         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9967         available also when the server returns simply a dot.
9968
9969         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9970
9971 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9974
9975 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-ems.el (gnus-x-splash): Make it work.
9978
9979         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9980         from being used.
9981
9982         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9983
9984 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9987         4th and the 5th arguments.
9988
9989         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9990         the front stickiness.
9991         (gnus-article-summary-command-nosave): Correct the order of the
9992         arguments passed to pop-to-buffer.
9993         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9994         summary command ends up with the article buffer.
9995
9996         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9997         the same faces.
9998
9999 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10000
10001         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10002
10003 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10004
10005         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10006         * gnus-sum.el (gnus-summary-highlight):
10007         * pgg.el (pgg-sign-region, pgg-sign):
10008         * mail-source.el (mail-source-delete-old-incoming-confirm):
10009         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10010
10011 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-art.el (gnus-mime-view-part-externally)
10014         (gnus-mime-view-part-internally): Fix predicate function passed to
10015         completing-read.
10016
10017         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10018
10019         * gnus.el (gnus-update-message-archive-method): Add :version.
10020
10021 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus.el (gnus-update-message-archive-method): New variable.
10024
10025         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10026         according to gnus-message-archive-method if
10027         gnus-update-message-archive-method is non-nil.
10028
10029 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10032         Suggested by Loic Dachary <loic@dachary.org>.
10033         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10034
10035 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * message.el (message-pop-to-buffer): Add switch-function argument.
10038         (message-mail): Pass switch-function argument to it.
10039
10040 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10043         Improve doc string.
10044
10045 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10048         (gnus-header-content)
10049         * gnus-cite.el (gnus-cite-10)
10050         * gnus-srvr.el (gnus-server-closed)
10051         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10052         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10053         (gnus-group-mail-3-empty, gnus-group-mail-low)
10054         (gnus-group-mail-low-empty, gnus-splash)
10055         * message.el (message-header-to, message-header-cc)
10056         (message-header-subject, message-header-other, message-header-name)
10057         (message-header-xheader, message-separator, message-cited-text)
10058         (message-mml): Lighten colors of faces used for dark background.
10059
10060 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10061
10062         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10063         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10064
10065 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * message.el (message-narrow-to-headers-or-head):
10068         Ignore mail-header-separator in the body.
10069
10070 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10073         same as window size.
10074
10075 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10076
10077         * message.el (message-font-lock-keywords): Use message-header-xheader
10078         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10079         ahead of the anything pattern, to get it recognised.
10080
10081 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10084         spam.el loads uses it in the compiled defadvice form.
10085
10086 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10087
10088         * gnus-sum.el (gnus-articles-to-read)
10089         (gnus-summary-insert-old-articles): Don't truncate group name for
10090         `read-string'.
10091
10092         * gnus-util.el (gnus-limit-string): Delete this function.
10093
10094         * gnus-sum.el (gnus-simplify-subject-fully):
10095         Use `truncate-string-to-width' instead.
10096
10097 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10098
10099         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10100         Tell if, on summary exit, the next group has to be selected.
10101         (gnus-summary-exit): Use it.
10102
10103 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10106         non-break space.
10107
10108 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10111         Check if group is not a directory.
10112         (nnfolder-request-expire-articles): Don't delete articles if the target
10113         group is not available.
10114
10115         * nnml.el (nnml-request-create-group): Properly check if group is not a
10116         file.
10117         (nnml-request-expire-articles): Don't delete articles if the target
10118         group is not available.
10119
10120         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10121         Don't quote characters that are within parentheses.
10122
10123 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10126         (gnus-handle-ephemeral-exit): Select article according to it.
10127
10128 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * message.el (message-insert-formated-citation-line): Remove newline.
10131         (message-citation-line-format): Add final \n here so that the user can
10132         avoid a blank line.
10133
10134 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10135
10136         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10137         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10138         Update lanl/arXiv support.
10139
10140 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus.el: Bump version number.
10143
10144 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10145
10146         * gnus.el (gnus-version-number): Bump version.
10147
10148 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10149
10150         * gnus.el: No Gnus v0.6 is released.
10151
10152 2007-04-27  Didier Verna  <didier@xemacs.org>
10153
10154         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10155         * gmm-utils.el (gmm-regexp-concat): ... here.
10156         * message.el: Don't require 'gnus-util.
10157         (message-dont-reply-to-names): Handle name change above.
10158         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10159
10160 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10163         since the initial value varies according to the system.
10164
10165 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10168
10169 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10170
10171         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10172
10173 2007-04-24  Didier Verna  <didier@xemacs.org>
10174
10175         Improve the type of gnus-ignored-from-addresses.
10176         * gnus-util.el (gnus-orify-regexp): New function.
10177         * message.el (gnus-util): Require it.
10178         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10179         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10180         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10181
10182 2007-04-24  Didier Verna  <didier@xemacs.org>
10183
10184         * gnus-sum.el:
10185         * gnus-utils.el: Fix some trailing whitespaces.
10186
10187 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10190         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10191         article's Message-ID; refer parent article in summary buffer.
10192
10193         * message.el (message-bounce): Call mime-to-mml.
10194
10195         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10196         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10197         optimize and/or forms properly.
10198
10199 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10202         URL.
10203
10204 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10207
10208 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10211         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10212         displayed of multipart/alternative part if it is invoked from summary
10213         buffer.
10214
10215         * mm-view.el (mm-inline-text-html-render-with-w3m)
10216         (mm-inline-text-html-render-with-w3m-standalone)
10217         (mm-inline-render-with-function): Use mail-parse-charset by default.
10218
10219 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10220
10221         * parse-time.el (parse-time-string-chars): Check if CHAR
10222         is less than the length of parse-time-syntax.
10223
10224 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10227         from gnus-newsgroup-processable.
10228
10229 2007-04-16  Didier Verna  <didier@xemacs.org>
10230
10231         * gnus-msg.el (gnus-configure-posting-styles):
10232         Handle message-signature-directory properly with :file syntax.
10233         Reported by "Leo".
10234
10235 2007-04-11  Didier Verna  <didier@xemacs.org>
10236
10237         New user option: message-signature-directory.
10238         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10239         * message.el (message-insert-signature): Ditto.
10240         * message.el (message-signature-file): Doc update.
10241         * message.el (message-signature-directory): New.
10242
10243 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-msg.el (gnus-inews-yank-articles):
10246         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10247
10248 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * message.el (message-yank-original): Make sure cited text ends with
10251         newline; don't exchange point and mark.
10252
10253 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10254
10255         * tls.el (open-tls-stream): Properly handle case where there
10256         is no associated buffer.
10257
10258 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10259
10260         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10261         message-yank-original, make sure (< mark TEXT point).
10262
10263 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * message.el (message-fill-column): New variable.
10266         (message-mode): Use it.  Add comment on a possible new hook.
10267
10268         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10269         (nnmail-get-new-mail): Reformat.
10270
10271         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10272
10273         * gmm-utils.el: Fix Commentary.
10274         (gmm-tool-bar-from-list): Fix typo in doc string.
10275
10276 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10277
10278         * message.el (message-yank-original): Don't switch point and mark
10279         unnecessarily to put point and mark as documented.
10280
10281 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10282
10283         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10284         from the message heads.
10285
10286 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10287
10288         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10289         article buffer does not have a window.  This may not be the best
10290         solution but is certainly better than setting the start of the null,
10291         that is the current, window.
10292
10293 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10296         (gnus-draft-setup): Run it.
10297
10298         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10299         gnus-score-fast-scoring.  Allow regexp.
10300         (gnus-score-headers): Use it.
10301
10302         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10303         XEmacs.
10304
10305         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10306         string.
10307         (gnus-button-alist): Also catch `<f1> k ...'.
10308         (gnus-treat-display-x-face): Fix doc string.
10309
10310 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10311
10312         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10313         evaluation of gnus-extended-version to ensure correct generation of the
10314         User-Agent header when message-generate-headers-first is used.
10315
10316 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10317
10318         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10319         hashcash-path is nil.  Don't call callback with incorrect number of
10320         parameters if val is 0.
10321
10322 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10323
10324         * message.el (message-required-news-headers):
10325         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10326
10327 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10328
10329         * tls.el (open-tls-stream): In handshake-waiting loop,
10330         don't wait more if there is output available to process.
10331
10332 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10333
10334         * tls.el (tls-program): Doc fix.
10335
10336 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * message.el (message-generate-new-buffers): Change the meaning of the
10339         nil value; add `standard' to the choices; treat t as `unique'; improve
10340         doc string.
10341         (gnus-select-frame-set-input-focus): Autoload.
10342         (message-buffer-name): Search for the existing message buffer if
10343         message-generate-new-buffers is nil or `standard'; treat the value t of
10344         message-generate-new-buffers as `unique'.
10345         (message-pop-to-buffer): Raise the frame already displaying the message
10346         buffer; clear the echo area after querying.
10347         (message-setup): Pass the `continue' argument to compose-mail.
10348         (message-mail): Prefer `switch-function' if it is given; search for the
10349         existing message buffer if the `continue' argument is non-nil; pass
10350         continue and switch-function arguments to compose-mail by way of
10351         message-setup.
10352         (message-mail-other-window): Adjust argument of message-setup.
10353         (message-mail-other-frame): Ditto.
10354
10355 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10358         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10359         to turn font-lock on when turning gnus-message-citation-mode on.
10360
10361 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10362
10363         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10364         (mml-smime-function-alist): New variable; add epg as the backend.
10365         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10366         mml-smime- functions instead.
10367         * mm-view.el: Require smime.
10368
10369 2007-03-05  Didier Verna  <didier@xemacs.org>
10370
10371         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10372         instead of just inheritance for posting styles.
10373         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10374
10375 2007-02-24  Chris Moore  <dooglus@gmail.com>
10376
10377         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10378         * pgg-pgp.el (pgg-pgp-encrypt-region):
10379         * pgg-gpg.el (pgg-gpg-encrypt-region):
10380         Check pgg-encrypt-for-me if no other recipients.
10381
10382 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10383
10384         * tls.el (tls-certtool-program): Fix custom type.
10385
10386 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10389         and point-at-eol instead of line-(beginning|end)-position.
10390
10391         * assistant.el (assistant-parse-buffer): Ditto.
10392
10393         * netrc.el (netrc-parse-services): Ditto.
10394
10395 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10396
10397         * mml2015.el (mml2015-epg-find-usable-key): New function.
10398         (mml2015-epg-sign): Use it.
10399         (mml2015-epg-encrypt): Use it.
10400
10401 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * message.el (message-make-in-reply-to): Quote name containing
10404         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10405         if there are special characters.  Reported by NAKAJI Hiroyuki
10406         <nakaji@jp.freebsd.org>.
10407
10408 2007-02-27  Didier Verna  <didier@xemacs.org>
10409
10410         Include the group parameters as well as the topic ones in the
10411         inheritance filter process.
10412         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10413         argument GROUP-PARAMS-LIST.
10414         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10415
10416 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * nntp.el (nntp-never-echoes-commands)
10419         (nntp-open-connection-functions-never-echo-commands): New variables.
10420         (nntp-send-command): Use them.
10421
10422 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10423
10424         * mml2015.el (mml2015-epg-verify): Simplify.
10425
10426 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * mml.el (mml-content-disposition-alist): New user option.
10429         (mml-content-disposition): New function.
10430         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10431         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10432
10433 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10434
10435         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10436         verification.
10437
10438 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10439
10440         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10441         articles posted in the last 24 hours.
10442
10443 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10444
10445         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10446
10447 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10448
10449         * nntp.el (nntp-send-command): Don't wait for echoes when
10450         nntp-open-ssl-stream is used.
10451
10452 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10455         (gnus-message-add-citation-keywords)
10456         (gnus-message-remove-citation-keywords): Remove.
10457         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10458         directly, make the variables in font-lock-defaults buffer-local, add
10459         gnus-message-citation-keywords to them and then update the value of
10460         font-lock-keywords.
10461
10462 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * message.el (message-cite-original-1): Don't call
10465         gnus-article-highlight-citation.
10466
10467         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10468         citations; fix line count.
10469
10470 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10473         (gnus-message-add-citation-keywords)
10474         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10475         versions of font-lock-add-keywords and font-lock-remove-keywords to
10476         work with XEmacs correctly.
10477
10478 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-cite.el (gnus-cite-face-list): Set the values of
10481         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10482         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10483         (gnus-message-cite-prefix-regexp): New variable.
10484         (gnus-message-search-citation-line): Use it; protect against long
10485         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10486         the 0th match data for Emacs.
10487         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10488         (gnus-message-add-citation-keywords): Append keywords rather than
10489         prepending; emulate font-lock-add-keywords if it is not available.
10490         (gnus-message-remove-citation-keywords):
10491         Emulate font-lock-remove-keywords if it is not available.
10492
10493         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10494
10495         * message.el (message-cite-prefix-regexp): Set the value of
10496         gnus-message-cite-prefix-regexp.
10497
10498 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10499
10500         * nnweb.el (nnweb-google-parse-1): Update parser.
10501
10502 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10503
10504         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10505
10506 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10507
10508         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10509         regexp.
10510
10511 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10514         string-to-multibyte.
10515         (uudecode-decode-region-internal): Use it.
10516
10517         * lpath.el: Fbind string-as-multibyte for XEmacs.
10518
10519 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10522         Fix custom choice.
10523
10524         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10525
10526 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10527
10528         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10529
10530         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10531         `write-region' to respect `mm-inhibit-file-name-handlers'.
10532
10533 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10536         Use gnus-home-directory instead of "~/" or "$HOME".
10537
10538 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10539
10540         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10541         to mention filename.
10542         Add comments at beginning regarding usage.
10543         (encrypt-write-file-contents): Change interactive so a string is
10544         acceptable.  If the file has no associated model, show an error instead
10545         of a nonsense prompt.
10546
10547 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10548
10549         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10550         Thanks to Yoshihiko Yamada for kind notification of this typo.
10551
10552 2007-01-12  Kenichi Handa  <handa@m17n.org>
10553
10554         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10555         multibyte buffer.
10556
10557 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * gnus-score.el (gnus-score-fast-scoring): New variable.
10560         (gnus-score-headers): Use it.
10561
10562         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10563
10564         * message.el (message-cite-original-1):
10565         Call gnus-article-highlight-citation if requested.
10566         (message-make-from): Allow name and address as optional arguments.
10567
10568         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10569
10570         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10571         bugs to doc string.
10572         (gnus-button-alist): Add mid\\|message-id.
10573         (gnus-button-fetch-group): Extend for use in
10574         `browse-url-browser-function'.
10575         (gnus-button-url-regexp): Try to catch paired parentheses like in
10576         Wikipedia URLs.
10577
10578         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10579         Suggested by Simon Krahnke <overlord@gmx.li>.
10580
10581 2007-01-13  Romain Francoise  <romain@orebokech.com>
10582
10583         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10584         Update copyright.
10585
10586 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10587
10588         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10589
10590 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10591
10592         * gnus-registry.el (gnus-registry-unfollowed-groups)
10593         (gnus-registry-split-fancy-with-parent): Fix documentation.
10594
10595 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10598         from nnweb groups.
10599
10600 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10603         Xref urls.  Erase buffer before requesting head.
10604
10605         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10606
10607 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10610         customizable.
10611
10612 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10613
10614         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10615         no signing key is found.
10616         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10617         no encrypting and/or signing key is found.
10618
10619 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10620
10621         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10622
10623 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10624
10625         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10626         headers read from disk with the ones newly found in the current search.
10627         This should no longer cause problems, because the article numbers in
10628         Gmane's `nov.php' output are ignored since the previous change.
10629
10630 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10631
10632         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10633
10634 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10637         replace-regexp-in-string; bind url-version; fbind display-images-p and
10638         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10639         find-face and set-itimer-function for Emacs; bind itimer-list for
10640         Emacs.
10641
10642         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10643
10644 2007-01-01  Romain Francoise  <romain@orebokech.com>
10645
10646         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10647
10648 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10649
10650         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10651         `define-minor-mode' macro definition expanded properly.
10652         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10653         exclude it there.
10654
10655         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10656         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10657         `fboundp' test.
10658         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10659         This is OK to autoload in (S)XEmacs now.
10660
10661 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10664         keystroke.
10665         (gnus-summary-limit-to-singletons): Fix typo.
10666
10667         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10668         else fails.
10669
10670 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10671
10672         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10673         docstring.
10674
10675         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10676         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10677         (gnus-summary-insert-dormant-articles): Fix typo in message.
10678
10679 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10682         nil for XEmacs.
10683         (gnus-message-citation-mode): Don't autoload in XEmacs.
10684
10685         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10686
10687 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10688
10689         * nnimap.el (nnimap-expunge-search-string):
10690         Mention nnimap-search-uids-not-since-is-evil in docstring.
10691
10692 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * spam.el: Revert to make-obsolete-variable because
10695         define-obsolete-variable-alias is not supported in Emacs 21.
10696
10697         * spam.el (spam-ifile-path, spam-ifile-database-path)
10698         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10699         make-obsolete-variable.
10700         (spam-bsfilter-path, spam-bsfilter-program)
10701         (spam-spamassassin-path, spam-spamassassin-program)
10702         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10703         Don't use "path" inappropriately.
10704         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10705         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10706         variable names.
10707
10708 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10709
10710         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10711         summary buffer.
10712
10713         * password.el (password-cache-remove): Use clear-string to burn
10714         password, if available.
10715
10716 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10719
10720         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10721
10722         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10723         (gnus-message-highlight-citation): Move defcustom here from
10724         gnus-cite.el.
10725         (gnus-message-citation-mode): Autoload.
10726
10727         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10728         checks to make it compile with XEmacs.
10729         (gnus-message-citation-mode): New minor mode.
10730         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10731         (gnus-message-highlight-citation): New variables.
10732         (gnus-message-search-citation-line)
10733         (gnus-message-add-citation-keywords)
10734         (gnus-message-remove-citation-keywords)
10735         (turn-on-gnus-message-citation-mode)
10736         (turn-off-gnus-message-citation-mode): New functions.
10737
10738 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10739
10740         * gnus-cite.el: Enable highlighting of different citation levels in
10741         message-mode.
10742
10743 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * message.el (message-make-fqdn): Fix comment.
10746         (message-bogus-system-names): Add ".local".
10747
10748         * spam.el (spam-ifile-path, spam-ifile-program)
10749         (spam-ifile-database-path, spam-ifile-database)
10750         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10751         Don't use "path" inappropriately.
10752         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10753         strings.
10754         (spam-check-ifile, spam-ifile-register-with-ifile)
10755         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10756         Use new variable names.
10757
10758         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10759         (gnus-treat-display-smileys): Simplify using
10760         gnus-image-type-available-p.
10761
10762         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10763         available.
10764
10765         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10766         Use `display-images-p' if available.
10767
10768 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10771         one after turning on the buffer's multibyteness instead of decoding
10772         them directly in the unibyte buffer that causes unexpected conversion
10773         in Emacs 23 (unicode).
10774
10775 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10776
10777         * message.el (message-generate-hashcash): Fix custom type.
10778
10779 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10780
10781         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10782
10783 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10786         disconnect icons.  Add help text.
10787
10788 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10789
10790         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10791         negated to be consistent with the others we handle.
10792
10793 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10794
10795         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10796         version of gnus-summary-buffer to something, so that we can use two
10797         article buffers at the same time.
10798
10799 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10800
10801         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10802         trigger all the extra headers.
10803         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10804         sorting.
10805
10806 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10807
10808         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10809         solid groups.
10810
10811 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10812
10813         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10814
10815 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * legacy-gnus-agent.el: Add Copyright notice.
10818
10819 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10820
10821         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10822
10823 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10824
10825         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10826
10827         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10828         to make it work reliably in CVS Emacs.
10829         (gnus-summary-limit-strange-charsets-predicate)
10830         (gnus-summary-limit-to-predicate): New functions.
10831
10832 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10833
10834         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10835         specifying array size.
10836         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10837         array if it is too small.
10838         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10839         (gnus-sort-threads-loop): New function.
10840
10841 2006-12-06  Chris Moore  <dooglus@gmail.com>
10842
10843         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10844         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10845
10846 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10847
10848         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10849         options.
10850
10851 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10852
10853         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10854         DOS-ing the recipient.
10855
10856         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10857         the headers when creating the mapping to avoid mismappings.
10858         (nnweb-gmane-create-mapping): Always nix out old mapping.
10859
10860 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10863         and mm-verify-option to never.
10864
10865 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * message.el (message-signed-or-encrypted-p): New function.
10868         (message-forward-make-body): Use it.
10869
10870         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10871         Replace encode-coding-string with mm-encode-coding-string.
10872
10873 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * nneething.el (nneething-decode-file-name):
10876         Replace decode-coding-string with mm-decode-coding-string.
10877
10878         * gnus-int.el (gnus-open-server): Say failed server's name.
10879
10880 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10881
10882         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10883         strings to a single string.  Quote `errors-file-name'.
10884         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10885         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10886         Adjust calls.  Use `shell-quote-argument'.
10887
10888 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10889
10890         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10891         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10892
10893         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10894         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10895         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10896         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10897         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10898         (gnus-subscribe-newsgroup, gnus-1):
10899         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10900         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10901         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10902         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10903
10904 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10907         keystroke.
10908         (gnus-summary-limit-to-bodies): Implement headersp.
10909
10910 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911
10912         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10913
10914 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10917
10918 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * message.el (message-generate-hashcash): Expand range of values to
10921         include `opportunistic'.
10922         (message-send-mail): Use it.
10923
10924 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10925
10926         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10927         and comment it.
10928
10929         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10930
10931 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * gnus-util.el (gnus-extract-address-components): Improve comment.
10934
10935 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-util.el (gnus-extract-address-components): Work with address in
10938         which the name portion contains @.
10939
10940         * lpath.el: Fbind custom-autoload.
10941
10942 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * gnus.el (gnus-start): Move custom group up.
10945         (gnus-select-method): Don't autoload, but make it available for
10946         `customize-variable'.
10947         (gnus-getenv-nntpserver): Don't autoload.
10948
10949 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10950
10951         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10952
10953 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * message.el (message-sendmail-extra-arguments): New variable.
10956         (message-send-mail-with-sendmail): Use it.
10957
10958 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10961         mm-with-unibyte-current-buffer to make string unibyte.
10962
10963         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10964         mm-string-as-multibyte.
10965
10966 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10967
10968         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10969         Reported by Werner Koch <wk@gnupg.org>.
10970
10971 2006-11-14  Daiki Ueno  <ueno@p360>
10972
10973         * mml2015.el: Autoload epa-select-keys when compiling.
10974
10975 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10976
10977         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10978         message-options.
10979         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10980
10981 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10982
10983         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10984         EasyPG (< 0.0.6).
10985         (mml2015-always-trust): New user option.
10986         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10987         prompt.
10988
10989 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * nntp.el (nntp-authinfo-force): New variable.
10992         (nntp-send-authinfo): Use it.
10993
10994 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10997         decode encoded words.  Improve prompt.  Add comment about forwarding.
10998         (message-replacement-char): Move up.
10999
11000 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11001
11002         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11003         instead of gnus-intersection because arguments of gnus-sorted-nunion
11004         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11005
11006 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11009         (message-simplify-subject-functions):
11010         Enable message-strip-subject-encoded-words by default.
11011
11012 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * message.el (message-strip-subject-encoded-words): New function.
11015         (message-simplify-subject-functions): New variable.
11016         (message-simplify-subject): Use it.  Fix typo in doc string.
11017         Support message-strip-subject-encoded-words.
11018
11019 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11020
11021         * gnus-diary.el (gnus-diary-delay-format-function):
11022         * nndiary.el (nndiary-reminders):
11023         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11024
11025 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * gnus-art.el (article-hide-boring-headers): Fetch date from
11028         gnus-original-article-buffer to avoid problems with localized date
11029         strings.
11030
11031 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11034
11035 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11038         New variables.
11039         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11040         (mm-charset-synonym-alist): Move some entries to
11041         mm-codepage-iso-8859-list.
11042         (mm-charset-synonym-alist, mm-charset-override-alist):
11043         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11044
11045 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11048
11049 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11052         with Emacs 21 and XEmacs.
11053
11054 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11055
11056         * spam.el (spam-parse-address): New function for better parsing,
11057         catching errors, etc.
11058         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11059
11060 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * mm-view.el: Add interactive arg to html2text autoload.
11063
11064 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11067
11068 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11069
11070         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11071         New variables.
11072         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11073         (mm-charset-synonym-alist): Move some entries to
11074         mm-codepage-iso-8859-list.
11075
11076         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11077
11078 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * message.el (message-citation-line-format)
11081         (message-insert-formated-citation-line): Fix implementation of %E, %N
11082         and %n according to the doc string.
11083
11084 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11085
11086         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11087         Use car-safe to avoid bad parses.
11088
11089 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11092         names.
11093
11094         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11095
11096 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11099         header.
11100
11101         * message.el (message-draft-headers): Add Date.
11102         (message-headers-to-generate): Fix typo in docstring.
11103
11104         * nndraft.el (nndraft-required-headers): New variable.
11105         (nndraft-generate-headers): Use it.
11106
11107         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11108
11109 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11110
11111         * gnus-registry.el (gnus-registry-wash-for-keywords)
11112         (gnus-registry-find-keywords): New functions to allow easy searching of
11113         articles that are in the registry.
11114
11115 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11116
11117         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11118         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11119         Reported by Damien Elmes <damien@repose.cx>.
11120
11121 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11122
11123         * gnus.el (gnus-mime): Remove unused custom group.
11124
11125 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11126
11127         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11128         "blank line" when searching for end of armor headers.
11129
11130 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gmm-utils.el (gmm-write-region): Fix variable name.
11133
11134 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * gmm-utils.el (gmm-write-region): New function based on compatibility
11137         code from `mm-make-temp-file'.
11138
11139         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11140
11141         * nnmaildir.el (nnmaildir--update-nov)
11142         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11143         Use `gmm-write-region'.
11144
11145 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11148         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11149
11150         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11151
11152         * message.el (message-replacement-char): New variable.
11153         (message-fix-before-sending): Use it.
11154         (message-simplify-subject): New function to remove duplicate code.
11155         (message-reply, message-followup): Use it.
11156
11157         * gnus-sum.el (gnus-summary-make-menu-bar):
11158         Clarify gnus-summary-limit-to-articles.
11159
11160 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * gnus-util.el (gnus-with-local-quit): New macro.
11163
11164         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11165
11166 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11167
11168         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11169         ignore non-string data.
11170
11171 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11172
11173         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11174         non-string data (needs to be done in the registry too).
11175
11176 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11177
11178         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11179         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11180         (gnus-registry-split-fancy-with-parent)
11181         (gnus-registry-fetch-simplified-message-subject-fast)
11182         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11183         Remove text properties on ingress into the registry and when it's saved.
11184         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11185         registry from entries with no groups.
11186
11187 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11188
11189         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11190         function to remove string properties.
11191
11192 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gmm-utils.el (gmm): Adjust custom version.
11195
11196         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11197         Adjust custom version.
11198
11199         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11200
11201 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * gnus-art.el (gnus-insert-prev-page-button)
11204         (gnus-insert-next-page-button): Simplify.  Reformat.
11205
11206 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11207
11208         * gnus-art.el (gnus-insert-prev-page-button)
11209         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11210
11211 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11212
11213         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11214
11215 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11216
11217         * gnus-art.el (gnus-insert-mime-button)
11218         (gnus-insert-mime-security-button):
11219         Apply gnus-article-button-face to MIME and security buttons.
11220
11221 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11224         readable.
11225
11226 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11229
11230 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11231
11232         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11233         `browse-url-of-file' instead of `browse-url'.
11234
11235 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11236
11237         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11238         regexp.  Articles containing quotation were cut prematurely.
11239
11240 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * message.el (message-cite-original-1): Use nobody by default for the
11243         value of From header.
11244         (message-reply): Ditto.
11245
11246 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11247
11248         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11249         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11250         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11251
11252 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11253
11254         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11255         mails in the doc string.  Add some URLs in comment.
11256         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11257
11258 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11261         backslashes handling and the way to find boundaries of quoted strings.
11262
11263 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11264
11265         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11266         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11267         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11268         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11269
11270 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11273         doc string.
11274         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11275
11276 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * lpath.el: Fbind epg-check-configuration.
11279
11280 2006-09-06  Simon Josefsson  <jas@extundo.com>
11281
11282         * mml2015.el (mml2015-use): Doc fix, mention epg.
11283
11284 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11285
11286         * mml2015.el (mml2015-use): Default to epg, if available.
11287
11288 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11289
11290         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11291         message-sender.
11292         (mml1991-epg-encrypt): Ditto.
11293         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11294         message-sender.
11295         (mml2015-epg-encrypt): Ditto.
11296
11297 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11298
11299         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11300         several common directories.
11301
11302 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11303
11304         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11305         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11306
11307 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-art.el (article-decode-encoded-words): Make it fast.
11310
11311 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11314
11315         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11316         in quoted string into `\'.
11317
11318 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11321         Use standard-syntax-table.
11322
11323 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * gnus-art.el (gnus-decode-address-function): New variable.
11326         (article-decode-encoded-words): Use it to decode headers which are
11327         assumed to contain addresses.
11328         (gnus-mime-delete-part): Remove useless `or'.
11329
11330         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11331         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11332         (gnus-nov-parse-line): Use it to decode From header.
11333         (gnus-get-newsgroup-headers): Ditto.
11334         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11335
11336         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11337         (mail-decode-encoded-address-string): New alias.
11338
11339         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11340         New function.
11341         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11342         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11343         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11344         (rfc2047-decode-string): Ditto.
11345         (rfc2047-decode-address-region): New function.
11346         (rfc2047-decode-address-string): New function.
11347
11348 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * message.el (message-caesar-buffer-body): Allow rotating headers.
11351
11352         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11353
11354         * message.el (message-insert-formated-citation-line): Fix %f.
11355         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11356
11357 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11360         (gnus-bookmark-mouse-available-p): New macro.
11361         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11362         (gnus-bookmark-bmenu-show-infos): Use it.
11363         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11364         (gnus-bookmark-bmenu-hide-infos): Ditto.
11365         (gnus-bookmark-remove-properties): New function.
11366         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11367         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11368         (gnus-bookmark-write-file): Bind coding-system-for-write.
11369         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11370         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11371         group before selecting it.
11372         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11373         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11374         quit-window if it is not available; use gnus-mouse-2 and bind it to
11375         gnus-bookmark-bmenu-select-by-mouse.
11376         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11377         (gnus-bookmark-bmenu-select-by-mouse): New function.
11378
11379 2006-08-13  Romain Francoise  <romain@orebokech.com>
11380
11381         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11382         space.
11383
11384 2006-08-10  Romain Francoise  <romain@orebokech.com>
11385
11386         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11387         (dns-mode-soa-auto-increment-serial): New user option.
11388         (dns-mode-soa-maybe-increment-serial): New function.
11389         (dns-mode): Add the latter to `write-contents-functions'.
11390
11391 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * compface.el (uncompface): Use binary rather than raw-text-unix.
11394
11395 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * compface.el (uncompface): Make sure the eol conversion doesn't take
11398         place when communicating with the external programs.
11399         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11400
11401 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11404
11405 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11406
11407         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11408         Make it more robust by parsing author and date independently.
11409
11410 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11413
11414 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11415
11416         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11417         first matching secret key.
11418         (mml2015-epg-encrypt): Ditto.
11419
11420         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11421         first matching secret key.
11422         (mml1991-epg-encrypt): Ditto.
11423
11424         * mml2015.el (mml2015-encrypt-to-self): New user option.
11425         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11426         mml2015-epg-encrypt-to-self is set.
11427
11428         * mml1991.el (mml1991-encrypt-to-self): New variable.
11429         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11430         mml1991-epg-encrypt-to-self is set.
11431
11432         * mml2015.el (mml2015-signers): New user option.
11433         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11434         (mml2015-epg-encrypt): Allow to select signing keys.
11435
11436         * mml1991.el (mml1991-signers): New variable.
11437         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11438         (mml1991-epg-encrypt): Allow to select signing keys.
11439
11440 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * nnheader.el (nnheader-insert-head): Make it work even if the file
11443         uses CRLF for the line-break code.
11444
11445 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11446
11447         * mml2015.el: Require mml-sec instead of password.
11448         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11449         (mml2015-cache-passphrase): Inherit the default value from
11450         mml-secure-cache-passphrase.
11451         (mml2015-passphrase-cache-expiry): Inherit the default value from
11452         mml-secure-passphrase-cache-expiry.
11453
11454         * mml1991.el: Require mml-sec instead of password.
11455         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11456         (mml1991-cache-passphrase): Inherit the default value from
11457         mml-secure-cache-passphrase.
11458         (mml1991-passphrase-cache-expiry): Inherit the default value from
11459         mml-secure-passphrase-cache-expiry.
11460
11461         * mml-sec.el: Require password.
11462         (mml-secure-verbose): New user option.
11463         (mml-secure-cache-passphrase): New user option.
11464         (mml-secure-passphrase-cache-expiry): New user option.
11465
11466 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11467
11468         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11469         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11470         andreas@altroot.de (Andreas Vögele).
11471
11472         FIXME: Use `tiny change'?
11473
11474 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11475
11476         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11477         workaround for the url package included with Emacs.
11478
11479         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11480
11481 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11484         correctly.  This fixes a bug caused by the 2006-05-12 change.
11485
11486 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11487
11488         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11489         some information about the error when saying that the `bogus' mail
11490         group will be used.
11491
11492 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11495         string.
11496
11497 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11498
11499         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11500
11501 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11502
11503         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11504
11505 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11506
11507         * mml1991.el (mml1991-function-alist): Add epg.
11508         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11509         (mml1991-epg-encrypt): New functions.
11510
11511 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11512
11513         * mml2015.el (mml2015-verbose): New variable.
11514         (mml2015-cache-passphrase): Ditto.
11515         (mml2015-passphrase-cache-expiry): Ditto.
11516         (mml2015-function-alist): Add epg.
11517         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11518         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11519         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11520         New functions.
11521
11522 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11523
11524         * message.el (message-cite-original-1): Preserve region when removing
11525         quoted text due to X-No-Archive in order to avoid bogus attribution
11526         when citing multiple messages.
11527
11528 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11529
11530         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11531         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11532
11533 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-diary.el (gnus-user-format-function-d)
11536         (gnus-user-format-function-D): Autoload.
11537
11538         * imap.el (Commentary): Fix typo.
11539
11540         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11541         2006-04-22 contribution.
11542
11543 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11544
11545         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11546         It didn't really fix the bogosity I'm seeing with solid web groups.
11547
11548 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11549
11550         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11551         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11552         created using server names.  If we use the feature without declaring
11553         it, Gnus does not properly manage server and group state.
11554
11555         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11556         bound.
11557
11558 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11559
11560         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11561         looking up the method using GROUP's prefix before inventing a new one.
11562         It is used on killed/unknown groups in various places where returning
11563         an all-new method isn't expected by the caller.
11564
11565         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11566         and match semantics of gnus-group-real-prefix.
11567
11568 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * nnmail.el (nnmail-broken-references-mailers): New variable.
11571         (nnmail-ignore-broken-references): New function generalizing
11572         nnmail-fix-eudora-headers.
11573         (nnmail-fix-eudora-headers): Now obsolete.
11574
11575         * gnus-art.el (gnus-button-handle-custom):
11576         Support `customize-apropos*'.
11577
11578 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579
11580         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11581
11582         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11583         articles.
11584
11585 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * message.el (message-cite-reply-above): New variable.
11588         (message-yank-original): Use it.
11589
11590 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11593
11594 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11597         as read.
11598
11599         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11600
11601 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11604         (gnus-bookmark-default-file): Use gnus-directory.
11605         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11606         Remove "*" in doc string.
11607         (gnus-bookmark-write-file): Simplify.
11608         (gnus-bookmark-maybe-sort-alist): Use `when'.
11609         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11610         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11611         Add FIXME about Emacs 21 and XEmacs compatibility.
11612         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11613         compatibility.
11614         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11615         compatibility.
11616         (gnus-bookmark-menu-heading): Fix version.
11617
11618 2006-06-19  Bastien Guerry  <bzg@altern.org>
11619
11620         * gnus-bookmark.el: New file.
11621
11622 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * message.el (message-syntax-checks): Doc fix.
11625
11626 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11627
11628         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11629         unsubscribed groups as if they were killed ones.  It causes duplicate
11630         entries in gnus-newsrc-alist.
11631
11632 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * message.el (message-syntax-checks): Doc fix.
11635         (message-send-mail): Add check for continuation headers.
11636         (message-check-news-header-syntax): Fix regexp used to check for
11637         continuation headers.
11638
11639 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11642
11643 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11646
11647 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11650         default-truncate-lines.
11651
11652 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11655         to fill the utf-8 entry.
11656
11657         * lpath.el: Fbind unicode-precedence-list.
11658
11659 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11660
11661         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11662
11663 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11664
11665         * gnus-agent.el (directory-files-and-attributes): Move all the way
11666         forward (the third and final move).
11667         (gnus-agent-read-agentview): Trap reconstruction errors due to
11668         nonexistent directory.  Handle by returning nil.
11669
11670 2006-05-30  Didier Verna  <didier@xemacs.org>
11671
11672         * message.el (message-dont-reply-to-names): Update the custom type.
11673         * message.el (message-dont-reply-to-names): New defsubst: potentially
11674         convert a list of regexps into a single one.
11675         * message.el (message-get-reply-headers): Use it.
11676         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11677
11678 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-agent.el (directory-files-and-attributes): Move forward.
11681
11682 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * gnus-ml.el (gnus-mailing-list-subscribe)
11685         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11686         (gnus-mailing-list-message): Fix doc strings.
11687
11688 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11689
11690         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11691         of doing it manually.
11692
11693 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11696         comment.
11697
11698 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11699
11700         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11701         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11702         (gnus-agent-read-local): All symbols allocated in my-obarray.
11703         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11704         (gnus-agent-regenerate-group): Check numeric names to see if they are
11705         messages or groups.
11706         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11707         better way of do this...)
11708
11709         * gnus-cache.el (gnus-agent-total-fetched-for):
11710         Ignore 'dummy.group' (there should be a better way of do this...)
11711
11712 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11715         (gnus-saved-headers): Ditto.
11716         (gnus-default-article-saver): Mention functions may have properties.
11717         (gnus-article-save): Override gnus-save-all-headers and
11718         gnus-saved-headers by :headers property which saver function may have.
11719         (gnus-summary-save-in-file): Add :headers property.
11720         (gnus-summary-write-to-file): Ditto.
11721
11722         * gnus-sum.el (gnus-summary-save-article): Bind
11723         gnus-prompt-before-saving to t when saving many articles in a file;
11724         always show all headers.
11725
11726         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11727
11728 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11731         marks.
11732
11733         * message.el (message-indent-citation): Add optional arguments to allow
11734         using it outside of message buffers.
11735
11736         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11737         (gnus-article-treat-unfold-headers): Use it.
11738         (gnus-article-truncate-lines): New variable.
11739         (gnus-article-mode): Use it.
11740         (gnus-article-toggle-truncate-lines): New function.
11741
11742         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11743         Add gnus-article-toggle-truncate-lines.
11744
11745         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11746         coding system in XEmacs, use binary.
11747
11748 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11751         after-load-alist.
11752
11753         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11754         this function should save decoded articles.
11755         (gnus-summary-write-to-file): Use property to specify this function
11756         should save decoded articles and specify gnus-summary-save-in-file
11757         should be used to save articles other than the first one when saving
11758         many articles.
11759         (gnus-summary-save-body-in-file): Use property to specify this
11760         function should save decoded articles.
11761         (gnus-summary-write-body-to-file): Use property to specify this
11762         function should save decoded articles and specify
11763         gnus-summary-save-body-in-file should be used to save articles other
11764         than the first one when saving many articles.
11765
11766         * gnus-sum.el (gnus-summary-save-article): Simplify.
11767
11768 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-art.el (gnus-default-article-saver):
11771         Add gnus-summary-write-body-to-file.
11772         (gnus-article-save-coding-system): Don't use coding system object
11773         in XEmacs.
11774         (gnus-read-save-file-name): Add optional `dir-var' argument which
11775         specifies directory in which files are saved; work even if optional
11776         `variable' argument is not specified.
11777         (gnus-summary-write-to-file): Read file name.
11778         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11779         (gnus-summary-write-body-to-file): New function.
11780
11781         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11782         (gnus-summary-local-variables): Add it.
11783         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11784         (gnus-summary-save-article): Remove optional `decode' argument;
11785         determine whether to decode articles by the value of
11786         gnus-default-article-saver; when saving many files using
11787         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11788         it first and use gnus-summary-save-in-file or
11789         gnus-summary-save-body-in-file thereafter unless
11790         gnus-prompt-before-saving is always; move point to article which
11791         will be saved.
11792         (gnus-summary-save-article-file): Revert.
11793         (gnus-summary-write-article-file): Revert.
11794         (gnus-summary-save-article-body-file): Revert.
11795         (gnus-summary-write-article-body-file): New function.
11796
11797 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-art.el (gnus-default-article-saver): Doc fix.
11800         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11801         from gnus-summary-save-article-coding-system, and default to a
11802         certain coding system.
11803         (gnus-output-to-file): Add coding cookie and encode text according
11804         to gnus-article-save-coding-system; don't use mm-append-to-file.
11805
11806         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11807         gnus-art.el and rename to gnus-article-save-coding-system.
11808         (gnus-summary-save-article): Require gnus-art; don't show all
11809         headers if it decodes articles; don't add coding cookie here;
11810         don't bind mm-text-coding-system-for-write.
11811         (gnus-summary-save-article-file): Save decoded articles.
11812         (gnus-summary-write-article-file): When saving many files, use
11813         gnus-summary-write-to-file first and gnus-summary-save-in-file
11814         thereafter unless gnus-prompt-before-saving is always.
11815         (gnus-summary-save-article-body-file): Save decoded articles.
11816
11817         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11818
11819 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * nnrss.el (nnrss-check-group): Bind hash-index.
11822
11823 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11824
11825         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11826         its hash index.  Store this hash in `nnrss-group-data'.
11827         (nnrss-read-group-data): Update accordingly.
11828
11829 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11832         entry.
11833
11834         * gnus-sum.el (gnus-summary-make-menu-bar):
11835         Add gnus-article-browse-html-article.
11836
11837 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11838
11839         * gnus-sum.el (gnus-summary-mime-map):
11840         Add gnus-article-browse-html-article.
11841
11842         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11843
11844 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11847         suitable coding systems in customize.
11848
11849 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * mail-source.el (mail-sources): Fix custom type.
11852
11853 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11856         (gnus-summary-expire-articles-now): Shorten prompt.
11857
11858         * gmm-utils.el (wid-edit): Require.
11859         (defun-gmm): Rename from `gmm-defun-compat'.
11860         (gmm-image-search-load-path): Use it.
11861         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11862
11863 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-sum.el (gnus-summary-save-article-coding-system):
11866         New variable.
11867         (gnus-summary-save-article): Add optional `decode' argument.
11868         If it is set and gnus-summary-save-article-coding-system is non-nil,
11869         save decoded article.
11870         (gnus-summary-write-article-file): Save decoded article if
11871         gnus-summary-save-article-coding-system is non-nil.
11872
11873         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11874         type.
11875
11876 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11879
11880 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11883         first to test gnus-single-article-buffer which may be buffer-local.
11884
11885         * gnus-sum.el (gnus-summary-setup-buffer):
11886         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11887         group; make gnus-article-buffer, gnus-article-current, and
11888         gnus-original-article-buffer always buffer-local.
11889         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11890         group.
11891         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11892
11893 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * nnml.el (nnml-request-compact-group): Compressed files might not
11896         have .gz extension.
11897
11898 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11899
11900         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11901         (mm-copy-to-buffer): Use with-current-buffer.
11902         (mm-display-part): Simplify.
11903         (mm-inlinable-p): Add optional arg `type'.
11904
11905 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11906
11907         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11908         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11909         Try harder to show the attachment internally or externally using
11910         gnus-mime-view-part-as-type.
11911
11912 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * message.el (message-from-style, message-signature-separator)
11915         (message-user-organization-file, message-send-mail-function)
11916         (message-citation-line-function, message-yank-prefix)
11917         (message-indent-citation-function, message-signature)
11918         (message-signature-file, message-signature-insert-empty-line):
11919         Remove autoloads.
11920
11921         * gnus-art.el (gnus-buttonized-mime-types):
11922         Remove "multipart/signed".  Revert 2006-04-26 change.
11923
11924 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11925
11926         * gnus.el (gnus-version-number): Bump version.
11927
11928 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11929
11930         * gnus.el: No Gnus v0.5 is released.
11931
11932 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11933
11934         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11935         fetching articles by message-id.
11936
11937 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938
11939         * message.el (hashcash): Require hashcash as normal.
11940
11941         * ecomplete.el (ecomplete-highlight-match-line):
11942         Use point-at-eol.
11943         (ecomplete-highlight-match-line): Use `highlight', because that
11944         face exists in both Emacs and XEmacs.
11945
11946         * message.el (message-display-abbrev): Use point-at-bol.
11947
11948         * mail-source.el: Don't require timer/timer-funcs.
11949
11950         * gnus-async.el: Ditto.
11951
11952         * password.el: Ditto.
11953
11954         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11955
11956         * mm-url.el: Ditto.
11957
11958         * gnus-xmas.el: Don't require timer-funcs.
11959
11960         * mm-util.el: Require timer/timer-funcs.
11961
11962 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11963
11964         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11965         Close.
11966
11967 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11970         unibyte after clear-decrypt function runs.
11971
11972         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11973         returns as a unibyte string.
11974
11975 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * lpath.el: Revert.
11978
11979         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11980         (pgg-gpg-process-sentinel): Revert.
11981
11982         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11983         (pgg-pgp-lookup-key): Revert.
11984
11985         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11986         (pgg-pgp5-lookup-key): Revert.
11987
11988         * pgg.el (pgg-fetch-key): Revert.
11989
11990 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * lpath.el: Fbind string-as-multibyte for XEmacs.
11993
11994         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11995         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11996         (mml1991-pgg-encrypt): Ditto.
11997
11998         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11999         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12000         a multibyte buffer.
12001
12002         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12003         (pgg-pgp-lookup-key): Ditto.
12004
12005         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12006         (pgg-pgp5-lookup-key): Ditto.
12007
12008         * pgg.el (pgg-fetch-key): Ditto.
12009
12010 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * message.el (message-user-organization-file): Check several
12013         locations of the organization file.
12014
12015         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12016         Add gnus-article-view-part-as-type.
12017
12018         * gnus-art.el (gnus-article-view-part-as-type): New function.
12019
12020         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12021         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12022
12023         * mml.el: Simplify autoload.
12024         (mml-mode): defvar dnd-protocol-alist instead of using
12025         symbol-value.
12026         (mml-default-directory): New variable.
12027         (mml-minibuffer-read-file): Use it.
12028         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12029
12030         * message.el (message-citation-line-format): New variable.
12031         (message-insert-formated-citation-line): New function.
12032         (message-citation-line-function):
12033         Add `message-insert-formated-citation-line' to custom type.
12034
12035         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12036         to doc string.
12037
12038         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12039         depending on mm-verify-option.
12040
12041 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12044         binding pgg-* variables; reimplement the section which prevents
12045         MIME header from being signed.
12046         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12047         pgg-text-mode; remove a blank line at the top of body.
12048
12049         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12050         lines at the top of body; use gnus-newsgroup-charset if there's no
12051         Charset header.
12052
12053 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * message.el (message-self-insert-commands): Doc fix.
12056
12057         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12058         (mm-uu-pgp-encrypted-test): Ditto.
12059         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12060         between header and body; return application/pgp-encrypted handle
12061         if decryption failed; decode decrypted body by charset.
12062
12063         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12064         element match to application/pgp-*.
12065
12066 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12067
12068         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12069         HTML.
12070
12071 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12072
12073         * mail-source.el (mail-source-call-script): Message the error
12074         string.
12075
12076 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12077
12078         * gnus-util.el (gnus-byte-compile): Use it.
12079
12080 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12081
12082         * gnus-util.el (kill-empty-logs): New function.
12083
12084 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085
12086         * message.el (message-mail-alias-type): Doc fix.
12087         (message-mail-alias-type-p): New function.
12088         (message-send): Use it.
12089         (message-mode): Ditto.
12090         (message-strip-forbidden-properties): Ditto.
12091
12092         * ecomplete.el (ecomplete-database-file-coding-system):
12093         New variable.
12094         (ecomplete-save): Use it.
12095         (ecomplete-setup): Use it.
12096
12097 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * message.el (message-self-insert-commands): New variable.
12100         (message-strip-forbidden-properties): Use it.
12101
12102 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103
12104         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12105         that doesn't make XEmacs choke.
12106
12107 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12108
12109         * gnus-util.el (gnus-replace-in-string):
12110         Prefer replace-regexp-in-string over of replace-in-string.
12111
12112 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-util.el (gnus-select-frame-set-input-focus):
12115         Use select-frame-set-input-focus if it is available in XEmacs; use
12116         definition defined in Emacs 22 for old Emacsen.
12117
12118         * dgnushack.el: Autoload unmorse-region for XEmacs.
12119
12120         * lpath.el: Bind cursor-in-non-selected-windows and
12121         select-frame-set-input-focus for XEmacs.
12122
12123 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12126
12127 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12128
12129         * gnus-registry.el (gnus-registry-cache-save): Remove text
12130         properties when saving via the temp buffer.
12131
12132 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * message.el (message-generate-hashcash): Honor custom type.
12135
12136 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12137
12138         * message.el (message-generate-hashcash): Default to non-nil when
12139         hashcash is found.
12140
12141         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12142         (gnus-refer-thread-limit): Increase default to 500.
12143
12144         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12145
12146         * flow-fill.el (fill-flowed): Allow delete-space.
12147
12148 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12149
12150         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12151         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12152         Remove autoloads.
12153
12154 2006-04-18  Simon Josefsson  <jas@extundo.com>
12155
12156         * message.el (message-generate-hashcash): Default to.
12157
12158 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12161         concatenating segments rather than before concatenating them.
12162
12163 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12166
12167 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12168
12169         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12170
12171         * message.el (message-forward-make-body-plain):
12172         Allow message-forward-ignored-headers to be a list.
12173         (message-remove-ignored-headers): Factor out into function.
12174         (message-forward-make-body-mml): Use it.
12175
12176         * imap.el (imap-quote-specials): New function.
12177         (imap-login-auth): Quote specials.
12178
12179         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12180         (rfc2231-parse-string): Allow concatanation of parameters that
12181         aren't contiguous.  The test case is
12182           (mail-header-parse-content-type "message/external-body;
12183             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12184             access-type=LOCAL-FILE;
12185             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12186
12187 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12188
12189         * nntp.el (nntp-accept-process-output): Return the value of
12190         `nnheader-accept-process-output'.
12191
12192 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12193
12194         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12195         (gnus-button-alist): Recognize more diff formats.
12196         (gnus-button-patch): Strip directory.
12197
12198 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12201         Emacs 22 when setting focus.
12202
12203 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12204
12205         * gnus-art.el (gnus-article-treat-types): Do treatment of
12206         text/x-verbatim parts.
12207         (gnus-button-patch): New command.
12208
12209         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12210         addresses that contain invalid characters.
12211
12212 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12213
12214         * message.el (message-put-addresses-in-ecomplete):
12215         Use gnus-replace-in-string.
12216         (message-is-yours-p): Use the more correct
12217         mail-header-parse-address instead of
12218         mail-extract-address-components.
12219         (message-put-addresses-in-ecomplete): Fix typo.
12220
12221         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12222         keystroke.
12223
12224         * gnus-art.el (gnus-treatment-function-alist): Change order of
12225         newsgroups/generic header folding to avoid double-folding.
12226
12227         * message.el (message-hidden-headers): Add X-Draft-From.
12228
12229         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12230         New command.
12231         (gnus-summary-repeat-search-article-backward): New command.
12232
12233         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12234         groups in the parent topic.
12235
12236 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12237
12238         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12239         (spam-extra-header-to-number): Return the CRM114 number as a
12240         number instead of a string.
12241
12242 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * gnus-art.el (gnus-face-properties-alist): Move here from
12245         gnus-fun.
12246
12247         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12248
12249 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12250
12251         * message.el (message-strip-forbidden-properties): Only display on
12252         self-insert-command.
12253
12254         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12255         reindent.
12256         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12257
12258 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12259
12260         * smiley.el (smiley-style): Fix typo.
12261
12262 2006-03-23  Kenichi Handa  <handa@m17n.org>
12263
12264         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12265         instead of set-buffer-multibyte.
12266
12267 2006-03-23  Kenichi Handa  <handa@m17n.org>
12268
12269         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12270         buffer and then decode the buffer text if necessary.
12271         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12272         first, and after mm-encode-body, change the buffer to unibyte.
12273
12274 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12275
12276         * hashcash.el (hashcash-insert-payment-async-2):
12277         Use message-goto-eoh instead of doing it manually.
12278         (mail-add-payment): Use message-narrow-to-header instead of trying
12279         to do the same itself.
12280
12281         * message.el (message-hidden-headers): Add Face.
12282
12283         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12284         reparenting code.
12285         (gnus-summary-reparent-children): Refactored out code.
12286         (gnus-summary-thread-map): New keystroke.
12287         (gnus-summary-reparent-children): Make into command.
12288
12289         * smiley.el (smiley-style): Default to `medium' if using a large
12290         font.
12291
12292         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12293         does it itself.
12294
12295         * message.el (message-point-in-header-p): Simplify definition.
12296
12297 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12298
12299         * nnagent.el (nnagent-request-set-mark): Silence log file
12300         writing.
12301         (nnagent-request-set-mark): Use write-region instead of
12302         append-to-file.
12303
12304         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12305         strange select method.
12306
12307         * ecomplete.el (ecomplete-display-matches): Get highlightling
12308         right.
12309         (ecomplete-display-matches): Use literals.
12310         (ecomplete-display-matches): Disable message logging.
12311
12312         * message.el (message-display-abbrev): Small optimization.
12313
12314         * ecomplete.el (ecomplete-display-matches): Allow automatic
12315         display.
12316
12317         * message.el (message-strip-forbidden-properties):
12318         Display abbrevs.
12319         (message-display-abbrev): Get automatic display right.
12320
12321         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12322         keystrokes.
12323
12324 2006-04-13  Romain Francoise  <romain@orebokech.com>
12325
12326         TODO: Backport to v5-10!
12327
12328         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12329         Move here (and rename) from gnus-registry.el.
12330
12331         * gnus-registry.el: Require gnus-util.
12332         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12333
12334 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12335
12336         * gnus-group.el (gnus-group-catchup-current):
12337         Change if-then-else-if-then-else into cond.
12338         (gnus-group-catchup): Indent.
12339         (group-name-at-point): New function.
12340         (gnus-fetch-group): Provide default from thing at point.
12341
12342 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12343
12344         * message.el (message-display-abbrev): Fix regexp.
12345
12346         * ecomplete.el (ecomplete-highlight-match-line):
12347         Reimplement choosing.
12348         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12349         dead variables.
12350
12351         * message.el (message-newline-and-indent): Remove debugging.
12352         (message-display-abbrev): Use new implementation.
12353
12354 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-art.el (gnus-article-mode):
12357         Set cursor-in-non-selected-windows to nil.
12358
12359         * smiley.el: Revert previous change.
12360         (smiley-data-directory): defvar it before using it in the
12361         defcustom of `smiley-style'.
12362
12363 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12364
12365         * message.el (message-newline-and-indent): New function.
12366
12367         * ecomplete.el: Implement more bits.
12368
12369         * message.el (message-put-addresses-in-ecomplete): Clean up the
12370         string.
12371
12372         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12373
12374         * gnus-sum.el (gnus-summary-save-parts):
12375         Bind gnus-summary-save-parts-counter and use it to make unique file
12376         names.
12377
12378         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12379
12380         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12381         parameter to say whether to actually parse the individual
12382         addresses.
12383
12384         * message.el (message-put-addresses-in-ecomplete): New function.
12385         (ecomplete): Require.
12386         (message-mail-alias-type): Add ecomplete as an option.
12387
12388 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12389
12390         * flow-fill.el (fill-flowed): Remove trailing space from blank
12391         quoted lines.
12392
12393 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12394
12395         * smiley.el (smiley-style): Move definition later to avoid a
12396         compilation warning.
12397
12398 2006-04-12  Kenichi Handa  <handa@m17n.org>
12399
12400         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12401         buffer and then decode the buffer text if necessary.
12402         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12403         first, and after mm-encode-body, change the buffer to unibyte.
12404         Use mm-disable-multibyte instead of set-buffer-multibyte.
12405
12406 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12409         Content-Type header instead of Content-Disposition header.
12410         (gnus-mime-inline-part): Ditto.
12411         (gnus-mime-view-part-as-charset): Ignore charset that the part
12412         specifies.
12413
12414         * mm-decode.el (mm-display-part): Work with external parts and
12415         usual parts similarly.
12416
12417         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12418         instead of gnus-display-mime.
12419
12420         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12421         instead of with-temp-buffer.
12422
12423         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12424         tag to summarized topics part in order to encode non-ASCII text.
12425
12426 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12427
12428         * smiley.el (smiley-style): New variable.
12429         (smiley-directory): New function.
12430         (smiley-data-directory): Derive from `smiley-style' using
12431         `smiley-directory'.
12432         (smiley-regexp-alist): Add new entries.
12433
12434         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12435         (gnus-article-browse-delete-temp): Add :version.
12436
12437 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12438
12439         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12440         the sieve region.
12441
12442 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12443
12444         * gnus.el (gnus-version-number): Bump version.
12445
12446 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * gnus.el: No Gnus v0.4 is released.
12449
12450 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12451
12452         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12453         layout.
12454
12455         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12456         unknown charset.
12457
12458         * message.el (message-header-synonyms): Add Original-To to the
12459         default.
12460
12461         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12462         optional parameter.
12463
12464 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12465
12466         * gnus-fun.el (gnus): Require it for gnus-directory.
12467
12468 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12471
12472 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12473
12474         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12475
12476 2006-04-05  Simon Josefsson  <jas@extundo.com>
12477
12478         * password.el (password-reset): New function.
12479
12480 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12481
12482         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12483         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12484
12485 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12486
12487         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12488         Some whitespace was matched into the url, which broke browsing hits
12489         > 100 when mm-url-use-external was nil.
12490
12491 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12494         Check gnus-extra-headers for 'Newsgroups.
12495
12496         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12497         bound.
12498
12499 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12500
12501         * pgg-gpg.el: Clean up process buffers every time gpg processes
12502         complete.
12503
12504 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12507         doc string.
12508
12509 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12510
12511         * pgg-gpg.el (pgg-gpg-process-filter)
12512         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12513
12514         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12515         lines, temporary fix.
12516
12517 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12520
12521 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12522
12523         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12524         default-enable-multibyte-characters.  This reverts the change from
12525         revision 6.17 which is no longer necessary because the passphrase
12526         is sent separately now.  GnuPG messages are unreadable under
12527         multibyte locales with default-enable-multibyte-characters set to
12528         nil.
12529
12530 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * message.el (message-tool-bar-gnome): Move "spell".
12533
12534 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12537         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12538         instead.
12539
12540 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12541
12542         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12543         Improve newsgroups handling for NNTP overviews which don't include
12544         Newsgroups.
12545
12546 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12547
12548         * message.el (message-resend): Bind message-generate-hashcash to nil.
12549
12550 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12551
12552         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12553         when searching for already-paid recipients.
12554
12555 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12556
12557         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12558         passphrases when it is not needed.
12559         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12560         passphrase stuff from gpg, should only be necessary when you use
12561         gpg with a smartcard.
12562
12563 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * mml.el (mml-insert-mime): Ignore cached contents of
12566         message/external-body part.
12567
12568         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12569         (mm-insert-part): Ditto.
12570
12571 2006-03-23  Simon Josefsson  <jas@extundo.com>
12572
12573         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12574         Reiner.
12575         (pgg-gpg-use-agent-p): Use it again.
12576
12577 2006-03-23  Simon Josefsson  <jas@extundo.com>
12578
12579         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12580         older emacsen.
12581         (pgg-gpg-use-agent-p): Don't use it.
12582
12583 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12584
12585         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12586         if we can.
12587
12588 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12589
12590         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12591         (pgg-gpg-update-agent): New function.
12592         (pgg-gpg-use-agent-p): New function.
12593         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12594         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12595         (pgg-gpg-sign-region): Use it.
12596
12597 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12600         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12601
12602 2006-03-21  Simon Josefsson  <jas@extundo.com>
12603
12604         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12605         <wilde@sha-bang.de>.
12606         (pgg-gpg-use-agent): New variable.
12607         (pgg-gpg-process-region): Use it.
12608         (pgg-gpg-encrypt-region): Likewise.
12609         (pgg-gpg-encrypt-symmetric-region): Likewise.
12610         (pgg-gpg-decrypt-region): Likewise.
12611         (pgg-gpg-sign-region): Likewise.
12612         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12613
12614 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12617
12618         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12619         Add comment on version.
12620
12621 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * smiley.el: Add missing test smiley.
12624
12625 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * mm-decode.el (mm-with-part): New macro.
12628         (mm-get-part): Use it; work with message/external-body as well.
12629         (mm-save-part): Treat name and filename equally.
12630
12631         * mm-extern.el (mm-extern-cache-contents): New function.
12632         (mm-inline-external-body): Use it; force the part to be displayed;
12633         move undisplayer added to the cached handle to the parent.
12634
12635         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12636         (gnus-mime-view-part-as-type): Work with message/external-body.
12637
12638         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12639
12640 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12641
12642         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12643         images in image-load-path.  [Sync with image.el, revision 1.60, in
12644         Emacs.]
12645
12646 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12649         path rather than symbol.  Always return list of directories.
12650         Guarantee that image directory comes first.  [Sync with image.el,
12651         revision 1.59, in Emacs.]
12652
12653         * message.el (message-make-tool-bar): Adjust to new API of
12654         `gmm-image-load-path-for-library'.
12655
12656         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12657
12658         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12659
12660 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12661
12662         * gnus-art.el (gnus-article-only-boring-p):
12663         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12664         intangible text.
12665         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12666
12667 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12670         Use `defun' instead of `gmm-defun-compat'.
12671
12672 2006-03-14  Simon Josefsson  <jas@extundo.com>
12673
12674         * message.el (message-unique-id): Don't use message-number-base36
12675         if (user-uid) is a float.
12676         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12677
12678 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12681
12682         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12683         empty line between a part and a message part.
12684
12685 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * smiley.el: Add more test smileys.
12688         (smiley-data-directory, smiley-regexp-alist)
12689         (gnus-smiley-file-types): Fix doc strings.
12690         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12691         adding new elements.
12692         (smiley-mouse-map): Unused code.  Make it a comment.
12693
12694 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12697         scan latest NoCeM messages instead of old ones.
12698         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12699         delimiters that are recently used.
12700         (gnus-nocem-load-cache): Add autoload cookie.
12701
12702         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12703
12704         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12705         level which is larger than gnus-use-nocem is specified.
12706
12707         * gnus-group.el (gnus-group-get-new-news): Ditto.
12708
12709 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-util.el (gnus-tool-bar-update): New function.
12712
12713         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12714         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12715
12716         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12717
12718         * gnus-group.el (gnus-group-redraw-when-idle)
12719         (gnus-group-redraw-check): Remove.
12720         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12721
12722 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12725         if optional last element is specified in splits (FIELD VALUE...).
12726
12727 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12730         to gmm-image-load-path-for-library.  Call with no-error argument.
12731         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12732
12733         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12734
12735         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12736
12737         * gmm-utils.el (gmm-image-load-path): Remove alias.
12738
12739 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * gmm-utils.el (gmm-image-load-path): Add alias.
12742
12743         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12744         nnml-generate-nov-databases-1.
12745         (nnml-generate-nov-databases): Use it.
12746         (nnml-generate-nov-databases-directory): Document no-active
12747         argument.
12748
12749         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12750         directory if path is t.  Add no-error.
12751
12752         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12753         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12754
12755         * gnus-art.el (gnus-article-browse-delete-temp-files):
12756         Simplify resetting gnus-article-browse-html-temp-list.
12757
12758         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12759         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12760         Add example to docstring.  Rename local variables.  Move error
12761         checks to default case in cond and simplify.
12762
12763 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12766         handle is multipart when calling it recursively.
12767         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12768
12769 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12770
12771         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12772         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12773
12774 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12777         is loaded.
12778
12779         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12780         loaded.
12781
12782 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12785         to "Emacs 23 (unicode)" in doc string.
12786
12787         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12788         "Emacs 23 (unicode)" in comment.
12789
12790 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12793
12794         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12795         characters 160 through 255 in Emacs 23.
12796
12797 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12800         gnus-article-browse-html-temp.
12801         (gnus-article-browse-delete-temp): Make it customizable.
12802         Add `file'.  Adjust doc string.
12803         (gnus-article-browse-delete-temp-files): Add argument.
12804         Allow query for each file.  Adjust doc string.
12805         (gnus-article-browse-html-parts):
12806         Add `gnus-article-browse-delete-temp-files' to
12807         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12808
12809 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12810
12811         * gnus-art.el (gnus-article-browse-html-temp)
12812         (gnus-article-browse-delete-temp): New variables.
12813         (gnus-article-browse-delete-temp-files): New function.
12814         (gnus-article-browse-html-parts): Use it.
12815
12816 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12819
12820         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12821         string.
12822
12823         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12824         gnus-summary-insert-new-articles when unplugged.
12825         Remove gnus-summary-search-article-forward.
12826
12827         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12828         display-visual-class instead of display-color-cells.
12829
12830 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * dgnushack.el: Autoload customize-group for XEmacs.
12833
12834         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12835         message/* containing non-ASCII text properly.
12836
12837 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * message.el: Require gmm-utils, remove autoloads.
12840         (message-tool-bar): Set default based on
12841         gmm-tool-bar-style.
12842         (message-tool-bar-gnome): Add gmm-customize-mode.
12843
12844         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12845         gmm-tool-bar-style.
12846         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12847
12848         * gnus-group.el (gnus-group-tool-bar): Set default based on
12849         gmm-tool-bar-style.
12850         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12851
12852         * gmm-utils.el (gmm-image-directory): Rename variable from
12853         gmm-image-load-path.
12854         (gmm-image-load-path): Use gmm-image-directory.
12855         (gmm-customize-mode): New function.
12856         (gmm-tool-bar-style): New variable.
12857
12858         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12859         gnus-group-redraw-line-number.
12860         (gnus-group-redraw-check): Simplify.
12861         (gnus-group-tool-bar-update): Remove redraw check.
12862         (gnus-group-make-tool-bar): Add redraw check.
12863
12864 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12865
12866         * gnus-art.el (gnus-button): Add missing parentheses.
12867
12868 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * lpath.el: Fbind line-number-at-pos.
12871
12872 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12875
12876 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus-art.el (gnus-button): New face.
12879         (gnus-article-button-face): Use it.
12880
12881         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12882         Add gnus-summary-next-page.  Re-order.
12883
12884         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12885         next-node are now included.
12886         (gnus-group-redraw-line-number): New internal variable.
12887         (gnus-group-redraw-check): Helper function for updating the tool
12888         bar.
12889         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12890
12891         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12892
12893         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12894         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12895         Use it to match format of Spamassassin 3.0 and later.
12896         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12897         (spam-check-bogofilter)
12898         (spam-bogofilter-register-with-bogofilter): Fix args of
12899         `gnus-error' calls.
12900
12901 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12904         unnecessary interaction when sending queued mails.
12905         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12906
12907 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12910         first or last are nil.
12911
12912 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12913
12914         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12915
12916 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12917
12918         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12919
12920 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12921
12922         * dns.el (query-dns): Protect more against buggy tcp output.
12923
12924 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12927         nov.php.
12928
12929 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12930
12931         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12932         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12933         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12934         output on the server side.
12935         (nnweb-google-create-mapping): Update regexps and add some
12936         progress indication.
12937
12938 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-group.el (gnus-group-tool-bar-gnome):
12941         Fix gnus-agent-toggle-plugged.  Re-order icons.
12942         (gnus-group-tool-bar-gnome):
12943         Add gnus-group-{prev,next}-unread-group.
12944         (gnus-group-tool-bar-gnome): Re-order icons.
12945
12946         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12947         Move gnus-summary-insert-new-articles.
12948
12949         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12950         Fix comments.
12951
12952         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12953         also available in Emacs 21.3.
12954
12955         * message.el (message-fix-before-sending): Change "Emacs 22" to
12956         "Emacs 23 (unicode)" in comment.
12957
12958         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12959         "Emacs 23 (unicode)" in comment.
12960
12961         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12962         comment.
12963         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12964
12965         * mm-view.el (mm-fill-flowed): Add :version.
12966
12967 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12970         and load-path.
12971
12972 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * message.el: Autoload gmm-image-load-path.
12975         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12976         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12977         consitency.
12978
12979         * gmm-utils.el (gmm-image-load-path): Also search in
12980         "../etc/images".  Don't set gmm-image-load-path if we don't find
12981         the image.
12982
12983 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gmm-utils.el (gmm-image-load-path): Don't make
12986         `gmm-image-load-path' include subdirectories which the second arg
12987         `image' might specify.
12988
12989         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12990         subdirectory to icon file names.
12991
12992         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12993
12994 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12997         gmm-image-load-path calls.
12998
12999         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13000
13001         * message.el (message-make-tool-bar): Ditto.
13002
13003         * mml.el (mml-preview): Add comment concerning tool bar icons.
13004
13005         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13006         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13007
13008         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13009         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13010
13011         * message.el (message-tool-bar-gnome): Use new icon names.
13012         (message-make-tool-bar): Use `gmm-image-load-path'.
13013
13014         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13015         New functions from MH-E.
13016         (gmm-image-load-path): New variable from MH-E.
13017         (gmm-image-load-path): New function from MH-E.  Add arguments
13018         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13019         *-image-load-path-called-flag.
13020
13021 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13022
13023         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13024
13025 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13026
13027         * nnimap.el (nnimap-request-move-article): Change folder back to
13028         source group before deleting.
13029
13030 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13033
13034         * gnus-art.el (mm-url-insert-file-contents-external):
13035         Autoload mm-url.
13036
13037         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13038
13039 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13042         coding system which mm-charset-to-coding-system returns for a
13043         given charset is valid.
13044
13045 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13046
13047         * html2text.el (html2text-remove-tag-list):
13048         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13049
13050 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13051
13052         * gnus-cus.el: Revert 2005-10-17 change.
13053
13054 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * gnus-art.el (article-strip-banner):
13057         Call article-really-strip-banner only when the regexp match is made.
13058
13059 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * gnus-art.el (article-strip-banner):
13062         Use gnus-extract-address-components instead of
13063         mail-header-parse-addresses to make it work with non-ASCII text;
13064         remove mail-encode-encoded-word-string.
13065
13066         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13067         values which are surrounded with \"...\"; make it never cause a
13068         Lisp error; give up parsing of parameters if it failed in
13069         extracting type.
13070
13071 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13072
13073         * smime.el (smime-cert-by-ldap-1): Fix bug where
13074         `smime-ldap-search' returns results without userCertificates.
13075
13076 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13079
13080 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * spam.el (spam-check-spamassassin-headers): Adapt format for
13083         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13084         <ari@mbf.ocn.ne.jp>.
13085         (spam-list-of-processors): Add spam-use-gmane.
13086
13087 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13090         make-temp-file; make it work with XEmacs as well.
13091
13092         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13093         mm-make-temp-file.
13094
13095         * mm-decode.el (mm-display-external): Use the 3rd arg of
13096         mm-make-temp-file.
13097         (mm-create-image-xemacs): Ditto.
13098
13099 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13102         with message-narrow-to-headers.
13103         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13104         (gnus-draft-check-draft-articles): New function.
13105         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13106
13107 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * gnus-art.el (gnus-article-browse-html-parts):
13110         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13111         Don't use suffix argument for mm-make-temp-file for Emacs 21
13112         compatibility.  Remove useless `format'.
13113
13114 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13115
13116         * nnweb.el (nnweb-google-wash-article): Update regexps.
13117         (nnweb-group-alist): Use defvoo instead of defvar.
13118
13119 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13122         re-loading nn* modules.
13123
13124 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13127         for `tool-bar-mode' and don't check it's default-value.
13128
13129         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13130
13131         * message.el (message-make-tool-bar): Ditto.
13132
13133         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13134         `substring'.  Shorten tmp-file name.
13135
13136         * gnus.el: Remove bogus comment.
13137
13138 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13139
13140         * gnus-art.el (gnus-article-browse-html-parts): New function.
13141         (gnus-article-browse-html-article): New function for viewing html
13142         articles with a browser.
13143
13144 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13145
13146         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13147         in elisp.
13148         (pgg-gpg-encrypt-symmetric-region): Ditto.
13149         (pgg-gpg-sign-region): Ditto.
13150
13151         * pgg-def.el (pgg-text-mode): New variable.
13152
13153         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13154         (mml2015-pgg-encrypt): Ditto.
13155
13156         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13157         (mml1991-pgg-encrypt): Ditto.
13158
13159 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * nnfolder.el (nnfolder-insert-newsgroup-line):
13162         Use message-make-date instead of current-time-string.
13163
13164         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13165         to gnus-decoded which mm-uu might set.
13166
13167 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13170         don't decode quoted parameters; remove misimported Emacs code.
13171         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13172         (rfc2231-decode-encoded-string): Don't use split-string which
13173         behaves differently according to Emacs version; use
13174         mm-decode-coding-region to convert charset to coding-system.
13175         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13176         (rfc2231-encode-string): Remove misimported Emacs code.
13177
13178 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13181         when calling mail-header-parse-content-type.
13182         (article-de-quoted-unreadable): Ditto.
13183         (article-de-base64-unreadable): Ditto.
13184         (article-wash-html): Ditto.
13185
13186         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13187         calling mail-header-parse-content-type and
13188         mail-header-parse-content-disposition.
13189         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13190         mail-header-parse-content-type.
13191
13192         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13193         insert charset and format parameters; encode description after
13194         inserting it to buffer.
13195         (mml-insert-parameter): Fold lines properly even if a parameter is
13196         segmented into two or more lines; change the max column to 76.
13197
13198         * rfc1843.el (rfc1843-decode-article-body): Don't use
13199         ignore-errors when calling mail-header-parse-content-type.
13200
13201         * rfc2231.el (rfc2231-parse-string): Return at least type if
13202         possible; don't cause an error even if it fails in parsing of
13203         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13204         (rfc2231-encode-string): Don't break lines at the beginning, leave
13205         it to mml-insert-parameter.
13206
13207         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13208         calling mail-header-parse-content-type.
13209
13210 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * spam-report.el (spam-report-gmane-use-article-number):
13213         Improve doc string.
13214         (spam-report-gmane-internal): Check if a suitable header was found
13215         in the article.
13216
13217 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13220         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13221
13222 2006-02-05  Romain Francoise  <romain@orebokech.com>
13223
13224         Update copyright notices of all files in the gnus directory.
13225
13226 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13227
13228         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13229
13230 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13233         segmented lines of parameter value to cope with Thunderbird 1.5
13234         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13235         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13236         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13237
13238 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13239
13240         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13241         parts.
13242
13243 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13244
13245         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13246         there's only one active file for all servers.
13247         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13248         solid groups.  Gnus might have used a FAST request to select the group.
13249         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13250         and nnweb-search redundantly in the active file.
13251         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13252         (nnweb-request-create-group): Don't use ARGS.
13253         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13254         initialisations.  Let nnoo do the work.
13255
13256 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13259         Say the part has been decoded.
13260
13261         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13262
13263 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13264
13265         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13266         mailcap-viewer-test-cache when there's no 'test clause, since that
13267         will invert the meaning of a "nil" test previously determined by
13268         mailcap-mailcap-entry-passes-test.
13269
13270 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13273         compiling.
13274
13275         * gnus-sum.el: Ditto.
13276
13277         * message.el: Don't bind tool-bar-map when compiling.
13278
13279 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13282
13283 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13284
13285         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13286         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13287         current Google Groups.
13288
13289 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13292         and tool-bar-mode.
13293
13294         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13295         and tool-bar-mode.
13296
13297         * message.el (message-tool-bar-update): Simplify.
13298         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13299
13300         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13301         gnus-summary-buffer.
13302         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13303         gnus-summary-reply.
13304
13305         * gmm-utils.el (gmm): Add :version.
13306
13307 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * Makefile.in (clean): New rule.
13310         (distclean): Use it.
13311
13312 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13313
13314         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13315         Don't autoload.
13316
13317 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gmm-utils.el (gmm-verbose): Add :group.
13320
13321 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13322
13323         * message.el: Change some comments WRT tool-bars.
13324
13325         * gnus-sum.el (gnus-summary-tool-bar)
13326         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13327         (gnus-summary-tool-bar-zap-list): New variables.
13328         (gnus-summary-make-tool-bar): Complete rewrite using
13329         `gmm-tool-bar-from-list'.
13330
13331         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13332         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13333         New variables.
13334         (gnus-group-make-tool-bar): Complete rewrite using
13335         `gmm-tool-bar-from-list'.
13336         (gnus-group-tool-bar-update): New function.
13337
13338         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13339
13340 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13343         is dissected into a single part of which the type is the same as
13344         the given one; decode charset.
13345
13346 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13347
13348         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13349         into alists as symbol not string, since that's what
13350         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13351         look for.
13352
13353 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13356         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13357
13358         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13359
13360 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13363         (gnus-xmas-mime-security-button-menu): New function.
13364
13365         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13366         (gnus-mime-security-button-menu): New definition.
13367         (gnus-mime-security-button-map): Use them.
13368         (gnus-mime-security-button-menu): New function.
13369         (gnus-insert-mime-security-button): Addition to help echo.
13370         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13371         (gnus-mime-security-pipe-part): New functions.
13372
13373         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13374         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13375
13376         * mm-decode.el (mm-handle-set-disposition): Remove.
13377         (mm-handle-set-description): Remove.
13378
13379 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13382         (mm-w3m-standalone-supports-m17n-p): New function.
13383         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13384         w3m usage.
13385
13386         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13387         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13388
13389 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * message.el (message-tool-bar-zap-list):
13392         Use gmm-tool-bar-zap-list as custom type.
13393         (message-tool-bar-update): New function.
13394         (message-tool-bar, message-tool-bar-gnome)
13395         (message-tool-bar-retro): Add message-tool-bar-update.
13396         (message-tool-bar-gnome): Add flyspell-buffer.
13397
13398         * gnus-util.el (gnus-error): Describe `args'.
13399
13400         * gmm-utils.el (gmm-error): Describe `args'.
13401         (gmm-tool-bar-zap-list): New widget.
13402         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13403
13404 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13407         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13408         the number of recursive calls.
13409
13410         * mm-decode.el (mm-handle-set-disposition): New macro.
13411         (mm-handle-set-description): New macro.
13412
13413 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13416         encoding.
13417
13418 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * message.el (message-tool-bar-zap-list, message-tool-bar)
13421         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13422         (message-tool-bar-local-item-from-menu): Remove.
13423         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13424         (message-make-tool-bar): New function.
13425         (message-mode): Use `message-make-tool-bar'.
13426
13427         * gmm-utils.el: New file.
13428         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13429         (gmm-lazy): New widget copied from `nnmail.el'.
13430         (gmm-tool-bar-from-list): New function for creating customizable
13431         tool bars.
13432         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13433         output.
13434         (gmm): Add :prefix to defgroup.
13435
13436 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13437
13438         * gmm-utils.el (gmm-widget-p): New function.
13439
13440 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * mml.el (mml-attach-file): Describe `description' in doc string.
13443         (mml-menu): Add Emacs MIME manual and PGG manual.
13444
13445 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13446
13447         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13448
13449 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13450
13451         * nntp.el (nntp-end-of-line): Doc fix.
13452
13453 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13454
13455         * imap.el (imap-open): Handle case where buffer is a buffer
13456         object.
13457
13458 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13459
13460         * gnus-delay.el (gnus-delay): Don't autoload.
13461         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13462         to be re-loaded when customizing the `gnus-delay' group.
13463
13464 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13465
13466         * message.el (message-insert-citation-line): Use newlines.
13467
13468 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13469
13470         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13471         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13472         these routines, so the passphrase can be managed externally and
13473         passed in to the system.
13474         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13475         pgg-add-passphrase-to-cache function.
13476
13477         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13478         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13479         these routines, so the passphrase can be managed externally and
13480         passed in to the system.
13481         (pgg-pgp5-sign-region): Use new name of
13482         pgg-add-passphrase-to-cache function.
13483
13484 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13485
13486         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13487         part of the decoded armor to find the key-identifier.
13488         (pgg-gpg-lookup-key-owner): New function to return the
13489         human-readable identifier of a key owner.
13490         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13491         itself.
13492         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13493         the key value) if we have a key and can match it against a secret
13494         key.  Also, added a note pointing out fact that the prompt only
13495         indicates the first matching key.
13496
13497         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13498         pgg-decrypt-region.
13499         (pgg-add-passphrase-to-cache): Rename from
13500         `pgg-add-passphrase-cache' to reduce confusion (all callers
13501         changed).
13502         (pgg-remove-passphrase-from-cache): Rename from
13503         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13504         changed).
13505         (pgg-read-passphrase, pgg-add-passphrase-cache)
13506         (pgg-remove-passphrase-cache): Add informative docstrings.
13507         (pgg-decrypt): Convey provided passphrase in subordinate call to
13508         pgg-decrypt-region.
13509
13510 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13511
13512         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13513         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13514         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13515         'passphrase' argument, so the passphrase can be managed externally
13516         and then passed in to the system.
13517
13518         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13519         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13520         so the passphrase cache can be used reliably with identifiers
13521         besides a pgp packet's key id.
13522
13523         * pgg-gpg.el (pgg-gpg-encrypt-region)
13524         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13525         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13526         these routines, so the passphrase can be managed externally and
13527         passed in to the system.
13528
13529         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13530         'notruncate' argument, so the passphrase cache can be used
13531         reliably with identifiers besides a pgp packet's key id.
13532
13533 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13534
13535         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13536         symmetric encryption.
13537         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13538         encrypted session key.
13539         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13540         message ask for the passphrase in a proper way.
13541
13542         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13543         New user commands for symmetric encryption.
13544
13545 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13548
13549         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13550
13551 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13552
13553         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13554
13555 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * mm-decode.el (mm-inlined-types): Add application/pgp.
13558         (mm-automatic-display): Ditto.
13559
13560         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13561         part as text.
13562
13563 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * nnrss.el: Update copyright.
13566         (nnrss-opml-import): Query whether to subscribe to each entry.
13567
13568         * gnus-art.el:
13569         * gnus-sum.el:
13570         * gnus-xmas.el:
13571         * messagexmas.el:
13572         * mm-uu.el:
13573         * mm-view.el: Update copyright.
13574
13575 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * message.el (message-info): New function.
13578         (message-mode-menu): Add it.
13579         Update copyright.
13580
13581         * ChangeLog: Fix and update copyright.
13582
13583 2006-01-13  Romain Francoise  <romain@orebokech.com>
13584
13585         * message.el (message-forward-subject-name-subject): Prefer the
13586         address to 'nowhere' if the sender has no name.
13587         Fix typo.  Update copyright year.
13588
13589 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-art.el (article-wash-html):
13592         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13593         (gnus-article-wash-html-with-w3m-standalone): New function.
13594
13595         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13596         mm-inline-text-html-render-with-w3m-standalone.
13597         (mm-text-html-washer-alist): Map w3m-standalone to
13598         gnus-article-wash-html-with-w3m-standalone.
13599         (mm-inline-text-html-render-with-w3m-standalone): New function.
13600
13601 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13604         Improve LaTeX.
13605
13606 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13609         (nnrss-request-article): Render text/plain parts as HTML.
13610
13611         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13612         the buffer.
13613
13614 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13617         custom definition of `gnus-posting-styles'.
13618
13619         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13620         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13621
13622 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13625         Use nntp for bug archive.
13626
13627 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13630         parts.
13631         (nnrss-normalize-date): New function converts ISO 8601 date into
13632         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13633         (nnrss-check-group): Use it.
13634
13635 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13638
13639         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13640         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13641         (nnrss-insert-w3): Ditto.
13642
13643 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13646         the articles to be forwarded including the case where neither a
13647         number of articles nor a region is specified.
13648
13649 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * nnrss.el (nnrss-request-article): Fix last change; fill
13652         text/plain parts.
13653
13654 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13657         in text/plain part.
13658         (nnrss-check-group): Don't add excessive newline to dc:subject.
13659
13660 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13661
13662         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13663         article.
13664
13665 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13668         (nnml-use-compressed-files, nnml-save-mail): Support other
13669         comression programs such as bzip2.
13670
13671 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13672
13673         * dns.el (query-dns): Make sure we check the buffer size before
13674         removing tcp headers.
13675
13676 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13679         remove MIME buttons associated with multipart/alternative parts.
13680         (gnus-mime-display-alternative): Tag buttons using `article-type'
13681         text property.
13682
13683         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13684         associated with multipart/alternative parts.
13685
13686         * gnus-art.el (gnus-signature-separator): Fix custom type.
13687
13688         * mm-decode.el (mm-inlined-types): Fix custom type.
13689         (mm-keep-viewer-alive-types): Ditto.
13690         (mm-automatic-display): Ditto.
13691         (mm-attachment-override-types): Ditto.
13692         (mm-inline-override-types): Ditto.
13693         (mm-automatic-external-display): Ditto.
13694
13695 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * spam-report.el (spam-report-user-mail-address)
13698         (spam-report-user-agent): New variables.
13699         (spam-report-url-ping-plain): Use spam-report-user-agent.
13700
13701 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13702
13703         * gnus-art.el (gnus-button-handle-custom): Do not just use
13704         `customize-apropos' for any "M-x customize-*" button but the
13705         function called for.  Accept both the function name and its
13706         argument in order to achieve this.
13707         (gnus-button-alist): Remove support for "custom:" URL's.
13708         Pass function name to `gnus-button-handle-custom' in case of "M-x
13709         customize-*" buttons.
13710
13711 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13714         multipart/alternative and add xref to mm-discouraged-alternatives
13715         in doc string.
13716
13717         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13718         gnus-buttonized-mime-types in doc string.
13719
13720 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13721
13722         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13723         Suggest image/.* in the doc string.
13724
13725 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13728         message-marks (Debian bug #342521).
13729
13730 2005-12-12  Simon Josefsson  <jas@extundo.com>
13731
13732         * password.el (password-read-from-cache): Add.
13733         (password-read): Use it.
13734
13735 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * rfc2047.el (rfc2047-charset-to-coding-system):
13738         Recognize us-ascii as a MIME charset.
13739
13740         * mm-bodies.el (mm-decode-content-transfer-encoding):
13741         Protect against the case where the 2nd arg TYPE is nil.
13742
13743 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * pop3.el (pop3-stream-type): Fix custom version.
13746
13747         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13748
13749 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13750
13751         * mm-decode.el (mm-display-external): Add missing cdr.
13752
13753 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13756         RFC1524) if it is in mailcap or add a suffix according to
13757         mailcap-mime-extensions when generating a temp filename; postpone
13758         deleting a temp file for 2 seconds for some wrappers, shell
13759         scripts, and so on, which might exit right after having started a
13760         viewer command as a background job.
13761
13762 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         * nntp.el (nntp-marks-directory): Fix custom group.
13765
13766         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13767         steps when < 10.
13768
13769         * gnus-start.el (gnus-no-server-1):
13770         Mention `gnus-level-default-subscribed' in doc string.
13771
13772 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13773
13774         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13775         parens.
13776
13777 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus-xmas.el (gnus-use-toolbar): Revert.
13780         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13781         gnus-use-toolbar is default.
13782
13783         * messagexmas.el (message-use-toolbar): Revert.
13784         (message-setup-toolbar): Use global default-toolbar if
13785         message-use-toolbar is default.
13786
13787 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13790         according to default-toolbar-visible-p.
13791
13792         * messagexmas.el (message-use-toolbar): Ditto.
13793
13794 2005-11-26  Dave Love  <fx@gnu.org>
13795
13796         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13797         (tls-program, tls-success): Provide openssl alternative.
13798
13799         * starttls.el: Doc fixes.
13800         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13801         SERVICE to PORT.
13802
13803         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13804         port null or service name.
13805         (starttls-negotiate): Autoload.
13806
13807 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * message.el (message-kill-to-signature): Fix interactive spec.
13810
13811 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * pop3.el (pop3-open-server): Recognize a string as a service name.
13814
13815 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13816
13817         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13818
13819 2005-11-23  Dave Love  <fx@gnu.org>
13820
13821         Add pop3s, pop3/starttls.
13822
13823         * pop3.el (pop3-authentication-scheme): Clarify doc.
13824         (open-tls-stream, starttls-open-stream): Autoload.
13825         (pop3-stream-type): New.
13826         (pop3-open-server): Use it.
13827
13828         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13829         for POP.
13830         (mail-source-keyword-map): Add :stream for POP.
13831         (mail-source-fetch-pop): Use pop3-stream-type.
13832
13833 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13836         of current-time-string.
13837
13838 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13839
13840         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13841         date header.
13842
13843 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13844
13845         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13846         it can seriously impact performance as it bypasses the agent's
13847         local caches.
13848
13849 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13850
13851         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13852         must be explicitly online rather than "not explicitly offline" for
13853         its flags to be synchronized.
13854
13855         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13856         that gnus-uu-unmark-thread will function correctly.
13857
13858         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13859         1024K is instead displayed as 1M.
13860
13861 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13862
13863         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13864
13865 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13866
13867         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13868
13869 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13870
13871         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13872         error message to display actual error condition.
13873         (gnus-agent-save-local): Avoid saving symbols that are bound to
13874         nil as they simply result in a warning message in
13875         gnus-agent-read-local.
13876
13877 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13880         rather than make-variable-buffer-local for file-precious-flag.
13881
13882 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13883
13884         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13885         for duplicates which are removed.  The invalid sort check then
13886         triggers a rescan after the sort as sorting may have moved
13887         duplicate entries such that they can be cheaply detected.
13888
13889 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13892
13893 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13894
13895         * gnus-agent.el (gnus-agent-article-alist-save-format):
13896         Change internal variable to a custom variable.  Change default value
13897         from compressed(2) to uncompressed(1).
13898         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13899         support for uncompressed agentview files.  Taken together, reading
13900         the agentview file should now be 6-7 times faster.
13901
13902 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13903
13904         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13905         as a buffer-local variable.  This avoids creating truncated
13906         dribble files as a result of a hang up, eg.
13907
13908 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13909
13910         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13911         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13912         XEmacs.
13913
13914 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13915
13916         * gnus-start.el (gnus-start-draft-setup):
13917         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13918
13919         * gnus.el (gnus-splash): Change custom group.
13920         (gnus-group-get-parameter, gnus-group-parameter-value):
13921         Describe allow-list argument.
13922
13923         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13924         string.
13925
13926 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * gnus-art.el (gnus-default-article-saver): Add user-defined
13929         `function' to custom type.
13930
13931 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13932
13933         * imap.el (imap-open): Handle case where buffer is a buffer
13934         object.
13935
13936 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13937
13938         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13939         long lines.
13940         (gnus-cache-delete-group): Wrap doc strings.
13941
13942         * gnus-agent.el (gnus-agent-rename-group)
13943         (gnus-agent-delete-group): Wrap doc strings.
13944
13945 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * messagexmas.el (message-use-toolbar): Change the valid values
13948         into default, top, bottom, left, and right.
13949         (message-toolbar-thickness): New variable.
13950         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13951         well.
13952         (message-setup-toolbar): Make it work.
13953
13954         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13955         (gnus-use-toolbar): Change the valid values into default, top,
13956         bottom, left, and right.
13957         (gnus-toolbar-thickness): New variable.
13958         (gnus-xmas-setup-toolbar): New function.
13959         (gnus-xmas-setup-group-toolbar): Use it.
13960         (gnus-xmas-setup-summary-toolbar): Use it.
13961
13962 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13963
13964         * gnus-start.el (gnus-1): Add "native" to
13965         gnus-predefined-server-alist.
13966
13967         * gnus.el (gnus-method-to-server): Don't add "native" to the
13968         lists here, because that leads to problems when
13969         gnus-select-method is bound.
13970
13971 2005-11-09  Simon Josefsson  <jas@extundo.com>
13972
13973         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13974         use (not sort-by-date) instead.
13975
13976 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13977
13978         * gnus-delay.el (gnus-delay-group): Don't autoload.
13979         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13980         to be re-loaded when customizing the `gnus-delay' group.
13981
13982 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13983
13984         * message.el: Revert last changes.
13985         (message-insert-citation-line): Use newlines.
13986
13987 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13988
13989         * message.el (message-courtesy-message)
13990         (message-mark-insert-begin, message-mark-insert-end)
13991         (message-elide-ellipsis, message-cancel-message)
13992         (message-add-header, message-change-subject)
13993         (message-cross-post-followup-to-header)
13994         (message-cross-post-insert-note, message-reduce-to-to-cc)
13995         (message-widen-reply, message-delete-not-region)
13996         (message-kill-to-signature, message-insert-signature)
13997         (message-insert-importance-high, message-insert-importance-low)
13998         (message-insert-or-toggle-importance)
13999         (message-insert-disposition-notification-to)
14000         (message-indent-citation, message-yank-original)
14001         (message-cite-original-without-signature, message-cite-original)
14002         (message-insert-citation-line, message-position-on-field)
14003         (message-fix-before-sending, message-send-mail-partially)
14004         (message-send-mail, message-send-mail-with-sendmail)
14005         (message-send-mail-with-qmail, message-send-news)
14006         (message-check-news-header-syntax, message-generate-headers)
14007         (message-insert-courtesy-copy, message-fill-address)
14008         (message-fill-header, message-shorten-references)
14009         (message-setup-1, message-cancel-news)
14010         (message-forward-make-body-plain, message-forward-make-body-mime)
14011         (message-forward-make-body-mml, message-encode-message-body)
14012         (message-forward-make-body-digest-plain)
14013         (message-forward-make-body-digest-mime)
14014         (message-use-alternative-email-as-from): Insert `hard-newline'
14015         instead of ordinary newlines.
14016
14017 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * message.el (message-generate-headers): Downcase the argument
14020         given to message-check-element.
14021
14022 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14023
14024         * nntp.el (nntp-authinfo-rejected): New error condition.
14025         (nntp-wait-for): Use new error condition to signal authentication
14026         error.
14027         (nntp-retrieve-data): Rethrow new error condition to break out of
14028         recursive call to nntp-send-authinfo.
14029
14030 2005-11-08  Romain Francoise  <romain@orebokech.com>
14031
14032         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14033         (gnus-summary-exit-map): Bind to `Z p'.
14034         (gnus-summary-make-menu-bar): Add menu item.
14035
14036 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14039         (gnus-treat-*): Add `first' in all doc strings.
14040
14041         * gnus-group.el (gnus-group-compact-group): Fix typo.
14042
14043 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus.el (gnus-parameters-case-fold-search): New variable.
14046         (gnus-parameters-get-parameter): Use it.
14047
14048         * gnus-score.el (gnus-home-score-file): Doc fix.
14049
14050 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14051
14052         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14053
14054 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * mm-util.el (mm-special-display-p): New function.
14057
14058         * mml.el (mml-preview): Use it; doc fix.
14059
14060 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14061
14062         * imap.el (imap-open): Handle case where buffer is a buffer object.
14063
14064 2005-10-29  Romain Francoise  <romain@orebokech.com>
14065
14066         * message.el (message-fix-before-sending): Fix comment.
14067
14068 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14069
14070         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14071
14072 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14073
14074         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14075         Used in gnus-score.el.
14076
14077 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14080
14081 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14084         whitespace removed in revision 7.8.  Use concatenated string to
14085         protect trailing whitespace.
14086
14087 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14088
14089         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14090         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14091         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14092         Courier IMAP ("some version from 2004").  Mostly based on similar
14093         code in the same function.
14094
14095 2005-10-26  Didier Verna  <didier@xemacs.org>
14096
14097         * gnus-group.el (gnus-group-compact-group): Invalidate original
14098         article buffer.
14099         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14100         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14101         NOV database and in article itself.
14102         Invalidate article backlog.
14103
14104 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14107
14108 2005-10-26  Simon Josefsson  <jas@extundo.com>
14109
14110         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14111         part of 2004-07-25 change.
14112
14113 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * message.el (message-display-completion-list): New function.
14116         (message-expand-group): Use it; make sure the Completions buffer
14117         is modifiable.
14118 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14119
14120         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14121         user-mail-name is an empty string.
14122
14123 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14126         depending on gnus-score-decay-constant.
14127
14128         * encrypt.el (encrypt-insert-file-contents)
14129         (encrypt-write-file-contents): Don't use `gnus-message'.
14130
14131         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14132         arguments.
14133         (mm-uu-type-alist): Add message-marks and insert-marks.
14134         Pass arguments to mm-uu-verbatim-marks-extract.
14135         (mm-uu-hide-markers): New variable.
14136         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14137
14138         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14139         (gnus-convert-image-to-face-command): Use "convert" by default to
14140         allow other input image formats.
14141         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14142         accordingly.
14143
14144 2005-10-23  Simon Josefsson  <jas@extundo.com>
14145
14146         * imap.el (imap-gssapi-program): Align command line parameters
14147         with latest GNU SASL.
14148         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14149
14150 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14151
14152         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14153         HTML.
14154         (nnslashdot-request-article): Ditto.
14155
14156         * lpath.el (featurep): Add nobreak-char-display.
14157
14158 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14159
14160         * mail-source.el (mail-source-fetch-pop): Require pop3.
14161         (mail-source-check-pop): Ditto.
14162
14163 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14166         errors.
14167
14168 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14171         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14172
14173         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14174
14175         * mm-bodies.el (mm-decode-string):
14176         Call `mm-charset-to-coding-system' with allow-override argument.
14177
14178 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14181         (rfc2047-charset-to-coding-system): New function.
14182         (rfc2047-decode-encoded-words): New function.
14183         (rfc2047-decode-region): Use them.
14184         (rfc2047-decode-cte): Remove.
14185         (rfc2047-parse-and-decode): Remove.
14186         (rfc2047-decode): Remove.
14187
14188 2005-10-15  Kenichi Handa  <handa@m17n.org>
14189
14190         * rfc2047.el (rfc2047-decode-cte): New function.
14191         (rfc2047-decode-region): Change the way to decode successive
14192         encoded-words: decode B- or Q-encoding in each encoded-word,
14193         concatenate them, and decode it as charset.
14194
14195 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * lpath.el: Fbind codepage-setup for XEmacs.
14198
14199 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14200
14201         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14202         widget-move-and-invoke.
14203         (gnus-custom-mode): Use gnus-custom-map.
14204
14205 2005-10-15  Bill Wohler  <wohler@newt.com>
14206
14207         * message.el (message-tool-bar-map): Rename image file from
14208         mail_send to mail/send.
14209
14210 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14211
14212         * message.el (message-expand-group): Pass the common
14213         prefix substring of completion to `display-completion-list'.
14214
14215 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * mml-sec.el (mml-secure-method): New internal variable.
14218         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14219         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14220         New functions using mml-secure-method.
14221
14222         * mml.el (mml-mode-map): Add key bindings for those functions.
14223         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14224         Harder <harder@myrealbox.com>.
14225         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14226         Goto end of message if point is the headers of the message.
14227
14228         * message.el (message-in-body-p): New function.
14229
14230         * assistant.el: Autoload gnus-util and netrc.
14231
14232         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14233         Use `mm-charset-override-alist' only when decoding.
14234
14235         * mm-bodies.el (mm-decode-body):
14236         Call `mm-charset-to-coding-system' with allow-override argument.
14237
14238         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14239         `filename' from Content-Disposition if Content-Type doesn't
14240         provide `name'.
14241         (gnus-mime-view-part-as-type): Set default instead of
14242         initial-input.
14243
14244 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14245
14246         * format-spec.el (format-spec): Propagate text properties of % spec.
14247
14248 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * gnus-art.el (gnus-treat-predicate): Add `first'.
14251
14252 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14255         (mm-charset-override-alist): New variable.
14256         (mm-charset-to-coding-system): Use it.
14257         (mm-codepage-setup): New helper function.
14258         (mm-charset-eval-alist): New variable.
14259         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14260         Warn about unknown charsets.
14261
14262         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14263
14264 2005-10-04  David Hansen  <david.hansen@gmx.net>
14265
14266         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14267         (nnrss-check-group): Ditto.
14268
14269 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14272         Rename x-gnus-verbatim to x-verbatim.
14273         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14274
14275         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14276         x-verbatim.
14277
14278         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14279
14280         * gnus-util.el (gnus-remove-duplicates): Remove.
14281
14282         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14283         instead of gnus-remove-duplicates.
14284
14285         * message.el (message-remove-duplicates): Remove.
14286         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14287         message-remove-duplicates.
14288
14289         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14290         available, else use implementation from `delete-dups'.
14291
14292         * message.el (message-insert-expires): New function.
14293         (message-mode-map): Add key binding.
14294         (message-mode-field-menu): Add menu entry.
14295         (message-mode): Document it.
14296         (message-make-expires-date): Use `message-make-date'.
14297
14298 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14299
14300         * message.el (message-make-expires-date): New function.
14301
14302 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * Makefile.in (list-installed-shadows): New entry.
14305         (install): Use it.
14306         (remove-installed-shadows): New entry.
14307
14308         * dgnushack.el (dgnushack-default-load-path): New variable.
14309         (dgnushack-find-lisp-shadows): New function.
14310         (dgnushack-remove-lisp-shadows): New function.
14311
14312 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * Makefile.in (install-el-elc): New entry.
14315         (install): Use it so that .el files are necessarily installed.
14316
14317 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14320
14321 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14322
14323         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14324         function rather than the diff-mode.el package.
14325         (mm-display-external): Use with-current-buffer.
14326         (mm-viewer-completion-map, mm-viewer-completion-map):
14327         Move initialization inside declaration.
14328
14329 2005-09-29  Simon Josefsson  <jas@extundo.com>
14330
14331         * spam.el: Load hashcash when compiling, to avoid warnings.
14332         Don't autoload mail-check-payment.
14333         (spam-check-hashcash): Define unconditionally, since hashcash.el
14334         is part of Gnus now.  Ignore errors from payment checking.
14335
14336 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * message.el (message-bold-region, message-unbold-region):
14339         Rename from `bold-region' and `unbold-region'.
14340
14341         * message.el: Remove useless autoloads.
14342
14343 2005-09-28  Simon Josefsson  <jas@extundo.com>
14344
14345         * message.el (message-use-idna): Default to t.
14346         (message-use-idna): Test whether encoding works too.  Doc fix.
14347
14348 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * nntp.el (nntp-warn-about-losing-connection): Remove.
14351
14352 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14355         customizable.  Change default value.
14356         (mm-uu-diff-groups-regexp): Change default value.
14357         (mm-uu-type-alist): Add doc string.
14358         (mm-uu-configure): Add doc string.  Make it interactive.
14359         (mm-uu-tex-groups-regexp): New variable.
14360         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14361         (mm-uu-type-alist): Add LaTeX documents.
14362         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14363         of "text/verbatim".
14364         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14365
14366         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14367         instead of "text/verbatim".
14368
14369         * message.el (message-mark-inserted-region)
14370         (message-mark-insert-file): Use slrn style marks when called with
14371         prefix argument.
14372
14373 2005-09-27  Simon Josefsson  <jas@extundo.com>
14374
14375         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14376
14377 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14378
14379         * message.el (message-remove-duplicates): New function.
14380         Implementation borrowed from `gnus-remove-duplicates'.
14381         (message-idna-to-ascii-rhs): Also encode idna addresses in
14382         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14383         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14384         only ask about the same idna domain once per header and also tell
14385         in what header to replace the idna domain.
14386
14387         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14388         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14389         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14390         a header is decoded and not just the last one.
14391
14392 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14395         has been decoded.
14396
14397         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14398         (mm-insert-part): Don't modify text if it has been decoded.
14399
14400         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14401         decoded.
14402
14403         * mm-view.el (mm-inline-text): Don't strip text props unless
14404         decoding enriched or richtext parts.
14405
14406 2005-09-25  Romain Francoise  <romain@orebokech.com>
14407
14408         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14409         * gnus-start.el (gnus-subscribe-interactively):
14410         * gnus-uu.el (gnus-uu-grab-articles):
14411         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14412         space.
14413
14414 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14415
14416         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14417         * mm-view.el (mm-view-pkcs7-decrypt):
14418         * gnus-sum.el (gnus-summary-limit-to-extra)
14419         (gnus-summary-respool-article, gnus-read-move-group-name):
14420         * gnus-score.el (gnus-summary-increase-score):
14421         * gnus-util.el (gnus-completing-read-with-default):
14422         * gnus-art.el (gnus-read-save-file-name)
14423         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14424         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14425         * message.el (message-check-news-header-syntax):
14426         Follow convention for reading with the minibuffer.
14427
14428 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * spam-report.el (spam-report-url-ping-plain):
14431         Use gnus-extended-version as User-Agent.
14432
14433         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14434         default value is nil.
14435
14436         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14437         (mm-uu-verbatim-marks-extract): New function.
14438         (mm-uu-extract): New face.
14439         (mm-uu-copy-to-buffer): Use it.
14440
14441         * spam-report.el (spam-report-gmane-ham): Rename from
14442         `spam-report-gmane-unspam'.
14443         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14444         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14445
14446         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14447         Autoload.
14448         (spam-report-gmane-unregister-routine):
14449         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14450
14451 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14454         (spam-report-gmane-unregister-routine): Add support for gmane
14455         unregistration.
14456
14457         * spam-report.el (spam-report-gmane-unspam)
14458         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14459         (spam-report-gmane): Change to take a single article and do unspam
14460         registration.
14461
14462 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14463
14464         * mm-url.el (mm-url-decode-entities): Fix regexp.
14465
14466 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14467
14468         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14469         default to nil, to be able to use Gnus at all.  If the default
14470         switches to something else, then the function should be fixed not
14471         be exceedingly slow.
14472
14473 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14474
14475         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14476         fail hard.
14477
14478         * spam-report.el: Add better Keywords line.
14479
14480         * spam.el: Add Maintainer and better Keywords line.
14481
14482 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * gnus-art.el (gnus-article-replace-part)
14485         (gnus-mime-replace-part): New functions.
14486         (gnus-mime-action-alist, gnus-mime-button-commands)
14487         (gnus-mime-save-part-and-strip): Add file argument.
14488         (gnus-article-part-wrapper): Add interactive argument.
14489
14490         * gnus-sum.el (gnus-summary-mime-map):
14491         Add `gnus-article-replace-part'.
14492
14493 2005-09-19  Didier Verna  <didier@xemacs.org>
14494
14495         The nnml compaction feature:
14496         * nnml.el (nnml-request-compact-group): New function.
14497         * nnml.el (nnml-request-compact): New function.
14498         * gnus-int.el (gnus-request-compact-group): New function.
14499         * gnus-int.el (gnus-request-compact): New function.
14500         * gnus-group.el (gnus-group-compact-group): New function.
14501         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14502         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14503         * gnus-srvr.el (gnus-server-compact-server): New function.
14504         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14505         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14506
14507 2005-09-18  Deepak Goel  <deego@gnufans.org>
14508
14509         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14510         format spec.
14511
14512 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14515
14516 2005-09-15  Romain Francoise  <romain@orebokech.com>
14517
14518         * message.el (message-fill-paragraph): Clarify docstring.
14519
14520 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-art.el (gnus-mime-display-part): Protect against broken
14523         MIME messages.
14524
14525 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14528         before parsing header.
14529
14530 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14531
14532         * html2text.el (html2text-replace-list): Add new entities.
14533
14534 2005-09-11  Romain Francoise  <romain@orebokech.com>
14535
14536         * message.el (message-alternative-emails): Improve docstring.
14537         (message-setup-1): Call `message-use-alternative-email-as-from'
14538         after `message-setup-hook' to give it precedence over posting
14539         styles, etc.
14540         (message-use-alternative-email-as-from): Add docstring.
14541         Remove the original From header if present.
14542
14543         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14544         (nnml-save-mail): Use it.
14545
14546         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14547         articles.  Add new argument `silent'.
14548         (gnus-uu-mark-all): Report the total number of marked articles.
14549
14550 2005-09-10  Romain Francoise  <romain@orebokech.com>
14551
14552         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14553         (gnus-uu-mark-series): Likewise.
14554
14555 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * spam-report.el (spam-report-gmane): Fix generation of spam
14558         report URL.
14559
14560 2005-09-10  Simon Josefsson  <jas@extundo.com>
14561
14562         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14563         t, based on discussion on the ding list with Robert Epprecht
14564         <epprecht@solnet.ch>.
14565
14566 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * spam-report.el (spam-report-gmane): Make it work without
14569         X-Report-Spam header.  Gmane now only provides Archived-At.
14570         This is only used if `spam-report-gmane-use-article-number' is nil.
14571         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14572
14573         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14574         make `gnus-summary-sort-by-recipient' work with threading.
14575
14576         * nnweb.el (nnweb-google-wash-article): Print a message if article
14577         is not available.
14578
14579 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14580
14581         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14582         change.  Decode text/* parts content before displaying.
14583
14584 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14587
14588 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14591
14592         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14593         url-package-name, url-package-version,
14594         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14595         w3m-display-inline-images, and w3m-minor-mode-map.
14596
14597 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * message.el (message-tab-body-function): Fix mismatched custom type.
14600
14601         * gnus.el (gnus-group-change-level-function): Ditto.
14602
14603         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14604
14605         * gnus-art.el (gnus-signature-limit)
14606         (gnus-article-mime-part-function): Ditto.
14607
14608 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * mml.el (mml-mode): Silence the byte compiler.
14611
14612         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14613         using `(sit-for 0)' before moving the point to the specified part;
14614         skip unbuttonized parts.
14615         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14616         return to the summary window if gnus-auto-select-part is non-nil.
14617
14618 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14621         New variables.
14622         (mml-dnd-attach-file, mml-mode): Use them.
14623
14624         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14625         Make fetching article by MID work again for Google Groups.
14626         Add FIXME concerning gnus-group-make-web-group.
14627
14628         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14629         Don't depend on Gnus by using mail-extract-address-components if
14630         gnus-extract-address-components is not bound.
14631
14632 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14633
14634         * gnus-art.el (gnus-mime-display-security): Don't display the
14635         signature, but only the signed part.
14636
14637 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14640
14641         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14642         list, not listp.
14643
14644 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14645
14646         * mm-encode.el (mm-encode-content-transfer-encoding):
14647         Likewise when encoding.
14648
14649         * mm-bodies.el (mm-decode-content-transfer-encoding):
14650         De-canonicalize CRLF for all text content types, not just
14651         text/plain.
14652
14653 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14656         valid article; point arrow and cursor at the MIME button.
14657
14658 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14661         Suggested by Dan Christensen <jdc@uwo.ca>.
14662
14663         * mm-decode.el (mm-save-part): Enable change of prompt.
14664
14665 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14666
14667         * gnus-msg.el (gnus-inews-add-send-actions):
14668         Make `message-post-method' lambda parameter ARG `&optional'.
14669
14670 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-sum.el (gnus-summary-mime-map):
14673         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14674         gnus-article-jump-to-part.
14675
14676         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14677         (gnus-article-edit-part): Use it.
14678         (gnus-article-part-wrapper): Add no-handle argument.
14679         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14680         New functions.
14681
14682 2005-08-29  Romain Francoise  <romain@orebokech.com>
14683
14684         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14685         docstring.
14686         (gnus-face-from-file): Likewise.
14687
14688 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14691         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14692         non-nil.
14693         (gnus-auto-select-part): New variable.
14694         (gnus-article-jump-to-part): New function.
14695         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14696         (gnus-mime-delete-part): Allow selecting specified part after
14697         deleting or stripping parts.
14698         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14699         part if argument is bogus.
14700
14701 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14702
14703         * gnus-art.el (w3m-minor-mode-map):
14704         * gnus-spec.el (gnus-newsrc-file-version):
14705         * gnus-util.el (nnmail-active-file-coding-system)
14706         (gnus-original-article-buffer, gnus-user-agent):
14707         * gnus.el (gnus-ham-process-destinations)
14708         (gnus-parameter-ham-marks-alist)
14709         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14710         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14711         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14712         * mm-decode.el (gnus-current-window-configuration):
14713         * mm-extern.el (gnus-article-mime-handles):
14714         * mm-url.el (url-current-object, url-package-name)
14715         (url-package-version):
14716         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14717         (smime-keys, w3m-cid-retrieve-function-alist)
14718         (w3m-current-buffer, w3m-display-inline-images)
14719         (w3m-minor-mode-map):
14720         * mml-smime.el (gnus-extract-address-components):
14721         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14722         (gnus-newsrc-hashtb, message-default-charset)
14723         (message-deletable-headers, message-options)
14724         (message-posting-charset, message-required-mail-headers)
14725         (message-required-news-headers):
14726         * mml1991.el (mc-pgp-always-sign):
14727         * mml2015.el (mc-pgp-always-sign):
14728         * nnheader.el (nnmail-extra-headers):
14729         * rfc1843.el (gnus-decode-encoded-word-function)
14730         (gnus-decode-header-function, gnus-newsgroup-name):
14731         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14732
14733 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14734
14735         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14736         the end of the date treatments.
14737
14738 2005-08-15  Simon Josefsson  <jas@extundo.com>
14739
14740         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14741         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14742         Capello and Romain Francoise.
14743         (pgg-fetch-key-function): Remove, not used?
14744         (pgg-insert-url-with-w3): Require url, to get
14745         url-insert-file-contents regardless of where it is defined.
14746
14747 2005-08-13  Romain Francoise  <romain@orebokech.com>
14748
14749         * message.el (message-cite-original-1): New function.
14750         (message-cite-original): Use it.
14751         (message-cite-original-without-signature): Ditto.
14752
14753 2005-08-08  Romain Francoise  <romain@orebokech.com>
14754
14755         * message.el (message-yank-empty-prefix): New variable.
14756         (message-indent-citation): Use it.
14757         (message-cite-original-without-signature): Respect X-No-Archive.
14758
14759 2005-08-08  Simon Josefsson  <jas@extundo.com>
14760
14761         * pgg.el: Autoload url-insert-file-contents instead of loading
14762         w3/url.
14763         (pgg-insert-url-with-w3): Don't load url here.
14764
14765 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14766
14767         * message.el (message-kill-to-signature): Don't insert newline at
14768         bol.
14769         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14770
14771 2005-08-06  Romain Francoise  <romain@orebokech.com>
14772
14773         * message.el (message-user-fqdn): Fix typo in docstring.
14774
14775 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14776
14777         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14778
14779         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14780
14781 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * mm-bodies.el (mm-encode-body): Use coding system rather than
14784         charset to encode text.
14785
14786         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14787         number of charsets if utf-8 is available (XEmacs).
14788
14789 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14792         taken from `gnus-button-mid-or-mail-regexp'.
14793         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14794         (gnus-button-alist): Improve regexp for domain part of the MIDs
14795         for news:localpart@domain buttons.
14796         (gnus-button-ctan-directory-regexp): Update.
14797
14798 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * sieve-manage.el (sieve-manage-interactive-login):
14801         Use make-local-variable rather than make-variable-buffer-local.
14802         (sieve-manage-open): Ditto.
14803         (sieve-manage-authenticate): Ditto.
14804
14805         * mml.el (mml-generate-mime-1): Make the content type default to
14806         text/plain if the filename is not specified.
14807
14808 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14811         instead of insert-buffer.
14812
14813         * message.el (message-yank-original): Ditto; set the mark at the
14814         end of the yanked message.
14815
14816 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14819         lines to scroll rather than to stop it.
14820
14821         * mml.el (mml-generate-default-type): Add doc string.
14822         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14823         default to application/octet-stream when determining the content
14824         type if it is not specified for the part or the mml contents; add
14825         a comment about mml-generate-default-type.
14826
14827 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14830         make it default to application/octet-stream when determining the
14831         content type if it is not specified for the external contents.
14832
14833 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14836         segmented parameter but also other parameters might be there.
14837
14838 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * mm-decode.el (mm-display-external): Delete temp file, directory
14841         and buffer immediately if the external process is exited.
14842
14843 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14846         fewer lines than that of scroll-margin.
14847         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14848
14849 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-art.el (gnus-article-next-page): Revert.
14852         (gnus-article-beginning-of-window): New macro.
14853         (gnus-article-next-page-1): Use it.
14854         (gnus-article-prev-page): Ditto.
14855         (gnus-article-edit-part): Use insert-buffer-substring instead of
14856         insert-buffer.
14857         (gnus-article-edit-exit): Ditto.
14858
14859         * gnus-util.el (gnus-beginning-of-window): Remove.
14860         (gnus-end-of-window): Remove.
14861
14862         * lpath.el: Don't bind header-line-format and scroll-margin.
14863
14864 2005-07-25  Simon Josefsson  <jas@extundo.com>
14865
14866         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14867         to have the url package without w3.  Reported by Daiki Ueno
14868         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14869
14870 2005-07-20  Didier Verna  <didier@xemacs.org>
14871
14872         * gnus-diary.el: Remove the description comment (nndiary is now
14873         properly documented in the Gnus manual).
14874         Fix the spelling of "Back End".
14875         * nndiary.el: Ditto.
14876         Fix the copyright notice.
14877
14878 2005-07-18  Romain Francoise  <romain@orebokech.com>
14879
14880         * gnus-sum.el (gnus-summary-to-prefix)
14881         (gnus-summary-newsgroup-prefix): New variables.
14882         (gnus-summary-from-or-to-or-newsgroups): Use them.
14883
14884 2005-07-17  Romain Francoise  <romain@orebokech.com>
14885
14886         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14887         space as it's generally not especially interesting to the user.
14888
14889 2005-07-16  Romain Francoise  <romain@orebokech.com>
14890
14891         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14892         nil to avoid prompting and file modification if one of the
14893         messages at the top of the nnfolder file contains a copyright
14894         notice.
14895         Update copyright notice.
14896
14897         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14898         instead of `current-time-string' as the latter creates a time
14899         string that is not RFC 2822 compliant (it lacks the zone).
14900         Update copyright notice.
14901
14902 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14903
14904         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14905         for text/rtf.  Display default in prompt.  Pass default for M-n.
14906
14907         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14908
14909 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * gnus-msg.el (gnus-button-mailto):
14912         Remove save-selected-window-window hackery because it relies on
14913         save-selected-window internals.
14914
14915 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14918         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14919         (gnus-article-prev-page): Ditto.
14920
14921         * gnus-util.el (gnus-beginning-of-window): New function.
14922         (gnus-end-of-window): New function.
14923
14924         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14925
14926 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14927
14928         * gnus-score.el (gnus-score-edit-all-score):
14929         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14930         gnus-message.
14931
14932 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14933
14934         * gnus-msg.el (gnus-button-mailto):
14935         Remove save-selected-window-window hackery because it relies on
14936         save-selected-window internals.
14937
14938 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14941         add-minor-mode.
14942         (gnus-binary-mode): Ditto.
14943
14944         * gnus-topic.el (gnus-topic-mode): Ditto.
14945
14946 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14947
14948         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14949         (gnus-article-prev-page): Take scroll-margin into consideration.
14950
14951 2005-07-04  Lute Kamstra  <lute@gnu.org>
14952
14953         Update FSF's address in GPL notices.
14954
14955 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14956
14957         * gnus.el (gnus-exit):
14958         * gnus-group.el (gnus-group-icons):
14959         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14960
14961         * gnus-nocem.el (gnus-nocem):
14962         * message.el (message-various, message-buffers, message-sending)
14963         (message-interface, message-forwarding, message-insertion)
14964         (message-headers, message-news, message-mail):
14965         * pgg-gpg.el (pgg-gpg):
14966         * pgg-parse.el (pgg-parse):
14967         * pgg-pgp.el (pgg-pgp):
14968         * pgg-pgp5.el (pgg-pgp5):
14969         * pop3.el (pop3): Finish `defgroup' description with period.
14970
14971 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-art.el (article-display-face): Improve the efficiency.
14974         (article-display-x-face): Ditto; remove grey x-face stuff.
14975
14976 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * gnus-art.el (article-display-face): Correct the position in
14979         which Faces are inserted.
14980
14981 2005-06-29  Didier Verna  <didier@xemacs.org>
14982
14983         * gnus-art.el (article-display-face): Display faces in correct
14984         order.
14985
14986 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14989         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14990         (gnus-nocem-check-article): Fetch the Type header.
14991         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14992         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14993         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14994         make sure gnus-nocem-hashtb is initialized.
14995         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14996         (gnus-nocem-unwanted-article-p): Ditto.
14997
14998         * pgg.el (pgg-verify): Return the verification result.
14999
15000 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15001
15002         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15003         is ascii.
15004
15005 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15006
15007         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15008         `show-nonbreak-escape'.
15009
15010 2005-06-23  Lute Kamstra  <lute@gnu.org>
15011
15012         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15013
15014         * dig.el (dig-mode):
15015         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15016
15017 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15018
15019         * nnimap.el (nnimap-split-download-body): Fix spellings.
15020
15021 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15022
15023         * gnus-art.el (gnus-article-encrypt-body):
15024         * gnus-cus.el (gnus-score-customize):
15025         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15026         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15027
15028 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15029
15030         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15031         header by looking for magic "MII" at the beginnig.
15032
15033 2005-06-16  Miles Bader  <miles@gnu.org>
15034
15035         * gnus-xmas.el (gnus-xmas-group-startup-message):
15036         Use renamed gnus-splash face.
15037
15038         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15039         (assistant-field-face): New backward-compatibility alias for renamed
15040         face.
15041         (assistant-render-text): Use renamed assistant-field face.
15042
15043         * spam.el (spam): Remove "-face" suffix from face name.
15044         (spam-face): New backward-compatibility alias for renamed face.
15045         (spam-face, spam-initialize): Use renamed spam face.
15046
15047         * message.el (message-header-to, message-header-cc)
15048         (message-header-subject, message-header-newsgroups)
15049         (message-header-other, message-header-name)
15050         (message-header-xheader, message-separator, message-cited-text)
15051         (message-mml): Remove "-face" suffix from face names.
15052         (message-header-to-face, message-header-cc-face)
15053         (message-header-subject-face, message-header-newsgroups-face)
15054         (message-header-other-face, message-header-name-face)
15055         (message-header-xheader-face, message-separator-face)
15056         (message-cited-text-face, message-mml-face):
15057         New backward-compatibility aliases for renamed faces.
15058         (message-font-lock-keywords): Use renamed message faces.
15059
15060         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15061         (sieve-test-commands, sieve-tagged-arguments):
15062         Remove "-face" suffix from face names.
15063         (sieve-control-commands-face, sieve-action-commands-face)
15064         (sieve-test-commands-face, sieve-tagged-arguments-face):
15065         New backward-compatibility aliases for renamed faces.
15066         (sieve-control-commands-face, sieve-action-commands-face)
15067         (sieve-test-commands-face, sieve-tagged-arguments-face):
15068         Use renamed sieve faces.
15069
15070         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15071         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15072         (gnus-group-news-3-empty, gnus-group-news-4)
15073         (gnus-group-news-4-empty, gnus-group-news-5)
15074         (gnus-group-news-5-empty, gnus-group-news-6)
15075         (gnus-group-news-6-empty, gnus-group-news-low)
15076         (gnus-group-news-low-empty, gnus-group-mail-1)
15077         (gnus-group-mail-1-empty, gnus-group-mail-2)
15078         (gnus-group-mail-2-empty, gnus-group-mail-3)
15079         (gnus-group-mail-3-empty, gnus-group-mail-low)
15080         (gnus-group-mail-low-empty, gnus-summary-selected)
15081         (gnus-summary-cancelled, gnus-summary-high-ticked)
15082         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15083         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15084         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15085         (gnus-summary-low-undownloaded)
15086         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15087         (gnus-summary-low-unread, gnus-summary-normal-unread)
15088         (gnus-summary-high-read, gnus-summary-low-read)
15089         (gnus-summary-normal-read, gnus-splash):
15090         Remove "-face" suffix from face names.
15091         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15092         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15093         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15094         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15095         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15096         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15097         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15098         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15099         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15100         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15101         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15102         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15103         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15104         (gnus-summary-normal-ticked-face)
15105         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15106         (gnus-summary-normal-ancient-face)
15107         (gnus-summary-high-undownloaded-face)
15108         (gnus-summary-low-undownloaded-face)
15109         (gnus-summary-normal-undownloaded-face)
15110         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15111         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15112         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15113         (gnus-splash-face):
15114         New backward-compatibility aliases for renamed faces.
15115         (gnus-group-startup-message): Use renamed gnus faces.
15116
15117         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15118         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15119         (gnus-server-agent): Remove "-face" suffix from face names.
15120         (gnus-server-agent-face, gnus-server-opened-face)
15121         (gnus-server-closed-face, gnus-server-denied-face)
15122         (gnus-server-offline-face):
15123         New backward-compatibility aliases for renamed faces.
15124         (gnus-server-agent-face, gnus-server-opened-face)
15125         (gnus-server-closed-face, gnus-server-denied-face)
15126         (gnus-server-offline-face): Use renamed gnus faces.
15127
15128         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15129         Remove "-face" suffix from face names.
15130         (gnus-picon-xbm-face, gnus-picon-face):
15131         New backward-compatibility aliases for renamed faces.
15132
15133         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15134         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15135         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15136         (gnus-cite-11): Remove "-face" suffix from face names.
15137         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15138         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15139         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15140         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15141         New backward-compatibility aliases for renamed faces.
15142         (gnus-cite-attribution-face, gnus-cite-face-list)
15143         (gnus-article-boring-faces): Use renamed gnus faces.
15144
15145         * gnus-art.el (gnus-signature, gnus-header-from)
15146         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15147         (gnus-header-content): Remove "-face" suffix from face names.
15148         (gnus-signature-face, gnus-header-from-face)
15149         (gnus-header-subject-face, gnus-header-newsgroups-face)
15150         (gnus-header-name-face, gnus-header-content-face):
15151         New backward-compatibility aliases for renamed faces.
15152         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15153
15154         * gnus-sum.el (gnus-summary-selected-face)
15155         (gnus-summary-highlight): Use renamed gnus faces.
15156         * gnus-group.el (gnus-group-highlight): Likewise.
15157
15158 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15159
15160         * gnus-sieve.el (gnus-sieve-article-add-rule):
15161         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15162         * spam-stat.el (spam-stat-buffer-change-to-spam)
15163         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15164
15165         * message.el (message-is-yours-p):
15166         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15167
15168 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * mm-view.el (mm-inline-text): Withdraw the last change.
15171
15172 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15175         executing enriched-decode.
15176
15177 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15180         charset of tar files.
15181
15182 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15183
15184         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15185
15186 2005-06-04  Lute Kamstra  <lute@gnu.org>
15187
15188         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15189         information is never recorded.
15190
15191 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15192
15193         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15194
15195 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * pop3.el (pop3-apop): Run md5 in the binary mode.
15198
15199         * starttls.el (starttls-set-process-query-on-exit-flag):
15200         Use eval-and-compile.
15201
15202 2005-05-31  Simon Josefsson  <jas@extundo.com>
15203
15204         * smime.el (smime-replace-in-string): Define.
15205         (smime-cert-by-ldap-1): Use it.
15206
15207 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-art.el (article-display-x-face): Replace
15210         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15211
15212         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15213         set-process-query-on-exit-flag or process-kill-without-query.
15214
15215         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15216         loop instead of replace-regexp.
15217
15218         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15219         instead of process-kill-without-query if it is available.
15220
15221         * lpath.el: Fbind ldap-search-entries.
15222
15223         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15224         instead of find-file-hooks if it is available.
15225
15226         * mml1991.el: Bind pgg-default-user-id when compiling.
15227
15228         * mml2015.el: Bind pgg-default-user-id when compiling.
15229
15230         * nndraft.el (nndraft-request-associate-buffer):
15231         Use write-contents-functions instead of write-contents-hooks if it is
15232         available.
15233
15234         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15235         instead of find-file-hooks if it is available.
15236
15237         * nntp.el (nntp-open-connection): Replace
15238         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15239         (nntp-open-ssl-stream): Ditto.
15240         (nntp-open-tls-stream): Ditto.
15241
15242         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15243         set-process-query-on-exit-flag or process-kill-without-query.
15244         (starttls-open-stream-gnutls): Use it instead of
15245         process-kill-without-query.
15246         (starttls-open-stream): Ditto.
15247
15248 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15249
15250         * smime.el (smime-cert-by-ldap-1): Don't use
15251         replace-regexp-in-string.
15252
15253 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15254
15255         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15256
15257         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15258         in PEM format.  Adjust to the XEmacs compability.
15259
15260 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15263         by `string-to-number'.
15264         * gnus-agent.el (gnus-agent-regenerate-group)
15265         (gnus-agent-fetch-articles): Ditto.
15266         * gnus-art.el (gnus-button-fetch-group): Ditto.
15267         * gnus-cache.el (gnus-cache-generate-active)
15268         (gnus-cache-articles-in-group): Ditto.
15269         * gnus-group.el (gnus-group-set-current-level)
15270         (gnus-group-insert-group-line): Ditto.
15271         * gnus-score.el (gnus-score-set-expunge-below)
15272         (gnus-score-set-mark-below, gnus-summary-score-effect)
15273         (gnus-summary-score-entry): Ditto.
15274         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15275         (gnus-soup-pack): Ditto.
15276         * gnus-spec.el (gnus-xmas-format): Ditto.
15277         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15278         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15279         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15280         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15281         * nndb.el (nndb-get-remote-expire-response): Ditto.
15282         * nndiary.el (nndiary-parse-schedule-value)
15283         (nndiary-string-to-number, nndiary-request-replace-article)
15284         (nndiary-request-article): Ditto.
15285         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15286         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15287         * nneething.el (nneething-make-head): Ditto.
15288         * nnfolder.el (nnfolder-request-article)
15289         (nnfolder-retrieve-headers): Ditto.
15290         * nnheader.el (nnheader-file-to-number): Ditto.
15291         * nnkiboze.el (nnkiboze-request-article): Ditto.
15292         * nnmail.el (nnmail-process-unix-mail-format)
15293         (nnmail-process-babyl-mail-format): Ditto.
15294         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15295         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15296         (nnmh-request-create-group, nnmh-request-list-1)
15297         (nnmh-request-group, nnmh-request-article): Ditto.
15298         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15299         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15300         * nnsoup.el (nnsoup-make-active): Ditto.
15301         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15302         * nntp.el (nntp-find-group-and-number)
15303         (nntp-retrieve-headers-with-xover): Ditto.
15304         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15305         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15306         (pgg-format-key-identifier): Ditto.
15307         * pop3.el (pop3-last, pop3-stat): Ditto.
15308         * qp.el (quoted-printable-decode-region): Ditto.
15309
15310         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15311         of concat.
15312
15313 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15316
15317         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15318
15319         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15320
15321         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15322
15323         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15324
15325         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15326
15327         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15328         (gnus-carpal-mode): Ditto.
15329
15330         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15331         (gnus-browse-mode): Ditto.
15332
15333         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15334
15335         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15336
15337 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15338
15339         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15340
15341 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * gnus-util.el (gnus-run-mode-hooks): New function.
15344
15345         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15346
15347         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15348         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15349
15350 2005-05-27  Lute Kamstra  <lute@gnu.org>
15351
15352         * dns-mode.el (dns-mode): Specify customization group.
15353
15354 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15355
15356         * gnus-agent.el (gnus-agent-make-mode-line-string):
15357         Use mode-line-highlight as mouse-face.
15358
15359 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * canlock.el (canlock): Change the parent group to news.
15362
15363         * deuglify.el (gnus-outlook-deuglify): Add :group.
15364
15365         * dig.el (dig): Add :group.
15366
15367         * dns-mode.el (dns-mode): Add :group.
15368
15369         * encrypt.el (encrypt): Add :group.
15370
15371         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15372         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15373         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15374         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15375         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15376
15377         * gnus-diary.el (gnus-diary): Add :group.
15378
15379         * gnus.el (gnus-group-news-1-face): Add :group.
15380         (gnus-group-news-1-empty-face): Ditto.
15381         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15382         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15383         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15384         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15385         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15386         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15387         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15388         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15389         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15390         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15391         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15392         (gnus-summary-high-ticked-face): Ditto.
15393         (gnus-summary-low-ticked-face): Ditto.
15394         (gnus-summary-normal-ticked-face): Ditto.
15395         (gnus-summary-high-ancient-face): Ditto.
15396         (gnus-summary-low-ancient-face): Ditto.
15397         (gnus-summary-normal-ancient-face): Ditto.
15398         (gnus-summary-high-undownloaded-face): Ditto.
15399         (gnus-summary-low-undownloaded-face): Ditto.
15400         (gnus-summary-normal-undownloaded-face): Ditto.
15401         (gnus-summary-high-unread-face): Ditto.
15402         (gnus-summary-low-unread-face): Ditto.
15403         (gnus-summary-normal-unread-face): Ditto.
15404         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15405         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15406
15407         * hashcash.el (hashcash): New custom group.
15408         (hashcash-default-payment): Add :group.
15409         (hashcash-payment-alist): Ditto.
15410         (hashcash-default-accept-payment): Ditto.
15411         (hashcash-accept-resources): Ditto.
15412         (hashcash-path): Ditto.
15413         (hashcash-extra-generate-parameters): Ditto.
15414         (hashcash-double-spend-database): Ditto.
15415         (hashcash-in-news): Ditto.
15416
15417         * message.el (message-minibuffer-local-map): Add :group.
15418
15419         * netrc.el (netrc): Add :group.
15420
15421         * sieve-manage.el (sieve-manage-log): Add :group.
15422         (sieve-manage-default-user): Diito.
15423         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15424         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15425         (sieve-manage-authenticators): Ditto.
15426         (sieve-manage-authenticator-alist): Ditto.
15427         (sieve-manage-default-port): Ditto.
15428
15429         * sieve-mode.el (sieve-control-commands-face): Add :group.
15430         (sieve-action-commands-face): Ditto.
15431         (sieve-test-commands-face): Ditto.
15432         (sieve-tagged-arguments-face): Ditto.
15433
15434         * smime.el (smime): Add :group.
15435
15436         * spam-report.el (spam-report): Add :group.
15437
15438         * spam.el (spam, spam-face): Add :group.
15439
15440 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15441
15442         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15443         return \n.\n.\n at the end of articles.  Protect against that.
15444         (nntp-with-open-group): Allow debugging.
15445
15446         * nnheader.el (mail-header-set-extra): Make into a function
15447         because I just could't understand how to quote the list properly.
15448
15449         * dns.el (query-dns-cached): New function.
15450
15451 2005-05-26  Lute Kamstra  <lute@gnu.org>
15452
15453         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15454
15455 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15458
15459         * gnus-art.el: Don't autoload mail-extract-address-components.
15460
15461         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15462         eval-and-compile to evaluate it.
15463
15464         * hashcash.el: Don't autoload executable-find.
15465
15466         * nndb.el: Don't declare the nndb back end two or more times; don't
15467         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15468
15469         * nntp.el: Autoload format-spec instead of format; use
15470         eval-and-compile to evaluate autoload forms.
15471
15472 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15473
15474         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15475
15476 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15477
15478         * gnus.el (gnus-version-number): Bump version.
15479
15480 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15481
15482         * gnus.el: No Gnus v0.3 is released.
15483
15484 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15485
15486         * lpath.el (featurep): Bind show-nonbreak-escape.
15487
15488 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * gnus-art.el (gnus-article-edit-part): Disable undo.
15491
15492 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15495         gnus-article-date-lapsed-new-header is t if date timer is active;
15496         skip headers in which the original date value is empty.
15497         (gnus-article-save-original-date): Redefine it as a macro.
15498         (gnus-display-mime): Use it.
15499
15500 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * gnus-art.el (article-date-ut): Support converting date in
15503         forwarded parts as well.
15504         (gnus-article-save-original-date): New function.
15505         (gnus-display-mime): Use it.
15506
15507 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15508
15509         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15510         enclosure element of <item>.
15511
15512 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * message.el (message-kill-buffer-query): Rename from
15515         `message-kill-buffer-query-if-modified'.  Add :version.
15516
15517 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15520         window layout.
15521
15522 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * mml.el: Autoload dnd when compiling.
15525
15526 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15529         x-dnd-*.
15530
15531 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * qp.el (quoted-printable-encode-region): Save excursion.
15534
15535 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15536
15537         * message.el (message-kill-buffer-query-if-modified): Add new variable
15538         so the user can kill a modified message buffer quickly.
15539         (message-kill-buffer): Use it.
15540
15541 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * lpath.el: Fbind display-time-event-handler; don't fbind
15544         string-to-multibyte.
15545
15546         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15547
15548 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15551         contained in text because xml.el decodes entities) with LFs.
15552
15553 2005-04-11  Lute Kamstra  <lute@gnu.org>
15554
15555         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15556         differently.
15557
15558 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15559
15560         * mm-util.el (mm-detect-coding-region): Typo.
15561
15562 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15565
15566 2005-04-06  Deepak Goel  <deego@gnufans.org>
15567
15568         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15569         user-function allow user modifications of the scores.
15570         (spam-stat-score-buffer-user): New function, to allow
15571         user-computed modifications to the score.
15572         (spam-stat-score-buffer-user-functions): List of additional
15573         scoring functions.
15574         (spam-stat-error-holder): Global temporary error holder.
15575         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15576         variable.
15577
15578 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15579
15580         * gnus-registry.el (gnus-registry-clean-empty-function)
15581         (gnus-registry-trim, gnus-registry-fetch-groups)
15582         (gnus-registry-delete-group): Groups that match
15583         `gnus-registry-ignored-groups' are removed from the registry
15584         entries, not just ignored for splitting.  This helps clean up the
15585         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15586         to get all the groups a message ID is in.
15587
15588         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15589         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15590         (spam-stat-score-buffer-user-functions): Add :number custom type.
15591
15592 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15595         argument in XEmacs.
15596
15597         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15598         (nnrss-request-group): Decode group name first.
15599         (nnrss-request-article): Make a text/plain article if mml-to-mime
15600         failed.
15601         (nnrss-get-encoding): Return a compatible encoding according to
15602         nnrss-compatible-encoding-alist.
15603         (nnrss-find-el): Use consp instead of listp.
15604         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15605
15606 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15609         which Emacs 20 doesn't support.
15610         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15611
15612 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15615         silence the byte compiler inside the defun.
15616
15617         * gnus-demon.el (parse-time-string): Add autoload.
15618
15619         * gnus-delay.el (parse-time-string): Add autoload.
15620
15621         * gnus-art.el (parse-time-string): Add autoload.
15622
15623         * nnultimate.el (parse-time): Require for `parse-time-string'.
15624
15625 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15628
15629         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15630
15631         * smime.el (smime-ldap-host-list): Add :version.
15632
15633 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15636         pass it to `gnus-browse-read-group'.
15637         (gnus-browse-read-group): Add NUMBER argument and pass it to
15638         `gnus-group-read-ephemeral-group'.
15639
15640         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15641         argument and pass it to `gnus-group-read-group'.
15642
15643 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15644
15645         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15646         mm-xemacs-find-mime-charset-1 if we have the mule feature
15647         available at runtime.
15648
15649 2005-03-25  Werner Lemberg  <wl@gnu.org>
15650
15651         * nnmaildir.el: Replace `illegal' with `invalid'.
15652
15653 2005-03-23  Lute Kamstra  <lute@gnu.org>
15654
15655         * time-date.el: Add comment on time value formats.
15656         Don't require parse-time.
15657         (with-decoded-time-value): New macro.
15658         (encode-time-value): New function.
15659         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15660         (days-to-time): Return a valid time value when arg is huge.
15661         (time-since): Use time-subtract.
15662         (time-to-number-of-days): Use time-to-seconds.
15663
15664 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15665
15666         * gnus-start.el (gnus-display-time-event-handler):
15667         Check display-time-timer at runtime rather than only at load time
15668         in case display-time-mode is turned off in the mean time.
15669
15670 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15673         used.
15674
15675         * nneething.el (nneething-map-file-directory): Derive from
15676         `gnus-directory'.
15677
15678         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15679         the To/Cc button.
15680
15681 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * nnmaildir.el (nnmaildir-request-accept-article):
15684         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15685
15686 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15687
15688         * gnus-async.el: Require timer-funcs at compile time when in
15689         XEmacs for `run-with-idle-timer'.
15690
15691 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15692
15693         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15694         autoloaded function.
15695
15696 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15697
15698         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15699
15700 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15701
15702         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15703
15704 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15705
15706         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15707         Add gnus-expert-user to default.
15708
15709 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15710
15711         * nnimap.el (nnimap-open-server): Ditto.
15712
15713         * imap.el (imap-authenticate): Fix typo.
15714
15715 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15716
15717         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15718         buffer (since IMAP server might return FETCH response out of
15719         order, and the nntp buffer must be sorted).
15720
15721 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15722
15723         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15724         comparison on string.
15725
15726         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15727         (gnus-agent-score): Rename category keywords to match gnus-cus.
15728         (gnus-agent-summary-fetch-series): Modify to protect against
15729         gnus-agent-summary-fetch-group clearing processable flags.
15730         (gnus-agent-synchronize-group-flags): Update live group buffer as
15731         synchronization may occur due to the user toggle the plugged
15732         status.
15733         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15734         successfully downloaded.
15735         (gnus-agent-expire-group-1): Avoid using markers when the overview
15736         is in ascending order; greatly improves performance.
15737         (gnus-agent-regenerate-group):
15738         Use gnus-agent-synchronize-group-flags to reset read status in both
15739         gnus and server.
15740         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15741
15742 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15743
15744         * message.el: Don't autoload former message-utils variables.
15745         (message-strip-subject-trailing-was): Change doc string.
15746
15747         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15748         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15749         (nnweb-google-search): Add "hl=en" here.
15750         (nnweb-google-parse-1, nnweb-google-create-mapping):
15751         Don't hardcode URL.
15752
15753 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * message.el (message-get-reply-headers, message-followup):
15756         Mention related variables `message-use-followup-to' and
15757         `message-use-mail-followup-to', in the information buffer.
15758
15759         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15760         of broken groups(-beta).google.com.
15761
15762 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15763
15764         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15765         parameter to invoked gnus-request-move-article; remove the
15766         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15767         all at once instead of once per article.
15768         (gnus-summary-remove-process-mark): Accept a list of articles as
15769         well as a single article for processing.
15770
15771         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15772         parameter.
15773
15774         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15775
15776         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15777
15778         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15779         parameter.
15780
15781         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15782         parameter.
15783
15784         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15785         parameter and remove the gnus-sum-hint-move-is-internal variable.
15786
15787         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15788         parameter.
15789
15790         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15791         parameter.
15792
15793         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15794         parameter.
15795
15796         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15797
15798         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15799         parameter.
15800
15801         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15802         parameter.
15803
15804 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15805
15806         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15807         a more conservative way.
15808
15809 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15810
15811         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15812         buffer, so it moves the window's cursor.
15813
15814 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15815
15816         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15817         `mm-dissect-multipart' and receive the from field as an (optional)
15818         argument from `mm-dissect-multipart'.
15819         (mm-dissect-multipart): Receive the from field as an argument and
15820         pass it on when we call `mm-dissect-buffer' on MIME parts.
15821         Fixes verification/decryption of signed/encrypted MIME parts.
15822
15823 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15824
15825         * gnus-sum.el (gnus-summary-move-article):
15826         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15827         whatever it calls (right now, only nnimap-request-move article
15828         respects it).
15829
15830         * nnimap.el (nnimap-request-move-article):
15831         When gnus-sum-hint-move-is-internal is set, don't do the extra
15832         nnimap-request-article.
15833
15834 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15835
15836         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15837
15838         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15839         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15840
15841         * gnus-sum.el (gnus-summary-caesar-message):
15842         Apply `gnus-treat-article' after rotation.
15843
15844         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15845         doc string.
15846
15847 2005-02-22  Simon Josefsson  <jas@extundo.com>
15848
15849         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15850         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15851         <arne@arnested.dk>.
15852         (encrypt): Add password-cache and password-cache-expiry as group
15853         members.
15854
15855 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15856
15857         * smime.el (smime-ldap-host-list): Doc fix.
15858         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15859         cache) password.
15860         (smime-sign-region): Use it.
15861         (smime-decrypt-region): Use it.
15862         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15863         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15864         fails.
15865         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15866         certificate from DER to PEM format rather than calling openssl.
15867
15868         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15869
15870         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15871         for signing/encryption.
15872
15873         * mml.el (mml-parse-1): Use them.
15874
15875 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15876
15877         * nnrss.el (nnrss-verbose): Remove.
15878         (nnrss-request-group): Use `nnheader-message' instead.
15879
15880 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15881
15882         * nnrss.el (nnrss-verbose): New variable.
15883         (nnrss-request-group): Make it say nnrss is requesting a group.
15884
15885 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15888         Handle news URL with given port correctly.
15889
15890 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15893         containing special characters.
15894
15895         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15896
15897         * mml.el (mime-to-mml): Ditto.
15898
15899         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15900         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15901         (rfc2047-decode-region): Quote decoded words containing special
15902         characters when rfc2047-quote-decoded-words-containing-tspecials
15903         is non-nil.
15904
15905 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15906
15907         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15908
15909         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15910
15911 2005-02-15  Simon Josefsson  <jas@extundo.com>
15912
15913         * nnimap.el (nnimap-debug): Doc fix.
15914
15915         * imap.el (imap-debug): Doc fix.
15916
15917 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15920
15921 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15922
15923         * gnus.el (spam-contents): Improve docs for spam-contents
15924         parameter in its variable incarnation.
15925
15926 2005-02-14  Simon Josefsson  <jas@extundo.com>
15927
15928         * smime-ldap.el: Use require instead of load-library for ldap.
15929         (smime-ldap-search): Indent.
15930         (smime-ldap-search-internal): Shorten line.
15931
15932         * smime.el (smime-cert-by-dns): Add doc-string.
15933         (smime-cert-by-ldap-1): Indent.
15934
15935         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15936         mml-smime-get-dns-ldap.
15937         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15938
15939 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15940
15941         * smime.el: Require smime-ldap.
15942         (smime-ldap-host-list): New variable.
15943         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15944
15945         * mml-smime.el (mml-smime-encrypt-query): New function.
15946         (mml-smime-encrypt-query): Use it.
15947
15948         * smime-ldap.el: New file.
15949
15950 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15953
15954 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15955
15956         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15957         argument in doc string.  Make query for type more clear.
15958
15959 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus.el (gnus-group-startup-message): Search for gnus images in
15962         etc/images/gnus.
15963         * mm-util.el (mm-image-load-path): Likewise.
15964         * smiley.el (smiley-data-directory): Search for smilies in
15965         etc/images/smilies.
15966
15967 2005-02-09  Kim F. Storm  <storm@cua.dk>
15968
15969         Change Emacs release version from 21.4 to 22.1 throughout.
15970         Change Emacs development version from 21.3.50 to 22.0.50.
15971
15972 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15975
15976         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15977         non-Mule XEmacs as well.
15978         (mm-decompress-buffer): Signal an error intentionally if it does
15979         not decompress compressed data because auto-compression-mode is
15980         disabled.
15981
15982 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15983
15984         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15985         an ID in the registry even if it has no groups.
15986
15987 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15990         merge it into mm-decompress-buffer.
15991         (gnus-mime-copy-part): Use the MIME part charset, the value which
15992         a user specified or gnus-newsgroup-charset for decoding, like
15993         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15994         save-buffer what was used.  Suggested by Kevin Ryde
15995         <user42@zip.com.au>.
15996         (gnus-mime-inline-part): Allow the name parameter as well as the
15997         filename parameter; force decompressing of compressed data; always
15998         display contents being not decoded as unibyte.
15999
16000         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16001         as well as the filename parameter.
16002
16003         * mm-util.el (mm-decompress-buffer):
16004         Merge gnus-mime-jka-compr-maybe-uncompress.
16005         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16006         of compressed data.
16007
16008 2005-02-08  Simon Josefsson  <jas@extundo.com>
16009
16010         * imap.el (imap-log): Doc fix.
16011
16012 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16015         the coding cookies; decompress compressed parts.
16016
16017         * mml.el (mml-generate-mime-1): Add the charset parameter according
16018         to the value which a user specified manually or the coding cookie.
16019
16020         * mm-util.el (mm-string-to-multibyte): New function.
16021         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16022         (mm-coding-system-to-mime-charset): New function.
16023         (mm-decompress-buffer): New function.
16024         (mm-find-buffer-file-coding-system): New function.
16025
16026         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16027         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16028         parts.
16029
16030 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16031
16032         * mm-view.el (mm-display-inline-fontify): Decode a part according
16033         to the charset parameter.
16034
16035 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16038         prefix arg is neither nil nor a number, as info specifies.
16039
16040 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16043         timestamps.
16044
16045 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16046
16047         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16048         groups error checking and notify user.
16049
16050 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16051
16052         * message.el (message-send-mail-function): Check existence of
16053         sendmail-program first before using default value
16054         `message-send-mail-with-sendmail'.  Otherwise use more generic
16055         `smtpmail-send-it'.
16056
16057 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * nntp.el (nntp-request-update-info): Always return nil.
16060
16061 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16062
16063         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16064
16065 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16066
16067         * message.el (message-beginning-of-line): Change the behavior when
16068         invoked between BOL and : so that it first moves backward.
16069
16070 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16073         article buffer when editing of the article is discarded.
16074         (gnus-article-prepare): Revert.
16075
16076 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * gnus-art.el (gnus-article-prepare):
16079         Remove message-strip-forbidden-properties from the local hook.
16080
16081 2005-01-27  Simon Josefsson  <jas@extundo.com>
16082
16083         * password.el (password-cache-add): Only start one timer per key.
16084         Reported by Derek Atkins <warlord@MIT.EDU>.
16085
16086 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16087
16088         * run-at-time.el: Remove.  It is no longer needed as
16089         timer-funcs.el in the xemacs-base package has a working version of
16090         `run-at-time'.
16091
16092         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16093
16094         * password.el: Require timer-funcs instead of run-at-time in
16095         XEmacs.
16096         Remove `password-run-at-time' macro.
16097         (password-cache-add): Use `run-at-time' instead of
16098         `password-run-at-time'.
16099
16100         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16101         Remove `nnheader-cancel-function-timers' alias,
16102         `cancel-function-timers' exists in XEmacs in timer-funcs.
16103
16104         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16105         for `run-with-idle-timer'.
16106
16107         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16108         for `run-at-time'.
16109
16110         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16111         for `with-timeout'.
16112
16113         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16114         the same as for XEmacs 21.4.
16115         No need to ignore `run-with-idle-timer', this function exists in
16116         XEmacs now in timer-funcs.el in the xemacs-base package.
16117         (dgnushack-compile): No need to delete
16118         run-at-time.el from the list of files to compile because it
16119         doesn't exist anymore.
16120
16121 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16124         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16125
16126 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16127
16128         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16129         sensitively.
16130
16131 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16132
16133         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16134
16135 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16138         which will be inserted according to the multibyteness of a buffer
16139         rather than the type of contents.  Suggested by ARISAWA Akihiro
16140         <ari@mbf.ocn.ne.jp>.
16141
16142         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16143         of string which old xml.el may return rather than a string.
16144
16145 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16148
16149 2005-01-16  Simon Josefsson  <jas@extundo.com>
16150
16151         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16152         idn/idna.el isn't available.
16153         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16154         <michael@waxrat.com>.
16155
16156         * hashcash.el: Remove non-FSF copyright header.
16157
16158         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16159         (hashcash-generate-payment): Use it.
16160         (hashcash-generate-payment-async): Use it.
16161
16162 2005-01-15  Simon Josefsson  <jas@extundo.com>
16163
16164         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16165         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16166
16167         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16168         gnus-summary-idna-message.
16169         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16170         (gnus-summary-idna-message): New function.
16171
16172 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16175         gnus-novice-user.
16176
16177 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * nnrss.el (nnrss-request-delete-group): Delete entries in
16180         nnrss-group-alist as well.
16181         (nnrss-save-server-data): Insert newline.
16182
16183 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * gnus.el (gnus-user-agent): Use list of symbols instead of
16186         symbols.  Display full version number for (S)XEmacs.
16187         Optionally display (S)XEmacs codename.
16188
16189         * gnus-util.el (gnus-emacs-version): Update for new
16190         `gnus-user-agent'.
16191
16192         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16193         Gnus version.
16194
16195 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16198         which is unreadable in some setups.
16199
16200 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus-spec.el (gnus-update-format-specifications): Flush the
16203         group format spec cache if it doesn't support decoded group names.
16204
16205 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16206
16207         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16208         Allow to apply decay on score files matching a regexp.
16209
16210 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16213         compatibility in %g and %c.
16214
16215 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16218         name for only %g and %c.
16219         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16220         of gnus-tmp-group to decoded group name.
16221         (gnus-group-make-rss-group): Exclude `/'s from group names.
16222
16223 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * nnrss.el (nnrss-get-encoding): Fix regexp.
16226
16227 2004-12-27  Simon Josefsson  <jas@extundo.com>
16228
16229         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16230         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16231         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16232
16233 2004-12-17  Kim F. Storm  <storm@cua.dk>
16234
16235         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16236
16237         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16238
16239 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16240
16241         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16242
16243 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * nnrss.el: Require rfc2047 and mml.
16246         (nnrss-file-coding-system): New variable.
16247         (nnrss-format-string): Redefine it as an inline function.
16248         (nnrss-decode-group-name): New function.
16249         (nnrss-string-as-multibyte): Remove.
16250         (nnrss-retrieve-headers): Decode group name; don't use
16251         nnrss-format-string.
16252         (nnrss-request-group): Decode group name.
16253         (nnrss-request-article): Decode group name; allow a Message-ID as
16254         well as an article number; don't use nnrss-format-string; encode a
16255         Message-ID string which may contain non-ASCII characters; use
16256         mml-to-mime to compose a MIME article.
16257         (nnrss-request-expire-articles): Decode group name.
16258         (nnrss-request-delete-group): Decode group name.
16259         (nnrss-fetch): Clarify error message.
16260         (nnrss-read-server-data): Use insert-file-contents instead of load;
16261         bind file-name-coding-system; use multibyte buffer.
16262         (nnrss-save-server-data): Bind coding-system-for-write to the
16263         value of nnrss-file-coding-system; bind file-name-coding-system;
16264         add coding cookie.
16265         (nnrss-read-group-data): Use insert-file-contents instead of load;
16266         bind file-name-coding-system; use multibyte buffer.
16267         (nnrss-save-group-data): Bind coding-system-for-write to the
16268         value of nnrss-file-coding-system; bind file-name-coding-system.
16269         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16270         make it work with non-ASCII text.
16271         (nnrss-find-el): Make it work with old xml.el as well.
16272
16273 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16274
16275         * nnrss.el (nnrss-get-encoding): New function.
16276         (nnrss-fetch): Use unibyte buffer initially; bind
16277         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16278         decode contents according to the encoding attribute.
16279         (nnrss-save-group-data): Add coding cookie.
16280         (nnrss-mime-encode-string): New function.
16281         (nnrss-check-group): Use it to encode subject and author.
16282
16283 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16286         imaginary variable.
16287
16288 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16291         correctly even if there are wide characters.
16292
16293 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16294
16295         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16296         downcased symbol names; make a new cache instead of reusing
16297         bbdb-hashtable.
16298
16299 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16302         concatenating segments rather than before concatenating them.
16303         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16304
16305         * message.el (message-get-reply-headers): Bind `extra'.
16306
16307 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16308
16309         * message.el (message-extra-wide-headers): New variable.
16310         (message-get-reply-headers): Use it.
16311
16312 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16315         (gnus-agent-group-pathname): Ditto.
16316
16317         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16318
16319         * gnus-group.el (gnus-group-make-group): Decode group name.
16320         (gnus-group-make-rss-group): Register the group data after opening
16321         the nnrss group.
16322
16323 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16324
16325         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16326         by expiry now get marked as read.
16327
16328 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16329
16330         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16331
16332 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16333
16334         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16335         unify Latin characters in XEmacs.
16336         (mm-find-mime-charset-region): Use it.
16337
16338 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-util.el (gnus-delete-directory): New function.
16341
16342         * gnus-agent.el (gnus-agent-delete-group): Use it.
16343
16344         * gnus-cache.el (gnus-cache-delete-group): Use it.
16345
16346 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16349         names.
16350
16351 2004-12-16  Simon Josefsson  <jas@extundo.com>
16352
16353         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16354
16355 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16358
16359         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16360         (gnus-group-set-current-level): Decode group name.
16361
16362 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16363
16364         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16365         failed.
16366
16367 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-group.el (gnus-group-delete-group): Decode group name.
16370         (gnus-group-make-rss-group): Encode group name.
16371         (gnus-group-catchup-current): Decode group name.
16372         (gnus-group-kill-group): Decode group name.
16373
16374 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16375
16376         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16377
16378 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus-group.el (gnus-group-make-rss-group):
16381         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16382
16383         * gnus-start.el (gnus-setup-news): Honor user's setting to
16384         gnus-message-archive-method.  Suggested by Lute Kamstra
16385         <lute@gnu.org>.
16386
16387 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16388
16389         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16390         global counterparts of the buffer-local variables.
16391
16392 2004-11-16  Romain Francoise  <romain@orebokech.com>
16393
16394         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16395         counterparts of the buffer-local variables.
16396
16397 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * message.el (message-forbidden-properties): Fix typo in doc
16400         string.
16401
16402 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16403
16404         * gnus-util.el (gnus-replace-in-string): Add doc string.
16405
16406         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16407         to avoid problems when splitting mails with many recipients.
16408
16409 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16410
16411         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16412         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16413
16414 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16415
16416         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16417         if there is no hashtable in memory or file modification time is
16418         newer than cached timestamp.
16419
16420 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16421
16422         * gnus-sum.el (gnus-summary-limit-to-recipient):
16423         Implement not-matching option.
16424
16425 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16426
16427         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16428         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16429         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16430         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16431         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16432         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16433
16434 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * message.el (message-forward-make-body-mml): Remove headers
16437         according to message-forward-ignored-headers if a message is decoded.
16438
16439 2004-12-02  Romain Francoise  <romain@orebokech.com>
16440
16441         * message.el (message-forward-make-body-plain): Always remove
16442         headers according to message-forward-ignored-headers.
16443
16444 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16445
16446         * spam.el (spam-summary-prepare-exit): Remove the
16447         gnus-summary-limit pop for now, it has problems with ham marks for
16448         me.
16449
16450 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16451
16452         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16453         correctly.
16454
16455 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16456
16457         * format-spec.el (format-spec): Message the char.
16458
16459 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16460
16461         * gnus-art.el (gnus-split-methods): Reformat comments.
16462
16463         * spam.el (spam-summary-prepare-exit): Remove article limits
16464         before exiting the summary buffer.
16465
16466 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16469         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16470
16471         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16472         order to silence the byte compiler.
16473
16474         * spam.el: Fix the way to silence the byte compiler, which
16475         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16476         bbdb-search-simple, spam-BBDB-register-routine,
16477         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16478         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16479         spam-stat-buffer-is-spam, spam-stat-load,
16480         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16481         spam-stat-save and spam-stat-split-fancy.
16482
16483 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16486         which may confuse users.
16487         (canlock-password-for-verify): Ditto.
16488
16489         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16490
16491         * gnus-art.el (gnus-emphasis-alist): Ditto.
16492
16493         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16494
16495         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16496
16497         * gnus-start.el (gnus-save-killed-list): Ditto.
16498
16499         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16500         (gnus-sum-thread-tree-root): Ditto.
16501         (gnus-sum-thread-tree-false-root): Ditto.
16502         (gnus-sum-thread-tree-single-indent): Ditto.
16503
16504         * message.el (message-courtesy-message): Ditto.
16505         (message-archive-note): Ditto.
16506         (message-subscribed-address-file): Ditto.
16507         (message-user-fqdn): Ditto.
16508
16509         * spam-report.el (spam-report-gmane-regex): Ditto.
16510
16511         * spam.el (spam-blackhole-good-server-regex): Ditto.
16512
16513 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * mml.el (mml-preview): Widen the message buffer before copying
16516         the contents to the preview buffer; sort headers before previewing.
16517
16518         * message.el (message-hidden-headers): Fix the way to avoid a bug
16519         in the `repeat' widget in Emacs 21.3 or earlier.
16520
16521 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * message.el (message-hidden-headers): Default to "^References:".
16524         Improve customization type.  Suggested by Reiner Steib
16525         <Reiner.Steib@gmx.de>.
16526
16527 2004-11-25  Romain Francoise  <romain@orebokech.com>
16528
16529         * message.el (message-strip-forbidden-properties): Remove check for
16530         obsolete `message-hidden' text property, hidden headers are not
16531         accessible in the buffer anymore.
16532
16533 2004-11-22  Romain Francoise  <romain@orebokech.com>
16534
16535         * message.el (message-header-format-alist): Add `From' in list
16536         so that it can be sorted.
16537         (message-fix-before-sending): Widen and sort headers before
16538         sending.
16539         (message-hide-headers): Use narrowing to hide headers by moving
16540         them to the top of the buffer and narrowing to the region
16541         underneath.
16542
16543 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16544
16545         * message.el (message-strip-forbidden-properties):
16546         Bind buffer-read-only (etc) to nil.
16547
16548 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16551         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16552
16553 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16554
16555         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16556
16557 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16558
16559         * dns.el (query-dns): Use sit-for to time instead of
16560         accept-process-output, since that doesn't seem to work on udp
16561         sockets.
16562
16563 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16566
16567 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16568
16569         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16570         doc string.  Improve doc string.
16571
16572 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * nntp.el (nntp-request-update-info): Return nil if
16575         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16576         may not call gnus-activate-group which uselessly issues the GROUP
16577         commands for all nntp groups and wastes time.  Reported by Romain
16578         Francoise <romain@orebokech.com>.
16579
16580         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16581
16582 2004-11-15  Simon Josefsson  <jas@extundo.com>
16583
16584         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16585         headers separately.
16586         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16587         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16588
16589 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * gnus-start.el (gnus-convert-old-newsrc):
16592         Assign legacy-gnus-agent to 5.10.7.
16593
16594 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16595
16596         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16597         start of the lines.
16598
16599 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16600
16601         * hashcash.el (hashcash-default-payment): Change default to 20.
16602         (hashcash-default-accept-payment): Change default to 20.
16603         (hashcash-process-alist): New variable.
16604         (hashcash-generate-payment-async): Add.
16605         (hashcash-already-paid-p): Add.
16606         (hashcash-insert-payment): Don't generate payments twice.
16607         (hashcash-insert-payment-async): Add.
16608         (hashcash-insert-payment-async-2): Add.
16609         (hashcash-cancel-async): Add.
16610         (hashcash-wait-async): Add.
16611         (hashcash-processes-running-p): Add.
16612         (hashcash-wait-or-cancel): Add.
16613         (mail-add-payment): New optional argument.  Conditionally start
16614         asynchronous calculation.
16615         (mail-add-payment-async): Add.
16616
16617         * message.el (message-send-mail): Wait for asynchronous hashcash
16618         results.  Don't clobber existing X-Hashcash headers.
16619         (message-setup-1): Call mail-add-payment-async when
16620         message-generate-hashcash is non-nil.
16621
16622 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16623
16624         * message.el (message-use-alternative-email-as-from): Examine the
16625         From header as well; use message-make-from in order to include a
16626         user's full name.
16627
16628 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16631         default; improve customization type.
16632         (gnus-emphasis-custom-with-format): New macro.
16633         (gnus-emphasis-custom-value-to-external): New function.
16634         (gnus-emphasis-custom-value-to-internal): New function.
16635
16636 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16637
16638         * dns.el (query-dns): Resolve reverse addresses.
16639
16640 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16641
16642         * gnus-group.el (gnus-group-get-new-news): Use it.
16643
16644         * gnus-start.el (gnus-check-reasonable-setup): New function.
16645
16646 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16649         "Args out of range" error.  Reported by Arnaud Giersch
16650         <arnaud.giersch@free.fr>.
16651
16652 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16653
16654         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16655
16656 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16657
16658         * spam.el (spam group): Add :version.
16659
16660         * pgg-def.el (pgg group): Add :version.
16661
16662 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-art.el (gnus-article-edit-article): Don't associate the
16665         article buffer with a draft file.  This is a temporary measure
16666         against the 2004-08-22 change to gnus-article-edit-mode.
16667
16668 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16671         (html2text-format-tags): Remove unused variable `attr'.
16672
16673 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16674
16675         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16676
16677         * tls.el (tls-process-connection-type, tls-success)
16678         (tls-certtool-program): Add :version.
16679
16680         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16681         (starttls-extra-arguments, starttls-process-connection-type)
16682         (starttls-connect, starttls-failure, starttls-success): Add :version.
16683
16684         * spam-stat.el (spam-stat): Add :version.
16685
16686         * sieve.el (sieve): Add :version.
16687
16688         * sha1.el (sha1): Add :version.
16689         (sha1-use-external): Remove redundant version.
16690
16691         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16692         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16693         (nnmail-split-fancy-match-partial-words)
16694         (nnmail-split-lowercase-expanded): Add :version.
16695
16696         * nndiary.el (nndiary): Add :version.
16697
16698         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16699
16700         * mml-sec.el (mml-default-sign-method)
16701         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16702         Add :version.
16703
16704         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16705
16706         * mm-url.el (mm-url-use-external, mm-url-program)
16707         (mm-url-arguments): Add :version.
16708
16709         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16710         (mm-attachment-file-modes, mm-decrypt-option)
16711         (mm-w3m-safe-url-regexp): Add :version.
16712
16713         * message.el (message-cite-prefix-regexp)
16714         (message-sendmail-envelope-from, message-minibuffer-local-map)
16715         (message-user-fqdn, message-completion-alist): Add :version.
16716
16717         * gnus-win.el (gnus-configure-windows-hook)
16718         (gnus-use-frames-on-any-display): Add :version.
16719
16720         * gnus-art.el (gnus-article-address-banner-alist)
16721         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16722         (gnus-treat-from-picon, gnus-treat-mail-picon)
16723         (gnus-treat-x-pgp-sig): Add :version.
16724
16725         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16726         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16727         (gnus-summary-article-delete-hook)
16728         (gnus-summary-display-while-building): Add :version.
16729
16730         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16731         (gnus-get-top-new-news-hook): Add :version.
16732
16733         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16734         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16735
16736         * gnus-registry.el (gnus-registry): Add :version.
16737
16738         * gnus-spec.el (gnus-use-correct-string-widths)
16739         (gnus-make-format-preserve-properties): Add :version.
16740
16741         * gnus.el (gnus-group-charter-alist)
16742         (gnus-group-fetch-control-use-browse-url)
16743         (gnus-install-group-spam-parameters): Add :version.
16744
16745         * gnus-diary.el (gnus-diary): Add :version.
16746
16747         * gnus-delay.el (gnus-delay): Add :version.
16748
16749         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16750         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16751         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16752         Add :version.
16753
16754         * gnus-agent.el (gnus-agent-max-fetch-size)
16755         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16756         (gnus-agent-prompt-send-queue): Add :version.
16757
16758         * deuglify.el (gnus-outlook-deuglify): Add :version.
16759
16760         * html2text.el: Beautify code.  Improve doc strings.
16761         Some checkdoc cleanup.
16762         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16763
16764 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16765
16766         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16767
16768 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16769
16770         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16771         when package is loaded.
16772
16773         * spam.el (spam-summary-score-preferred-header): Add global preference
16774         for people who want to override the default SpamAssassin over
16775         Bogofilter preference (when both are set).
16776         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16777         (spam-user-format-function-S):
16778         Check spam-summary-score-preferred-header.
16779         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16780         (spam-user-format-function-S): Format the score correctly.
16781
16782 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16785         signature file.  Suggested by Manoj Srivastava
16786         <srivasta@golden-gryphon.com>.
16787
16788         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16789         iso-2022-jp even in the Japanese language environment.
16790         Suggested by Jason Rumney <jasonr@gnu.org>.
16791
16792 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16795         use the same characters as the dummy marks; make it free from
16796         getting affected by the language environment.
16797         (gnus-summary-read-group-1): Update mark positions only when the
16798         format spec is updated.
16799
16800         * gnus-spec.el (gnus-update-format-specifications): Return a list
16801         of updated types.
16802
16803 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16806         of boundp to check if display-warning is available.
16807
16808 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16809
16810         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16811
16812 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * nnspool.el (nnspool-spool-directory): Use news-path if the
16815         news-directory variable is not bound.
16816
16817         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16818         function instead of display-warning if it is not available.
16819
16820 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16823         v5-10: Use `point-at-bol'.
16824
16825 2004-10-26  Simon Josefsson  <jas@extundo.com>
16826
16827         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16828         <chenggao@gmail.com>.
16829
16830 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16833         instead.
16834
16835 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16836
16837         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16838         to remove a server from the nnimap-server-buffer-alist.
16839         (nnimap-open-connection, nnimap-close-server): Use it.
16840
16841         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16842
16843 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16846         running the major-mode function.
16847
16848 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16851         dummy marks in the right way.
16852
16853 2004-10-18  David Edmondson  <dme@dme.org>
16854
16855         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16856         excessively.
16857
16858 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16859
16860         * gnus-util.el (gnus-split-references): Accept a nil references
16861         string and go on blissfully.
16862
16863         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16864         cases where the references string is non-nil but has no references.
16865
16866         * encrypt.el: Add autoload tags.
16867
16868         * spam.el (spam-resolve-registrations-routine): Remove article
16869         from unregistration list too.  Reported by David Hanak
16870         <dhanak@isis.vanderbilt.edu>
16871
16872 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16873
16874         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16875         nil.  Change custom type.
16876
16877 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16878
16879         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16880
16881         * gnus-sum.el (gnus-summary-move-article): Use it.
16882
16883 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16884
16885         * encrypt.el: Add autoload cookies.
16886
16887         * spam.el (spam-backend-article-list-property)
16888         (spam-backend-get-article-todo-list)
16889         (spam-backend-put-article-todo-list)
16890         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16891         Resolve registrations separately.
16892         (spam-register-routine): Format comments.
16893         (spam-unregister-routine, spam-register-routine): Always call with
16894         specific-articles, no default list.
16895         (spam-summary-prepare-exit): Use the spam-classifications function.
16896
16897         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16898         gnus-encrypt.el.
16899
16900         * encrypt.el: Copied from gnus-encrypt.el.
16901
16902         * gnus-encrypt.el: Commented that it's obsolete.
16903
16904 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16907         (gnus-score-save): Use it.
16908
16909         * message.el (message-bury): Use `window-dedicated-p'.
16910
16911 2004-10-15  Simon Josefsson  <jas@extundo.com>
16912
16913         * pop3.el (top-level): Don't require nnheader.
16914         (pop3-read-timeout): Add.
16915         (pop3-accept-process-output): Add.
16916         (pop3-read-response, pop3-retr): Use it.
16917
16918 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16919
16920         * spam.el (spam-register-routine): Move comment.
16921         (spam-verify-bogofilter): Use 'unknown for the initial
16922         spam-bogofilter-valid state, not 'never.
16923
16924         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16925         for netrc-machine.
16926
16927         * nnimap.el (nnimap-open-connection):
16928         Use netrc-machine-user-or-password.
16929
16930 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16931
16932         * gnus-registry.el (gnus-registry-unload-hook):
16933         Set as a variable with add-hook.
16934
16935         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16936         of news-path.
16937
16938         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16939
16940         * spam.el: Delete duplicate `provide'.
16941         (spam-unload-hook): Set as a variable with add-hook.
16942
16943 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16944
16945         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16946         in the doc string.
16947
16948         * message.el (message-ignored-news-headers)
16949         (message-ignored-supersedes-headers)
16950         (message-ignored-resent-headers)
16951         (message-forward-ignored-headers): Improve custom type.
16952
16953 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * message.el (message-tokenize-header): Fix 2004-09-06 change
16956         which used point-min in the wrong place.
16957
16958 2004-10-12  Simon Josefsson  <jas@extundo.com>
16959
16960         * tls.el (tls-certtool-program): New variable.
16961         (tls-certificate-information): New function, based on
16962         ssl-certificate-information.
16963
16964 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * compface.el: Move the version of ELisp-based uncompface program
16967         to the contrib directory because of the copyright problem.
16968
16969 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16970
16971         * message.el (message-kill-buffer): Raise the current frame.
16972
16973 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16976
16977         * gnus.el (message-y-or-n-p): Autoload.
16978
16979         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16980         (pop3-password-required, pop3-authentication-scheme)
16981         (pop3-leave-mail-on-server): Make customizable.
16982         (pop3): New custom group.
16983         (pop3-retr): Remove `sleep-for' statements.
16984         Suggested by Dave Love <fx@gnu.org>.
16985
16986         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16987         Windows/DOS.
16988
16989         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16990         (imap-parse-body): Fix incorrect use of `assert'.
16991         Suggested by Dave Love <fx@gnu.org>.
16992
16993         * mml.el (mml-minibuffer-read-disposition): Require match.
16994         Suggested by Dave Love <fx@gnu.org>.
16995
16996 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16997
16998         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16999         doc string.
17000
17001 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17004
17005 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17006
17007         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17008         instead of calling `mm-insert-inline', to decode text/* parts
17009         before displaying them.
17010
17011 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * mm-uu.el (mm-uu-text-plain-type): New variable.
17014         (mm-uu-pgp-signed-extract-1): Use it.
17015         (mm-uu-pgp-encrypted-extract-1): Use it.
17016         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17017         bind mm-uu-text-plain-type with that value.
17018         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17019         mm-uu-dissect.
17020
17021 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus-group.el (gnus-update-group-mark-positions):
17024         * gnus-sum.el (gnus-update-summary-mark-positions):
17025         * message.el (message-check-news-body-syntax):
17026         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17027         of string-as-multibyte.
17028
17029 2004-10-05  Juri Linkov  <juri@jurta.org>
17030
17031         * gnus-group.el (gnus-update-group-mark-positions):
17032         * gnus-sum.el (gnus-update-summary-mark-positions):
17033         * message.el (message-check-news-body-syntax):
17034         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17035         8-bit unibyte values to a multibyte string for search functions.
17036
17037 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17040         (mm-uu-dissect-text-parts): New function.
17041
17042         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17043         dissect text parts.
17044
17045         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17046         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17047
17048         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17049
17050         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17051         Use gnus-current-topics instead of gnus-current-topic.
17052
17053 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17054
17055         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17056
17057 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17058
17059         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17060         where approriate.
17061
17062         * nnml.el (nnml-generate-active-info): do.
17063
17064         * nndiary.el (nndiary-generate-active-info): do.
17065
17066         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17067         (gnus-topic-move): do.
17068
17069         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17070         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17071
17072         * gnus-srvr.el (gnus-server-prepare)
17073         (gnus-server-open-all-servers): do.
17074
17075         * gnus-msg.el (gnus-summary-cancel-article)
17076         (gnus-summary-resend-message)
17077         (gnus-summary-mail-crosspost-complaint): do.
17078
17079         * gnus-move.el (gnus-change-server): do.
17080
17081         * gnus-group.el (gnus-group-unmark-all-groups)
17082         (gnus-group-set-current-level): do.
17083
17084 2004-10-04  Simon Josefsson  <jas@extundo.com>
17085
17086         * message.el (message-generate-hashcash): Doc fix.
17087
17088 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17089
17090         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17091         avoid infinite recursion via gnus-get-function.
17092
17093 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17094
17095         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17096
17097         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17098
17099         * nnmail.el (nnmail-split-history): do.
17100
17101         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17102         (nnml-request-delete-group): do.
17103
17104         * nnslashdot.el (nnslashdot-read-groups): do.
17105
17106         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17107         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17108
17109         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17110         (nnspool-sift-nov-with-sed): Use last.
17111         (nnspool-retrieve-headers-with-nov): Use mapc.
17112         (nnspool-request-newgroups): Use dolist.
17113         (nnspool-request-group): Use last.
17114
17115         * nntp.el (nntp-read-server-type): Use dolist.
17116
17117         * nnvirtual.el (nnvirtual-create-mapping)
17118         (nnvirtual-update-read-and-marked): Use dolist.
17119         (nnvirtual-convert-headers): Simplify.
17120
17121 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17122
17123         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17124         Add support for sync'ing tick marks.
17125
17126 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17129         there's no visible header.
17130
17131 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17132
17133         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17134         When necessary, pass full group name to gnus-request-set-marks.
17135
17136 2004-10-01  Simon Josefsson  <jas@extundo.com>
17137
17138         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17139         acroread.
17140
17141 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17142
17143         * spam-report.el (spam-report-gmane): Fix interactive.
17144
17145         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17146
17147         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17148         when writing file.
17149         (gnus-agent-synchronize-flags): Don't default to being
17150         interactive.
17151
17152 2004-09-30  Simon Josefsson  <jas@extundo.com>
17153
17154         * message.el (message-generate-hashcash): Add.
17155         (message-send-mail): Use it, call mail-add-payment.
17156
17157 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17158
17159         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17160
17161 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17162
17163         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17164         gnus-requst-update-info with explicit code to sync the in-memory
17165         info read flags with the marks being sync'd to the backend.
17166
17167         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17168
17169 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17170
17171         * spam.el (spam-verify-bogofilter): Add new function.
17172         (spam-check-bogofilter)
17173         (spam-bogofilter-register-with-bogofilter): Use it.
17174         (spam-verify-bogofilter): Add small fixes.
17175
17176 2004-09-28  Simon Josefsson  <jas@extundo.com>
17177
17178         * hashcash.el (hashcash-generate-payment): Revert.
17179
17180 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17181
17182         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17183         Use gnus-extract-references instead of gnus-split-references.
17184
17185         * gnus-util.el (gnus-extract-references): Add new function, analogous
17186         to gnus-split-references but extracts only the message-ID without
17187         anything extra.
17188
17189         * hashcash.el (hashcash-generate-payment)
17190         (hashcash-check-payment): Do the right thing if hashcash-path is
17191         nil (because the hashcash program could not be found).
17192
17193         * spam.el (spam-use-hashcash): Remove comment.
17194
17195 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17196
17197         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17198         (gnus-cache-enter-article, gnus-cache-remove-article)
17199         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17200
17201         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17202
17203         * gnus-art.el (article-hide-boring-headers)
17204         (article-translate-strings, article-display-face)
17205         (gnus-article-mime-match-handle-first)
17206         (gnus-article-highlight-headers)
17207         (gnus-article-add-buttons-to-head): do.
17208
17209 2004-09-27  Simon Josefsson  <jas@extundo.com>
17210
17211         * hashcash.el: New version, from
17212         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17213         ../contrib/.
17214
17215 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17218
17219 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17220
17221         * gnus-dup.el (gnus-dup-open): Use mapc.
17222         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17223
17224         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17225         Reported by Stefan Wiens <s.wi@gmx.net>.
17226
17227         * gnus.el (gnus-shutdown): Use dolist.
17228
17229         * gnus-undo.el (gnus-undo): Use mapc.
17230
17231         * nnrss.el (nnrss-generate-active): do.
17232
17233         * message.el (message-cite-original-without-signature)
17234         (message-cite-original): Use mapc.
17235         (message-do-actions, message-make-forward-subject): Use dolist.
17236
17237 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17238
17239         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17240         deletion to remove entire duplicate line.  Fixes merged article
17241         number bug.
17242
17243 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17244
17245         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17246         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17247         first ask if you want to open a server and then, even when you
17248         responded with no, asking if you want to synchronize the server's
17249         flags.
17250         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17251         multi-line expressions.
17252         (gnus-agent-synchronize-group-flags): New internal function.
17253         Updates marks in memory (in the info structure) AND in the
17254         backend.
17255
17256         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17257
17258         * nnagent.el (nnagent-request-set-mark):
17259         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17260         method, to ensure that synchronization updates marks in the
17261         backend and in the info (in memory) structure.
17262
17263 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17264
17265         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17266         convention fully; don't miss the root article of a thread; make
17267         the X-Draft-From header with correct article numbers.
17268
17269 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17270
17271         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17272         unless plugged.  Disable the agent so that an open failure causes
17273         an error.
17274
17275         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17276         Revert 2004-09-21 change.  The backend must be opened while
17277         synchronizing flags even when the backend stores the flags
17278         locally.
17279
17280 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17281
17282         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17283         in `header' match.  Reported by Svend Tollak Munkejord.
17284
17285         * message.el (message-cite-original): Fix use of
17286         `message-cite-articles-with-x-no-archive'.
17287
17288 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17291         (gnus-window-to-buffer): Ditto.
17292
17293         * mml.el (mml-preview-buffer): New variable.
17294         (mml-preview): Manage window layout with gnus-buffer-configuration.
17295
17296         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17297         X-Draft-From header even if those articles aren't quoted.
17298
17299 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17300
17301         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17302         (gnus-request-set-mark, gnus-request-update-mark): Use new
17303         g-s-t-u-l-m to decide to use backend even when unplugged.
17304
17305 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17308         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17309
17310 2004-09-20  Simon Josefsson  <jas@extundo.com>
17311
17312         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17313         "utf-16-le".
17314
17315 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17316
17317         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17318
17319 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17320
17321         * uudecode.el (uudecode-use-external): Add :version.
17322
17323         * smime.el (smime-CA-file, smime-encrypt-cipher)
17324         (smime-dns-server): Add :version.
17325
17326         * smiley.el (gnus-smiley-file-types): Add :version.
17327
17328         * sha1.el (sha1-use-external): Add :version.
17329
17330         * pgg-def.el (pgg-query-keyserver): Add :version.
17331
17332         * nnmail.el (nnmail-fancy-expiry-targets)
17333         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17334         Add :version.
17335
17336         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17337         (nnimap-retrieve-groups-asynchronous): Add :version.
17338         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17339
17340         * mml.el (mml-content-disposition-parameters)
17341         (mml-insert-mime-headers-always): Add :version.
17342
17343         * mm-util.el (mm-coding-system-priorities): Add :version.
17344
17345         * mm-decode.el (mm-inline-text-html-with-images)
17346         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17347         (mm-verify-option): Add :version.
17348         (mm-text-html-renderer): Change :version.
17349
17350         * message.el (message-fcc-externalize-attachments)
17351         (message-required-headers, message-draft-headers)
17352         (message-subject-trailing-was-query)
17353         (message-subject-trailing-was-ask-regexp)
17354         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17355         (message-mark-insert-end, message-archive-header)
17356         (message-archive-note, message-cross-post-default)
17357         (message-cross-post-note, message-followup-to-note)
17358         (message-cross-post-note-function, message-use-mail-followup-to)
17359         (message-subscribed-address-functions)
17360         (message-subscribed-address-file, message-subscribed-addresses)
17361         (message-subscribed-regexps, message-allow-no-recipients)
17362         (message-yank-cited-prefix, message-signature-insert-empty-line)
17363         (message-hidden-headers, message-hierarchical-addresses)
17364         (message-mail-user-agent, message-use-idna)
17365         (message-valid-fqdn-regexp)
17366         (message-strip-special-text-properties, message-header-synonyms)
17367         (message-beginning-of-line, message-tab-body-function): Add :version.
17368         (message-insert-canlock, message-wide-reply-confirm-recipients):
17369         Change :version.
17370
17371         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17372         and :version.
17373         (mail-source-delete-old-incoming-confirm)
17374         (mail-source-movemail-program): Add :version.
17375
17376         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17377         (gnus-agent-cache, gnus-agent): Change :version.
17378
17379         * gnus-util.el (gnus-use-byte-compile): Change :version.
17380
17381         * gnus-sum.el (gnus-summary-make-false-root-always)
17382         (gnus-summary-default-high-score)
17383         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17384         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17385         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17386         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17387         (gnus-sum-thread-tree-single-indent)
17388         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17389         (gnus-sum-thread-tree-leaf-with-other)
17390         (gnus-sum-thread-tree-single-leaf): Add :version.
17391         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17392         (gnus-article-loose-mime): Change :version.
17393
17394         * gnus-start.el (gnus-backup-startup-file)
17395         (gnus-save-startup-file-via-temp-buffer): Add :version.
17396
17397         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17398         (gnus-server-offline-face): Add :version.
17399
17400         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17401
17402         * gnus-msg.el (gnus-gcc-externalize-attachments)
17403         (gnus-debug-files, gnus-debug-exclude-variables)
17404         (gnus-discouraged-post-methods): Change :version.
17405         (gnus-confirm-mail-reply-to-news)
17406         (gnus-confirm-treat-mail-like-news): Add :version.
17407
17408         * gnus-int.el (gnus-server-unopen-status): Add :version.
17409
17410         * gnus-group.el (gnus-group-jump-to-group-prompt)
17411         (gnus-large-ephemeral-newsgroup)
17412         (gnus-fetch-old-ephemeral-headers): Add :version.
17413
17414         * gnus-fun.el (gnus-x-face-directory)
17415         (gnus-convert-pbm-to-x-face-command)
17416         (gnus-convert-image-to-x-face-command)
17417         (gnus-convert-image-to-face-command): Add :version.
17418
17419         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17420
17421         * gnus-cite.el (gnus-cite-blank-line-after-header)
17422         (gnus-article-boring-faces): Add :version.
17423
17424         * gnus-art.el (gnus-buttonized-mime-types)
17425         (gnus-inhibit-mime-unbuttonizing)
17426         (gnus-treat-display-face)
17427         (gnus-treat-body-boundary): Change :version.
17428         (gnus-body-boundary-delimiter, gnus-picon-databases)
17429         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17430         (gnus-treat-date-english, gnus-treat-fold-headers)
17431         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17432         (gnus-treat-mail-picon, gnus-treat-wash-html)
17433         (gnus-article-encrypt-protocol)
17434         (gnus-use-idna, gnus-article-over-scroll)
17435         (gnus-mime-display-multipart-alternative-as-mixed)
17436         (gnus-mime-display-multipart-related-as-mixed)
17437         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17438         (gnus-ctan-url, gnus-button-ctan-handler)
17439         (gnus-button-handle-ctan-bogus-regexp)
17440         (gnus-button-ctan-directory-regexp)
17441         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17442         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17443         (gnus-button-man-level, gnus-button-emacs-level)
17444         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17445
17446         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17447         (gnus-agent-go-online): Change :version.
17448         (gnus-agent-expire-unagentized-dirs)
17449         (gnus-agent-auto-agentize-methods): Add :version.
17450
17451         * flow-fill.el (fill-flowed-display-column)
17452         (fill-flowed-encode-column): Add :version.
17453
17454         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17455         (gnus-outlook-deuglify-unwrap-max)
17456         (gnus-outlook-deuglify-cite-marks)
17457         (gnus-outlook-deuglify-unwrap-stop-chars)
17458         (gnus-outlook-deuglify-no-wrap-chars)
17459         (gnus-outlook-deuglify-attrib-cut-regexp)
17460         (gnus-outlook-deuglify-attrib-verb-regexp)
17461         (gnus-outlook-deuglify-attrib-end-regexp)
17462         (gnus-outlook-display-hook): Add :version.
17463
17464         * binhex.el (binhex-use-external): Add :version.
17465
17466 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17467
17468         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17469         and `invisible'.
17470
17471 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17472
17473         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17474         in gnus-registry-trim.
17475
17476 2004-09-13  Simon Josefsson  <jas@extundo.com>
17477
17478         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17479
17480         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17481
17482         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17483         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17484         <yamaoka@jpl.org>.
17485         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17486         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17487         <yamaoka@jpl.org>.
17488
17489         * sieve.el (sieve-manage-mode): Ditto.
17490
17491 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17494
17495 2004-09-11  Simon Josefsson  <jas@extundo.com>
17496
17497         * dns-mode.el: Add.
17498
17499         * mm-view.el (mm-display-dns-inline): Add.
17500
17501         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17502         (mm-automatic-display): Ditto.
17503
17504         * mailcap.el (mailcap-mime-data): Add text/dns.
17505         (mailcap-mime-extensions): Map .soa to text/dns.
17506
17507 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17508
17509         * gnus-art.el (article-decode-mime-words, article-babel)
17510         (gnus-article-highlight-signature, gnus-article-add-buttons)
17511         (gnus-signature-toggle): Remove unnecessary bindings of
17512         `inhibit-read-only' inherited from v5.10 merge.
17513
17514 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17515
17516         * nntp.el (nntp): New customization group.
17517         (nntp-authinfo-file): Add customization group.
17518
17519         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17520
17521         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17522
17523         * gnus.el (to-address, to-list, subscribed)
17524         (large-newsgroup-initial): Ditto.
17525
17526         * flow-fill.el (fill-flowed-display-column)
17527         (fill-flowed-encode-column): Ditto.
17528
17529 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17530
17531         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17532         Use point-min rather than 1.
17533         (message-send-mail): Use buffer-size rather than point-max.
17534
17535         * gnus-sum.el (gnus-summary-search-article-forward):
17536         Signal a specific `search-failed' rather than a generic `error'.
17537
17538         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17539         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17540         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17541
17542 2004-09-10  Simon Josefsson  <jas@extundo.com>
17543
17544         * nndb.el (require): Remove tcp and duplicate cl.
17545
17546 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * gnus-agent.el (directory-files-and-attributes): Move forward.
17549
17550 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17551
17552         * gnus-agent.el (directory-files-and-attributes):
17553         Optionally defined to support XEmacs.
17554
17555 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17556
17557         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17558         to avoid run-time CL dependencies.
17559         (gnus-agent-unfetch-articles): New function.
17560         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17561         article numbers even when local .overview file is missing.
17562         (gnus-agent-read-article-number): New function.  Only accepts
17563         27-bit article numbers.
17564         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17565         Use gnus-agent-read-article-number.
17566         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17567         from backend while recognizing that article numbers in .overview
17568         must be valid.
17569         (gnus-agent-update-files-total-fetched-for):
17570         Use directory-files-and-attributes to improve performance.
17571         * gnus-int.el (gnus-request-move-article):
17572         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17573         improve performance.
17574
17575         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17576         some users confused by references to .newsrc when they only have a
17577         .newsrc.eld file.
17578         (gnus-convert-mark-converter-prompt)
17579         (gnus-convert-converter-needs-prompt): Fix use of property list.
17580         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17581         New function.  Used internally to only display 'gnus converting
17582         files' message when actually necessary.
17583
17584         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17585         methods now autoloaded.
17586
17587 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17590         identifiers.
17591
17592 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17593
17594         * gnus-picon.el: Fix indentation and closing parenthesis.
17595
17596 2004-09-01  Simon Josefsson  <jas@extundo.com>
17597
17598         * message.el (message-canlock-generate): Require sha1, not
17599         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17600         to require within a function.  Sadly, if sha1.el isn't loaded, the
17601         let binding in m-c-g will hide the defcustom definition, which is
17602         bad.)
17603
17604         * canlock.el: Require sha1, not sha1-el.
17605
17606         * message.el: Don't autoload sha1 (there is a autoload cookie in
17607         sha1.el).
17608
17609         * sha1-el.el: Rename to sha1.el.
17610
17611 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17612
17613         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17614
17615 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17616
17617         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17618
17619 2004-08-30  Kim F. Storm  <storm@cua.dk>
17620
17621         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17622
17623         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17624         Add :group 'nnimap.
17625
17626 2004-08-30  Andreas Schwab  <schwab@suse.de>
17627
17628         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17629         ?* and ?\;.
17630
17631         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17632         and ?\' to symbol instead of whitespace.
17633
17634 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17637
17638         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17639         instead of re-search-forward.
17640
17641         * gnus-uu.el (gnus-uu-save-article): Ditto.
17642         (gnus-uu-post-encode-uuencode): Ditto.
17643
17644         * html2text.el (html2text-clean-list-items): Ditto.
17645         (html2text-clean-dtdd): Ditto.
17646         (html2text-format-tags): Ditto.
17647
17648         * message.el (message-send-mail-with-sendmail): Fix regexp.
17649         (message-fill-field-general): Use search-forward instead of
17650         re-search-forward.
17651         (unbold-region): Ditto.
17652
17653         * nnrss.el (nnrss-request-article): Ditto.
17654
17655         * nnslashdot.el (nnslashdot-request-article): Ditto.
17656
17657         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17658
17659         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17660         "Unrecognized menu descriptor" error in XEmacs.
17661
17662 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17663
17664         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17665         parent article of a sparse article in the thread hashtb.
17666
17667 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17668
17669         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17670         (nnmail-expand-newtext): Lowercase expanded entries if
17671         nnmail-split-lowercase-expanded is non-nil.
17672
17673 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17676
17677         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17678         of gnus-tmp-news-method into string under XEmacs.  It will be
17679         passed to gnus-correct-length which takes only a string argument.
17680
17681 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus-util.el (gnus-bind-print-variables): New macro.
17684         (gnus-prin1): Use it.
17685         (gnus-prin1-to-string): Use it.
17686         (gnus-pp): New function.
17687         (gnus-pp-to-string): New function.
17688
17689         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17690         Replace pp-to-string with gnus-pp-to-string.
17691         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17692         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17693         * gnus-msg.el (gnus-debug): Ditto.
17694         * gnus-score.el (gnus-score-save): Ditto.
17695         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17696         gnus-pp-to-string.
17697         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17698         with gnus-pp.
17699         * score-mode.el (gnus-score-pretty-print): Ditto.
17700         * webmail.el (webmail-debug): Ditto.
17701
17702 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-art.el (article-display-face, article-display-x-face):
17705         Use buffer-read-only.
17706
17707 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * gnus-art.el (article-hide-list-identifiers):
17710         Bind inhibit-read-only as t.
17711
17712 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17713
17714         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17715
17716 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17717
17718         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17719         (gnus-narrow-to-page): Don't assume point-min == 1.
17720         (gnus-article-edit-mode): Derive from message-mode.
17721
17722         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17723         point-min == 1.
17724
17725         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17726         Disable incorrect use of `assert'.
17727
17728         * message.el (message-mode): Set comment-start-skip.
17729
17730
17731 2004-08-22  Sam Steingold  <sds@gnu.org>
17732
17733         * pop3.el (pop3-leave-mail-on-server): New user variable.
17734         (pop3-movemail): Delete mail only when it is nil.
17735
17736 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17739
17740         * mml.el (mml-preview): Use `pop-to-buffer'.
17741
17742         * message.el (message-goto-mail-followup-to): Insert after "To".
17743         (message-carefully-insert-headers): Add comment.
17744
17745         * gnus.el: Remove unused variable `gnus-article-check-size'.
17746
17747         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17748
17749         * gnus-art.el (gnus-button-alist):
17750         Improve `gnus-button-handle-library' entry.
17751
17752 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17753
17754         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17755         Use downcase, since XEmacs capitalizes error messages differently.
17756
17757 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17758
17759         * nntp.el: Add (require 'gnus) due to reference to
17760         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17761
17762 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17763
17764         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17765         Bind `mm-fill-flowed'.
17766
17767         * mm-decode.el (mm-dissect-singlepart): Check it.
17768
17769 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17770
17771         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17772         'imap' for netrc parsing.
17773
17774 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17775
17776         * mailcap.el (mailcap-mime-data): Mark as risky.
17777
17778 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17781         may be included in the encoded word.
17782         (rfc2047-encode): Don't append a space if the encoded word
17783         includes close parenthesis.
17784
17785 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17788         of text within parentheses.
17789
17790 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17791
17792         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17793         (gnus-encrypt-write-file-contents): Make the password key the file
17794         name PLUS the cipher, not just the cipher.  Also remove failed
17795         passwords from the cache.
17796
17797 2004-08-06  Simon Josefsson  <jas@extundo.com>
17798
17799         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17800         Doc fix.
17801
17802 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17805         LWSP.
17806
17807 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17808
17809         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17810         Try to append in-reply-to: data to the references: header.
17811
17812         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17813         (netrc-parse): Use gnus-encrypt.el functions.
17814
17815         * gnus-encrypt.el: Add new file for encryption support; currently
17816         does only a few GPG ciphers and an internal XOR cipher.
17817
17818         * password.el: Add comments on using password-read-and-add.
17819         (password-read-and-add): Add function to read and add the
17820         password to the cache at once.
17821
17822 2004-07-28  Simon Josefsson  <jas@extundo.com>
17823
17824         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17825         parameter (but don't use it, for now).
17826
17827         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17828         instead of hard coding to nil.
17829
17830 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17831
17832         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17833         as mm-inline-image-xemacs does.
17834
17835 2004-07-26  Simon Josefsson  <jas@extundo.com>
17836
17837         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17838         Revert part of 2004-07-17 change below.
17839
17840 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17843         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17844
17845 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17846
17847         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17848         quotes that actually start with ">" at the beginning of the
17849         lines.
17850
17851 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * rfc2047.el (rfc2047-encode-region): Fix last change.
17854         (rfc2047-encode-parameter): Remove useless concat.
17855
17856 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17859         encode special characters; fix some kind of misconfigured headers;
17860         signal a real error if debug-on-quit or debug-on-error is non-nil.
17861         (rfc2047-encode-max-chars): New variable.
17862         (rfc2047-encode-1): Use it.
17863         (rfc2047-encode-parameter): New function.
17864
17865         * mml.el (mml-insert-parameter): Remove an excessive space.
17866
17867 2004-07-17  Simon Josefsson  <jas@extundo.com>
17868
17869         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17870         Kai Grossjohann <kai@emptydomain.de>.
17871         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17872         (gnus-group-make-menu-bar): Ditto.
17873
17874         * gnus-util.el (gnus-group-server): Add.
17875
17876 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17877
17878         * message.el (message-clone-locals): Clone sendmail and smtp
17879         variables.
17880
17881 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * rfc2047.el (rfc2047-encode-region): Fix last change.
17884
17885 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17888         characters as non-special.
17889
17890 2004-07-09  Simon Josefsson  <jas@extundo.com>
17891
17892         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17893         Users will lose all flag changes made while unplugged with
17894         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17895         good default.  See numerous reports on ding mailing list.
17896
17897 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17900         add generate-head-function and generate-article-function to the
17901         rfc822-forward entry.
17902         (nndoc-rfc822-forward-generate-article): New function.
17903         (nndoc-rfc822-forward-generate-head): New function.
17904
17905         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17906
17907 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17908
17909         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17910         respect display group parameter and gnus-summary-expunge-below.
17911         (gnus-articles-to-read): Remove unused reference to display group
17912         parameter.
17913
17914 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17915
17916         * nnheader.el (nnheader-uniquify-message-id): New experimental
17917         variable.
17918         (nnheader-nov-read-message-id): Use it.
17919
17920         * spam-report.el (spam-report-gmane): Add interactive.
17921
17922 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * mm-encode.el (mm-content-transfer-encoding-defaults):
17925         Use qp-or-base64 for the application/* types.
17926
17927 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17928
17929         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17930
17931 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17932
17933         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17934         trim value.
17935
17936 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17937
17938         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17939         New macro and function.
17940         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17941
17942 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17945         after-load-alist.
17946
17947 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17948
17949         * gnus-group.el (gnus-group-get-new-news-this-group):
17950         Don't update info that isn't there.
17951
17952 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17953
17954         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17955         entry.
17956
17957 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * mm-view.el (mm-inline-render-with-function): Use multibyte
17960         buffer; decode html source by charset.
17961
17962         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17963
17964         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17965         Mule-UCS is loaded under XEmacs.
17966         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17967
17968 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17969
17970         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17971
17972 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * mm-util.el (mm-coding-system-p): Return a coding-system.
17975         (mm-mime-mule-charset-alist): Use shift_jis instead of
17976         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17977         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17978         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17979         instead of japanese-shift-jis and iso-latin-1 respectively in
17980         order to share the default value with both Emacs and XEmacs-mule.
17981         (mm-mule-charset-to-mime-charset):
17982         Make mm-coding-system-priorities effective.
17983         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17984         while predicating of candidates upon the priorities.
17985
17986 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17987
17988         * gnus-sum.el (gnus-summary-make-menu-bar):
17989         Add gnus-uu-invert-processable.
17990
17991         * gnus.el: Autoload gnus-uu-invert-processable.
17992
17993 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * mm-util.el (mm-with-multibyte-buffer): New macro.
17996
17997         * rfc2047.el (rfc2047-encode-string): Use it.
17998         (rfc2047-encode-region): Move point to the end of the region after
17999         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18000
18001 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18004         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18005
18006 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18009         (gnus-cite-parse): Ignore quoted envelope From_.
18010         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18011
18012 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18013
18014         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18015         invalid addresses.
18016
18017 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18018
18019         * spam.el: Change section markers, revise TODO list.
18020         (spam-backends): Make new master list of all installed backends.
18021         (spam-summary-exit-behavior): Add new variable to determine how
18022         messages moves are done at summary exit.
18023         (spam-move-spam-nonspam-groups-only)
18024         (spam-process-ham-in-nonham-groups)
18025         (spam-process-ham-in-spam-groups): Remove variables, the
18026         spam-summary-exit-behavior variable should be used to manage this
18027         behavior.
18028         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18029         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18030         and spam-old-spam-articles.
18031         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18032         Add empty variables, placeholders for the backends they represent.
18033         (spam-set-difference): Move, unchanged.
18034         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18035         unless the user has a processor variable.
18036         (spam-classifications, spam-classification-valid-p)
18037         (spam-backend-properties, spam-backend-property-valid-p)
18038         (spam-backend-function-type-valid-p)
18039         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18040         (spam-report-articles-gmane, spam-report-articles-resend):
18041         Remove functions, they are not needed.
18042         (spam-install-backend-super, spam-backend-list)
18043         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18044         (spam-backend-function, spam-backend-ham-registration-function)
18045         (spam-backend-spam-registration-function)
18046         (spam-backend-ham-unregistration-function)
18047         (spam-backend-spam-unregistration-function)
18048         (spam-backend-statistical-p, spam-backend-mover-p)
18049         (spam-install-backend-alias, spam-install-checkonly-backend)
18050         (spam-install-mover-backend, spam-install-nocheck-backend)
18051         (spam-install-backend, spam-install-statistical-backend)
18052         (spam-install-statistical-checkonly-backend): Add backend installation
18053         support.
18054         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18055         (spam-group-processor-p): Use the new backend code and respect the
18056         summary exit behavior.
18057         (spam-mark-spam-as-expired-and-move-routine): Remove.
18058         (spam-summary-prepare): Change to use the new spam-old-articles
18059         variable.
18060         (spam-copy-or-move-routine, spam-copy-spam-routine)
18061         (spam-move-spam-routine, spam-copy-ham-routine)
18062         (spam-move-ham-routine): Add code to copy/move ham or spam.
18063         (spam-fetch-field-fast): Improve doc and code, plus allow the
18064         'number request.
18065         (spam-list-of-checks, spam-list-of-statistical-checks):
18066         Remove variables.
18067         (spam-split, spam-find-spam): Use the new backend code.
18068         (spam-registration-functions): Remove variable.
18069         (spam-unregister-routine): Add convenience wrapper.
18070         (spam-log-undo-registration, spam-register-routine)
18071         (spam-log-processing-to-registry)
18072         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18073         where possible.
18074         (spam-check-gmane-xref, spam-check-regex-headers)
18075         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18076         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18077         (spam-check-bogofilter-headers, spam-check-spamoracle)
18078         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18079         (spam-check-crm114-headers): Use the spam-split-group that
18080         spam-split prepares, no need to determine it every time.
18081
18082         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18083         to the nnheader-parse-naked-head call.
18084
18085         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18086
18087         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18088         the nnheader-nov-read-message-id call.
18089
18090 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18093         gnus-activate-group twice.  Suggested by Markus Peter
18094         <warp@spin.de>.
18095
18096 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * gnus-art.el (gnus-article-time-format): Exchange the order of
18099         day and month in the default value; fix customization type.
18100         (article-date-ut): Use add-text-properties.
18101         (article-make-date-line): Use message-make-date instead of
18102         current-time-string.
18103
18104         * message.el (message-fetch-field): Don't use set-text-properties.
18105         (message-make-date): Simplify.
18106
18107         * messagexmas.el (message-xmas-make-date): New function.
18108         (message-xmas-redefine): Defalias message-make-date to it.
18109
18110 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18113         (rfc2047-encode-region): Treat text within parentheses as special;
18114         show the original text when error has occurred.
18115
18116         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18117         already-computed method to gnus-activate-group.
18118
18119         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18120         same select-methods identical Lisp objects.
18121
18122         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18123         object when modifying the info.
18124
18125 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18128         gnus-opened-servers since it has never been opened with the new
18129         configuration yet.
18130
18131 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18132
18133         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18134         arg to nnheader-generate-fake-message-id.
18135
18136 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18137
18138         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18139         number and build a fake message ID localized to a group and
18140         article number (so it's repeatable from that point on).
18141         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18142         ID format.
18143
18144         * gnus-sum.el (gnus-get-newsgroup-headers):
18145         Call nnheader-generate-fake-message-id with the article number.
18146
18147 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18148
18149         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18150         end-of-buffer.
18151
18152 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18153
18154         * message.el (message-ignored-supersedes-headers): Add Approved.
18155
18156 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18159         goto-char.
18160         (rfc2047-encode): Fold the line before encoding.
18161
18162 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18163
18164         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18165         folding -- not all headers can be folded, and this should be done
18166         by the message composition mode.  Probably.  I think.
18167
18168 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18171         fast.
18172
18173         * gnus-ems.el (gnus-remove-image): Don't use
18174         message-text-with-property; remove only the image found first.
18175
18176         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18177         found first.
18178
18179 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18180
18181         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18182
18183 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * message.el (message-text-with-property): Make it fast and accept
18186         optional arguments.
18187         (message-strip-forbidden-properties): Use it.
18188         (message-fix-before-sending): Follow the m-t-w-p change.
18189
18190         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18191
18192 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * gnus-art.el (article-hide-headers): Don't change the buffer
18195         mistakenly when performing mml-preview even if
18196         gnus-single-article-buffer is nil.
18197
18198 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18199
18200         * message.el (message-expand-name-databases): New user option.
18201         (message-expand-name): Use it.
18202
18203 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18204
18205         * spam.el (spam-report-articles-resend)
18206         (spam-report-resend-register-routine): Allow ham reporting.
18207         (spam-report-resend-register-ham-routine): Add wrapper.
18208         (spam-registration-functions): Add ham resending functions.
18209         (spam-list-of-processors): Add ham resend processor.
18210
18211         * gnus.el (ham-resend-to): Add new group parameter.
18212         (spam-process): Add ham resend option.
18213
18214         * spam-report.el (spam-report-resend): Allow reporting ham.
18215         (spam-report-resend-ham): Add wrapper.
18216
18217 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18218
18219         * message.el (message-cite-articles-with-x-no-archive):
18220         New variable.
18221         (message-cite-original): Use it.
18222
18223 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18224
18225         * message.el (message-cite-original): Respect X-No-Archive.
18226
18227 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * gnus-art.el (article-hide-headers): Refer to the values for
18230         gnus-ignored-headers and gnus-visible-headers in the summary
18231         buffer since a user may have set them as group parameters.
18232
18233 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18234
18235         * assistant.el (assistant-node-name): Add convenience function.
18236         (assistant-render-text, assistant-render-node): Add error handling,
18237         plus handle multiple next nodes.
18238         (assistant-find-next-node): Comment out for now.
18239         (assistant-find-next-nodes): Add function, returns list of next
18240         nodes.
18241
18242 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18243
18244         * mail-source.el (mail-source-directory): Fix doc-string.
18245
18246 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18247
18248         * assistant.el (assistant-render-text, assistant-eval): Add :set
18249         widget type, which is different because it takes and returns a
18250         list.  Much hilarity ensues.
18251
18252 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18253
18254         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18255
18256         * gnus-group.el (gnus-group-get-new-news-this-group):
18257         Add doc-string.
18258
18259         * gnus-start.el (gnus-activate-group): Add doc-string.
18260
18261 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18264
18265 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18266
18267         * assistant.el (assistant-render-text): Try to add a :set
18268         widget, more to come.
18269
18270         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18271         strings.
18272         (spam-report-articles-resend)
18273         (spam-register-routine): Do registration iff any articles warrant
18274         it.
18275         (spam-summary-prepare-exit): Change log message for nil group
18276         destinations.
18277
18278 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18279
18280         * spam.el (spam-report-resend-register-routine):
18281         Allow spam-report-resend-to to be a group parameter or a global value.
18282
18283 2004-05-26  Simon Josefsson  <jas@extundo.com>
18284
18285         * starttls.el: Merge with my GNUTLS based starttls.el.
18286         (starttls-gnutls-program, starttls-use-gnutls)
18287         (starttls-extra-arguments, starttls-process-connection-type)
18288         (starttls-connect, starttls-failure, starttls-success):
18289         New variables.
18290         (starttls-program, starttls-extra-args): Doc fix.
18291         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18292         New functions.
18293         (starttls-negotiate, starttls-open-stream):
18294         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18295         function if it is set.
18296
18297 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18300         structured fields.
18301
18302 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18305
18306 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18307
18308         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18309         Add variable.
18310         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18311         assigning the spam-mark to new messages.
18312
18313 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18314
18315         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18316
18317 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18320
18321         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18322         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18323         default.
18324
18325 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18326
18327         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18328         correct data.
18329
18330 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18331
18332         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18333         (spam-group-processor-p): Fix function.
18334         (spam-group-processor-multiple-p)
18335         (spam-group-spam-processor-report-gmane-p)
18336         (spam-group-spam-processor-report-resend-p)
18337         (spam-group-spam-processor-bogofilter-p)
18338         (spam-group-spam-processor-blacklist-p)
18339         (spam-group-spam-processor-ifile-p)
18340         (spam-group-ham-processor-ifile-p)
18341         (spam-group-spam-processor-spamoracle-p)
18342         (spam-group-spam-processor-crm114-p)
18343         (spam-group-ham-processor-bogofilter-p)
18344         (spam-group-spam-processor-stat-p)
18345         (spam-group-ham-processor-stat-p)
18346         (spam-group-ham-processor-whitelist-p)
18347         (spam-group-ham-processor-BBDB-p)
18348         (spam-group-ham-processor-spamoracle-p)
18349         (spam-group-ham-processor-copy-p): Remove functions with some
18350         prejudice against unneeded code.
18351         (spam-report-articles-resend)
18352         (spam-report-resend-register-routine): Allow the group/topic
18353         spam-resend-to value to override spam-report-resend-to.
18354         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18355         properly now.
18356
18357         * gnus.el (spam-resend-to): Add group/topic parameter.
18358         (spam-process): Move the OBSOLETE processors to the end of the
18359         choices.
18360
18361 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18362
18363         * spam-report.el (spam-report-resend-to, spam-report-resend):
18364         Start with resend-to set to nil, and then ask the user if necessary.
18365         (spam-report-resend): spam-report-resend takes a list of articles, not
18366         separate article numbers.
18367
18368 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18371         addition to emacs-w3m.
18372
18373 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18374
18375         * assistant.el (assistant-authinfo-data): New function.
18376         (assistant-eval): Eval for entire assistant.
18377
18378         * netrc.el (netrc-services-file): New variable.
18379         (netrc-parse-services): New function.
18380         (netrc-find-service-name): New function.
18381         (netrc-find-service-number): New function.
18382         (netrc-port-equal): New function.
18383         (netrc-machine): Use it.
18384
18385         * nnimap.el (nnimap-open-connection): Use netrc.
18386
18387         * gnus-util.el (gnus-netrc-get): Remove aliases.
18388
18389         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18390
18391         * assistant.el (wid-edit): Fix compilation.
18392
18393         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18394
18395 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18396
18397         * gnus-util.el (gnus-set-file-modes): New function.  (small
18398         patch).
18399
18400 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18401
18402         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18403
18404         * assistant.el (assistant-render-node): Fix up rendering and
18405         read-only text.
18406         (assistant-render-node): Reset.
18407         (assistant-make-read-only): Not sticky.
18408
18409 2004-05-20  Danny Siu  <dsiu@adobe.com>
18410
18411         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18412         centered even when gnus-auto-center-summary is t.
18413
18414 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415
18416         * dns.el (dns-get-txt-answer): New function.
18417         (dns-read-txt): Ditto.
18418         (query-dns): Use it.
18419
18420 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18423         active for foreign groups even if the group level is higher than
18424         the specified value.
18425
18426 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18427
18428         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18429         non-active groups.
18430
18431         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18432
18433 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18434
18435         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18436
18437 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18438
18439         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18440         (spam-crm114-header, spam-crm114-spam-switch)
18441         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18442         (spam-crm114-positive-spam-header)
18443         (spam-crm114-database-directory, spam-list-of-processors)
18444         (spam-group-spam-processor-crm114-p)
18445         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18446         (spam-generic-score, spam-list-of-checks)
18447         (spam-list-of-statistical-checks, spam-registration-functions)
18448         (spam-check-crm114-headers, spam-crm114-score)
18449         (spam-check-crm114, spam-crm114-register-with-crm114)
18450         (spam-crm114-register-spam-routine)
18451         (spam-crm114-unregister-spam-routine)
18452         (spam-crm114-register-ham-routine)
18453         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18454         From asjo@koldfront.dk (Adam Sjøgren).
18455
18456         * gnus.el: Add spam-use-crm114.
18457
18458         * spam.el (spam-list-of-processors, spam-registration-functions):
18459         Add spam-use-resend.
18460         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18461         (spam-report-articles-gmane): Add doc fix.
18462         (spam-report-articles-resend, spam-report-resend-register-routine):
18463         Add wrappers around spam-report-resend-to.
18464
18465         * spam-report.el (spam-report-resend-to, spam-report-resend):
18466         Add support for resending spam.
18467         (spam-report-gmane): Fix line length >80.
18468
18469         * gnus.el (spam-process): Add spam-use-resend.
18470
18471 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18472
18473         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18474         number of processed spam messages.
18475         (spam-ham-copy-or-move-routine): Return the number of processed
18476         ham messages.
18477         (spam-summary-prepare-exit): Use the above values to decide
18478         whether status messages shouled be displayed.
18479
18480 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18483         `rfc2047-encoding-function-alist' in order to avoid conflicting
18484         with the old version.
18485         (rfc2047-encode-region): Concatenate words containing non-ASCII
18486         characters in structured fields; don't encode space-delimited
18487         ASCII words even in unstructured fields; don't break words at
18488         char-category boundaries.
18489         (rfc2047-encode-1): New function.
18490         (rfc2047-encode): Use it; encode text so that it occupies the
18491         maximum width within 76-column; work correctly on Q encoding for
18492         iso-2022-* charsets.
18493         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18494         sure not to break a line just after the header name.
18495         (rfc2047-b-encode-region): Remove.
18496         (rfc2047-b-encode-string): New function.
18497         (rfc2047-q-encode-region): Remove.
18498         (rfc2047-q-encode-string): New function.
18499
18500         * mm-util.el (mm-replace-in-string): New function.
18501
18502 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18503
18504         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18505         Really get it right.
18506         (gnus-inews-make-draft): Really.
18507
18508 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18509
18510         * nnmh.el (nnmh-request-list-1): Don't check the link count
18511         before descending.  (small patch)
18512
18513 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18514
18515         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18516         stuff.
18517
18518         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18519         Match on real group name.
18520
18521         * gnus-art.el (gnus-signature-limit): Doc fix.
18522
18523         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18524
18525         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18526
18527 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18528
18529         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18530         isn't a string.
18531
18532 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18533
18534         * gnus-draft.el (gnus-draft-send):
18535         Bind rfc2047-encode-encoded-words.
18536
18537         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18538         (rfc2047-encodable-p): Say that =? needs encoding.
18539         (rfc2047-encode-encoded-words): New variable.
18540
18541         * gnus-group.el (gnus-group-select-group): Doc fix.
18542
18543         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18544
18545         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18546         to nil.
18547
18548         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18549
18550         * nnheader.el (nnheader-get-lines-and-char): New function.
18551
18552 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18553
18554         * gnus-msg.el (gnus-summary-followup-with-original):
18555         Document yanking of region when active.
18556
18557 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18560         groups if the group level is higher than the specified value.
18561
18562 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18565         (gnus-group-jump-to-group): Add prefix argument using
18566         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18567         non-active group.
18568
18569         * compface.el (uncompface): Be verbose when changing
18570         `uncompface-use-external'.
18571
18572         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18573         handle manual section.
18574
18575 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18576
18577         * gnus-art.el (gnus-button-alist): Revert previous change.
18578
18579 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18582
18583 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18584
18585         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18586         whether backend can accept message.
18587
18588         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18589
18590 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18591
18592         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18593         Avoid creating directory when nntp-marks-is-evil is true.
18594         Reported by Reiner Steib.
18595
18596 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18597
18598         * gnus-picon.el (gnus-picon-style): New variable.
18599         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18600         (gnus-picon-transform-address): Support `gnus-picon-style'.
18601         From Jesper Harder <harder@ifa.au.dk>.
18602
18603 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18604
18605         * message.el (message-fill-field): Return point.
18606         (message-generate-headers): Go to end of field.
18607
18608         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18609         stuff for non-living groups.
18610
18611 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18612
18613         * gnus-art.el (gnus-article-followup-with-original)
18614         (gnus-article-reply-with-original): gnus-mark-active-p ->
18615         gnus-region-active-p.
18616
18617 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18618
18619         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18620         only when there is spam or ham to be processed.
18621
18622 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18623
18624         * mail-source.el (mail-source-delete-crash-box): Refactor.
18625         (mail-source-fetch): Use it.
18626         (mail-source-fetch-file): Ditto.
18627         (mail-source-fetch-directory): Run postscript in loop.
18628         (mail-source-fetch-pop): Delete.
18629         (mail-source-fetch-maildir): Ditto.
18630         (mail-source-fetch-imap): Ditto.
18631
18632         * imap.el (imap-authenticators): Comment out sasl.
18633
18634         * message.el (message-skip-to-next-address): New function.
18635         (message-fill-header-address): Refactor.
18636         (message-fill-address): Use it.
18637         (message-delete-address): Use it.
18638         (message-fill-header-general): Refactor.
18639         (message-fill-field-address): Rename.
18640         (message-narrow-to-field): Find the start of the header.
18641         (message-header-format-alist): Don't pre-fill.
18642         (message-fill-header): Remove.
18643         (message-insert-header): New function.
18644         (message-shorten-references): Use it.
18645
18646         * rfc2047.el (rfc2047-field-value): Strip props.
18647
18648         * mail-parse.el (mail-header-make-address): New alias.
18649
18650         * ietf-drums.el (ietf-drums-make-address): New function.
18651
18652         * imap.el: Add compiler directives.
18653
18654         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18655
18656         * gnus-art.el (article-decode-idna-rhs): Don't use
18657         message-idna-inside-rhs-p.
18658
18659 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18660
18661         * message.el (message-idna-inside-rhs-p): Remove.
18662         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18663
18664         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18665         false positives.
18666
18667 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18668
18669         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18670
18671 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18672
18673         * nneething.el (nneething-file-name): Don't create spurious
18674         files.
18675
18676         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18677         (gnus-inews-do-gcc): Remove sleep.
18678
18679         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18680         part under point.
18681
18682         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18683         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18684
18685 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18686
18687         * spam.el (spam-summary-prepare-exit): Fix (length).
18688
18689 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18690
18691         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18692         as expired without moving it" message when there are spam
18693         messages left.
18694
18695 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18696
18697         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18698         header is not nil.
18699
18700 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18701
18702         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18703         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18704         (nntp-marks-changed-p): New arg SERVER.
18705         (nntp-request-update-info): Adjust caller.
18706
18707 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18708
18709         * nntp.el (nntp-save-marks): Pass missing arg.
18710
18711 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18712
18713         * nntp.el: Support marks.
18714         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18715         (nntp-marks-modtime, nntp-marks-directory): New variables.
18716         (nntp-request-set-mark, nntp-request-update-info)
18717         (nntp-possibly-create-directory, nntp-marks-changed-p)
18718         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18719         New functions.
18720
18721 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18722
18723         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18724         (gnus-xmas-redefine): Rename.
18725
18726         * gnus-score.el (gnus-score-insert-help):
18727         Use gnus-select-lowest-window.
18728
18729         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18730         appt-select-lowest-window and rename to gnus-select-lowest-window.
18731
18732         * gnus.el: do.
18733
18734 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18735
18736         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18737         encodings of MIME-encoded words, in order to improve
18738         interoperability with several broken MUAs.
18739
18740 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18741
18742         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18743         tags, only when charsets are not specified in headers.
18744         (mm-inline-text-html-render-with-w3m): Ditto.
18745
18746         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18747         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18748
18749 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18750
18751         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18752         instead of MIME-decoded from fields when checking
18753         `gnus-article-address-banner-alist'.
18754
18755 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18756
18757         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18758         description rather than subject.
18759
18760 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18761
18762         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18763
18764 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18765
18766         * gnus.el (gnus-version-number): Bump.
18767
18768 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18769
18770         * gnus.el: No Gnus v0.2 is released.
18771
18772 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18773
18774         * gnus-agent.el (gnus-agent-read-agentview):
18775         Inline gnus-uncompress-range.
18776
18777 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18778
18779         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18780         `exec-installed-p'.
18781
18782 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18783
18784         * gnus.el (spam-process, spam-autodetect-methods):
18785         Add bsfilter and bsfilter-headers.
18786
18787         * spam.el (spam-bsfilter): New customize group.
18788         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18789         (spam-bsfilter-header, spam-bsfilter-probability-header)
18790         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18791         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18792         (spam-bsfilter-database-directory): New options.
18793         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18794         (spam-list-of-statistical-checks, spam-registration-functions):
18795         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18796         (spam-bsfilter-score): New command.
18797         (spam-check-bsfilter-headers, spam-check-bsfilter)
18798         (spam-bsfilter-register-with-bsfilter)
18799         (spam-bsfilter-register-spam-routine)
18800         (spam-bsfilter-unregister-spam-routine)
18801         (spam-bsfilter-register-ham-routine)
18802         (spam-bsfilter-unregister-ham-routine): New functions.
18803         (spam-generic-score): Support bsfilter; Accept an optional argument
18804         to recalcurate spam score even if scoring header has already been
18805         added.
18806         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18807         optional argument to recalcurate spam score even if scoring header
18808         has already been added.
18809
18810 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18811
18812         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18813         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18814         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18815         link is missing.
18816
18817 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18818
18819         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18820         (html2text-get-attr): Rewrite.
18821
18822         * message.el (message-setup-1): Remove redundant put-text-property
18823         on mail-header-separator.
18824
18825 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18826
18827         * gnus-registry.el (gnus-registry-cache-whitespace)
18828         (gnus-registry-action, gnus-registry-spool-action)
18829         (gnus-registry-split-fancy-with-parent): Change message levels
18830         from 5 to 3 or 7, as needed.
18831
18832         * spam.el (spam-summary-prepare-exit)
18833         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18834         (spam-split, spam-find-spam, spam-log-undo-registration)
18835         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18836         level from 5 to 6.
18837
18838 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18841         2004-03-04 change).
18842
18843 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18844
18845         * sieve-manage.el (sieve-manage-open):
18846         * nnweb.el (nnweb-insert-html):
18847         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18848         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18849         * nnspool.el (nnspool-request-group):
18850         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18851         * nnml.el (nnml-request-update-info):
18852         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18853         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18854         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18855         (nnimap-request-set-mark):
18856         * nnfolder.el (nnfolder-request-update-info):
18857         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18858         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18859         * gnus-uu.el (gnus-uu-find-articles-matching):
18860         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18861         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18862         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18863         * gnus-nocem.el (gnus-nocem-scan-groups):
18864         * gnus-int.el (gnus-start-news-server):
18865         * gnus-group.el (gnus-group-make-kiboze-group)
18866         (gnus-group-browse-foreign-server):
18867         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18868         Use mapc when appropriate.
18869
18870 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18871
18872         FIXME: Make separate entries for each person.
18873
18874         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18875         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18876         <shields@msrl.com>:
18877
18878         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18879         may need for spam sorting and scoring.
18880         (spam-user-format-function-S): Add user format function suitable for
18881         general use.
18882         (spam-article-sort-by-spam-status): Add sorting function for summary
18883         sorting.
18884         (spam-extra-header-to-number): Add function to get a score from a
18885         header.
18886         (spam-summary-score): Add function to get a numeric score from the
18887         headers.
18888         (spam-generic-score): Fix function doc, was in wrong place.
18889         (spam-initialize): Take symbols when it's run, and install the
18890         extra headers that spam-necessary-extra-headers thinks we need.
18891
18892 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18893
18894         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18895         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18896
18897 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18898
18899         * gnus-sum.el (gnus-set-global-variables)
18900         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18901         (gnus-article-get-xrefs, gnus-summary-best-group)
18902         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18903         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18904         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18905         Use with-current-buffer.
18906
18907 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18908
18909         * spam.el (spam-summary-prepare-exit): Simplify logic.
18910         (spam-fetch-article-header): Read the article header if it's not
18911         available.
18912         (spam-list-articles): Simplify logic.
18913         (spam-filelist-register-routine): Fix bug with unregister-list.
18914
18915         * gnus-registry.el: Fix comments at beginning.
18916
18917 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18918
18919         * message.el (message-cater-to-broken-inn): Remove.
18920         (message-shorten-references): Make sure the total folded length of
18921         References is shorter than 998 characters to cater to a bug in INN
18922         2.3.  Also, don't pretend that references aren't folded -- this
18923         hasn't worked for a while.
18924
18925 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18926
18927         * gnus-agent.el (gnus-agentize):
18928         gnus-agent-send-mail-real-function no longer set to current value
18929         of message-send-mail-function but rather a lambda that calls
18930         message-send-mail-function.  The change makes the agent real-time
18931         responsive to user changes to message-send-mail-function.
18932
18933 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18934
18935         * legacy-gnus-agent.el
18936         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18937         help from Florian Weimer <fw@deneb.enyo.de>
18938
18939 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * nnmail.el (nnmail-cache-insert): Revert last change.
18942
18943 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * nnmail.el (nnmail-cache-insert): Always check whether
18946         nnmail-cache-ignore-groups matches a group name.
18947
18948 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18949
18950         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18951         (spam-find-spam, spam-log-processing-to-registry)
18952         (spam-log-registered-p, spam-log-unregistration-needed-p)
18953         (spam-log-undo-registration): Use gnus-message instead of
18954         gnus-error, none of these errors are fatal.
18955
18956         * gnus-registry.el (gnus-registry-clean-empty-function)
18957         (gnus-registry-clean-empty): Remove only empty entries without
18958         extra data.
18959
18960 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18961
18962         * spam-stat.el (spam-stat-buffer-change-to-spam)
18963         (spam-stat-buffer-change-to-non-spam): Change (error) to
18964         (gnus-message 8) invocation.
18965
18966 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * nntp.el (nntp-via-netcat-command): New variable.
18969         (nntp-via-netcat-switches): New variable.
18970         (nntp-open-via-rlogin-and-netcat): New function.
18971         (nntp-open-connection-function): Doc fix.
18972         (nntp-telnet-command): Doc fix.
18973         (nntp-end-of-line): Doc fix.
18974         (nntp-via-rlogin-command): Doc fix.
18975         (nntp-via-user-name): Doc fix.
18976         (nntp-via-address): Doc fix.
18977
18978 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18979
18980         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18981         error in Emacs 21.1.
18982
18983 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18986
18987 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18988
18989         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18990         (gnus-agent-with-refreshed-group): New macro.
18991         (gnus-agent-rename-group): New function.
18992         (gnus-agent-delete-group): New function.
18993         (gnus-agent-save-group-info): Use gnus-command-method when
18994         `method' parameter is nil.  Don't write nil entries into the
18995         active file.
18996         (gnus-agent-get-group-info): New function.
18997         (gnus-agent-fetch-articles):
18998         Use gnus-agent-update-files-total-fetched-for to increment disk space
18999         used.
19000         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19001         Use gnus-agent-update-view-total-fetched-for to increment disk space
19002         used.
19003         (gnus-agent-get-local): Add optional parameters to avoid calling
19004         gnus-group-real-name and gnus-find-method-for-group.
19005         (gnus-agent-set-local): Delete stored entry if either min, or max,
19006         are nil.
19007         (gnus-agent-fetch-session): Reworded error/quit messages.
19008         On quit, use gnus-agent-regenerate-group to record existance of any
19009         articles fetched to disk before the quit occurred.
19010         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19011         gnus-agent-update-view-total-fetched-for, and
19012         gnus-agent-update-files-total-fetched-for to decrement disk space
19013         used.
19014         (gnus-agent-retrieve-headers):
19015         Use gnus-agent-update-view-total-fetched-for to increment disk space
19016         used.
19017         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19018         with gnus-agent-update-files-total-fetched-for to decrement disk
19019         space and fresh group buffer.
19020         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19021         (gnus-agent-need-update-total-fetched-for): New variable.
19022         (gnus-agent-update-files-total-fetched-for): New function.
19023         (gnus-agent-update-view-total-fetched-for): New function.
19024         (gnus-agent-total-fetched-for): New function.
19025
19026         * gnus-cache.el (gnus-cache-save-buffers):
19027         Use gnus-cache-update-overview-total-fetched-for to change disk space
19028         used by this group.
19029         (gnus-cache-possibly-enter-article):
19030         Use gnus-cache-update-file-total-fetched-for to increment disk space
19031         used by this group.
19032         (gnus-cache-possibly-remove-article):
19033         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19034         used by this group.
19035         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19036         (gnus-cache-rename-group): New function.
19037         (gnus-cache-delete-group): New function.
19038         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19039         (gnus-cache-need-update-total-fetched-for): New variable.
19040         (gnus-cache-with-refreshed-group): New macro.
19041         (gnus-cache-update-file-total-fetched-for): New function.
19042         (gnus-cache-update-overview-total-fetched-for): New function.
19043         (gnus-cache-rename-group-total-fetched-for): New function.
19044         (gnus-cache-delete-group-total-fetched-for): New function.
19045         (gnus-cache-total-fetched-for): New function.
19046
19047         * gnus-group.el: Require gnus-sum and autoload functions to
19048         resolve warnings when gnus-group.el compiled alone.
19049         (gnus-group-line-format): Documented new %F.
19050         (size of Fetched data) group line format; identifies disk space
19051         used by agent and cache.
19052         (gnus-group-line-format-alist): Defined new F format.
19053         (gnus-total-fetched-for): New function.
19054         (gnus-group-delete-group): No longer update
19055         gnus-cache-active-altered as gnus-request-delete-group now keeps
19056         the cache in sync.
19057         (gnus-group-list-active): Let the agent store a server's active
19058         list if currently plugged.
19059
19060         * gnus-int.el (gnus-request-delete-group):
19061         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19062         local disk in sync with the server.
19063         (gnus-request-rename-group):
19064         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19065         local disk in sync with the server.
19066
19067         * gnus-start.el (gnus-get-unread-articles):
19068         Cosmetic simplification to logic.
19069
19070         * gnus-util.el (gnus-rename-file): New function.
19071
19072 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19073
19074         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19075
19076 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19077
19078         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19079         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19080
19081 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19082
19083         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19084         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19085
19086 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19087
19088         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19089
19090 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19091
19092         * spam.el (spam-set-difference): Add function to replace
19093         gnus-set-difference in spam.el.
19094         (spam-summary-prepare-exit): Use spam-set-difference.
19095
19096 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19097
19098         * gnus-registry.el (gnus-registry-cache-file): Update to use
19099         gnus-dribble-directory OR gnus-home-directory OR ~.
19100         (gnus-registry-split-fancy-with-parent): Fix doc.
19101
19102 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * message.el (message-exchange-point-and-mark):
19105         Use message-mark-active-p.  Suggested by Jesper Harder
19106         <harder@ifa.au.dk>.
19107
19108 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * message.el (message-exchange-point-and-mark): Don't activate
19111         region if it was inactive.  Suggested by Hiroshi Fujishima
19112         <pooh@nature.tsukuba.ac.jp>.
19113
19114 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * gnus-art.el (article-display-face): Display Faces in the same
19117         order as X-Faces.
19118
19119 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19122
19123 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19126         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19127         (gnus-article-mime-hierarchy): Remove.
19128         (gnus-article-mime-hierarchy-next): Remove.
19129         (gnus-article-mode): Revert 2004-03-19 change.
19130         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19131         (gnus-insert-mime-button): Revert 2004-03-19 change.
19132         (gnus-mime-accumulate-hierarchy): Remove.
19133         (gnus-mime-enter-multipart): Remove.
19134         (gnus-mime-leave-multipart): Remove.
19135         (gnus-mime-display-part): Revert 2004-03-19 change.
19136         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19137
19138         * mml.el (mml-preview): Revert 2004-03-19 change.
19139
19140 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19141
19142         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19143
19144 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19147         t while entering a file name using the mm-with-multibyte macro.
19148         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19149
19150         * mm-util.el (mm-with-multibyte): New macro.
19151
19152 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19155         New user option.
19156         (gnus-mime-multipart-functions): Doc and customization fix.
19157         (gnus-article-mime-hierarchy): New variable.
19158         (gnus-article-mime-hierarchy-next): New variable.
19159         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19160         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19161         gnus-article-mime-hierarchy-next to nil.
19162         (gnus-insert-mime-button): Show hierarchy numbers.
19163         (gnus-mime-accumulate-hierarchy): New function.
19164         (gnus-mime-enter-multipart): New function.
19165         (gnus-mime-leave-multipart): New function.
19166         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19167         (gnus-mime-display-alternative): Show hierarchy numbers.
19168
19169         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19170         gnus-article-mime-hierarchy-next to nil.
19171
19172 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19173
19174         * dns.el: Don't require gnus-xmas.
19175
19176 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19177
19178         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19179         inline PGP.
19180         (mml-menu): Disable mml-quote-region if mark is inactive.
19181
19182 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19185         when the group's active is not available.
19186
19187 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19188
19189         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19190         error.
19191
19192 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19193
19194         * imap.el (imap-store-password): New variable.
19195         (imap-interactive-login): Use it.
19196         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19197
19198 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19201         window-start and hscroll to summary window.
19202
19203 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19204
19205         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19206         conversion message to newsrc-dribble when an actual conversion is
19207         performed.
19208
19209 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19210
19211         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19212
19213 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * mm-decode.el (mm-complicated-handles): New function reviving
19216         former definition of mm-multiple-handles.
19217
19218         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19219         (gnus-mime-delete-part): Use it.
19220
19221 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19222
19223         * gnus-agent.el (gnus-agent-read-local):
19224         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19225         avoid the implicit assumption that they will always be equal.
19226         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19227         coding-system-for-write, as the with-temp-file macro first prints
19228         to a buffer then saves the buffer.
19229
19230 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * gnus-art.el (gnus-article-edit-part): New function.
19233         (gnus-mime-save-part-and-strip): Use it; do query instead of
19234         signaling an error; don't use mm-multiple-handles.
19235         (gnus-mime-delete-part): Ditto.
19236
19237 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19238
19239         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19240         old file versions.
19241         (gnus-group-prepare-hook): Remove function that converted list
19242         form of gnus-agent-expire-days to group properties.
19243
19244         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19245         (gnus-request-accept-article): Re-indented.
19246
19247         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19248         converters to handle old agent file formats.  Add logic for a
19249         "backup before upgrading warning".
19250         (gnus-convert-mark-converter-prompt): Developers can mark
19251         functions as needing (default), or not needing,
19252         gnus-convert-old-newsrc's "backup before upgrading warning".
19253         (gnus-convert-converter-needs-prompt): Tests whether the user
19254         should be protected from potentially irreversable changes by the
19255         function.
19256
19257         * legacy-gnus-agent.el: New.  Provides converters that are only
19258         loaded when gnus-convert-old-newsrc needs to call them.
19259
19260 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19261
19262         * mail-source.el (mail-source-touch-pop): Doc fix.
19263
19264         * message.el (message-smtpmail-send-it): Doc fix.
19265
19266 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19267
19268         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19269
19270         * nnmail.el (nnmail-split-fancy): do.
19271
19272         * gnus-kill.el (gnus-kill, gnus-execute): do.
19273
19274 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19275
19276         * gnus-sum.el (gnus-widget-reversible-match)
19277         (gnus-widget-reversible-to-internal)
19278         (gnus-widget-reversible-to-external): New functions.
19279         (gnus-widget-reversible): New widget.
19280         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19281
19282 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19283
19284         * gnus-sum.el (gnus-thread-sort-functions)
19285         (gnus-article-sort-functions): Document `(not F)' items.
19286
19287 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19288
19289         * spam.el (spam-use-gmane-xref): Add new backend.
19290         (spam-gmane-xref-spam-group): Add variable to control the name of the
19291         Gmane spam group.
19292         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19293         (spam-regex-headers-spam, spam-regex-headers-ham)
19294         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19295         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19296         backends and checks.
19297         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19298
19299         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19300         an autodetect method.
19301
19302 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19303
19304         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19305         articles are being added to a group.
19306         (gnus-request-replace-article): Inform the agent that articles
19307         need to be uncached as the cached contents are no longer valid.
19308
19309 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * binhex.el: Don't autoload executable-find.
19312
19313         * canlock.el: Don't autoload mail-fetch-field.
19314
19315         * dgnushack.el: Autoload c-mode for XEmacs.
19316
19317         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19318
19319         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19320         rmail-dont-reply-to and rmail-output.
19321
19322         * gnus-score.el: Don't autoload ffap-string-at-point.
19323
19324         * gnus-setup.el: Don't autoload sc-cite-original.
19325
19326         * imap.el: Don't autoload base64-decode-string,
19327         base64-encode-string and md5.
19328
19329         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19330         and rmail-msg-restore-non-pruned-header.
19331
19332         * mm-decode.el: Don't autoload executable-find.
19333
19334         * mm-url.el: Don't autoload executable-find.
19335
19336         * mm-view.el: Don't autoload diff-mode.
19337
19338         * nndb.el: Don't autoload news-reply-mode, news-setup,
19339         cancel-timer and telnet.
19340
19341         * password.el: Don't autoload run-at-time for Emacs.
19342
19343         * sha1-el.el: Don't autoload executable-find.
19344
19345         * sieve-mode.el: Don't autoload c-mode.
19346
19347         * uudecode.el: Don't autoload executable-find.
19348
19349 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19350
19351         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19352         (gnus-agent-possibly-alter-active): Avoid null in numeric
19353         comparison.
19354         (gnus-agent-set-local): Refuse to save null in local object table.
19355         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19356         list of articles that will be marked as unread.
19357
19358 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19361
19362 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19363
19364         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19365         language tags.
19366
19367 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19368
19369         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19370         Don't bind "obarray".
19371
19372         * gnus-sum.el (gnus-thread-sort-functions):
19373         Add `gnus-thread-sort-by-most-recent-number' and
19374         `gnus-thread-sort-by-most-recent-date'.
19375         Reported by Kai Grossjohann <kai@emptydomain.de>.
19376
19377 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19380
19381 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19382
19383         * gnus-cus.el (gnus-agent-customize-category):
19384         Remove ignore-errors macro reference that required cl to be loaded at
19385         run-time.
19386
19387         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19388         single-interval range of the form (min . max).  Previously the
19389         range had to look like ((min . max)).  Likewise, return
19390         (min . max) rather than ((min . max)).
19391         (gnus-range-map): Use gnus-range-normalize to accept
19392         single-interval range.
19393
19394         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19395         the cache, but not the agent, now appear with their usual face.
19396
19397         * dgnushack.el (loaddir): New variable that is bound to the
19398         directory containing the dgnushack.el file. Use loaddir, rather
19399         than srcdir, to update load-path. Change lets dgnushack compile
19400         code in directories other than GNUS/lisp.
19401
19402 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * lpath.el: Don't bind w3m-safe-url-regexp.
19405
19406         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19407         w3m-safe-url-regexp variable buffer-local.
19408
19409         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19410
19411 2004-02-27  Simon Josefsson  <jas@extundo.com>
19412
19413         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19414         gnus-group-real-prefix.
19415         (gnus-summary-move-article): Use it, instead of
19416         gnus-group-real-prefix.
19417
19418 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19419
19420         * lpath.el: Bind w3m-safe-url-regexp.
19421
19422         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19423         w3m-safe-url-regexp variable buffer-local and set it as the value
19424         of mm-w3m-safe-url-regexp.
19425
19426         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19427
19428         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19429         parsing gnus-posting-styles when the message is not for replying.
19430
19431         * dgnushack.el: Autoload sgml-mode for XEmacs.
19432
19433         * nnrss.el (nnrss-opml-export):
19434         Use mm-set-buffer-file-coding-system instead of
19435         set-buffer-file-coding-system.
19436
19437 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19438
19439         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19440         of checkdoc.el).
19441         * nnrss.el: do.
19442         * gnus-mlspl.el: do.
19443         * gnus-ml.el: do.
19444         * gnus-srvr.el: do.
19445
19446         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19447
19448 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19449
19450         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19451         Corrections to custom-manual links.
19452
19453         * gnus-art.el (gnus-article): Ditto.
19454
19455         * mm-decode.el (mime-display, mime-security): Ditto.
19456
19457 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19458
19459         * flow-fill.el: Typo.
19460
19461 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19462
19463         * spam-wash.el: New file.
19464
19465 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19466
19467         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19468
19469 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19470
19471         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19472         to be run with new-articles as LIST1, not LIST2.
19473         (spam-registration-functions): Add spam-use-ham-copy as a nil
19474         registration backend.
19475
19476 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19477
19478         * spam-stat.el (spam-stat-washing-hook): New option.
19479         (spam-stat-buffer-words): Use it.
19480         (spam-stat-process-directory, spam-stat-test-directory):
19481         Use insert-file-contents-literally.
19482         (spam-stat-coding-system): New variable.
19483         (spam-stat-load, spam-stat-save): Use it.
19484
19485 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * spam-report.el (spam-report-plug-agent):
19488         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19489
19490 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19491
19492         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19493         Allow / in mailto URLs.
19494
19495 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19496
19497         * spam-report.el (spam-report-process-queue): Fix interactive use.
19498         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19499         (spam-report-unplug-agent): Doc fixes.
19500         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19501         (spam-report-agentize, spam-report-deagentize): Autoload.
19502
19503 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19506
19507         * message.el (message-setup-fill-variables): Add mml tags to
19508         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19509         <ajk@iu.edu>.
19510         (message-mode): Don't modify paragraph-separate there.
19511
19512 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19513
19514         * compface.el (uncompface-use-external): Default to undecided.
19515         (uncompface-use-external-threshold): New variable.
19516         (uncompface-float-time): New macro.
19517         (uncompface): Determine whether to use the external decoder if
19518         uncompface-use-external is undecided.
19519
19520 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19521
19522         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19523         after images.
19524
19525         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19526
19527 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19528
19529         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19530
19531         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19532
19533         * gnus-sum.el (gnus-summary-limit-to-age)
19534         (gnus-summary-limit-children): do.
19535
19536         * gnus-int.el (gnus-request-scan): do.
19537
19538         * gnus-group.el (gnus-group-suspend): do.
19539
19540         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19541
19542         * gnus-cite.el (gnus-cite-parse-attributions): do.
19543
19544         * gnus-agent.el (gnus-summary-set-agent-mark)
19545         (gnus-agent-regenerate-group): do.
19546
19547         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19548
19549         * binhex.el (binhex-decode-region-internal): do.
19550
19551 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * gnus-fun.el (gnus-face-properties-alist): New user option.
19554         (gnus-display-x-face-in-from): Use it.
19555
19556         * gnus-art.el (article-display-face): Ditto.
19557
19558         * compface.el (uncompface-use-external): Default to nil.
19559
19560 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19561
19562         * nntp.el (nntp-erase-buffer): New function.
19563         (nntp-retrieve-data, nntp-send-command)
19564         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19565         (nntp-possibly-change-group): Use it.
19566
19567         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19568         Use with-current-buffer.
19569
19570 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19571
19572         * compface.el: Merge the ELisp-based uncompface program.
19573         (compface): New customization group.
19574         (uncompface-use-external): New user option.
19575         (uncompface): Call uncompface-internal if uncompface-use-external
19576         is nil.
19577         (uncompface-internal): New function.  Note that there are also
19578         some other functions and variables added for this function.
19579
19580 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19581
19582         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19583         if necessary.
19584
19585 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19586
19587         * spam-report.el (spam-report-unplug-agent)
19588         (spam-report-plug-agent, spam-report-deagentize)
19589         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19590         Add support for the Agent in spam-report: when unplugged, report to a
19591         file; when plugged, submit all the requests.
19592
19593         * spam.el (spam-register-routine): Fix message about
19594         registration.
19595
19596 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19597
19598         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19599         dependencies.
19600         (rfc2047-encode): Use it.
19601
19602         * gnus-art.el (gnus-button-marker-list): Move before first
19603         reference.
19604
19605         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19606         (imap-parse-body): Fix format string mismatch.
19607
19608         * gnus-score.el (gnus-summary-increase-score): do.
19609
19610         * nnrss.el (nnrss-close): New function.
19611
19612 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19613
19614         * nnrss.el (nnrss-make-filename): New function.
19615         (nnrss-request-delete-group, nnrss-read-server-data)
19616         (nnrss-save-server-data, nnrss-read-group-data)
19617         (nnrss-save-group-data): Use it.
19618         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19619         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19620         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19621
19622 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19623
19624         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19625
19626 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19627
19628         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19629         files.
19630
19631         * message.el (message-generate-headers-first): Don't quote nil
19632         and t in docstrings.
19633
19634         * imap.el (imap-id): do.
19635
19636         * gnus-agent.el (gnus-agent-consider-all-articles)
19637         (gnus-agent-queue-mail): do.
19638
19639 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19640
19641         * spam-report.el (spam-report-process-queue): New function.
19642         Process requests from `spam-report-requests-file'.
19643         (spam-report-process-queue): Doc fix.
19644
19645 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19646
19647         * spam.el (spam-register-routine)
19648         (spam-log-processing-to-registry, spam-log-registered-p)
19649         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19650         Change "check" to "spam-check" for semi-clarity.
19651
19652 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19653
19654         * pop3.el: Require nnheader.
19655
19656         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19657
19658         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19659
19660         * gnus-picon.el: Require cl.
19661
19662         * gnus-fun.el: Require gnus-ems and gnus-util.
19663
19664         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19665
19666         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19667
19668         * gnus-art.el (gnus-article-edit-mode): Define before first
19669         reference.
19670
19671 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19672
19673         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19674         (gnus-uu-post-encoded): Use point-at-bol.
19675
19676         * gnus-topic.el (gnus-group-active-topic-p): do.
19677
19678         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19679
19680         * gnus-group.el (gnus-group-kill-region): do.
19681
19682         * gnus-art.el (article-date-ut): do.
19683
19684         * message.el (message-fetch-field): Remove redundant
19685         case-fold-search binding.
19686         (message-narrow-to-field): Simplify.
19687
19688 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19689
19690         * spam.el (spam-directory): Derive from `gnus-directory'.
19691
19692         * spam-report.el (spam-report-url-to-file)
19693         (spam-report-requests-file): New function and variable for offline
19694         reporting.
19695         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19696         and user defined function.
19697         (spam-report-url-ping-mm-url): Remove doubled slash.
19698
19699 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19700
19701         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19702
19703 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19704
19705         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19706         Fix format string mismatch.
19707
19708         * sieve.el (sieve-deactivate-all): do.
19709
19710         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19711
19712         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19713
19714         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19715
19716         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19717
19718 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19719
19720         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19721         the list of checks.
19722
19723 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19724
19725         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19726         padding.
19727
19728 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19729
19730         * mm-view.el (mm-fill-flowed): New variable.
19731         (mm-inline-text): Use it.
19732
19733 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19734
19735         * spam.el (spam-spamassassin-register-ham-routine)
19736         (spam-spamassassin-register-spam-routine): Fix function names.
19737
19738 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19739
19740         * gnus.el (gnus-tmp-grouplens): Remove.
19741         (gnus-summary-line-format): Remove grouplens.
19742
19743         * gnus-group.el (gnus-group-line-format): Ditto.
19744
19745         * gnus-spec.el (gnus-format-specs): Ditto.
19746         (gnus-update-format-specifications): Flush the group format spec
19747         cache if there's the grouplens stuff.
19748         (gnus-parse-simple-format): Replace %l with the empty string.
19749
19750 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19751
19752         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19753         omission.
19754
19755 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19756
19757         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19758         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19759
19760 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19761
19762         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19763         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19764         New macros and functions.
19765         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19766         Handle > NLINK_MAX messages.
19767         * nnmaildir.el (nnmaildir-request-set-mark):
19768         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19769
19770 2004-01-25  Alex Schroeder  <alex@gnu.org>
19771
19772         * spam-stat.el (spam-stat-process-directory-age): New option.
19773         (spam-stat-process-directory): Use it.
19774
19775 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19776
19777         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19778         (spam-stat-save): Accept prefix argument.
19779
19780 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19781
19782         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19783         links" error.
19784
19785 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19786
19787         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19788         the rest of the and/or forms.
19789
19790 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19791
19792         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19793         compatibility with old .newsrc.eld files.
19794
19795         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19796
19797         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19798
19799         * gnus-start.el (gnus-1): do.
19800
19801         * gnus-group.el (gnus-group-line-format-alist): do.
19802
19803         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19804
19805         * gnus-gl.el: Remove.
19806
19807 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19808
19809         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19810         marks consisting of a single range {for example, (3 . 5)} rather
19811         than a list of a single range { ((3 . 5)) }.
19812
19813 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19814
19815         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19816         Use with-current-buffer.
19817         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19818         avoid consing a string.
19819
19820         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19821         Remove obsolete entries for big5 and gb2312.
19822
19823 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19824
19825         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19826         uncompressed list.
19827
19828 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * spam-stat.el (spam-stat-strip-xref): New function.
19831         (spam-stat-process-directory): Use it.
19832
19833         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19834         here -- it's done in message-fetch-field.
19835
19836 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19837
19838         * gnus-agent.el (gnus-agent-queue-mail)
19839         (gnus-agent-prompt-send-queue): New variables.
19840         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19841         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19842         "nndraft:queue" along to gnus-draft-send.
19843         Use gnus-agent-prompt-send-queue.
19844         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19845         is "nndraft:queue".  Suggested by Gaute Strokkenes
19846         <gs234@srcf.ucam.org>
19847
19848         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19849         (agent-enable-undownloaded-faces): Add.
19850         (gnus-agent-cat-groups): Use eval-and-compile, not
19851         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19852         method of gnus-agent-cat-groups even when the buffer has been
19853         evaled.
19854         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19855         delete gnus-agent-save-active-1.
19856         (gnus-agent-save-groups): Delete.  Identical to
19857         gnus-agent-save-active.
19858         (gnus-agent-write-active): No longer adjust agent's copy of active
19859         file as agent's adjustments are now stored in their own
19860         file.  Remove optional parameter.
19861         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19862         servers.  Add use of min/max range limits from server's local
19863         file.
19864         (gnus-agent-save-alist): Remove unused optional argument.
19865         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19866         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19867         (gnus-agent-set-local): A per-server file that keeps min/max range
19868         limits for articles known to the agent.  Provides a fast mechanism
19869         for altering many active ranges.
19870         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19871         active file (local makes it unnecessary).
19872         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19873
19874         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19875         (agent-enable-undownloaded-faces): Add.
19876
19877         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19878         disable it when sending to "nndraft:queue".
19879         (gnus-group-send-queue): Add safety check to avoid sending queue
19880         when unplugged.
19881
19882         * gnus-group.el (gnus-group-catchup): Use new
19883         gnus-sequence-of-unread-articles, not
19884         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19885         numbers of articles.  Use gnus-range-map to avoid having to
19886         uncompress the unread list.
19887         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19888         Fix invalid ange-ftp reference.
19889
19890         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19891         (gnus-sorted-range-intersection): Intersection of two ranges
19892         without requiring that they first be uncompressed.
19893
19894         * gnus-start.el (gnus-activate-group): Unless blocked by the
19895         caller, possibly expand the active range to include both cached
19896         and agentized articles.
19897         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19898         multiple version-dependent converters.
19899         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19900         gnus-agent-save-active.
19901         (gnus-save-newsrc-file): Save dirty agent range limits.
19902
19903         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19904         gnus-agent-possibly-alter-active.
19905         (gnus-adjust-marked-articles): Faster handling of simple lists.
19906
19907 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19908
19909         * spam-stat.el (spam-stat-test-directory): New optional argument
19910         displays a list of files detected.  Suggested by Andrew Cohen
19911         <cohen@andy.bu.edu>.
19912         (spam-stat-buffer-words-with-scores): Don't narrow and change
19913         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19914
19915 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19916
19917         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19918         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19919         (spam-spamassassin-arguments)
19920         (spam-spamassassin-spam-flag-header)
19921         (spam-spamassassin-positive-spam-flag-header)
19922         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19923         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19924         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19925         (spam-list-of-processors, spam-list-of-checks)
19926         (spam-list-of-statistical-checks, spam-registration-functions)
19927         (spam-check-spamassassin-headers, spam-check-spamassassin)
19928         (spam-spamassassin-score)
19929         (spam-spamassassin-register-with-sa-learn)
19930         (spam-spamassassin-register-spam-routine)
19931         (spam-spamassassin-register-ham-routine)
19932         (spam-assassin-register-spam-routine)
19933         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19934         (spam-bogofilter-score): Fix to show article before scoring.
19935
19936 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19937
19938         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19939         default scoring function.
19940         (spam-generic-score): Call spam-spamassassin-score if
19941         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19942         spam-bogofilter-score otherwise.
19943
19944         * gnus.el (spam-process, spam-autodetect-methods):
19945         Add spamassassin and spamassassin-headers.
19946
19947 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19948
19949         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19950         Suppress unnecessary messages.
19951
19952 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19953
19954         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19955         make-hash-table.
19956
19957 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19958
19959         * canlock.el (base64-encode-string): Don't autoload it.
19960
19961 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19962
19963         * run-at-time.el: Remove useless (require 'itimer),
19964         eval-and-compile and (featurep 'xemacs).
19965
19966 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19967
19968         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19969         GROUP is a virtual group.
19970
19971 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19972
19973         * gnus.el: Autoload `message-y-or-n-p'.
19974
19975 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19976
19977         * pgg-parse.el: Remove unnecessary (require 'custom).
19978
19979         * pgg-def.el: do.
19980
19981         * nnmail.el: do.
19982
19983         * gnus-undo.el: do.
19984
19985         * gnus-picon.el: do.
19986
19987         * gnus-util.el: do.
19988
19989 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19990
19991         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19992
19993 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19996         handle, as well as a list.
19997
19998         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19999         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20000         (mm-w3m-cid-retrieve): Simplify.
20001
20002 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20003
20004         * message.el (message-kill-to-signature): Allow prefix arg to
20005         specify number of lines to keep before signature.
20006
20007 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20008
20009         * message.el (message-kill-to-signature): Change docstring.
20010
20011 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20012
20013         * canlock.el: Always require sha1-el.
20014         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20015
20016         * message.el: Autoload sha1 only when compiling.
20017
20018         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20019         eudc-expand-inline for XEmacs.
20020
20021 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20022
20023         * message.el (message-canlock-generate): Require sha1-el.
20024
20025 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20026
20027         * message.el (message-expand-name): Silence the byte compiler.
20028
20029         * lpath.el: Add detect-coding-system.
20030
20031         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20032         cus-edit.
20033
20034 2004-01-13  Simon Josefsson  <jas@extundo.com>
20035
20036         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20037         Invoke gnus-score-mode.
20038         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20039
20040         * gnus-range.el (gnus-compress-sequence): Doc fix.
20041         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20042
20043 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20044
20045         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20046
20047 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20048
20049         * spam.el (spam-get-article-as-string): Update to use
20050         gnus-request-article-this-buffer, much simpler.
20051         (spam-get-article-as-buffer): Remove.
20052
20053 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20054
20055         * message.el (message-expand-name): Use EUDC if the user uses that.
20056
20057 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20058
20059         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20060         character for the encoding to avoid consing a string.
20061
20062         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20063         unnecessarily.
20064
20065         * mm-util.el (mm-replace-chars-in-string): Remove.
20066
20067         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20068         of mm-replace-chars-in-string.
20069
20070 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20071
20072         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20073
20074         * mm-util.el (mm-subst-char-in-string): Support inplace.
20075
20076         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20077         a new string in every iteration.  Use shy groups.
20078
20079 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20080
20081         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20082         * gnus-soup.el (gnus-soup-group-brew):
20083         * gnus-msg.el (gnus-put-message):
20084         * gnus-move.el (gnus-group-move-group-to-server):
20085         * gnus-kill.el (gnus-batch-score):
20086         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20087         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20088         (gnus-group-update-group, gnus-group-read-group)
20089         (gnus-group-make-group, gnus-group-make-help-group)
20090         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20091         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20092         (gnus-group-sort-by-unread, gnus-group-catchup)
20093         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20094         (gnus-group-yank-group, gnus-group-set-info)
20095         (gnus-group-list-groups):
20096         * gnus.el (gnus-generate-new-group-name):
20097         * gnus-delay.el (gnus-delay-send-queue):
20098         * nnvirtual.el (nnvirtual-catchup-group):
20099         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20100         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20101         (gnus-group-prepare-topics, gnus-topic-check-topology):
20102         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20103         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20104         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20105         (gnus-group-make-articles-read):
20106         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20107         (gnus-group-change-level, gnus-kill-newsgroup)
20108         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20109         (gnus-get-unread-articles, gnus-make-articles-unread)
20110         (gnus-make-ascending-articles-unread): Use accessor
20111         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20112         to get group information for improved readability.
20113
20114
20115 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20116
20117         * gnus-art.el (article-decode-mime-words, article-babel)
20118         (gnus-article-highlight-signature, gnus-article-add-buttons)
20119         (gnus-signature-toggle): Use gnus-with-article-buffer.
20120
20121         * gnus-art.el (gnus-article-highlight-headers)
20122         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20123
20124         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20125         (gnus-article-set-globals, gnus-request-article-this-buffer)
20126         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20127         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20128         (gnus-mime-display-alternative): Use with-current-buffer.
20129
20130 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20131
20132         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20133         also under 80 char limit, and call gnus-error if needed.
20134         (spam-fetch-article-header): Fix - it was a
20135         buffer-local variable (gnus-newsgroup-data).
20136         (spam-find-spam): Use spam-generate-fake-headers, forget about
20137         spam-insert-fake-headers.
20138         (spam-insert-fake-headers): Remove.
20139
20140 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20141
20142         * deuglify.el (gnus-article-outlook-unwrap-lines)
20143         (gnus-outlook-rearrange-article)
20144         (gnus-outlook-repair-attribution-outlook)
20145         (gnus-outlook-repair-attribution-block)
20146         (gnus-outlook-repair-attribution-other): Remove redundant
20147         save-excursion.
20148
20149 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20150
20151         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20152         (spam-fetch-field-subject-fast)
20153         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20154         (spam-fetch-article-header): Add functions to deal with Gnus
20155         internals for fast retrieval of article header data.
20156         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20157
20158 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20159
20160         * pop3.el (pop3-md5): Remove.
20161         (pop3-apop): Replace pop3-md5 with md5.
20162
20163         * mm-bodies.el: base64 is always built-in.
20164
20165         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20166         Use with-current-buffer.
20167
20168 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20169
20170         * canlock.el (canlock-insert-header): Remove excessive grouping in
20171         regexp.
20172
20173         * gnus-sum.el (gnus-summary-read-document): Ditto.
20174
20175         * gnus-uu.el (gnus-uu-part-number): Ditto.
20176
20177         * html2text.el (html2text-remove-tags): Ditto.
20178         (html2text-format-tags): Ditto.
20179         (html2text-format-single-elements): Ditto.
20180
20181         * mml.el (mml-parse-1): Ditto.
20182
20183 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20184
20185         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20186
20187         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20188
20189         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20190
20191         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20192
20193 2003-11-15  Simon Josefsson  <jas@extundo.com>
20194
20195         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20196         (pgg-gpg-lookup-key): Use regexp match instead of
20197         split-string (split-string is different between emacs 21.2 and
20198         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20199
20200 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20201
20202         * gnus-art.el (gnus-mime-view-all-parts)
20203         (gnus-article-part-wrapper, gnus-article-view-part):
20204         Use with-current-buffer.
20205
20206 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20207
20208         * spam.el (spam-disable-spam-split-during-ham-respool)
20209         (spam-spamoracle-database, spam-cache-lookups)
20210         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20211         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20212         (spam-group-ham-marks, spam-group-spam-marks)
20213         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20214         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20215         also add spam-use-blackholes to the statistical checks.
20216         (spam-fetch-field-fast): Add interface to fetching fields, may
20217         become a macro.
20218         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20219         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20220         (spam-insert-fake-headers): Fake an article when needed.
20221         (spam-find-spam): Fake article when possible.
20222         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20223         (spam-check-bogofilter-headers): Use message-fetch-field instead
20224         of nnmail-fetch-field.
20225
20226 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20229
20230 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20231
20232         * spam.el (spam-split): Do not require spam-use-CHECK to be
20233         enabled if that check is passed to spam-split explicitly; also
20234         fix so 'spam doesn't get converted to spam-split-group when
20235         spam-split-symbolic-return is t.
20236         (spam-find-spam): Find registrations of the article and use those
20237         instead of re-running spam-split to find the spam/ham
20238         classification of the article.
20239         (spam-log-processing-to-registry, spam-log-registered-p)
20240         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20241         Use gnus-error instead of gnus-message.
20242         (spam-log-registration-type): Add function to determine the
20243         classification of a message based on registry entries; will
20244         return nil if both 'spam and 'ham are found.
20245         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20246         a reasonably fast local cache without the loading errors.
20247         (spam-cache-lookups): Set to t by default.
20248         (spam-find-spam): Don't try to guess spam-cache-lookups.
20249         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20250         spam-caches entry.
20251         (spam-filelist-build-cache, spam-filelist-check-cache):
20252         Fix caching of whitelist/blacklist entries.
20253         (spam-check-whitelist, spam-check-blacklist):
20254         Invoke spam-from-listed-p with a type, not a cache variable.
20255         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20256
20257 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20258
20259         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20260
20261         * nnmail.el (nnmail-split-fancy): do.
20262
20263         * mml.el (mml-parse): do.
20264
20265         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20266         (gnus-score-adaptive): do.
20267
20268 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20269
20270         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20271         (gnus-mime-button-map): Don't set keymap parent.
20272         (gnus-button-ctan-directory-regexp): Use shy grouping.
20273         (gnus-prev-page-map): Don't set keymap parent.
20274         (gnus-prev-page-map): Remove duplicated one.
20275         (gnus-next-page-map): Don't set keymap parent.
20276         (gnus-mime-security-button-map): Ditto.
20277
20278         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20279         version number.
20280
20281         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20282
20283 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * canlock.el (canlock-sha1-function): Remove.
20286         (canlock-sha1-function-for-verify): Remove.
20287         (canlock-openssl-program): Remove.
20288         (canlock-openssl-args): Remove.
20289         (canlock-ignore-errors): Remove.
20290         (canlock-sha1-with-openssl): Remove.
20291         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20292         (canlock-verify): Don't use canlock-ignore-errors.
20293
20294         * sha1-el.el (sha1-string-external): Make it can return a string
20295         in binary form.
20296         (sha1-region-external): Ditto.
20297         (sha1-string-internal): Ditto.
20298         (sha1-region-internal): Ditto.
20299         (sha1-region): Ditto.
20300         (sha1-string): Ditto.
20301         (sha1): Ditto.
20302
20303 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20304
20305         * spam.el (spam-report-articles-gmane): New command.
20306
20307 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20308
20309         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20310
20311         * run-at-time.el (run-at-time-saved): Remove.
20312         (run-at-time): Doc fix.
20313
20314 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20315
20316         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20317         (gnus-summary-limit-map): Add it.
20318         (gnus-summary-make-menu-bar): do.
20319
20320 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20321
20322         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20323         Make attempt at some caching support (done for BBDB only now).
20324         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20325         addresses to be checked.
20326         (spam-clear-cache-BBDB): Add function, to be invoked by
20327         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20328         (spam-check-BBDB): Check and use the caches, if
20329         spam-cache-lookups is on, remove superfluous (provide).
20330
20331 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20332
20333         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20334
20335 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20336
20337         * run-at-time.el (run-at-time-saved): Move to after the definition
20338         of `run-at-time'.
20339
20340         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20341
20342 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20345         mm-w3m-local-map-property.
20346
20347         * mm-view.el (mm-w3m-mode-map): Remove.
20348         (mm-w3m-local-map-property): Remove.
20349         (mm-inline-text-html-render-with-w3m): Don't use
20350         mm-w3m-local-map-property.
20351
20352 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20353
20354         * run-at-time.el: New file.
20355
20356         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20357         under Emacs.
20358
20359         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20360         of gnus-set-text-properties.
20361
20362         * gnus-uu.el (gnus-uu-save-article): Ditto.
20363
20364         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20365
20366         * gnus-cite.el (gnus-cite-parse): Ditto.
20367
20368         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20369         of gnus-.
20370
20371         * gnus-xmas.el (run-at-time): Require run-at-time.
20372
20373         * gnus.el: Change calls to nnheader-run-at-time and
20374         password-run-at-time throughout to use run-at-time directly.
20375
20376         * password.el: Remove definition of run-at-time.
20377
20378         * nnheaderxm.el: Remove definition of run-at-time.
20379
20380 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20381
20382         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20383         in prompt.
20384
20385 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20386
20387         * messagexmas.el (message-xmas-redefine): Alias
20388         `message-make-caesar-translation-table' to
20389         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20390         version.
20391
20392         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20393         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20394         `gnus-xmas-set-text-properties'.
20395         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20396         `gnus-xmas-completing-read'.
20397         (gnus-xmas-completing-read): Removed.
20398         (gnus-xmas-open-network-stream): Removed.
20399
20400         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20401         XEmacs version.
20402
20403         * dns.el (dns-make-network-process): Use `open-network-stream'
20404         instead of `gnus-xmas-open-network-stream'.
20405
20406         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20407
20408         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20409
20410 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20411
20412         * gnus-art.el (gnus-mime-display-alternative)
20413         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20414         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20415         Don't use gnus-local-map-property.
20416
20417         * gnus-util.el (gnus-local-map-property): Remove.
20418
20419         * mm-view.el (mm-view-pkcs7-decrypt):
20420         Replace gnus-completing-read-maybe-default with completing-read.
20421
20422         * gnus-util.el (gnus-completing-read): do.
20423         (gnus-completing-read-maybe-default): Remove.
20424
20425 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20426
20427         * password.el: Only autoload `run-at-time' if not XEmacs.
20428         Only autoload the itimer functions if XEmacs.
20429
20430 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20433         XEmacsen.
20434
20435         * dgnushack.el: Autoload executable-find for XEmacs.
20436
20437 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20438
20439         * gnus-art.el (gnus-read-string): Remove.
20440         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20441         read-string.
20442
20443 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20444
20445         * netrc.el: Autoload password-read.
20446         (netrc): Add configuration group.
20447         (netrc-encoding-method, netrc-openssl-path):
20448         Add variables for encoding and decoding of files with symmetric
20449         ciphers.
20450         (netrc-encode): Add assistant function to encode a file with
20451         netrc-encoding-method.
20452         (netrc-parse): Add interactive parameter, added optional
20453         decoding if netrc-encoding-method is non-nil but otherwise
20454         behavior is standard.
20455         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20456         Do s/encode/encrypt/ everywhere.
20457
20458         * spam.el: Remove executable-find autoload.
20459
20460 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20461
20462         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20463
20464         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20465
20466 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20467
20468         * gnus-art.el (gnus-treat-ansi-sequences)
20469         (article-treat-ansi-sequences): New variable and function.
20470         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20471
20472         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20473         Use it.
20474
20475 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20476
20477         * mm-util.el (mm-quote-arg): Remove.
20478
20479         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20480         shell-quote-argument.
20481
20482         * gnus-uu.el (gnus-uu-command): do.
20483
20484         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20485
20486         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20487         with make-char.
20488
20489         * mm-util.el (mm-make-char): Remove.
20490
20491         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20492         add-minor-mode.
20493
20494         * gnus-undo.el (gnus-undo-mode): do.
20495
20496         * gnus-topic.el (gnus-topic-mode): do.
20497
20498         * gnus-sum.el (gnus-dead-summary-mode): do.
20499
20500         * gnus-start.el (gnus-slave-mode): do.
20501
20502         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20503
20504         * gnus-ml.el (gnus-mailing-list-mode): do.
20505
20506         * gnus-gl.el (gnus-grouplens-mode): do.
20507
20508         * gnus-draft.el (gnus-draft-mode): do.
20509
20510         * gnus-dired.el (gnus-dired-mode): do.
20511
20512         * gnus-ems.el (gnus-add-minor-mode): Remove.
20513
20514         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20515         Replace gnus-char-width with char-width.
20516
20517         * gnus-ems.el (gnus-char-width): Remove.
20518
20519         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20520         Replace gnus-char-width with char-width.
20521
20522         * gnus-ems.el (gnus-char-width): Remove.
20523
20524         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20525         definition.
20526         Remove Emacs 20 hash table compatibility code.
20527
20528         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20529         20 compatibility code.
20530
20531         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20532
20533         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20534
20535         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20536         Replace with point-at-{eol,bol}.
20537
20538         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20539
20540         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20541
20542         * flow-fill.el (fill-flowed-point-at-bol)
20543         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20544
20545         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20546         Replace with point-at-{eol,bol} throughout all files.
20547
20548 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20549
20550         * ntlm.el (ntlm-string-as-unibyte): New macro.
20551         (ntlm-build-auth-response): Use it.
20552
20553         Remove Emacs 20 stuff:
20554         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20555         (butlast, mapc, remove): Remove the compiler macros.
20556         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20557         of delq and copy-sequence.
20558         * gnus-art.el (popup-menu): Remove the compiler macro.
20559         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20560         Emacs 20.
20561
20562 2004-01-05  Simon Josefsson  <jas@extundo.com>
20563
20564         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20565         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20566         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20567         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20568         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20569         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20570         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20571         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20572         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20573         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20574         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20575         string-xor into ntlm-string-xor.
20576         Suggested by Jesper Harder <harder@myrealbox.com>.
20577
20578         * ntlm.el: Don't include poem.
20579
20580         * md4.el (print-int32, print-string-hexa): Remove.
20581         Suggested by Jesper Harder <harder@myrealbox.com>.
20582
20583         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20584
20585         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20586         probably breaks emacs with DL patch, but do we care? Is anyone
20587         still using the DL stuff?)
20588
20589         * sieve-manage.el: Use the password package.
20590         (sieve-manage-read-passwd): Remove.
20591         (sieve-manage-interactive-login): Use password.  Re-add
20592         condition-case around loop.
20593
20594         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20595         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20596         Use the password package.
20597
20598 2003-02-19  Simon Josefsson  <jas@extundo.com>
20599
20600         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20601         token.
20602
20603 2002-08-07  Simon Josefsson  <jas@extundo.com>
20604
20605         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20606         (sieve-manage-authenticators):
20607         (sieve-manage-authenticator-alist): Add some SASL mechs.
20608         (sieve-sasl-auth): New function.
20609         (sieve-manage-cram-md5-auth):
20610         (sieve-manage-plain-auth): Rewrite using SASL library.
20611         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20612         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20613         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20614         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20615
20616 2004-01-05  Simon Josefsson  <jas@extundo.com>
20617
20618         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20619         New files.
20620
20621 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20622
20623         * gnus-group.el (gnus-no-groups-message): Update.
20624
20625         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20626
20627 2003-11-09  Simon Josefsson  <jas@extundo.com>
20628
20629         * imap.el: Support for ID IMAP extension (RFC 2971).
20630         (imap-local-variables): Add imap-id.
20631         (imap-id): New variable.
20632         (imap-id): New function.
20633         (imap-parse-response): Parse untagged ID response.
20634         * nnimap.el (nnimap-id): New variable.
20635         (nnimap-open-connection): Use it.
20636
20637 2003-12-28  Simon Josefsson  <jas@extundo.com>
20638
20639         * gnus-score.el (gnus-score-edit-all-score): New.
20640         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20641
20642 2004-01-04  Simon Josefsson  <jas@extundo.com>
20643
20644         * password.el: Add.
20645
20646 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20647
20648         * dns.el (dns-query-types): Fix typo.
20649         (dns-query-types): New function.
20650         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20651         PTR and SOA replies, see RFC 1035.
20652
20653 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20654
20655         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20656
20657         * Move to Changelog.2.
20658
20659 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20660
20661         * gnus.el (gnus-version-number): Bump version.
20662
20663 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20664
20665         * gnus.el: No Gnus v0.1 is released.
20666
20667 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20668
20669         * gnus.el: No Gnus v0.0 is released.
20670
20671 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20672
20673         * gnus.el (gnus-version-number): Bump.
20674         (gnus-version): No.
20675
20676 See ChangeLog.2 for earlier changes.
20677
20678   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20679
20680   This file is part of GNU Emacs.
20681
20682   GNU Emacs is free software: you can redistribute it and/or modify
20683   it under the terms of the GNU General Public License as published by
20684   the Free Software Foundation, either version 3 of the License, or
20685   (at your option) any later version.
20686
20687   GNU Emacs is distributed in the hope that it will be useful,
20688   but WITHOUT ANY WARRANTY; without even the implied warranty of
20689   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20690   GNU General Public License for more details.
20691
20692   You should have received a copy of the GNU General Public License
20693   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20694
20695 ;; Local Variables:
20696 ;; coding: utf-8
20697 ;; fill-column: 79
20698 ;; add-log-time-zone-rule: t
20699 ;; End: