1b445f03a9eee82e15b3e226477beb08dcf9a44a
[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-07  Lars Ingebrigtsen  <larsi@gnus.org>
16
17         * nnimap.el (nnimap-update-info): Refactor slightly.
18         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
19         (nnimap-update-info): Clean up slightly.
20         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
21         characters.
22         (nnimap-process-quirk): Renamed function to avoid collision.
23         (nnimap-update-info): Fix macrology bug-out.
24         (nnimap-update-info): Simplify split history test.
25
26 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
27
28         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
29         part not returning any data.
30
31         * proto-stream.el (open-protocol-stream): Document the return value.
32
33 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * auth-source.el (auth-source-secrets-search): Add examples.
36
37 2011-02-06  Julien Danjou  <julien@danjou.info>
38
39         * message.el (message-setup-1): Handle message-generate-headers-first
40         set to t.
41
42 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
43
44         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
45         API with a string "secrets:collection-name" and with 'default.
46         (auth-source-backend-parse): Parse "secrets:collection-name" and
47         'default.  Recurse on parses instead of repeating code.  Use the
48         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
49         message when ignoring a source.
50         (auth-source-search): List ignored search keys at the top level.
51         (auth-source-netrc-create): Use `case' instead of `cond'.
52         (auth-source-secrets-search): Created with TODOs.
53         (auth-source-secrets-create): Created with TODOs.
54         (auth-source-retrieve, auth-source-create, auth-source-delete)
55         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
56         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
57         (auth-source-user-or-password-sftp)
58         (auth-source-user-or-password-smtp): Removed.
59         (auth-source-user-or-password): Deprecated and modified to be a wrapper
60         around `auth-source-search'.  Not tested thoroughly.
61
62 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
63
64         * auth-source.el: Bring in assoc and eioeio libraries.
65         (secrets-enabled): New variable to track the status of the Secrets API.
66         (auth-source-backend): New EIOEIO class to represent a backend.
67         (auth-source-creation-defaults): New variable to set prompt defaults
68         during token creation (see the `auth-source-search' docstring for
69         details).
70         (auth-sources): Simplify to allow a simple string as a netrc backend
71         spec.
72         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
73         (auth-source-backend-parse-parameters): Fill in the backend parameters.
74         (auth-source-search): Main auth-source API entry point.
75         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
76         (auth-source-search-collection): Helper function for searching.
77         (auth-source-netrc-parse, auth-source-netrc-normalize)
78         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
79         Supports search, create, and delete.
80         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
81         backend stubs.
82         (auth-source-user-or-password): Call `auth-source-search' but it's not
83         ready yet.
84
85 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
86
87         * message.el (message-setup-1): Remove the read-only stuff, since it
88         doesn't work under XEmacs, for some reason.
89
90         * gnus-sum.el (gnus-user-date): Renamed back from
91         gnus-summary-user-date since user code refers to it.
92
93         * shr.el (shr-render-td): Store the actual background colour used.
94
95         * message.el (message-setup-1): Don't bind the constant
96         -forbidden-properties.
97         (message-setup-1): Revert previous change, since it needs to bind the
98         props to insert them.
99         (message-resend): Allow removing the read-only separator line.
100
101 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
102
103         * nnimap.el (nnimap-request-accept-article): Give an error message if
104         the APPEND wasn't successful.
105
106 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
107
108         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
109         that have no groups.
110
111 2011-02-03  Julien Danjou  <julien@danjou.info>
112
113         * gnus-draft.el: Remove progn around gnus-draft-setup.
114
115 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
116
117         * gnus-start.el (gnus-read-active-for-groups): This function is never
118         called with a nil `infos', so clean that up.
119         (gnus-get-unread-articles): Request active files from primary/secondary
120         methods that have no groups (yet).
121
122 2011-02-03  Julien Danjou  <julien@danjou.info>
123
124         * message.el (message-setup-1): Always generate References first.
125         (message-mail): Return the return value of message-setup, not always t.
126         (message-setup-1): Insert mail-header-separator with read-only and
127         intangible properties set.
128
129         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
130         user-date in docstring.
131
132         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
133
134         * gnus.el (gnus-summary-line-format): Mention &user-date format in
135         docstring.
136
137         * gnus.el (gnus-user-date-format-alist): Change default value. Use
138         defcustom, with type and group. Move from gnus-util.el. Rename to
139         gnus-summary-user-date-format-alist.
140
141 2011-02-03  Glenn Morris  <rgm@gnu.org>
142
143         * nnimap.el (gnus-fetch-headers): Declare.
144
145         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
146
147 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
148
149         * message.el (message-forward-make-body-digest-plain)
150         (message-followup, message-reply): Clean up things noted by Stefan.
151
152         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
153         gnus-article-update-date-headers is nil.
154         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
155         it didn't really work with defcustom.
156         (article-update-date-lapsed): Make sure the window start doesn't move,
157         either.
158
159 2011-02-01  Julien Danjou  <julien@danjou.info>
160
161         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
162         format.
163
164         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
165         standard in Emacs nowadays.
166
167         * color.el (color-gradient): Add a color-gradient function.
168
169 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
170
171         * message.el (message-expand-name): Don't trust the return value of
172         bbdb-complete-name.
173         (message-check-news-header-syntax): Remove unused var `start'.
174         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
175         (message-inhibit-body-encoding): Move to before first use.
176         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
177         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
178         (Organization, Message-ID, Date, mh-previous-window-config):
179         Defvar the vars using dynamic scoping.
180
181 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
182
183         * shr.el (shr-render-td): Only do colours at the final rendering.
184         Should be slightly faster.
185         (shr-insert-table): Fix up TD background colours when doing the
186         vertical padding.
187
188         * gnus-art.el (article-date-ut): Protect against articles with no Date
189         header.
190         (article-update-date-lapsed): Don't use current-column to find the
191         horizontal position.  It's fragile in the presence of \003 characters.
192
193         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
194
195 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
196
197         * gnus-art.el (article-transform-date): Rewrite to still work when
198         there are several rfc2822 parts.
199         (article-transform-date): Fix infinite recursion.
200         (article-date-ut): Replace infinitely many Date headers with a single
201         one when called interactively.
202
203         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
204         secure manner.
205
206         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
207         move around by not using save-window-excursion.  It seems to work...
208
209 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * gnus-art.el (article-make-date-line): Work for user-defined format.
212
213 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
214
215         * nntp.el (nntp-retrieve-group-data-early)
216         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
217         fetching functions.
218
219         * gnus-start.el (gnus-read-active-for-groups): Read the active files
220         thoroughly for all backends that have no known groups.  This should
221         allow new nnml methods to retrieve mail.
222
223         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
224         that Gnus doesn't know exists again.
225
226         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
227         (gnus-treat-date-ut): Ditto.
228         (gnus-article-update-date-header): Renamed.
229         (gnus-treat-date-local): Removed.
230         (gnus-treat-date-english): Removed.
231         (gnus-treat-date-lapsed): Removed.
232         (gnus-treat-date-combined-lapsed): Removed.
233         (gnus-treat-date-original): Removed.
234         (gnus-treat-date-iso8601): Removed.
235         (gnus-treat-date-user-defined): Removed.
236         (gnus-article-date-headers): New variable to control all the date
237         header options.
238         (article-date-ut): Rewrite to allow using the new way to format date
239         headers(s).
240
241 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * nnmail.el (nnmail-article-group): Check for a direct fancy split
244         method.
245         (nnmail-article-group): A better test for fanciness.
246
247         * nnimap.el (nnimap-request-head): Protect against not finding the
248         article by Message-ID.
249
250 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-art.el (article-update-date-lapsed): Try a better way to really
253         keep point at the "same place".
254
255 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
256
257         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
258         data if the group is unactivated.
259
260 2011-01-28  Julien Danjou  <julien@danjou.info>
261
262         * gnus-win.el: Remove dead function gnus-window-configuration-element.
263         (gnus-all-windows-visible-p): Remove old compatibility code.
264         (gnus-window-top-edge): Add docstring.
265
266         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
267
268 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
271         older request-update-info.
272
273         * gnus-art.el (article-make-date-line): Limit the length a bit more.
274
275 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
276
277         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
278         mml2015-signers higher precedence over mml2015-sign-with-sender.
279
280 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
283         groups.  This makes the nndraft:queue group pop up if it's not already
284         there.
285
286         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
287         messages" logic, which was reversed.
288
289         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
290         the "same place" even if point is on the line being replaced.
291         (article-update-date-lapsed): Allow updating both the combined lapsed
292         and the lapsed headers.
293         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
294         (article-make-date-line): Limit the number of segments dynamically to
295         avoid too-long lines.
296
297 2011-01-27  Julien Danjou  <julien@danjou.info>
298
299         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
300         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
301
302 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
305         Use plist-get instead of the cl function getf.
306
307 2011-01-27  Glenn Morris  <rgm@gnu.org>
308
309         * gnus-util.el (float-time): Get rid of compiler warning, again.
310
311 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
312
313         * shr.el (shr-put-color): Special-case background colours: Do put them
314         at the blank parts at the front of the lines.
315
316         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
317         exit hook to nix out all data on readedness on group exit.
318
319         * gnus-util.el (float-time): If float-time is bound, always use it on
320         all Emacsen.  It's unclear why the subrp check was there.
321         (time-date): Require to make some autoload issues on XEmacs go away.
322
323         * shr.el (shr-put-color): Don't do the box padding in tables, since
324         they're already padded.
325
326 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-art.el (gnus-article-next-page): When the last line of the
329         article is displayed, scroll down once more instead of going to the
330         next article at once.
331         (article-lapsed-string): Refactor out and allow specifying how many
332         segments you want.
333         (gnus-article-setup-buffer): Start updating the lapsed header directly.
334         (gnus-article-update-lapsed-header): New variable.
335
336         * shr.el: Revert change that made headings use different-sized faces.
337         The Emacs display engine isn't advanced enough that, for instance,
338         tables can comfortably use differntly-sized faces.
339
340 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
341
342         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
343         used.
344         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
345         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
346         we're using an encrypted connection.
347
348         * proto-stream.el: Alter the interface functions to also return the
349         actual stream type used: network or tls.
350
351 2011-01-25  Julien Danjou  <julien@danjou.info>
352
353         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
354         (mm-display-javascript-inline): New function.
355
356         * mm-decode.el (mm-inline-media-tests): Add application/javascript
357         viewing function.
358
359 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * shr.el (shr-expand-newlines): Fix variable name.
362
363 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
364
365         * shr.el (shr-expand-newlines): Make nested boxes work.
366
367 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
368
369         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
370         backgrounds.
371         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
372         in a more sensible manner.
373
374 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
375
376         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
377         if EPG is loaded.
378
379 2011-01-24  Julien Danjou  <julien@danjou.info>
380
381         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
382         tags.
383
384 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
385
386         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
387         commands.
388
389         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
390         in the article buffer.
391         (gnus-gravatar-insert): Use blank space from the current buffer to
392         avoid breaking text properties.  This makes X-Sent updating work again.
393
394         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
395
396 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
397
398         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
399         fix the bug in url-http.el instead.
400
401         * shr.el (shr-image-fetched): Ditto.
402
403         * shr.el (shr-image-fetched): Avoid having point move in the article
404         buffer.
405
406         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
407         buffer after being called.  It's apparently being killed by url.el, and
408         killing it made point move to end-of-buffer in a random buffer.
409
410         * shr.el (shr-image-fetched): Ditto.
411
412 2011-01-23  Julien Danjou  <julien@danjou.info>
413
414         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
415
416         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
417         text/x-org.
418
419 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-sum.el (gnus-summary-move-article): Protect against backends
422         (i.e., nnimap) returning nil as the article number.
423
424 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
425
426         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
427         "DelSp" parameter in RFC3676.
428
429 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
430
431         * message.el (message-check-recipients): Display the encoded version of
432         the bogus address if they differ.
433
434         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
435         after sending.
436
437         * gnus-agent.el (gnus-agent-send-mail): Ditto.
438
439         * gnus-group.el (gnus-group-refresh-group): New convenience function.
440
441         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
442         group buffer after sending the queue.
443
444         * gnus-agent.el (gnus-agent-send-mail): Ditto.
445
446 2011-01-22  Julien Danjou  <julien@danjou.info>
447
448         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
449
450 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
451
452         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
453         nested related parts.
454
455         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
456         unexpired articles.  This fixes the regression that led expiry marks to
457         disappear from nnfolder groups.
458
459 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
460
461         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
462         Don't confuse the "ret" of "retrograde" with RET.
463
464 2011-01-21  Julien Danjou  <julien@danjou.info>
465
466         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
467         than mm-insert-inline.
468
469 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
472         Widen article buffer.
473
474 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
475
476         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
477         the temp buffer.
478         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
479
480 2011-01-20  Julien Danjou  <julien@danjou.info>
481
482         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
483
484         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
485         than mm-insert-inline to insert inline part: this respect
486         mm-inline-media-tests displayers.
487
488         * mm-view.el (mm-display-shell-script-inline): New function.
489
490         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
491
492         * mm-uu.el (mm-uu-type-alist): Add org block.
493         (mm-uu-org-src-code-block-extract): New function.
494
495         * mm-view.el (mm-display-org-inline): New function.
496
497         * mm-decode.el (mm-automatic-display): Add text/org.
498
499         * mailcap.el (mailcap-mime-extensions): Add .org.
500
501 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-art.el (gnus-article-highlight): Remove argument passed to
504         gnus-article-add-buttons.
505
506 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
507
508         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
509         From header with a date and "nobody" as the sender.
510
511 2011-01-19  Julien Danjou  <julien@danjou.info>
512
513         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
514         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
515         if you have the same regexp several times.
516         (gnus-button-push): Fix matching when regexp is symbol.
517
518 2011-01-15  Glenn Morris  <rgm@gnu.org>
519
520         * message.el (message-mail): A compose-mail function should
521         accept headers as strings.
522
523 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
524
525         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
526         Add :vert-only tags.
527         (message-mail): New arg RETURN-ACTION.
528         (message-return-action): New var.
529         (message-bury): Use it.
530         (message-mode): Make it buffer-local.
531         (message-send-and-exit): Always call message-bury.
532
533         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
534         message-mail.
535
536 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * nnimap.el (nnimap-convert-partial-article): Protect against
539         zero-length body parts.
540
541         * mm-decode.el (mm-preferred-alternative-precedence):
542         Discourage showing empty parts.
543
544         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
545         and stuff if the backend didn't return the article number.  This fixes
546         an Exchange-related nnimap bug.
547
548         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
549         group window, because it does the wrong thing when a separate frame
550         displays the group buffer.
551
552         * proto-stream.el (open-protocol-stream): Protect against the low-level
553         transport functions returning nil.
554
555 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
556
557         * mml2015.el (epg-sub-key-fingerprint): Autoload.
558         (mml2015-epg-find-usable-secret-key): New function.
559         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
560         mml2015-epg-find-usable-key (Bug#7797).
561         (mml2015-epg-encrypt): Ditto.
562
563 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * dgnushack.el (rot13-string): Fix the way to get the argument.
566
567 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
570
571 2011-01-03  Glenn Morris  <rgm@gnu.org>
572
573         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
574
575         * sieve.el (sieve-open-server): Give a more explicit error if
576         sieve-manage-open returns nil.  (Bug#7720)
577
578 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
579
580         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
581
582 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
585         This avoids sending passwords in plain text over non-encrypted
586         channels.
587
588         * shr.el (shr-rescale-image): Display all GIF images as animated images.
589
590         * nnimap.el (nnimap-login): Refactored out into own function, and
591         implement CRAM-MD5.
592         (nnimap-wait-for-line): Refactored out.
593
594         * mm-view.el (mml-smime): Require.
595
596 2010-12-20  David Engster  <deng@eml.cc>
597
598         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
599         use EPG to decrypt S/MIME messages instead of openssl.
600
601 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
604
605         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
606         status is the group clearly is unreachable.
607
608         * auth-source.el (auth-source-create): Add the optional second
609         parameter to `local-variable-p' to be compatible with XEmacs.
610
611 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
612
613         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
614         work when using a compressed nnml folder.
615
616 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
619         backends after sanitising on entry, because this never makes sense:
620         If the articles have gone missing, then the data no longer exists on
621         the backend, and if they haven't, then Gnus is wrong, and shouldn't
622         overwrite anything anyway.
623
624         * shr.el (shr-insert-document): Bind shr-width dynamically to
625         window-width if it's nil.
626
627 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
628
629         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
630         with the meaning of using the full emacs window width for rendering.
631
632 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
633
634         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
635         case when sender is not given.
636
637 2010-12-23  Julien Danjou  <julien@danjou.info>
638
639         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
640         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
641         the addresses, otherwise we might misplaced the gravatar.
642
643 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
644
645         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
646         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
647         obsolete in Emacs.
648
649 2010-12-20  Julien Danjou  <julien@danjou.info>
650
651         * gnus-util.el (gnus-rescale-image): Revert last change.
652
653 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
654
655         * binhex.el: Improve commentary (Bug#7482).
656
657 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-group.el (gnus-group-delete-articles): New command.
660
661 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
662
663         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
664
665 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
668         here, since it's up to the backends to do CRLF removal if their
669         protocol has it.
670
671         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
672
673 2010-12-17  Julien Danjou  <julien@danjou.info>
674
675         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
676         they are from file. Can also scale up.
677
678 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
679
680         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
681         gnus-use-agent.
682         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
683
684         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
685
686 2010-12-17  Julien Danjou  <julien@danjou.info>
687
688         * gravatar.el (gravatar-retrieve-synchronously): New function.
689         (gravatar-get-data): Make more robust.
690
691 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
694
695 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
698         to really consider the last line.
699
700 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
701
702         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
703         list of recipient keys, or use symmetric encryption if not a list.
704         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
705         EPA override, replacing the call to `netrc-store-data'.
706
707 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
708
709         * gnus-srvr.el: Avoid passing nil regexp argument to
710         delete-matching-lines.
711
712 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
715         fetching stops when Gnus exits.
716
717         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
718         function.
719         (nnfolder-request-expire-articles): Save all the buffers after doing
720         expiry.
721
722         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
723         the last article", since that led to serious performance regressions
724         when expiring nnml groups.
725
726 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
727
728         * nnir.el: Improve customizations.
729
730 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
733
734         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
735         group has been killed.
736         (gnus-group-yank-group): Ditto.
737
738         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
739
740         * nnimap.el (nnimap-request-update-group-status): New function.
741
742         * gnus-int.el (gnus-request-update-group-status): New interface
743         function.
744
745         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
746         copying read-ness to the backends.
747
748         * nnimap.el (nnimap-quirk): New function.
749         (nnimap-retrieve-group-data-early): Use it.
750         (nnimap-quirks): New alist.
751
752 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * shr.el (shr-insert): Set shr-start after deleting trailing space;
755         don't delete it within indentation.
756
757 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
760         previous line.
761
762 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
765         QRESYNC command by deleting a superfluous space which broke Cyrus
766         servers.  This change will break other servers that are buggy the other
767         way around.
768
769 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
770
771         * spam.el: Reindent and fix long lines.
772         (spam-copy-or-move-routine): Exclude invalid move destinations.
773
774 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
775
776         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
777         installed the registry.
778
779 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
782
783 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
784
785         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
786         groupname doesn't contain "gmane".
787
788 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
791         and netrc-bound-and-true-p bindings.
792         (netrc-parse): Cache the netrc contents.
793
794         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
795         (gnus-1): Don't create the nndrafts group twice.
796         (gnus-setup-news): There's no need to read the active file here, since
797         that's done again later on a per-backend basis.
798         (gnus-start-draft-setup): Make sure that the new group is started out
799         empty.
800
801         * gnus-agent.el (gnus-agentize): Don't create the queue group
802         automatically on startup.  It'll be created later, if needed.
803
804         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
805         of automatically subscribed groups.
806         (gnus-auto-subscribed-categories): New variable.
807         (gnus-matches-options-n): Use it.
808         (gnus-default-subscribed-newsgroups): Remove unused variable.
809         (gnus-start-draft-setup): Message a bit less.
810
811 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
812
813         * nnir.el (nnir-run-imap): Return article list in order of increasing
814         UID.
815
816 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-sum.el (gnus-summary-enter-digest-group):
819         Mention gnus-auto-select-on-ephemeral-exit.
820
821         * proto-stream.el (proto-stream-open-network-only): Fix the calling
822         convention of the network-only option.
823
824 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * proto-stream.el (proto-stream-open-network-only): New function to
827         have a way to specify non-STARTTLS upgrade connections.
828
829 2010-12-10  Julien Danjou  <julien@danjou.info>
830
831         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
832         email address is nil.
833
834         * message.el (message-bogus-recipient-p): Set address to "" if nil.
835
836 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
837
838         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
839         deletion.
840         (nnir-run-imap): Only need to parse list once.
841
842 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * shr.el (shr-tag-script): Ignore <script>.
845         (shr-tag-label): Add <label> support.
846
847 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
850
851         * shr.el (shr-image-displayer): Work for images lined side by side.
852
853 2010-12-08  Robert Pluim  <rpluim@gmail.com>
854
855         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
856         parameter, since XEmacs doesn't accept t as a parameter.
857
858 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
859
860         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
861         ids.
862         (nnir-run-gmane): Simplify groupspec formatting.
863         (nnir-request-expire-articles): New function.
864
865 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
868         overflow, possibly.
869
870         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
871         (shr-render-td): Handle td style="" better.
872         (shr-tag-table): Use the color from the style sheet.
873         (shr-render-td): Make sure we copy over all the overlays, too.
874
875 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
876
877         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
878         (nnir-request-article): Improve article retrieval.
879
880 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * mm-util.el (mm-extra-numeric-entities): New variable.
883
884         * mm-url.el (mm-url-decode-entities):
885         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
886
887         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
888
889 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
890
891         * message.el: Use completion-at-point.
892         (message-completion-function): New fun, extracted from message-tab.
893         (message-mode): Use it for completion-at-point-functions.
894         (message-tab): Use it and completion-at-point.
895
896 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
899         character if a non-breakable character follows.
900
901 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
904         any stream.
905
906         * shr.el (shr-tag-font): Colorize the region.
907         (shr-tag-body): Ditto.
908         (shr-tag-font): Actually let the styles be inherited instead of
909         overwriting them.
910         (shr-tag-font): Get the background color right.
911         (shr-tag-style): Ignore all <style> tags for the moment.
912
913         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
914         a Message-ID to avoid having nnimap depend on gnus-sum.
915
916         * shr.el (shr-descend): Only colorize something if we have a node that
917         sets colors.
918
919 2010-12-06  Julien Danjou  <julien@danjou.info>
920
921         * shr.el (shr-render-td): Render td content with shr-descend, so style
922         will be applied to <td> too.
923         (shr-colorize-region): Colorize region even if we only have a background.
924         (shr-tag-body): Fix color and background color inheritance.
925         Do not recolorize after shr-generic.
926         (shr-tag-font): Let shr-generic colorize via inheritance.
927
928 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
931
932 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
933
934         * nnir.el (nnir-request-move-article): Remove obsolete code.
935
936 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
939
940 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * gnus-sum.el (gnus-summary-respool-article): The completion function
943         expects a list instead of an alist.
944
945         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
946         string as the parameter.
947
948         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
949
950         * shr.el (shr-stylesheet): New dynamic variable for cascading the
951         styles.
952         (shr-colorize-region): New function.
953         (shr-insert-background-overlay): Remove.
954         (shr-render-td): Background setting should be taken care of on a higher
955         level.
956         (shr-tag-body): Use post-hoc colorizations.
957         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
958         (shr-put-color-1): Don't overwrite old colors.
959         (shr-colorize-region): When the background color isn't explicit, use
960         a fixed background.
961
962         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
963         nnmail variables.
964
965 2010-12-05  Bjørn Mork  <bjorn@mork.no>
966
967         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
968         unless necessary.
969
970 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
971
972         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
973         server.
974
975 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
978         so that TAB works.
979
980         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
981         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
982
983         * shr.el (shr-urlify): Show the URL before the title to avoid
984         misleading URLs.
985
986 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
987
988         * shr.el (shr-urlify): Display the title in <a> tags.
989
990 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
991
992         * nnir.el (nnir-categorize): Replace mapcar with mapc.
993
994 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
995
996         * nnir.el: Rearrange code to allow macros to be autoloaded by
997         gnus-sum.el.
998         (nnir-retrieve-headers-override-function): Make this variable
999         customizable.
1000         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1001
1002         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1003         from nnir.el.
1004
1005 2010-12-03  Julien Danjou  <julien@danjou.info>
1006
1007         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1008
1009 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1012         allow optional argument `environment'.
1013
1014 2010-12-03  Glenn Morris  <rgm@gnu.org>
1015
1016         * mm-extern.el (message-goto-body): Update declaration.
1017
1018 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-util.el (gnus-macroexpand-all): New function.
1021
1022         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1023         instead of macroexpand-all that is unavailable in XEmacs.
1024
1025 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1026
1027         * nnir.el (nnir-summary-line-format): New variable.
1028         (nnir-mode): Use it.
1029         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1030         (nnir-article-ids): Reimplement as defsubst.
1031         (nnir-retrieve-headers): Don't mangle the subject header.
1032         (nnir-run-imap): Use 100 as RSV score.
1033         (nnir-run-find-grep): Fix for full server searching.
1034         (nnir-run-gmane): Better restriction to gmane groups.
1035
1036         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1037         summary buffers.
1038
1039 2010-12-02  Julien Danjou  <julien@danjou.info>
1040
1041         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1042
1043         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1044
1045         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1046         support.
1047
1048 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1049
1050         * nnir.el: Update to handle the registry better.
1051         (autoload): Silence byte-compiler.
1052         (nnir-open-server): Add a hook for nnir groups.
1053         (nnir-request-move-article): Don't mangle the header. Better to use
1054         formating variables (which will be added in the future).
1055         (nnir-registry-action): Update the registry using the original article
1056         group name.
1057         (nnir-mode): Install nnir-specific hooks for updating the registry.
1058
1059         * gnus-sum.el
1060         (gnus-article-original-subject,gnus-newsgroup-original-name):
1061         Remove obsolete variables.
1062         (gnus-summary-move-article): Remove use of obsolete variables.
1063         (gnus-summary-local-variables): Make move and delete hooks local to
1064         summary buffers.
1065
1066 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * rtree.el: New file.
1069
1070 2010-12-01  Julien Danjou  <julien@danjou.info>
1071
1072         * message.el (message-user-organization): Do not use
1073         gnus-local-organization.
1074
1075         * gnus.el: Remove gnus-local-organization.
1076
1077         * gnus-msg.el: Remove nastygram thing.
1078
1079 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1080
1081         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1082         funcall.
1083
1084 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1087         names.
1088
1089         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1090         characters.
1091
1092         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1093         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1094         Suggested by Štěpán Němec <stepnem@gmail.com>.
1095         (gnus-gravatar-transform-address): Use mail-extract-address-components
1096         that supports non-ASCII names rather than mail-header-parse-addresses.
1097
1098 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * proto-stream.el (open-protocol-stream): All starttls connections are
1101         handled by the network handler.
1102
1103 2010-11-30  Julien Danjou  <julien@danjou.info>
1104
1105         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1106         (nnimap-open-connection-1): Fix PREAUTH.
1107
1108         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1109
1110 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1113         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1114         (shr-insert): Use them.
1115         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1116
1117 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1118
1119         * nnir.el (nnir-request-move-article): Bail out if original group
1120         doesn't support article moves.
1121         (nnir-get-active): Improve active list retrieval.
1122
1123 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1126
1127 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1128
1129         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1130         seem to accept strings-with-numbers as port numbers,
1131
1132 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1133
1134         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1135         change the registry.
1136
1137 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1140         delete-dups that is not available in XEmacs 21.4.
1141
1142         * mm-util.el (mm-delete-duplicates): Add comment.
1143
1144 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1145
1146         * nnir.el (nnir-ignored-newsgroups): New variable.
1147         (nnir-get-active): Use it.
1148
1149 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * proto-stream.el (proto-stream-open-network): Add some comments.
1152
1153         * nntp.el (nntp-open-connection): Provide a :success condition.
1154
1155         * nnimap.el (nnimap-open-connection-1): Ditto.
1156
1157         * proto-stream.el (proto-stream-open-network): See what the response to
1158         the STARTTLS command is.
1159
1160         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1161         backwards compatibility).
1162         (nnimap-open-connection-1): Really respect nnimap-server-port.
1163
1164         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1165         TLS upgrades we don't really care about the identity of the peer.
1166         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1167         that what we've checked for.
1168         (proto-stream-always-use-starttls): Only default to t if
1169         open-gnutls-stream exists.
1170         (proto-stream-open-network): If STARTTLS failed, then just open a
1171         normal connection.
1172         (proto-stream-open-network): Wait until the greeting before doing
1173         STARTTLS.
1174
1175         * nntp.el (nntp-open-connection): Report what the connection error is.
1176
1177         * proto-stream.el (open-protocol-stream): Rename from
1178         open-proto-stream.
1179
1180 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * nnimap.el (nnimap-stream): Change default to `undecided'.
1183         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1184         first, and then network.
1185         (nnimap-open-connection-1): Respect nnimap-server-port.
1186         (nnimap-open-connection): Be more backwards-compatible.
1187
1188         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1189         (proto-stream-open-starttls): De-duplicate the starttls code.
1190         (proto-stream-open-starttls): Folded back into the main function.
1191         (proto-stream-open-network): Fix typo in the gnutls path.
1192         (proto-stream-command): Refactor out.
1193
1194         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1195
1196         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1197         starttls.el STARTTLS.
1198
1199         * color.el (color-lab->srgb): Fix function call name.
1200
1201         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1202         if we're using tls.el.
1203         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1204         built in, then don't try to establish a STARTTLS connection.
1205
1206         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1207         servers.
1208
1209         * proto-stream.el (open-proto-stream): Use network, not stream.
1210         (open-proto-stream): Add a way to specify what the end of a command is.
1211
1212         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1213         connections types.
1214         (nntp-open-network-stream): Remove.
1215         (nntp-open-ssl-stream): Remove.
1216         (nntp-open-tls-stream): Remove.
1217         (nntp-ssl-program): Remove.
1218
1219         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1220
1221 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1222
1223         * nnir.el: Fix typos.
1224         (nnir-retrieve-headers-override-function): Rename variable to reflect
1225         new semantics.
1226         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1227         macros.
1228         (nnir-request-article, nnir-request-move-article): Use them.
1229         (nnir-categorize): New function.
1230         (nnir-run-query): Use it.
1231         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1232         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1233         sorted.
1234         (nnir-group-full-name): Use gnus-group-full-name instead.
1235         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1236         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1237
1238 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1241
1242         * proto-stream.el: New library to provide protocol-specific
1243         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1244         protocols.
1245         (open-proto-stream): Complete the documentation.
1246         (proto-stream-open-network): Fix some typos.
1247
1248         * nnimap.el (nnimap-open-connection): Use it.
1249
1250 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1251
1252         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1253         negotiation.
1254
1255 2010-11-26  Julien Danjou  <julien@danjou.info>
1256
1257         * color.el: Rename various rgb functions to srgb.
1258
1259 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1262         names.
1263
1264 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * shr.el (shr-insert): Revert last change.
1267         (shr-find-fill-point): Never leave point being at bol;
1268         relax the kinsoku limitation when rendering tables.
1269
1270 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1273         results from -accept-article.
1274
1275         * shr-color.el: Require cl when compiling.
1276
1277         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1278         checkin.
1279
1280         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1281
1282         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1283
1284         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1285         'add and 'delete to set backend marks.
1286
1287         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1288
1289         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1290
1291         * nntp.el (nntp-request-set-mark): Use it.
1292
1293         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1294
1295         * nnml.el (nnml-request-set-mark): Ditto.
1296
1297         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1298         introduces regressions in article selection.
1299         (nnimap-find-uid-response): New function.
1300         (nnimap-request-accept-article): Use the UID returned, if any.
1301         (nnimap-request-move-article): Use the UID returned, if any.
1302         (nnimap-get-groups): Reimplement to work with folded lines.
1303         (nnimap-find-uid-response): The UID is the last element in the list.
1304         (nnimap-request-set-mark): Extend syntax with 'set.
1305
1306         * nnml.el (nnml-request-set-mark): Ditto.
1307
1308         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1309
1310         * nntp.el (nntp-request-set-mark): Ditto.
1311
1312 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * message.el (message-called-interactively-p): A temporary macro.
1315         (message-goto-body): Use it temporarily.
1316
1317 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1320         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1321         (nnimap-last-response-string): Fix last unfolding fix.
1322
1323 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * shr.el (shr-insert): Fix the way to fold lines.
1326
1327 2010-11-25  Julien Danjou  <julien@danjou.info>
1328
1329         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1330
1331         * color.el: Rename from color-lab.el
1332         (color-rgb->hex): Add.
1333         (color-complement): Add.
1334         (color-complement-hex): Add.
1335
1336         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1337
1338 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1341         don't exist.
1342
1343 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1346         assuming that article displaying or another mml-preview may be
1347         interrupted for an error or for the like.
1348
1349         * shr.el (shr-get-background): Fix argument name.
1350
1351 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1354
1355         * gnus-sum.el (gnus-summary-include-articles): New function.
1356
1357         * message.el (message-goto-body): called-interactively-p needs a
1358         parameter, so use `any'.
1359
1360         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1361         clear marks before moving, since they're synced from the Gnus side
1362         first.
1363
1364         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1365         (gnus-summary-move-article): Copy over all marks before moving, so that
1366         IMAP doesn't think a new article has arrived.
1367
1368 2010-11-24  Julien Danjou  <julien@danjou.info>
1369
1370         * shr.el (shr-insert-background-overlay): Fix typo.
1371         (shr-render-td): Copy the background before rendering.
1372
1373         * shr-color.el (shr-color-visible): Fix docstring.
1374
1375         * shr.el (shr-tag-table): Add bgcolor support.
1376         (shr-render-td): Add bgcolor support.
1377         (shr-get-background): Add.
1378         (shr-insert-foreground-overlay): Use shr-get-background.
1379
1380         * message.el (message-goto-body): Use called-interactively-p.
1381         (message-in-body-p): message-goto-body returns point.
1382
1383 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1386         Fixes something or other in Emacs 23, and is backwards compatible.
1387
1388         * message.el (message-goto-body): Remove the <#secure special-casing,
1389         which is too special.
1390
1391         * shr.el (shr-parse-style): Drop !important from styles.
1392
1393 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1394
1395         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1396         this function to return incorrect results when calling it with an
1397         explicit article argument different from
1398         (gnus-summary-article-number).
1399
1400 2010-11-24  Julien Danjou  <julien@danjou.info>
1401
1402         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1403         (shr-tag-body): Add background support.
1404         (shr-descend): Add background support.
1405         (shr-tag-title): Add.
1406
1407         * shr-color.el (shr-color-visible): Really return original background
1408         if fixed.
1409
1410 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * shr.el (shr-color-check): Protect against non-existant colour names.
1413
1414 2010-11-24  Julien Danjou  <julien@danjou.info>
1415
1416         * color-lab.el: Require 'cl when compiling.
1417
1418         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1419
1420         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1421         matched part.
1422
1423         * color-lab.el: Fix all expt calls to use float type.
1424
1425 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1428         expression to shr-color-check as is.
1429
1430         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1431
1432         * color-lab.el: Add coding cookie.
1433         (float-pi): Use eval-and-compile.
1434
1435         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1436         compiled for Emacsen having no `libxml-parse-html-region' support.
1437
1438 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * shr.el (shr-insert-color-overlay): Split stuff like
1441         "#444444 !important" to find the real colour.
1442         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1443         parse <font color="red"> entries.
1444
1445 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1446
1447         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1448         point when parsing headers.
1449
1450         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1451         is positioned properly when parsing headers.
1452
1453 2010-11-23  Julien Danjou  <julien@danjou.info>
1454
1455         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1456
1457         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1458
1459         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1460
1461         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1462         Use shr-color-hue-to-rgb.
1463         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1464
1465 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * shr.el (shr-color->hexadecimal): Autoload.
1468         (shr-descend): Add color to all tags.
1469
1470 2010-11-22  Julien Danjou  <julien@danjou.info>
1471
1472         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1473         shr-color->hexadecimal.
1474
1475         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1476         RGB() or HSL() color representation.
1477
1478         * shr.el (shr-tag-font): Add.
1479         (shr-tag-color-check): New function to get better colors.
1480         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1481         tag-span.
1482
1483         * shr-color.el: New file.
1484
1485         * color-lab.el: New file.
1486
1487         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1488
1489 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1490
1491         * nnir.el: Fix typo in comments.
1492         (nnir-run-imap): Simplify code. No need to reverse artlist.
1493         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1494
1495 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1498
1499         * nnimap.el (nnimap-get-capabilities): Refactor out.
1500         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1501
1502 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1503
1504         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1505         appearing when `mm-uu-hide-markers' is nil.
1506
1507 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * nnimap.el (nnimap-unselect-group): Make into its own function.
1510         (nnimap-request-rename-group): Unselect group before renaming.
1511         This had gotten lost somewhere.
1512         (nnimap-request-accept-article): Keep track of examined groups, and
1513         unselect the group before APPENDing to read-only groups.
1514         (nnimap-request-move-article): Clear flags before moving so that they
1515         can be re-set later.
1516
1517 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1520         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1521
1522 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * gnus-art.el (gnus-mime-display-single)
1525         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1526         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1527         parameter.
1528
1529 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530
1531         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1532         (shr-table-vertical-line): New variable.
1533         (shr-insert-table): Use it.
1534
1535 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-html.el (gnus-html-wash-images): Don't display images if
1538         gnus-inhibit-images is non-nil; register displayer for cid images.
1539         (gnus-html-display-image): Work for cid image.
1540         (gnus-html-insert-image): Allow arguments.
1541         (gnus-html-put-image): Inhibit read-only.
1542         (gnus-html-prefetch-images): Don't prefetch images if
1543         gnus-inhibit-images is non-nil.
1544
1545 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * shr.el (shr-put-image): Break lines when inserting big pictures.
1548
1549 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1550
1551         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1552         sender, thanks Katsumi Yamaoka.
1553
1554 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1555
1556         * nnir.el (nnir-run-imap): Reverse the article list for each group
1557         rather than the whole list.
1558
1559 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * shr.el (shr-image-displayer): Protect function against non-existent
1562         image source.
1563
1564         * gnus-art.el (gnus-inhibit-images): New user option.
1565         (gnus-mime-display-single): Don't display image if it is non-nil.
1566
1567         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1568         gnus-inhibit-images.
1569
1570         * shr.el (shr-image-displayer): New function.
1571         (shr-tag-img): Use it.
1572
1573 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1574
1575         * mml2015.el (mml2015-epg-sign): Use From header.
1576
1577 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1580
1581         * gnus-util.el (gnus-find-text-property-region): Return markers.
1582
1583         * shr.el (shr-tag-img): Put a displayer in the text property.
1584
1585         * gnus-util.el (gnus-find-text-property-region): New utility function.
1586
1587         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1588         (gnus-html-show-images): Remove.
1589
1590         * gnus-art.el (gnus-article-show-images): New, more general function.
1591
1592         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1593         image url text properties.
1594
1595         * shr.el: Ditto.
1596
1597         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1598         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1599
1600 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1603         work for two or more articles.
1604
1605 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1608         divide an image that's in an html article to two or more when washing
1609         non-ASCII characters in alt text of it.
1610
1611 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1614         smime-decrypt-region using function argument.
1615         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1616
1617         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1618
1619         * smime.el (smime-decrypt-region): Catch it.
1620
1621 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1622
1623         * smime.el (smime-mode-map): Move initialization into declaration.
1624         (gnus-run-mode-hooks): Don't autoload.
1625         (smime-mode): Use define-derived-mode.
1626
1627 2010-11-11  Glenn Morris  <rgm@gnu.org>
1628
1629         * smime.el (from): Restrict declaration to XEmacs.
1630
1631         * nnir.el (gnus-group-topic-name): Autoload.
1632
1633 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * shr.el (shr-insert): Don't break long line if it is because of
1636         kinsoku-bol characters in the line end.
1637
1638 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1639
1640         * nnir.el (nnir-request-move-article): Fix to provide original group
1641         and subject.
1642         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1643         been retrieved.
1644
1645         * gnus-sum.el (gnus-summary-move-article): Use original group and
1646         subject for virtual articles such as those in an nnir summary buffer.
1647
1648 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1651         least 21.5).
1652
1653         * smime.el (from): Declare it again for XEmacs.
1654
1655 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * message.el (message-resend): Don't disable encoding unless it's
1658         already encoded.
1659
1660         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1661         low-numbered articles.
1662
1663 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * rfc2047.el (rfc2047-syntax-table): Simplify.
1666
1667         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1668
1669         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1670         set-char-table-range for XEmacs.
1671
1672 2010-11-10  Glenn Morris  <rgm@gnu.org>
1673
1674         * time-date.el (time-to-seconds): Always an alias on Emacs,
1675         never a real function.
1676         (with-no-warnings): Remove compat stub, now unused.
1677         (time-less-p): Doc fix.
1678         (time-to-number-of-days): Simplify.
1679
1680         * smime.el (from): Remove unused declaration.
1681
1682         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1683         (gnus-float-time): On Emacs, always an alias.
1684
1685         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1686         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1687
1688 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * dgnushack.el: Don't use ignore-errors in the top level form since it
1691         is unavailable in XEmacs even if cl is loaded.
1692
1693         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1694
1695 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * shr.el (browse-url-mailto): Autoload.
1698
1699         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1700
1701         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1702         regexp doesn't need quoting.
1703
1704 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1705
1706         * message.el (message-subject-trailing-was-ask-regexp)
1707         (message-subject-trailing-was-regexp): Match was: in addition to was.
1708
1709 2010-11-09  Glenn Morris  <rgm@gnu.org>
1710
1711         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1712         (nnbabyl-check-mbox): Use point-at-bol.
1713
1714 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1717
1718         * message.el (message-mailto): New function.
1719         (message-mailto): Should accept other parameters.
1720         (message-mailto): Remove since it duplicates browse-url-mailto
1721         functionality.
1722
1723 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1726         methods.
1727         (gnus-read-active-file): Ditto.
1728
1729         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1730         ": " from the prompt.
1731         (gnus-group-make-group): Ditto.
1732
1733 2010-11-07  Glenn Morris  <rgm@gnu.org>
1734
1735         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1736         (gnus-bookmark-kill-line): Use point-at-eol.
1737
1738 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1741         asterisks in From header.
1742
1743 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1746         string to avoid making the From headers syntactically invalid.
1747
1748         * message.el (message-send-mail): Don't insert courtesy messages if the
1749         message already has List-Post and List-ID messages.
1750
1751 2010-11-06  Glenn Morris  <rgm@gnu.org>
1752
1753         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1754         `condition', `type', `length' a prefix.
1755         (gnus-treat-predicate): Update for above name changes.
1756
1757 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1758
1759         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1760         binding.  Handled by `gnus-summary-refer-thread' instead.
1761         (nnir-warp-to-article): New backend function.
1762
1763         * nnimap.el (nnimap-request-thread): Force dependency updating.
1764
1765         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1766         (gnus-summary-refer-thread): Rework to improve thread-referral.
1767
1768         * gnus-int.el (gnus-warp-to-article): New function.
1769
1770         * gnus-sum.el (gnus-summary-article-map): Bind it.
1771
1772 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1773
1774         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1775         gnus-summary-refer-thread.
1776
1777         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1778         headers.
1779         (gnus-summary-limit-include-thread): Prevent articles in thread from
1780         being cut in gnus-cut-threads.
1781         (gnus-summary-refer-thread): Limit retrieved headers to those in
1782         thread.
1783
1784 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * message.el (message-send-mail): Use the value of
1787         message-courtesy-message from the message buffer.
1788
1789         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1790
1791         * shr.el (shr-browse-url): Implement mailto: URLs.
1792
1793         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1794         "raw".
1795
1796         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1797         if it's already selected.
1798
1799         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1800
1801 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1804         to measure the length and truncate alt text.
1805
1806 2010-11-03  Glenn Morris  <rgm@gnu.org>
1807
1808         * nndiary.el (nndiary-generate-nov-databases-1)
1809         (nndiary-generate-active-info): Rename dynamic variable `files' to
1810         something less generic.
1811
1812 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1813
1814         * nnir.el (nnir-request-move-article): Call the underlying backend to
1815         move articles from nnir.
1816
1817 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1820
1821 2010-11-02  Julien Danjou  <julien@danjou.info>
1822
1823         * nnir.el: Remove wais support.
1824
1825 2010-11-02  Glenn Morris  <rgm@gnu.org>
1826
1827         * gnus-html.el: Reorder requirements to quieten compiler.
1828
1829 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1832         properly for XEmacs as well.
1833         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1834         (gnus-article-natural-long-line-p): Use window-width rather than
1835         frame-width.
1836
1837 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1838
1839         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1840         (nnir-read-parms): Don't modify query.
1841         (nnir-run-query): Add ability to search topic on current line.
1842         (nnir-get-active): Clean up.
1843
1844 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1847         degenerate articles.
1848
1849         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1850         (gnus-print-buffer): Just print the buffer as is, without any copying
1851         to a buffer and then re-highlighting.
1852
1853         * nnimap.el (nnimap-request-group): Store the new updated info.
1854         (nnimap-request-group): Select the group when we don't know whether it
1855         exists or not.
1856
1857         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1858         groups.
1859
1860         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1861         groups.
1862
1863         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1864         groups.
1865
1866         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1867         long-lines case by only filling the long lines.
1868
1869         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1870         (bug #7311).
1871
1872 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * shr.el: No need to declare `declare-function' since shr.el is for
1875         only Emacsen that provide `libxml-parse-html-region'.
1876
1877         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1878         effective only in a file it is referred to.
1879
1880 2010-11-01  Glenn Morris  <rgm@gnu.org>
1881
1882         * mm-util.el (gnus-completing-read): Autoload.
1883         (mm-read-coding-system): Simplify Emacs definition.
1884
1885         * nnmail.el (gnus-activate-group):
1886         * nnimap.el (gnutls-negotiate):
1887         * nntp.el (netrc-parse): Fix declarations.
1888
1889 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1892         string-match-p in Emacs >=23.
1893
1894         * gnus-msg.el (gnus-configure-posting-styles)
1895         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1896
1897 2010-11-01  Glenn Morris  <rgm@gnu.org>
1898
1899         * nnir.el (declare-function): Add compat stub.
1900         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1901         (nnir-run-gmane): Require 'mm-url.
1902
1903         * mm-util.el (mm-string-to-multibyte): Simplify.
1904
1905         * shr.el (declare-function): Add compat stub.
1906         (url-cache-create-filename): Declare.
1907         (mm-disable-multibyte, widget-convert-button): Autoload.
1908
1909         * smime.el (ldap-search): Declare.
1910         (smime-cert-by-ldap-1): Require ldap on Emacs.
1911
1912         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1913         (nnimap-keepalive): Use gnus-float-time.
1914
1915         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1916         (mail-source-delete-crash-box): Use gnus-float-time.
1917
1918         * gnus-dired.el (gnus-completing-read): Autoload.
1919
1920         * mm-view.el (gnus-rescale-image): Autoload.
1921
1922         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1923
1924         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1925
1926         * sieve-manage.el: Require 'cl when compiling.
1927
1928         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1929         (gnus-iswitchb-completing-read): Require iswitchb.
1930         (gnus-select-frame-set-input-focus): Silence compiler.
1931
1932 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * message.el (message-subject-trailing-was-query): Change default to t,
1935         since I think that's what most people want.
1936
1937         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1938         appending for easier debugging.
1939         (nnimap-wait-for-connection): Take a regexp.
1940         (nnimap-request-accept-article): Wait for the continuation line before
1941         sending anything unless we're streaming.
1942
1943         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1944         leave the header washing to take place.
1945
1946 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1947
1948         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1949         regular expression match and replace in posting styles.
1950
1951 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1952
1953         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1954         an entire server.
1955         (nnir-get-active): New function.
1956         (nnir-run-imap): Use it.
1957         (nnir-run-gmane): Who knew, gmane search returns an article score!
1958
1959         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1960         server on the current line with nnir.
1961
1962 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1965         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1966         left edge.
1967         (gnus-article-foldable-buffer): Skip past the prefix when determining
1968         raggedness.
1969
1970         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1971         the raw article, and change `C-u g' to show the article without doing
1972         treatments.
1973
1974         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1975         on to `gnus-treat-article'.
1976         (gnus-inhibit-article-treatments): New variable.
1977
1978         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1979
1980         * gnus-art.el (gnus-treatment-function-alist): Have
1981         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1982         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1983         sections.
1984
1985         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1986         parameter.
1987         (gnus-article-fill-cited-long-lines): New function.
1988         (gnus-article-fill-cited-article): Allow filling only long sections.
1989
1990         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1991         and non-punctuation (like after the apostrophe in "'We").
1992
1993         * gnus-sum.el (gnus-summary-select-article): Make sure
1994         gnus-original-article-buffer is alive.
1995
1996         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1997         reflect the order they're in in the digest.
1998
1999         * gnus.el (gnus-group-startup-message): Move point to the start of the
2000         buffer.
2001
2002         * nnimap.el (nnimap-capability): New function.
2003         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2004         is set.
2005
2006 2010-10-31  David Engster  <dengste@eml.cc>
2007
2008         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2009         conform with changes to gnus-completing-read.
2010
2011 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2014
2015 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2016
2017         * nnir.el: Move defvar, defcustom around to keep file organized
2018         and keep byte-compiler quiet.
2019         (nnir-read-parms): Accept search-engine as arg.
2020         (nnir-run-query): Pass search-engine as arg.
2021         (nnir-search-engine): Remove.
2022
2023 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * shr.el (shr-generic): The text nodes should be text, not :text.
2026
2027         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2028         later in the file.
2029
2030 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2031
2032         * nnir.el: General clean up.  Allow searching with multiple engines.
2033         Allow separate extra-parameters for each engine.
2034         Batch queries when possible.
2035         (nnir-imap-default-search-key,nnir-method-default-engines):
2036         Add customize interface.
2037         (nnir-run-gmane): New engine.
2038         (nnir-engines): Use it.  Qualify all prompts with engine name.
2039         (nnir-search-engine): Remove global variable.
2040         (nnir-run-hyrex): Restore for now.
2041         (nnir-extra-parms,nnir-search-history): New variables.
2042         (gnus-group-make-nnir-group): Use them.
2043         (nnir-group-server): Remove in favor of gnus-group-server.
2044         (nnir-request-group): Avoid searching twice.
2045         (nnir-sort-groups-by-server): New function.
2046
2047 2010-10-30  Julien Danjou  <julien@danjou.info>
2048
2049         * gnus-group.el: Remove gnus-group-fetch-control.
2050
2051         * gnus-start.el (gnus-find-new-newsgroups):
2052         Remove gnus-check-first-time-used.
2053
2054         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2055
2056 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2057
2058         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2059         set on groups that don't have \* permanentflags.
2060
2061 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2064         control the background color.
2065         (shr-tag-img): Ignore very small web bug type images.
2066         (shr-put-image): Add help-echo alt texts to the images.
2067         (shr-tag-video): Show the video poster image.
2068
2069 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * shr.el (shr-table-depth): New variable.
2072         (shr-tag-table-1): Only insert the images after the top-level table.
2073
2074         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2075
2076         * gnus-util.el (gnus-list-memq-of-list): New function.
2077
2078         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2079         selected.
2080         (nnimap-unsplittable-articles): New slot.
2081         (nnimap-new-articles): Use it.
2082
2083 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2084
2085         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2086         move to the previous line on `M-g'.
2087
2088 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2091         *-request-group, which seems unnecessary.
2092
2093         * nnimap.el (nnimap-quote-specials): Function copied over from
2094         imap.el.
2095         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2096         they support that.  Suggested by Tom Regner.
2097
2098 2010-10-29  Julien Danjou  <julien@danjou.info>
2099
2100         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2101         defalias.
2102         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2103
2104         * gnus.el: Remove `gnus-nntp-service' variable.
2105         (gnus-secondary-servers): Make obsolete.
2106         (gnus-nntp-server): Make obsolete.
2107
2108         * gnus-start.el (gnus-1): Remove x-splash calls.
2109
2110         * gnus-ems.el (gnus-x-splash): Remove.
2111
2112         * gnus.el (gnus-group-startup-message): Simplify/update code.
2113
2114         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2115         definition.
2116
2117         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2118         capability before doing anything.
2119         (gnus-group-insert-group-line): Remove useless
2120         gnus-group-remove-excess-properties.
2121
2122 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2125
2126 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2129         config after reselecting.
2130
2131 2010-10-28  Julien Danjou  <julien@danjou.info>
2132
2133         * shr.el (shr-put-image): Use point even if only inserting text.
2134         (shr-put-image): Save excursion when inserting alt text on non-graphic
2135         display, so the behaviour is the same when we are on a graphic display.
2136
2137         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2138
2139 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2142         (gnus-mime-copy-part): Check coding system, not charset.
2143         (gnus-mime-view-part-externally): Never remove part.
2144         (gnus-mime-view-part-internally): Don't remove part here.
2145         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2146         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2147         multipart/alternative.
2148
2149         * mm-decode.el (mm-display-part): Take optional arg `force'.
2150
2151 2010-10-26  Julien Danjou  <julien@danjou.info>
2152
2153         * gnus-group.el (gnus-group-default-list-level): Add this function to
2154         compute the default list level.
2155         (gnus-group-default-list-level): Add possibility to use a function.
2156
2157 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2160
2161         * gnus-group.el (gnus-group-completing-read)
2162         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2163         gnus-replace-in-string.
2164
2165 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * shr.el (shr-tag-div): Add.
2168
2169         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2170
2171 2010-10-25  Julien Danjou  <julien@danjou.info>
2172
2173         * gnus-util.el: Remove `gnus-with-local-quit'.
2174
2175         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2176
2177 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2180         the original article buffer.
2181
2182 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * nnimap.el (nnimap-request-head): New function.
2185         (nnimap-request-move-article): Try to be slighly faster by not
2186         requesting the entire message when moving.
2187         (nnimap-transform-headers): Don't bug out on bodiless articles.
2188         (nnimap-send-command): Have no outstanding messages if the IMAP server
2189         doesn't support streaming.
2190         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2191
2192 2010-10-24  Julien Danjou  <julien@danjou.info>
2193
2194         * message.el (message-default-headers): Fix type.
2195
2196 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2199         prefetching images.
2200
2201         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2202         backend for unknown groups.  This is mainly useful for nnimap groups.
2203
2204         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2205         group isn't covered by the agent.
2206
2207 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2208
2209         * nnir.el (nnir-method-default-engines): New variable.
2210         (nnir-run-query): Use it.
2211         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2212         (gnus-summary-nnir-goto-thread): Change group if needed.
2213
2214         * gnus-group.el (gnus-group-group-map): Add key binding for
2215         gnus-group-make-nnir-group.
2216
2217 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * shr.el (shr-tag-object): Add.
2220
2221         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2222         original article buffer live.
2223         (gnus-summary-select-article-buffer):
2224         Mention gnus-widen-article-buffer.
2225
2226 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * shr.el (shr-tag-strong): Add.
2229
2230 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2233         group names.  They mess up the group buffer badly.
2234
2235         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2236
2237         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2238         instead of the summary one.
2239
2240 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * mml.el (mml-preview): Work properly when editing article.
2243
2244         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2245         gnus-have-read-active-file if it's already been in.
2246
2247 2010-10-22  Tom Tromey  <tromey@redhat.com>
2248
2249         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2250         gnus-group-completing-read.
2251
2252 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * message.el (message-mode-map): Don't bind M-; to comment region, to
2255         allow the global comment-dwim to work.
2256
2257 2010-10-21  Julien Danjou  <julien@danjou.info>
2258
2259         * message.el (message-setup-1): Allow message-default-headers to be a
2260         function.
2261
2262 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * shr.el (shr-tag-table): Simplify.
2265
2266 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2269         to avoid trying to snarf invalid stuff.
2270
2271         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2272
2273         * gnus.el (gnus-message-archive-group): Quote value.
2274         (gnus-message-archive-group): Mark as changed.
2275
2276         * shr.el (shr-add-font): Don't put the font properties on the newline
2277         or the indentation.
2278
2279         * message.el (message-fix-before-sending): Change options when sending
2280         non-printable characters.
2281
2282         * gnus.el (gnus-message-archive-method): Change the default to
2283         monthly outgoing groups.
2284
2285         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2286         that have gotten new numbers.
2287
2288         * nnimap.el (nnimap-request-replace-article): New function.
2289
2290 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2293         (nnrss-request-article): Don't use special html washing code.
2294
2295 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * shr.el (shr-tag-table): Remove useless nconc.
2298
2299 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-art.el (article-wash-html): Simplify and remove the charset
2302         stuff.  Use the normal html rendering code instead of the special html
2303         washing code.
2304
2305         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2306         `gnus-w3m' symbols.
2307         (mm-text-html-washer-alist): Remove.
2308
2309         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2310         (mm-inline-media-tests): Remove use.
2311         (mm-text-html-renderer): Change default to the `shr' symbol.
2312
2313         * mm-view.el (mm-inline-text-html): Remove use.
2314
2315         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2316         `gnus-blocked-images' to be a function.
2317         (gnus-article-wash-function): Remove.
2318
2319 2010-10-20  Julien Danjou  <julien@danjou.info>
2320
2321         * spam.el (spam-list-of-processors): Mark as obsolete.
2322
2323         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2324         (nnimap-insert-partial-structure): Fix boundary detection.
2325
2326 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2327
2328         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2329         run file-truename on remote files.  This can be expensive and even
2330         prevent one from editing drafts if some unrelated buffer has a stale
2331         connection.
2332
2333 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2336         kinsoku-eol regardless of shr-kinsoku-shorten.
2337         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2338         (shr-tag-table): Support caption, thead, and tfoot.
2339
2340 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2343         lines.
2344         (shr-save-contents): New command and keystroke.
2345
2346         * nndoc.el (nndoc-type-alist): Add git support.
2347         (nndoc-git-type-p): New function.
2348         (nndoc-transform-git-article): Ditto.
2349         (nndoc-transform-git-headers): Ditto.
2350         (nndoc-transform-git-headers): Generate Subject headers.
2351
2352         * shr.el (shr-parse-style): New function.
2353         (shr-tag-span): Ditto.
2354
2355         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2356         to `G G' to avoid collisions.
2357
2358 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * shr.el: Load kinsoku if necessary.
2361         (shr-kinsoku-shorten): New internal variable.
2362         (shr-find-fill-point): Make kinsoku shorten text line if
2363         shr-kinsoku-shorten is bound to non-nil.
2364         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2365         shr-indentation too when testing if table is wider than frame width.
2366         (shr-insert-table): Use `string-width' instead of `length' to measure
2367         text width.
2368         (shr-insert-table-ruler): Make sure indentation is done at bol.
2369
2370 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2371
2372         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2373         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2374         undecoded network data.
2375
2376 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2379         name in the mode line spec so that the mode line menu works
2380         (bug #2431).
2381
2382         * message.el (message-get-reply-headers): If we're fed `to-address',
2383         then always use that.
2384
2385         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2386         aren't so wide as to need to switch off the edit menu.
2387
2388         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2389         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2390
2391         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2392         `M-g'.
2393         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2394         the permanent marks.
2395
2396 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2397
2398         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2399         Splitting according to references/in-reply-to obeys the ignore-groups
2400         variable, while splitting by sender and subject do not.
2401
2402 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2405         alist, so that we can look for non-Unicode chars.
2406         (article-translate-strings): Allow both character and string maps.
2407
2408 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * shr.el (shr-insert): Don't insert space behind a wide character
2411         categorized as kinsoku-bol, or between characters both categorized as
2412         nospace.
2413
2414 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2415
2416         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2417         headers to gnus-newsgroup-headers.
2418
2419 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * shr.el (shr-tag-img): Don't align images -- since we're not
2422         rescaling, this often leads to ugly displays.
2423
2424 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2425
2426         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2427         duplicates.
2428
2429 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2430
2431         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2432         call.
2433
2434 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * gnus.el: Autoload gnus-html-show-images.
2437
2438         * nnimap.el: Use nnheader-message throughout.
2439
2440         * shr.el (shr-tag-img): Ignore images with no data.
2441
2442 2010-10-15  Julien Danjou  <julien@danjou.info>
2443
2444         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2445         a possibility to disable format=flow encoding when using hard newlines.
2446
2447 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * shr.el (shr-insert): Remove space inserted before or after a
2450         breakable character or at the beginning or the end of a line.
2451         (shr-find-fill-point): Do kinsoku; find the second best point or give
2452         it up if there's no breakable point.
2453
2454 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * nnimap.el (nnimap-open-connection): Message when opening connection
2457         for debugging purposes.
2458
2459         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2460         on every setup buffer call to allow this to change from article to
2461         article.
2462
2463         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2464         buffers where we have a wide table.
2465
2466 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2467
2468         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2469         uses *-request-thread.
2470
2471 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2474         incantation, which is no longer valid.
2475
2476 2010-10-14  Julien Danjou  <julien@danjou.info>
2477
2478         * shr.el: Fix defcustom type (char -> character).
2479
2480 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2483         programs.
2484
2485 2010-10-14  Julien Danjou  <julien@danjou.info>
2486
2487         * shr.el (shr-tag-a): Use url-link as widget type.
2488
2489         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2490         `gnus-group-get-icon'.
2491
2492 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2495         This should make server editing work better.
2496
2497         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2498
2499         * tls.el (tls-program): Remove spurious %s from openssl.
2500
2501         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2502         (nnimap-parse-flags): Fix regexp.
2503
2504         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2505         probably work for CJVK text, too.
2506
2507         * nnimap.el (nnimap-extend-tls-programs): Remove.
2508         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2509
2510         * tls.el (tls-starttls-switches): Remove starttls hack.
2511         (open-tls-stream): Ditto.
2512         (tls-find-starttls-argument): Ditto.
2513
2514 2010-10-13  Julien Danjou  <julien@danjou.info>
2515
2516         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2517         responses.
2518
2519 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2522
2523         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2524         anything in Emacs.
2525
2526         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2527
2528 2010-10-13  Julien Danjou  <julien@danjou.info>
2529
2530         * shr.el (shr-width): Make shr-width a defcustom with default to
2531         fill-column.
2532         (shr-tag-img): Use shr-width rather than fill-column.
2533
2534 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * dgnushack.el (byte-optimize-apply)
2537         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2538
2539         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2540         position when (X-)Faces exist.
2541         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2542         avatars when called interactively.
2543
2544 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2547         gnus-article-x-face-too-ugly is bound.
2548
2549 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2552
2553         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2554         mailbox that doesn't exist.
2555
2556 2010-10-12  Julien Danjou  <julien@danjou.info>
2557
2558         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2559         (shr-get-image-data): Encode URL properly when fetching from cache.
2560         (shr-tag-img): Use aligned-to spaces to align correctly images.
2561
2562         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2563         before inserting the Gravatar.
2564
2565         * shr.el (shr-tag-img): Add align attribute support for <img>.
2566
2567 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * gnus-gravatar.el (gnus-art): Require.
2570
2571         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2572         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2573         Remove long obsoleted functions.
2574
2575 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2578
2579         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2580
2581         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2582         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2583         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2584         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2585         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2586         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2587         * sieve-manage.el, smime.el, spam.el:
2588         Fix comment for declare-function.
2589
2590 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * nnimap.el (nnimap-request-rename-group): Select group read-only
2593         before renaming it.
2594
2595         * shr.el (shr-insert): Fix up the white space only regexp.
2596
2597         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2598         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2599
2600         * shr.el (shr-current-column): New function.
2601         (shr-find-fill-point): New function.
2602
2603 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2604
2605         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2606         numbers.
2607
2608 2010-10-11  Julien Danjou  <julien@danjou.info>
2609
2610         * shr.el (shr-hr-line): Add.
2611         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2612         display hr lines.
2613         (shr-max-columns): Do not change state to nil if we just inserting
2614         spaces.
2615
2616 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2619         select the last group.
2620
2621 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2624
2625 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2626
2627         * dig.el (dig-mode-map): Declare and define in one step.
2628
2629 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2632         for Gnus.
2633         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2634         (nnimap-update-qresync-info): Mark \Seen articles as read.
2635
2636         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2637         non-variable, too.
2638
2639         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2640         available.
2641         (nnimap-update-info): Rely more on the current active than the param
2642         active to avoid marking articles as read too much.
2643
2644         * auth-source.el (auth-source-create): Use (user-login-name) for the
2645         user name default.
2646
2647         * nnimap.el (nnimap-update-info): If the server doesn't return any
2648         useful info, just use the previous info.
2649         (nnimap-update-info): Prefer old info over start-article.
2650         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2651
2652 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2653
2654         * nnir.el (autoload): Clean up autoloads.
2655         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2656         Use key rather than value.
2657         (nnir-imap-search-other): New variable.
2658         (nnir-read-parm): Use it.
2659         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2660         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2661
2662 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2663
2664         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2665         the process, too.
2666
2667 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * spam.el (gnus-summary-mode-map): Bind to "$".
2670         Suggested by Russ Allbery.
2671
2672         * shr.el: Rework the way things are indented by <li> slightly.
2673
2674         * gnus.el (gnus-group-set-parameter): Fix typo.
2675
2676         * nnimap.el: Start implementing QRESYNC support.
2677
2678 2010-10-09  Julien Danjou  <julien@danjou.info>
2679
2680         * nnir.el (nnir-engines): Fix too many arguments.
2681
2682 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2685         group is the "last", so that the backends like nnfolder actually save
2686         their folders.
2687
2688         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2689         try to use that for the tls stream.
2690         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2691         UIDVALIDITY and find out which groups are read-only and not.
2692         (nnimap-get-flags): Use the same marks parsing code as the rest of
2693         nnimap.
2694
2695 2010-10-09  Julien Danjou  <julien@danjou.info>
2696
2697         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2698
2699         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2700         retrieving gravatars.
2701
2702         * shr.el (shr-table-corner): Add.
2703         (shr-table-line): Add.
2704         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2705
2706 2010-10-08  Julien Danjou  <julien@danjou.info>
2707
2708         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2709
2710 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2711
2712         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2713
2714         * gnus-sum.el (gnus-mark-article-as-unread)
2715         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2716         (gnus-summary-set-bookmark): Use it.
2717
2718         * gnus-msg.el (gnus-setup-message): Use it.
2719
2720         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2721
2722         * gnus.el (gnus-group-remove-parameter): Use it.
2723
2724         * gnus-group.el (gnus-group-make-web-group): Use it.
2725
2726         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2727
2728         * nnregistry.el: Update docs to mention manual.
2729
2730         * gnus-registry.el: Update docs to mention nnregistry.el.
2731         (gnus-registry-initialize): Don't install nnregistry refer method
2732         automatically.
2733         (gnus-registry-install-nnregistry): Remove it.
2734
2735 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * shr.el (shr-insert): Don't insert double spaces.
2738
2739 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-gravatar.el (gnus-treat-from-gravatar)
2742         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2743         called interactively.
2744
2745         * gnus-art.el (gnus-mime-view-part-externally)
2746         (gnus-mime-view-part-internally): Make predicate function passed to
2747         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2748         of a mime type.
2749
2750         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2751
2752 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * shr.el (require): Require cl when compiling.
2755         (shr-tag-hr): New function.
2756
2757         * nnimap.el (nnimap-update-info): Remove double setting of high.
2758         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2759         This makes nnimap work properly on Courier again.
2760
2761         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2762         the variable for backwards compatability.
2763
2764         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2765         the file name before using to avoid setting mm-default-directory to
2766         nil.
2767
2768         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2769         bidning gnus-agent variables.
2770
2771         * shr.el (shr-render-td): Use a cache for the table rendering function
2772         to avoid getting an exponential rendering behaviour in nested tables.
2773         (shr-insert): Rework the line-breaking algorithm.
2774         (shr-insert): Don't leave trailing spaces.
2775         (shr-insert-table): Also insert empty TDs.
2776         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2777
2778 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2779
2780         * gnus-sum.el (gnus-number): Rename from `number'.
2781         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2782         (gnus-summary-limit-children): Update uses correspondingly.
2783
2784 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2787         (gnus-gravatar-transform-address): Don't show avatars of people of
2788         which mail addresses match gnus-gravatar-too-ugly.
2789
2790 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * shr.el (shr-table-widths): Expand TD elements to fill available
2793         space.
2794
2795 2010-10-07  Julien Danjou  <julien@danjou.info>
2796
2797         * nnimap.el (nnimap-request-rename-group): Add this method.
2798
2799 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2802         name from XEmacs' function-arglist.
2803
2804         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2805         gravatar under XEmacs.
2806
2807 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * auth-source.el: Update docs with TODO items.
2810
2811         * gnus-sync.el: Update docs to explain state and plans.
2812
2813         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2814         Hooks for mark updates.
2815         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2816
2817         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2818         hooks with arguments, which is needed for mark update hooks.
2819
2820 2010-10-06  Julien Danjou  <julien@danjou.info>
2821
2822         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2823         was matched.
2824
2825         * sieve-manage.el: Update example in `Commentary'.
2826
2827         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2828
2829         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2830         not 2000.
2831         (sieve-manage-authenticate): Re-add function.
2832
2833 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * shr.el (shr-insert): Get 'space transition right.
2836         (shr-render-td): Only delete space at the end of the TD.
2837
2838         * nnimap.el (nnimap-open-connection): Prepare to support
2839         open-gnutls-stream.
2840
2841         * shr.el: Rearrange function order to be more logical.
2842
2843 2010-10-06  Julien Danjou  <julien@danjou.info>
2844
2845         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2846         (nnrss-discover-feed): Remove 404 URL in docstring.
2847
2848         * nnir.el: Fix Swish-E URL.
2849         Fix Namazu URL.
2850
2851         * message.el (message-change-subject): Remove 404 URL in a comment.
2852
2853 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2856         called interactively.
2857
2858         * gnus-util.el (gnus-remove-if): Allow hash table.
2859         (gnus-remove-if-not): New function.
2860
2861         * gnus-art.el (gnus-mime-view-part-as-type)
2862         * gnus-score.el (gnus-summary-score-effect)
2863         * gnus-sum.el (gnus-read-move-group-name):
2864         Replace remove-if-not with gnus-remove-if-not.
2865
2866         * gnus-group.el (gnus-group-completing-read):
2867         Regard collection as a hash table if it is not a list.
2868
2869 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2872
2873         * shr.el: Document the table-rendering algorithm.
2874
2875 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2878         for Emacsen having no `libxml-parse-html-region' support.
2879
2880 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2883         invalid URLs.
2884
2885         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2886         line-broken.
2887         (shr-tag-img): Ignore image fetching errors.
2888         (shr-overlays-in-region): Compute overlay positions correctly.
2889
2890         * mm-decode.el (mm-shr): Require shr.
2891
2892         * gnus-art.el (gnus-blocked-images): Move variable here.
2893
2894         * shr.el (shr-insert-table): Bind free variable.
2895
2896         * mm-decode.el (mm-shr): Bind shr-content-function.
2897
2898         * shr.el (shr-content-function): New variable.
2899
2900         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2901         added for symmetry.
2902
2903         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2904
2905         * gnus-group.el (gnus-group-make-group): Doc fix.
2906
2907         * nnimap.el (nnimap-request-newgroups): Return success.
2908
2909         * shr.el (shr-find-elements): New function.
2910         (shr-tag-table): Put all the images after the table.
2911         (shr-tag-table): Really inhibit images inside the table.
2912         (shr-collect-overlays): Copy over overlays from the TD elements to the
2913         main document.
2914
2915         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2916         gnus-blocked-images.
2917
2918 2010-10-05  Julien Danjou  <julien@danjou.info>
2919
2920         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2921
2922         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2923         (gnus-html-maximum-image-size): Add this function.
2924         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2925
2926         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2927         server-value of the capability is nil.
2928
2929 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * shr.el (shr-tag-em): Add <EM> tag.
2932
2933 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2934
2935         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2936         customizable.
2937
2938         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2939         handing broken links to browse-url.
2940
2941 2010-10-05  Julien Danjou  <julien@danjou.info>
2942
2943         * gnus-util.el (gnus-emacs-completing-read)
2944         (gnus-iswitchb-completing-read): Use autoload rather than require.
2945
2946 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2949         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2950         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2951         iswitchb-temp-buflist for XEmacs.
2952
2953         * gnus-util.el (gnus-completing-read-function): Exclude
2954         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2955         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2956         XEmacs.
2957
2958         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2959         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2960
2961         * gnus-html.el: Don't require help-fns under XEmacs.
2962         (gnus-html-schedule-image-fetching): Work for XEmacs.
2963
2964         * mm-decode.el (mm-shr): Decode contents by charset.
2965
2966 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2969         unknown.
2970
2971         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2972         (shr-get-image-data): Ensure against the cache file missing.
2973
2974         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2975         for data.
2976
2977         * spam-report.el (spam-report-url-ping-plain): Don't query about
2978         killing the process.
2979
2980         * shr.el (shr-render-td): Protect against too-wide text.
2981
2982 2010-10-04  Julien Danjou  <julien@danjou.info>
2983
2984         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2985         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2986
2987         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2988         retrieved.
2989
2990 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * shr.el (browse-url): Require.
2993         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2994         lines.
2995         (shr-show-alt-text, shr-browse-image): New commands.
2996         (shr-browse-url, shr-copy-url): New commands.
2997
2998         * gnus-sum.el (gnus-widen-article-window): New variable.
2999         (gnus-summary-select-article-buffer): Use it.
3000
3001         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3002         without @ signs.
3003
3004 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3005
3006         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3007
3008 2010-10-04  Julien Danjou  <julien@danjou.info>
3009
3010         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3011         for XEmacs.
3012
3013 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3016
3017         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3018         (nnimap-close-server): Implement.
3019
3020         * dgnushack.el (iswitchb): Require to shut up the compiler.
3021
3022         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3023         (shr-insert): Tweak line breaking.
3024         (shr-insert): Handle <pre> better.
3025         (shr-tag-li): Get <li> indentation right.
3026         (shr-tag-li): Get <li> indentation even righter.
3027         (shr-tag-blockquote): Ensure paragraph start.
3028         (shr-make-table): Tweak table generation.
3029         (shr-make-table): Fix typo.
3030
3031         * shr.el: Implement table rendering.
3032
3033 2010-10-04  Julien Danjou  <julien@danjou.info>
3034
3035         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3036
3037 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * shr.el (shr-insert): Use string anchors instead of line anchors.
3040
3041 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * shr.el: Add headings.
3044         (shr-ensure-paragraph): Actually work.
3045         (shr-tag-li): Make <ul> prettier.
3046         (shr-insert): Get white space at the beginning/end of elements right.
3047         (shr-tag-p): Collapse subsequent <p>s.
3048         (shr-ensure-paragraph): Don't insert double line feeds after blank
3049         lines.
3050         (shr-insert): \t is also space.
3051         (shr-tag-s): Fix "s" tag name function.
3052         (shr-tag-s): Fix face prop name.
3053
3054 2010-10-03  Julien Danjou  <julien@danjou.info>
3055
3056         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3057
3058         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3059         gnus-window-inside-pixel-edges.
3060
3061         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3062         gnus-ems.
3063
3064         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3065
3066         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3067         function.
3068
3069         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3070         resize choice.
3071
3072 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3075         beginning of the buffer.
3076
3077         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3078         article buffer again.
3079
3080         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3081
3082         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3083         when it's at the start of the buffer.
3084
3085         * shr.el (shr-tag-blockquote): Convert name.
3086         (shr-rescale-image): Use the right image-size variant.
3087
3088         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3089         buffer isn't shown, then select the current article first instead of
3090         bugging out.
3091         (gnus-summary-select-article-buffer): Show both the article and summary
3092         buffers again.
3093
3094         * shr.el (shr-fontize-cont): Protect against regions with no text.
3095         Rename tag functions to shr-tag-* for enhanced security.
3096         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3097
3098 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3099
3100         * shr.el (shr-insert):
3101         * pop3.el (pop3-movemail):
3102         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3103         loaded.
3104
3105 2010-10-03  Glenn Morris  <rgm@gnu.org>
3106
3107         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3108
3109         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3110
3111         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3112
3113         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3114
3115         * gnus-util.el (gnus-make-local-hook): Simplify.
3116
3117 2010-10-02  Julien Danjou  <julien@danjou.info>
3118
3119         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3120         (gnus-ido-completing-read): New function.
3121         (gnus-emacs-completing-read): New function.
3122         (gnus-completing-read): Use gnus-completing-read-function.
3123         Add gnus-completing-read-function.
3124
3125 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * shr.el (shr-insert-document): Autoload.
3128         (shr-img): Be silent.
3129         (shr-insert): Add a newline after every picture before text.
3130         (shr-add-font): Use overlays for combining faces.
3131         (shr-insert): Pass upwards the text start point.
3132
3133         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3134         possible.
3135         (mm-shr): New function.
3136
3137 2010-10-02  Julien Danjou  <julien@danjou.info>
3138
3139         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3140         should go backward.
3141
3142 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3143
3144         * shr.el (shr): Fix typo in provide call.
3145
3146 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * shr.el: New file.
3149
3150         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3151
3152         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3153         completing read.
3154
3155 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3158         we're being queried about.  Suggested by Dan Jacobson.
3159
3160         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3161         Suggested by Jason Eisner.
3162
3163         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3164         table, too.  Suggested by Stefan Wiens.
3165         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3166         the table unnecessary.  Suggested by Stefan Wiens.
3167
3168         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3169         longer needed, and probably doesn't work either, as pointed out by
3170         Stefan Wiens.
3171         (gnus-summary-exit): Remove call to the clearing function.
3172         (gnus-summary-exit-no-update): Ditto.
3173
3174         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3175         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3176         Reported by Stefan Monnier.
3177         (gnus-summary-save-in-rmail): Ditto.
3178
3179         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3180         article buffer, instead of both the article buffer and the summary
3181         buffer.  Sort of suggested by Dan Jacobson.
3182
3183         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3184
3185         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3186         Suggested by Dan Jacobson.
3187
3188         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3189         documentation clearer.
3190
3191         * message.el (message-shorten-references): Comment on the number "21".
3192         Suggested by Stefan Monnier.
3193
3194         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3195         Suggested by Dan Jacobson.
3196
3197         * gnus.el (gnus-large-newsgroup):
3198         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3199
3200         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3201         externalize attachments.  Bug reported by Steve Wen.
3202
3203         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3204         really message anything to the user.
3205
3206         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3207         directly.
3208
3209         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3210         messages in empty groups.
3211
3212 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3213
3214         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3215         non-UIDNEXT group.
3216
3217 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3220         not the value from the collection.
3221
3222         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3223         values.  This sometimes happens on some groups that have no info.
3224         (nnimap-request-newgroups): New function.
3225
3226 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3229         check into `gnus-registry-initialize'.
3230         (gnus-registry-initialize): Ditto.
3231         Fix and extend header docs.
3232
3233 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3236         regexp backtrace overflows.
3237
3238         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3239         for starttls that tls.el implements; i.e. openssl.
3240
3241         * tls.el (tls-starttls-switches): Give up on using starttls with
3242         gnutls-cli.
3243         (tls-program): Add --insecure to be consistent with the defaults from
3244         openssl s_client.  Now all three commands are insecure.
3245
3246 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * lpath.el: Bind completion-styles-alist for XEmacs.
3249
3250         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3251         (gravatar-create-image): New function that's an alias to
3252         gnus-xmas-create-image, gnus-create-image, or create-image.
3253         (gravatar-data->image): Use it.
3254
3255 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3256
3257         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3258         install the nnregistry refer method.
3259         (gnus-registry-install-hooks): Use it.
3260         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3261         unfollowed groups.
3262
3263 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3264
3265         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3266         expanding threads.
3267
3268 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * nnir.el: Use the server names without suffixes (bug #7009).
3271
3272         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3273         unencrypted to STARTTLS, if possible.
3274
3275 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3276
3277         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3278         headers before superseding.
3279
3280 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * nnrss.el (nnrss-use-local): Add documentation.
3283
3284         * nnimap.el (nnimap-extend-tls-programs): New function.
3285         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3286         (nnimap-wait-for-connection): Accept the greeting from the stupid
3287         output from openssl s_client -starttls, too.
3288
3289         * tls.el (tls-starttls-switches): New variable.
3290         (tls-find-starttls-argument): Use it.
3291         (open-tls-stream): Ditto.
3292
3293         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3294         (netrc-machine): Ditto.
3295
3296         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3297         article number.
3298         (nnimap-split-fancy): New variable.
3299         (nnimap-split-incoming-mail): Use it.
3300
3301         * nntp.el (nntp-server-list-active-group): Document.
3302
3303         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3304         SELECT to get the message-id.
3305
3306         * mail-source.el (mail-sources): Remove webmail support.
3307         (defvar): Ditto.
3308         (mail-source-fetcher-alist): Ditto.
3309         (mail-source-fetch-webmail): Remove.
3310
3311         * webmail.el: Remove -- doesn't seem relevant any more.
3312
3313         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3314
3315         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3316         the \r.
3317
3318 2010-09-30  Julien Danjou  <julien@danjou.info>
3319
3320         * gnus-agent.el (gnus-agent-add-group): Fix call to
3321         gnus-completing-read.
3322
3323 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * nndoc.el (nndoc-retrieve-groups): New function.
3326
3327         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3328         `default', use nnmail-split-methods.
3329         (nnimap-request-article): Downcase the NILs so that they are nil.
3330
3331         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3332         symbol.
3333
3334         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3335         code, since if the user has requested network, that's what they ought
3336         to get.
3337         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3338         (nnimap-split-rule): Mark as obsolete.
3339
3340         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3341         New variable.
3342
3343         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3344         correct slot, too.
3345
3346 2010-09-29  Julien Danjou  <julien@danjou.info>
3347
3348         * gnus.el (gnus-local-domain): Declare variable obsolete.
3349
3350         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3351         Fix history computing.
3352         (gnus-ido-completing-read): Require ido.
3353
3354 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3357         build Gnus.
3358
3359         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3360         when interpreting the structures.
3361         (nnimap-request-accept-article): Add \r\n to the lines to make this
3362         work with Cyrus.
3363
3364         * nndraft.el (nndraft-request-expire-articles): Use the group name
3365         instead if "nndraft".  Fix found by Nils Ackermann.
3366
3367 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3368
3369         * nnregistry.el: Add.
3370
3371 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3372
3373         * nnmail.el (group, group-art-list, group-art):
3374         Remove unneeded directives.
3375
3376 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3379         (mm-mime-charset)
3380         * rfc2047.el (rfc2047-syntax-table)
3381         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3382
3383         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3384         rather than `insert-file-contents' and `eval-region'.
3385
3386         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3387         construction.
3388
3389         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3390
3391         * time-date.el: No need to require cl for Emacs 21.
3392
3393 2010-09-29  Julien Danjou  <julien@danjou.info>
3394
3395         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3396         replacement of `gnus-gravatar-relief' to mimic
3397         `gnus-faces-properties-alist'.
3398         Add :version property.
3399
3400 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * mail-source.el (mail-source-report-new-mail)
3403         * message.el (message-default-mail-headers)
3404         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3405
3406         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3407
3408 2010-09-28  Julien Danjou  <julien@danjou.info>
3409
3410         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3411         mail-address contains the same string as real-name.
3412
3413         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3414         non-blank in header, otherwise it'll get stripped.
3415
3416         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3417         real-name, and then for mail address rather than doing : or , search.
3418
3419 2010-09-27  Julien Danjou  <julien@danjou.info>
3420
3421         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3422         right completing-read function.
3423         (gnus-use-ido): New variable
3424         (gnus-completing-read-with-default): Remove.
3425         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3426         (gnus-agent-add-group):
3427         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3428         * mm-view.el (mm-view-pkcs7-decrypt):
3429         * mm-util.el (mm-codepage-setup):
3430         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3431         * mml-smime.el (mml-smime-openssl-sign-query):
3432         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3433         (mml-insert-multipart):
3434         * gnus-msg.el (gnus-summary-yank-message):
3435         * gnus-int.el (gnus-start-news-server):
3436         * mm-decode.el (mm-interactively-view-part):
3437         * gnus-dired.el (gnus-dired-attach):
3438         * gnus.el (gnus-read-method):
3439         * gnus-bookmark.el (gnus-bookmark-jump):
3440         * gnus-art.el (gnus-mime-view-part-as-type)
3441         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3442         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3443         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3444         * nnmairix.el (nnmairix-create-server-and-default-group)
3445         (nnmairix-update-groups, nnmairix-get-server)
3446         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3447         (nnmairix-get-group-from-file-path):
3448         * nnrss.el (nnrss-find-rss-via-syndic8):
3449         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3450         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3451         (gnus-group-browse-foreign-server):
3452         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3453         (gnus-summary-execute-command, gnus-summary-respool-article)
3454         (gnus-read-move-group-name):
3455         * gnus-score.el (gnus-summary-increase-score)
3456         (gnus-summary-score-effect):
3457         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3458
3459 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3462         x-focus-frame.
3463
3464         * nnimap.el (auth-source-forget-user-or-password)
3465         (auth-source-user-or-password): Autoload.
3466
3467         * message.el (message-from-style, message-interactive)
3468         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3469         (message-yank-prefix, message-indentation-spaces, message-signature)
3470         (message-signature-file): Add comment.
3471
3472 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3475         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3476         new articles.
3477
3478         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3479         parts.
3480         (nnimap-request-article): Work with the t setting, too.
3481
3482         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3483         that you don't get flashes of other buffers.
3484         (gnus-summary-show-complete-article): Intern before setting.
3485
3486 2010-09-27  David Engster  <dengste@eml.cc>
3487
3488         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3489         well as HEADERS.
3490         (nnmairix-retrieve-headers): Provide new argument for the above.
3491
3492 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493
3494         * gnus-sum.el (gnus-summary-move-article): Don't alter
3495         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3496         group.
3497
3498         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3499
3500         * message.el (message-cite-prefix-regexp): Revert my last edit.
3501
3502         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3503         variable instead of the Gnus variable.
3504
3505         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3506
3507         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3508
3509         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3510         since some servers don't like it.
3511         (nnimap-open-connection): Forget credentials if the server says the
3512         password was wrong.
3513         (nnimap-parse-line): Protect against invalid data.
3514
3515         * gnus-sum.el (gnus-summary-move-article): Add comment.
3516         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3517         nothing alters it while scanning for new messages.
3518
3519         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3520         which may or may not help.
3521         (nnimap-open-connection): If we're doing a stream connection, and then
3522         discover we're on a STARTTLS-capable server, then open a STARTTLS
3523         connection instead.
3524
3525 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * nnimap.el (utf7): Require.
3528
3529         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3530         prefix.
3531
3532 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3533
3534         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3535
3536 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * nnimap.el (nnimap-request-accept-article): Message the error on
3539         error.
3540
3541 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3544
3545 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * nndoc.el (nndoc-request-list): Return success always.
3548
3549         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3550         `fetch-old' -- we only want to fetch the articles we've requested.
3551         The rest are in the agent, probably.
3552         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3553         disappeared server" to something low.  It's not important.
3554
3555         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3556         arrived before the FETCH data.
3557
3558         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3559         target here, because we don't know the Gnus name of the group.
3560
3561         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3562         for the correct group.
3563
3564         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3565
3566         * gnus.el (gnus): Give a final warning after startup.
3567
3568         * gnus-util.el (gnus-action-message-log): New variable.
3569         (gnus-message): Use it.
3570         (gnus-final-warning): New function.
3571
3572         * nnimap.el (nnimap-open-connection): Record the greeting.
3573         (nnimap): Add greeting.
3574
3575 2010-09-26  Julien Danjou  <julien@danjou.info>
3576
3577         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3578         arguments.
3579         (gnus-html-wash-images): Fix spec computing to include start/end.
3580
3581         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3582
3583 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3586         deletion.
3587         (nnimap-retrieve-headers): Don't select the group, because that's
3588         already done by nnimap-possibly-change-group.
3589
3590         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3591         (gnus-picon-transform-address): Use it.
3592
3593         * mail-source.el (mail-source-value): Revert previous patch.
3594
3595         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3596         on failure.
3597         (nnimap-open-connection): Look up both virtual and physical server name
3598         credentials.
3599
3600         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3601
3602 2009-02-07  Dave Love  <fx@gnu.org>
3603
3604         * tls.el (open-tls-stream): Don't query killing process.
3605
3606 2009-02-08  Dave Love  <fx@gnu.org>
3607
3608         * gnus-win.el (gnus-window-to-buffer-helper)
3609         (gnus-all-windows-visible-p): Function needn't be a symbol.
3610
3611         * mail-source.el (mail-source-value): Function needn't be a symbol.
3612
3613 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * message.el (message-cite-prefix-regexp): Remove } from the cite
3616         prefix.
3617
3618         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3619         highlight again, so that the highlight is correct.
3620
3621         * gnus-picon.el (gnus-picon): Remove again.
3622         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3623
3624         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3625         doing the header highlightling, so that the background colour of the
3626         picon is correct.
3627
3628         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3629         (gnus-picon): Ditto.
3630         (gnus-picon): Reinstate.  The background colour for picons is white.
3631         (gnus-picon-insert-glyph): Make the background white.
3632
3633         * nnml.el (nnml-open-nov): Don't return dead buffers.
3634
3635         * auth-source.el (auth-source-create): Query the user for whether to
3636         store the credentials.
3637
3638         * netrc.el (netrc-store-data): New function.
3639
3640         * auth-source.el (auth-source-user-or-password): Use the existing auth
3641         sources, if any, for creation.
3642
3643         * gnus.el (gnus-group-fast-parameter): Return the last matching
3644         parameter instead of the first matching parameter.
3645
3646 2010-09-26  Julien Danjou  <julien@danjou.info>
3647
3648         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3649
3650 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * mml2015.el (mml2015-use): Remove gpg support.
3653
3654         * mml1991.el (mml1991-function-alist): Remove gpg function.
3655         (mml1991-gpg-sign): Remove.
3656
3657 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3658
3659         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3660         (gnus-browse-unsubscribe-current-group): Document it.
3661         (gnus-browse-unsubscribe-group): Use it.
3662
3663 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3666         address to the To list for easier response.
3667
3668         * gnus.el (gnus-play-startup-jingle): Remove.
3669         (gnus-splash): Don't play jingle.
3670         (gnus): Silence gnus-load message.
3671
3672         * gnus-art.el (gnus-treat-play-sounds): Remove.
3673
3674         * gnus.el (gnus-play-jingle): Remove audio support.
3675
3676         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3677
3678         * earcon.el: Remove -- no users.
3679
3680         * gnus-audio.el: Remove -- no users of this package.
3681
3682         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3683
3684         * gnus-start.el (gnus-setup-news): Remove nocem support.
3685
3686         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3687
3688         * gnus.el (gnus-use-nocem): Remove.
3689
3690         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3691         Remove.
3692
3693         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3694         uses NoCeM any more.
3695
3696         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3697         (gnus-button-ctan-handler): Ditto.
3698         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3699         (gnus-button-ctan-directory-regexp): Ditto.
3700         (gnus-button-handle-ctan): Ditto.
3701         (gnus-button-tex-level): Ditto.
3702         (gnus-button-alist): Remove CTAN stuff.
3703
3704 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3707         nnimap-streaming test.
3708
3709         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3710         servers twice.
3711
3712         * nnimap.el (nnimap-open-connection): Add more error reporting when
3713         nnimap fails early.
3714
3715         * nnheader.el (nnheader-get-report-string): New function.
3716         (nnheader-get-report): Use it.
3717
3718         * gnus-int.el (gnus-check-server): Say what the error was when opening
3719         failed.
3720
3721         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3722         using streaming.
3723
3724 2010-09-25  Julien Danjou  <julien@danjou.info>
3725
3726         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3727         gnus-window-inside-pixel-edges.
3728
3729 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3732
3733         * mm-decode.el (mm-save-part): Allow saving to other directories the
3734         normal Emacs way.
3735
3736         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3737         Suggested by Jay Berkenbilt.
3738
3739         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3740         there isn't a single byte.
3741
3742         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3743         just do it.  It doesn't really seem to matter what the user responds
3744         here, I think, so it's just a confusing question.
3745
3746         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3747         non-streaming case.
3748
3749         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3750         (gnus-article-encrypt-body): Use it.
3751
3752         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3753         keystroke.
3754
3755         * nnimap.el (nnimap-find-wanted-parts-1):
3756         Use gnus-fetch-partial-articles.
3757
3758         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3759
3760         * nnimap.el (nnimap-insert-partial-structure): New function.
3761         (nnimap-get-partial-article): New function.
3762         (nnimap-request-article): Use it.
3763         (nnimap-wait-for-response): Return whether the wait was successful.
3764         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3765         retrieval wasn't successful.
3766         (nnimap-retrieve-group-data-early): Allow throttling servers.
3767         (nnimap-streaming): New variable.
3768         (nnimap-fetch-partial-articles): Remove.
3769
3770         * mm-decode.el (mm-with-part): Protect against killed buffers.
3771
3772         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3773         for prettier summary display.
3774
3775 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3776
3777         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3778
3779 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3782         apparently third-party libraries depend on it.
3783
3784         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3785         before starting negotiation.
3786
3787         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3788         privacy reasons.
3789         (gnus-treat-mail-gravatar): Ditto.
3790
3791         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3792         buffer when inserting images.  Inserting text into the headers, for
3793         instance, can make them invalid.
3794
3795 2010-09-25  Julien Danjou  <julien@danjou.info>
3796
3797         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3798         variables.
3799
3800         * nnheader.el: Remove useless variables news-reply-yank-from and
3801         news-reply-yank-message-id.
3802
3803         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3804         variables.
3805
3806         * mml1991.el: Remove useless mml1991-verbose.
3807
3808         * gnus.el: Remove useless variable gnus-use-generic-from.
3809         Remove obsolete variable gnus-topic-indentation.
3810
3811         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3812
3813         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3814
3815         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3816
3817         * gnus-group.el: Remove useless gnus-group-icon-cache.
3818         Remove useless gnus-ephemeral-group-server.
3819
3820         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3821
3822         * mml2015.el: Remove useless mml2015-verbose.
3823
3824         * mml-smime.el: Remove useless mml-smime-verbose.
3825
3826         * gnus.el: Remove useless gnus-local-domain.
3827
3828         * gnus-gravatar.el (gnus-gravatar-transform-address):
3829         Use gnus-gravatar-size.
3830
3831         * gnus-art.el: Remove useless gnus-treat-translate.
3832
3833 2010-09-24  Julien Danjou  <julien@danjou.info>
3834
3835         * gnus-sum.el: Add support for Gravatars.
3836
3837         * gnus-art.el: Add support for Gravatars.
3838
3839         * gnus-gravatar.el: Add this file.
3840
3841         * gravatar.el: Add this file.
3842
3843 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3846
3847         * gnus-group.el (gnus-group-fetch-faq): Remove.
3848
3849         * gnus.el (gnus-group-faq-directory): Remove.
3850
3851         * gnus-group.el (gnus-group-fetch-charter): Remove.
3852
3853         * gnus.el (gnus-group-charter-alist): Remove.
3854
3855         * gnus-group.el (gnus-group-archive-directory): Remove.
3856         (gnus-group-recent-archive-directory): Ditto.
3857         (gnus-group-make-archive-group): Remove.
3858
3859         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3860
3861         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3862         use the same article number for all the cached articles.
3863
3864         * nnimap.el (nnimap-command): Register the last command time so
3865         that we can use it for idling NOOPs.
3866         (nnimap-open-connection): Start the keeplive timer.
3867         (nnimap-make-process-buffer): Store all the process buffers.
3868         (nnimap-keepalive): New function.
3869
3870         * starttls.el (starttls-open-stream): Add autoload cookie.
3871
3872 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3873
3874         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3875         handling.
3876
3877 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3880         its data structures.
3881
3882         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3883         instead of the cl.el copy-list.
3884         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3885         equalp.
3886
3887 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3890         and tool-bar-local-item-from-menu.
3891
3892         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3893         mode-line-highlight face for Emacs.
3894
3895         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3896         loading gnus-sum.elc; fix comment for canlock-verify.
3897         (gnus-article-jump-to-part): Use read-number.
3898         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3899         Remove Emacs pre-21 compatible code for help-echo.
3900         (gnus-article-next-page-1): No need to adjust the number of lines.
3901         (gnus-article-describe-bindings): Always use help-buffer.
3902
3903         * gnus-audio.el (gnus-audio-inline-sound)
3904         * gnus-cus.el (gnus-custom-mode)
3905         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3906
3907         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3908
3909         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3910         compatible code.
3911
3912 2010-09-24  Glenn Morris  <rgm@gnu.org>
3913
3914         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3915         visiting the fcc file in rmail-mode.
3916
3917         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3918
3919 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * nnir.el: Silence the byte compiler.
3922
3923         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3924         alias to browse-url-url-encode-chars if any.
3925         (gnus-html-encode-url): Use it.
3926
3927 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * gnus-start.el (gnus-use-backend-marks): New variable.
3930         (gnus-get-unread-articles-in-group): Use it.
3931
3932         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3933         makeover.
3934
3935 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3936
3937         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3938
3939 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3942         Remove.
3943         (gnus-setup-news-hook):
3944         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3945
3946         * gnus-int.el (gnus-request-update-info): Protect against backends not
3947         having the function.
3948
3949         * nnimap.el (nnimap-stream): Mention starttls.
3950         (nnimap-open-connection): Add starttls support.
3951
3952 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3953
3954         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3955
3956 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3959         BODYSTRUCTUREs.
3960         (nnimap-transform-headers): Unfold quoted {42} headers.
3961
3962         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3963         the info.
3964         (gnus-get-unread-articles): Only call updatep on backends that support
3965         it.
3966
3967         * nnweb.el (nnweb-request-update-info): NOOP.
3968
3969         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3970
3971         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3972         since it only deals with marks.
3973
3974         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3975         gnus-request-marks, and make a new gnus-request-update-info.
3976
3977         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3978         the active instead of the high number, which is usually too low.
3979
3980 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3981
3982         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3983         * encrypt.el: Remove.
3984
3985 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3988         server in symbolic form.
3989
3990         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3991
3992 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3995         (nnimap-update-info): Fix up code slightly.
3996
3997         * gnus-int.el (gnus-open-server): Add tracing for performance
3998         debugging.
3999
4000         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4001         (gnus-group-insert-group-line): Pass the real group name so that it
4002         gets the right data.
4003
4004         * gnus-start.el (gnus-get-unread-articles): Don't have
4005         `gnus-get-unread-articles-in-group' update info, since that can be
4006         really slow and doesn't seem to be needed?
4007
4008 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4009
4010         * time-date.el (date-to-time): Try using parse-time-string first before
4011         using the slower timezone-make-date-arpa-standard.
4012
4013 2010-09-22  Julien Danjou  <julien@danjou.info>
4014
4015         * gnus-group.el (gnus-group-insert-group-line):
4016         Call gnus-group-highlight-line.
4017         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4018         default hook list.
4019         (gnus-group-update-eval-form): Add new function.
4020         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4021         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4022
4023 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4026         immediate, then expire all articles.
4027         (nnimap-update-info): Fix off-by-one errors.
4028         (nnimap-flags-to-marks): Would return no marks lists for group with no
4029         flags.  Instead return the other data.
4030
4031 2010-09-22  Julien Danjou  <julien@danjou.info>
4032
4033         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4034         Only return an icon.
4035         (gnus-group-insert-group-line): Compute icon to return.
4036
4037         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4038         (gnus-html-image-fetched): Only cache if
4039         gnus-html-image-automatic-caching is set.
4040         (gnus-html-image-fetched): Check for errors.
4041
4042 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4045         once per method on `g'.  This ensures that backends like nnfolder don't
4046         open all their folders.
4047
4048         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4049         (nnimap-request-list): Nix out group in the correct buffer.
4050         (nnimap-parse-flags): Implement by using `read' instead of
4051         hand-parsing.
4052         (nnimap-flags-to-marks): Pass on permanent-flags.
4053         (nnimap-make-process-buffer): Record the server name.
4054         (nnimap-parse-flags): Fix typo.
4055         (nnimap-request-scan): Run split on the server in general, not just a
4056         single group.
4057
4058         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4059         parameter, and propagate this downwards.
4060
4061         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4062         since EXAMINE changes it on the server.
4063
4064         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4065         this command might take a while.
4066
4067 2010-09-22  Julien Danjou  <julien@danjou.info>
4068
4069         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4070         harmful if you have 2 images side-by-side, they can't be properly
4071         update on text deletion.  Using text-property is safer here.
4072         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4073         data.
4074
4075 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * nnimap.el (nnimap-expunge-inbox): Remove.
4078         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4079         (nnimap-expunge): Flip default to t.
4080
4081         * gnus.el (gnus-method-to-server): Don't push things to the cache
4082         unless it's unique.
4083         (gnus-server-to-method): Ditto.
4084
4085 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4088
4089 2010-09-22  Julien Danjou  <julien@danjou.info>
4090
4091         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4092         get the start of data.
4093         (gnus-html-encode-url): Add this function to encode special chars in
4094         URL.
4095         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4096         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4097
4098         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4099         default.
4100         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4101
4102         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4103         images alt-text.
4104         (gnus-html-put-image): Put alt-text as help-echo.
4105
4106 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4109         * mm-util.el (mm-decompress-buffer)
4110         * nnir.el (nnir-run-find-grep)
4111         * pop3.el (pop3-list): Use 3rd arg of split-string.
4112
4113         * time-date.el (format-seconds): Comment fix.
4114
4115         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4116         and byte-optimize-form-code-walker.
4117         (dgnushack-make-auto-load): Don't advise make-autoload.
4118
4119         * lpath.el: Remove Emacs 21 stuff.
4120
4121 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4124         outside the active range.  Suggested by Dan Christensen.
4125
4126         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4127         slightly later to avoid double-getting it.
4128
4129         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4130         previous patch.
4131
4132         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4133
4134 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4135
4136         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4137
4138 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * gnus-int.el (gnus-open-server): Give a better error message in the
4141         "go offline" case.
4142
4143         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4144         marks for nnimap, which is seldom the right thing to do.
4145
4146         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4147         (gnus-same-method-different-name): New function.
4148
4149         * nnimap.el (parse-time): Require.
4150
4151         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4152         method in the presence of many similar methods.
4153
4154         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4155
4156         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4157         nnml-inhibit-expiry.
4158
4159         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4160         find out whether methods are equal.
4161
4162         * nnimap.el (nnimap-find-expired-articles): New function.
4163         (nnimap-process-expiry-targets): New function.
4164         (nnimap-request-move-article): Request the article before looking at
4165         what the Message-ID is.  Fix found by Andrew Cohen.
4166         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4167
4168         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4169         for oldness in addition to being a predicate.
4170
4171         * nnimap.el (nnimap-request-group): When we have zero articles, return
4172         the right data to Gnus.
4173         (nnimap-request-expire-articles): Only delete articles immediately if
4174         the target is 'delete.
4175
4176         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4177         method, this would bug out.
4178
4179         * gnus-group.el (gnus-group-expunge-group): Rename from
4180         gnus-group-nnimap-expunge, and implemented as a normal interface
4181         function.
4182
4183         * gnus-int.el (gnus-request-expunge-group): New function.
4184
4185         * nnimap.el (nnimap-request-create-group): Implement.
4186         (nnimap-request-expunge-group): New function.
4187
4188 2010-09-21  Julien Danjou  <julien@danjou.info>
4189
4190         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4191         (gnus-html-cache-expired): Add new function.
4192         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4193         wethever we should display image for fetch it.
4194         Compute alt-text earlier to pass it to the fetching function too.
4195         (gnus-html-schedule-image-fetching): Change function argument to only
4196         get one image at a time, not a list.
4197         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4198         cache.
4199         (gnus-html-get-image-data): New function to retrieve image data from
4200         cache.
4201         (gnus-html-put-image): Change buffer argument to use image data rather
4202         than file, and place image above region rather than inserting a new
4203         one.  Do not take alt-text as argument, since it's useless now: we place
4204         the image above alt-text.
4205         (gnus-html-prune-cache): Remove.
4206         (gnus-html-show-images): Start to fetch image when we find one, do not
4207         push into a temporary list.
4208         (gnus-html-prefetch-images): Only fetch image if they have expired.
4209         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4210         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4211
4212 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4215
4216 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4219         spec inser "*" if the group isn't active instead of 0.
4220
4221         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4222         opening the server.
4223         (nnimap-request-delete-group): Implement group deletion.
4224         (nnimap-transform-headers): Return the size of the entire message in
4225         the Bytes header, not just the size of the first part.
4226         (nnimap-request-move-article): When moving an article from nnimap,
4227         request the article first so the accepting form has an article to
4228         accept.  Reported by Dan Christensen.
4229         (nnimap-command): Make sure that the error message doesn't error out.
4230
4231 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4232
4233         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4234         we haven't requested anything.
4235
4236 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4239         "".  Fix found by Andrew Cohen.
4240
4241         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4242         instead of -encode-string.
4243
4244 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4247
4248         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4249         by mm-subst-char-in-string.
4250
4251 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4254         waiting for the connection string.
4255
4256         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4257         arriving.
4258
4259         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4260         bogus characters.  This allows selecting certain Gmail groups.
4261
4262         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4263         (nnimap-fetch-partial-articles): New variable.
4264         (nnimap-open-connection): When looking for credentials, also use the
4265         nnimap-server-port.
4266         (nnimap-request-article): Return the group/article number, so that Gnus
4267         `^' works as expected.
4268         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4269
4270         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4271         comments.
4272         (gnus-methods-sloppily-equal): New function.
4273         (gnus): When using the development version of Gnus, load the gnus-load
4274         file.
4275
4276         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4277         `gnus-open-server' on each method before trying to scan them etc.
4278         This ensures that all the backend parameters are set correctly.
4279
4280         * nnimap.el (nnimap-authenticator): New variable.
4281         (nnimap-open-connection): Allow anonymous login.
4282         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4283         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4284
4285         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4286         patch, found by Knut Anders Hatlen.
4287
4288 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4289
4290         * gnus-agent.el (gnus-agent-batch-confirmation)
4291         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4292         to gnus-message.
4293         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4294         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4295         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4296         * gnus-int.el (gnus-open-server): Likewise.
4297         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4298         (gnus-score-check-syntax): Likewise.
4299         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4300         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4301         Likewise.
4302         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4303
4304 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4307         calling conventions so that prefetch doesn't bug out.
4308
4309 2010-09-19  Julien Danjou  <julien@danjou.info>
4310
4311         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4312         rather than `subst-char-in-region' in order to be able to replace ASCII
4313         char by UTF-8 ones.
4314
4315         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4316         than curl.
4317         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4318         the right URL and ALT text on images.
4319         (gnus-html-wash-tags): Fix tag case.
4320         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4321         (gnus-article-html): Add -o display_ins_del=2 option.
4322         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4323
4324 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4327         the extra mail headers, which sometimes seem to happen for unknown
4328         reasons.
4329
4330         * mail-parse.el (mail-header-encode-parameter): Define as
4331         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4332         (or most, perhaps?) mail readers don't understand the latter, but do
4333         understand the former.
4334
4335         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4336         to nil, so that no methods are automatically agentized.  I think this
4337         is probably what most users want.
4338
4339         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4340         from url-retrieve, for instance about invalid URLs.
4341
4342         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4343         groups that have no articles.
4344         (nnimap-request-article): Check that we really got an article when we
4345         requested one.
4346
4347         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4348         doesn't exist.
4349
4350         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4351         nntp buffer so the agent can save it.
4352         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4353         that CRLF doesn't get translated to \n.
4354         (nnimap-open-connection): Don't make 'shell commands only send \n.
4355
4356 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4357
4358         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4359         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4360         Update var name.
4361         (nnml-generate-nov-file): Use dolist.
4362         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4363         Use with-current-buffer.
4364
4365 2010-09-18  Julien Danjou  <julien@danjou.info>
4366
4367         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4368         parallel.
4369
4370 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4373         the range update right.
4374         (nnimap-request-group): Don't make `M-g' bug out on group with no
4375         marks.
4376         (nnoo): Require, so that other packages can require nnimap.
4377         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4378         command we're looking for.  This helps when the server sends more
4379         responses after we've gotten everything we expected.
4380         (nnimap): Add a `newlinep' field to keep track of end-of-line
4381         conventions.
4382         Don't send CRLF to things that don't want it.
4383         (nnimap-request-accept-article): Ditto.
4384
4385 2010-09-18  Julien Danjou  <julien@danjou.info>
4386
4387         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4388         than curl to retrieve images.
4389
4390 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4393         the marks.
4394         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4395         (nnimap-wait-for-connection): New function.
4396         (nnimap-open-connection): If we have PREAUTH, don't query for login
4397         credentials.
4398         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4399         when doing a partial update.
4400
4401 2010-09-18  Julien Danjou  <julien@danjou.info>
4402
4403         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4404         tags.
4405
4406 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * nnimap.el (nnimap-credentials): New function.
4409         (nnimap-open-connection): Use the new function to look for credentials
4410         also on the numeric equivalents of "imap" and "imaps".
4411
4412         * gnus-start.el (gnus-activate-group): Send the info to
4413         gnus-request-group.
4414
4415         * nnimap.el (nnimap-request-group): Have the "check" version of the
4416         function parse flags and update the info, so that a `M-g' get a total
4417         resync of all flags from the group.
4418
4419         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4420         to allow backends to alter the info on group selection.  Also alter all
4421         the backend -request-group functions to take the parameter.
4422
4423         * nnimap.el (nnimap-store-info): New function.
4424         (nnimap-update-info): Store the info for later usage.
4425         (nnimap-request-group): Use the stored info for the dont-check case, so
4426         that we don't retrieve all marks when we enter a group.
4427
4428         * nnimap.el: Use deffoo instead of defun for interface functions.
4429
4430         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4431         update the group info.  This makes the nndraft groups, for instance, go
4432         back to their old behaviour.
4433
4434         * gnus-sum.el (gnus-select-newsgroup): Indent.
4435
4436         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4437         in.
4438         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4439         nothing.
4440
4441         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4442         from methods that are denied.
4443
4444         * gnus-int.el (gnus-method-denied-p): New function.
4445
4446         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4447         store the password instead of netrc.
4448         (nnimap-open-connection): Don't error out when we can't make a
4449         connections.
4450
4451         * auth-source.el (auth-source-create): In the password prompt, say what
4452         we're querying for.  Also prompt for user name if that hasn't been
4453         given.
4454
4455         * nnimap.el (nnimap-with-process-buffer): Remove.
4456
4457 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458
4459         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4460         method when we're reading from the agent.
4461
4462         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4463
4464         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4465         that's probably most useful for users.
4466
4467         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4468         "failed" all the time.
4469
4470         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4471         ...)) with (with-current-buffer ... ).
4472
4473         * nntp.el (nntp-open-server): Return whether the open was successful or
4474         not.
4475
4476         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4477         select an unread unseen article first.
4478
4479         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4480         /etc/services, supply some sensible port defaults.
4481
4482         * dgnushack.el: Define netrc-credentials.
4483
4484 2010-09-17  Julien Danjou  <julien@danjou.info>
4485
4486         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4487
4488 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4489
4490         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4491         doesn't have any parameters.
4492
4493 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4496         only upcased checks.
4497
4498         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4499
4500         * nnimap.el (nnimap-open-shell-stream): New function.
4501         (nnimap-open-connection): Use it.
4502         (nnimap-transform-headers): Get the number of lines in each message.
4503         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4504         number of lines.
4505         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4506         problem.
4507
4508         * utf7.el (utf7-encode): Autoload.
4509
4510         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4511         to allow the mail splitting to not return a default group.  This is
4512         useful for nnimap, which will leave unmatched mail in the inbox.
4513
4514         * nnimap.el: Rewritten.
4515
4516         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4517         nnimap usage.
4518
4519         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4520         if the move is internal, so that nnimap can do fast internal moves.
4521
4522         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4523         data.
4524         (gnus-read-active-for-groups): Support finishing the early retrieval of
4525         data.
4526
4527         * gnus-range.el (gnus-range-nconcat): New function.
4528
4529         * gnus-int.el (gnus-finish-retrieve-group-infos)
4530         (gnus-retrieve-group-data-early): New functions.
4531
4532 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4533
4534         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4535         (nnrss-retrieve-groups):
4536         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4537         (pop3-quit): Use with-current-buffer.
4538
4539 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4542         instead of nnheader-accept-process-output.
4543
4544         * dgnushack.el (dgnushack-compile): Add comment.
4545
4546         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4547
4548         * gnus-html.el (gnus-html-schedule-image-fetching)
4549         (gnus-html-prefetch-images): Replace process-kill-without-query by
4550         gnus-set-process-query-on-exit-flag.
4551
4552 2010-09-16  Romain Francoise  <romain@orebokech.com>
4553
4554         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4555
4556 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4559         parameter to unintern is mandatory-ish in Emacs 24.
4560
4561         * gnus-html.el (gnus-html-schedule-image-fetching)
4562         (gnus-html-prefetch-images): Check for curl before using it.
4563
4564         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4565         depend on curl, which isn't essential.
4566
4567         * imap.el: Revert back to version
4568         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4569         seem problematic.
4570
4571 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4572
4573         * gnus-registry.el (gnus-registry-install-shortcuts):
4574         Explicitly pass `obarray' to `unintern' to avoid a warning.
4575
4576 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4579         change.
4580
4581         * nnrss.el (nnrss-request-list): Remove this function and related
4582         functions, including the moreover stuff.
4583
4584 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * nnrss.el (nnrss-retrieve-groups): New function.
4587
4588 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4589
4590         * .dir-locals.el: Add no-byte-compile cookie.
4591
4592 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * time-date.el (format-seconds): Comment fix.
4595
4596         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4597         for back end that doesn't support request-scan.
4598
4599 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4602         then do request scans from the backends.
4603
4604         * netrc.el (netrc-credentials): New conveniency function.
4605
4606         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4607         avoid running a hook per line, since this takes a lot of time,
4608         profiling shows.
4609         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4610         directly if gnus-visual-p is true.
4611
4612 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4615         groups; replace mapcar with dolist which is a bit faster; pass groups
4616         info to gnus-read-active-file-1.
4617         (gnus-read-active-file-1): Scan only specified groups if the new
4618         optional arg `infos' is given.
4619
4620 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4623
4624         * pop3.el (pop3-movemail): Remove.
4625         (pop3-streaming-movemail): Rename to pop3-movemail.
4626
4627         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4628         don't restrict end-tag searches to the end of the line.
4629
4630 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4633         articles of every unchecked group to t, which means unknown since the
4634         server has never been opened.
4635
4636 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * gnus-html.el (gnus-html-show-alt-text): New command.
4639         (gnus-html-browse-image): Ditto.
4640         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4641         to browse the image directly.
4642         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4643         better.
4644
4645         * gnus-async.el (gnus-async-article-callback):
4646         Call `gnus-html-prefetch-images' unconditionally.
4647
4648         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4649         before feeding URLs to curl.
4650
4651 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4654         internal images as deletable by `W D D'.
4655
4656         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4657         (gnus-async-article-callback): Fix typo.
4658
4659 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4662         current line to work around bugs in the output from w3m.
4663
4664         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4665         for groups that want that.
4666
4667         * nntp.el (nntp-wait-for-string): Supply a timeout for
4668         accept-process-output to ensure progress.
4669
4670         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4671         level to get unread articles from, then use that for foreign groups,
4672         too.
4673
4674         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4675         confuses the rest of the function.
4676
4677         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4678         for the methods that support -retrieve-groups, too.
4679
4680         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4681
4682 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4685         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4686
4687         * pop3.el: Require cl when compiling.
4688         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4689
4690 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4693         that aren't going to be activated.
4694         (gnus-get-unread-articles): Fix up the last commit.
4695
4696         * gnus-html.el (gnus-article-html): Allow calling without specifying
4697         the handle.  In that case, dissect the buffer first.
4698
4699         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4700
4701         * nnimap.el (nnimap-open-connection): Revert the change that would look
4702         into authinfo for imaps instead of imap.
4703
4704         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4705         say that you don't want to call gnus-request-group with don-check, but
4706         do check the reponse.  This is for virtual groups only.
4707         (gnus-get-unread-articles): Count the archive groups as secondary, so
4708         that they're activated the same way as before.
4709
4710         * imap.el (imap-message-map): Removed optional buffer parameter, since
4711         no callers use it.
4712         (imap-message-get): Ditto.
4713         (imap-message-put): Ditto.
4714         (imap-mailbox-map): Ditto.
4715         (imap-mailbox-put): Ditto.
4716         (imap-mailbox-get): Ditto.
4717         (imap-mailbox-get): Revert last change for this function.
4718
4719         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4720         case-insensitively.
4721         (nnimap-debug): Remove.
4722
4723         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4724         to use `imap-fetch' instead.  According to the comments, this should be
4725         safe, since all other IMAP clients use the 1:* syntax.
4726         (imap-enable-exchange-bug-workaround): Removed.
4727         (imap-debug): Removed -- doesn't seem very useful.
4728
4729         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4730         mail from a file, and the file doesn't exist.
4731
4732         * imap.el (imap-log): New convenience function used throughout instead
4733         of repeating the same code all over the place.
4734
4735         * pop3.el (pop3-streaming-movemail): Return t for success.
4736
4737         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4738         .authinfo if we're using ssl connection.
4739
4740         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4741         already have if we're in a main Gnus `g' run.
4742
4743         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4744
4745 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4748
4749         * nnmh.el (nnmh-request-list-1): Bind `file'.
4750
4751         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4752         alias to set-process-query-on-exit-flag or process-kill-without-query.
4753         (pop3-open-server): Use it.
4754
4755 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4758         box to the Incoming file.  Fixes mistake in previous checkin.
4759
4760         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4761         request loop (for debugging purposes) removed.
4762
4763         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4764         culprit is more visible.
4765         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4766         (nnml-add-incremental-nov): New functions to do "incremental" nov
4767         updates, where we just append to the end of the existing nov files
4768         without reading/writing them in full.
4769
4770         * mail-source.el (mail-source-delete-crash-box): Really only check the
4771         incoming files once in a while.
4772
4773         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4774
4775         * mail-source.el (mail-source-delete-crash-box): Only check the
4776         incoming files for deletion once per day to save a lot of file
4777         accesses.
4778
4779         * pop3.el (pop3-logon): Fix up unbound variable typo.
4780
4781         * mail-source.el (pop3-streaming-movemail): Autoload.
4782
4783         * pop3.el (pop3-streaming-movemail):
4784         Respect pop3-leave-mail-on-server.
4785
4786         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4787         retrieval.
4788
4789         * pop3.el (pop3-process-filter): Remove unused function.
4790         (pop3-streaming-movemail, pop3-send-streaming-command)
4791         (pop3-wait-for-messages, pop3-write-to-file)
4792         (pop3-number-of-responses): New functions for streaming pop3
4793         retrieval.
4794
4795         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4796         come from no known methods.
4797         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4798         list.
4799
4800         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4801         message sizes.
4802         (pop3-movemail): Use erase-buffer instead of looping and deleting
4803         regions, which seems rather odd.
4804
4805         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4806         file once per `g' run.
4807
4808         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4809         directories.  This makes the draft queue directory work.
4810
4811         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4812         data from the backends, so that we only request the list of groups from
4813         each method once.  This should speed things up considerably.
4814
4815         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4816         detect that it's not implemented.
4817
4818         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4819         we actually do recurse down into the tree, but don't stat all leaf
4820         nodes.
4821
4822         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4823         then say so instead of bugging out.
4824
4825         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4826         files exist before trying to read them.
4827
4828         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4829         around <pre_int>.
4830
4831         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4832
4833         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4834
4835 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * mm-util.el (mm-image-load-path): Just return the image directories,
4838         not all directories in the path in addition to the image directories.
4839         (mm-image-load-path): Maintain a cache of the image directories so that
4840         the `g' command in Gnus doesn't have to stat dozens of directories each
4841         time.
4842
4843         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4844         (gnus-html-wash-tags): Add a new `i' command to insert images.
4845         (gnus-html-insert-image): New command and keystroke.
4846         (gnus-html-redisplay-with-images): New command and keystroke.
4847         (gnus-html-show-images): Rename command.
4848         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4849         spacers.
4850         (gnus-html-wash-tags): Decode entities at the end, so that entities
4851         inside the tags don't mess up the rest of the "parsing".
4852
4853         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4854         so that nnimap methods aren't agentized by default.  There's apparently
4855         many problems related to agent/imap behaviour.
4856
4857         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4858
4859         * gnus-html.el: Doc fix.
4860
4861 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4864         specifier-spec-list for Emacs 21.
4865
4866         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4867         glyph-width and glyph-height instead of display-graphic-p and
4868         image-size; make avoidance of displaying small images work for XEmacs.
4869
4870         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4871         for XEmacs.
4872
4873         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4874         of symbol that holds plist data.
4875         (gnus-process-plist): Remove plist of process after getting it.
4876
4877 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * message.el (message-generate-hashcash): Change default to
4880         'opportunistic if hashcash is installed.
4881
4882         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4883         (gnus-html-put-image): Only call image-size once, since it's somewhat
4884         time-consuming on remote X servers.
4885
4886 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4889         type on data, not a file name.
4890
4891         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4892         window-pixel-edges for Emacs 21.
4893
4894         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4895         decoded contents.
4896         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4897
4898 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4901         group line format, since it isn't very interesting.
4902
4903         * gnus-agent.el (gnus-agent-short-article),
4904         (gnus-agent-long-article): Increase values for these two variables,
4905         since most people are likely to have more network connection and
4906         storage than before.
4907
4908         * gnus.el (gnus-refer-article-method): Change default to 'current.
4909         When referring an article, the common behaviour is to refer it from the
4910         current select method, not the native select method.  The chances of
4911         the native select method having the message in question is rather slim
4912         these days.
4913
4914         * gnus-sum.el (gnus-auto-select-subject): Change default to
4915         `unseen-or-unread'.  I think it's likely that most people want to
4916         select an unseen article over a previously seen, but unread one.
4917
4918         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4919         means that in the article buffer none of the minor mode elements will
4920         be shown, usually, and this is not desirable in most cases.
4921
4922         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4923         that commands like `d' (and the like) go to the next line in the
4924         buffer, instead of the next unread article.  I think this is the
4925         behaviour that is most natural for most users.
4926         (gnus-single-article-buffer): Change default to nil, so that people can
4927         have as many article buffers open as they have summary buffer.  I think
4928         this is the most natural way for the groups to behave.
4929
4930         * message.el (message-generate-new-buffers): Change default to
4931         `unsent', so that all new message buffers start their names with the
4932         string "*unsent", and it's easier to find the buffers if you move from
4933         them.
4934
4935 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4938         small.  They're probably tracking images.
4939         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4940         (gnus-html-rescale-image): Yet another try at getting the image sizing
4941         right.
4942
4943         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4944         nntp-marks-file-name is nil.
4945
4946 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4947
4948         * gnus-html.el (gnus-html-wash-tags)
4949         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4950         Better logging.
4951
4952 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4955
4956         * gnus-html.el (gnus-html-wash-tags): Check the value of
4957         gnus-blocked-images in the summary buffer.
4958
4959 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4962
4963 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4966         like "a", it seems like.
4967         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4968         since it needs to be picked from the correct buffer.
4969
4970         * nnwfm.el: Remove.
4971
4972         * nnlistserv.el: Remove.
4973
4974 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4975
4976         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4977         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4978
4979 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * nnkiboze.el: Remove.
4982
4983         * nndb.el: Remove.
4984
4985         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4986         alt text.
4987         (gnus-html-rescale-image): Try to get the rescaling logic right for
4988         images that are just wide and not tall.
4989
4990         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4991         overshadow variable bindings.
4992
4993 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4994
4995         * gnus-html.el (gnus-html-wash-tags)
4996         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4997         Add extra logging.
4998
4999 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5002         (gnus-max-image-proportion): New variable.
5003         (gnus-html-rescale-image): New function.
5004         (gnus-html-put-image): Rescale images.
5005
5006 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5007
5008         Fix up some byte-compiler warnings.
5009         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5010         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5011         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5012         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5013         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5014         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5015         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5016
5017 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-html.el (gnus-article-html): Decode contents by charset.
5020
5021 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5024         (gnus-html-frame-width, gnus-blocked-images)
5025         * message.el (message-prune-recipient-rules): Add custom version.
5026         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5027
5028         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5029         functions.
5030
5031         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5032         gnus-process-get.
5033
5034 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5035
5036         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5037         instead of lsub directly.
5038
5039 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040
5041         * nnwarchive.el: Remove.
5042
5043         * gnus-soup.el: Remove.
5044
5045         * nnsoup.el: Remove.
5046
5047         * nnultimate.el: Remove.
5048
5049         * gnus-html.el (gnus-blocked-images): New variable.
5050
5051         * message.el (message-prune-recipients): New function.
5052         (message-prune-recipient-rules): New variable.
5053
5054         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5055         guess whether a long line is natural text or not.
5056
5057         * gnus-html.el (gnus-html-schedule-image-fetching):
5058         Use gnus-process-plist and friends for compatibility.
5059
5060 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5061
5062         * gnus-html.el: Require packages that define macros used in this file.
5063         (gnus-article-mouse-face): Declare to silence byte-compiler.
5064         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5065         process-get.
5066         (gnus-html-put-image): Use plist-get to avoid getf.
5067         (gnus-html-prefetch-images): Use with-current-buffer.
5068
5069 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-ems.el: Provide compatibility functions for
5072         gnus-set-process-plist.
5073
5074         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5075         header-line-format for XEmacs 21.4.
5076
5077         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5078         * gnus.el (gnus-valid-select-methods)
5079         * message.el (message-send-mail-partially-limit)
5080         * mm-decode.el (mm-text-html-renderer)
5081         * mml.el (mml-insert-mime-headers-always)
5082         * smiley.el (smiley-regexp-alist): Bump custom version.
5083
5084 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * gnus-html.el: require mm-url.
5087         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5088         with the url to `url'.
5089         (gnus-html-wash-tags): Support cid: URLs/images.
5090
5091 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5094         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5095         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5096
5097         * gnus-move.el: Remove file, since it doesn't really work.
5098
5099         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5100         UTF-8.  This seems to fix problems with some German web feeds.
5101
5102         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5103         at the top so that the proper colours are applied.
5104
5105         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5106         don't have dots in their names.
5107
5108         * gnus-art.el (gnus-article-view-part): Doc fix.
5109
5110         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5111         XEmacs-compatible.
5112         (gnus-html-put-image): Don't do images on non-graphic displays.
5113
5114         * nnslashdot.el: Remove this unused backend.
5115
5116         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5117         actions.
5118         (gnus-undo-register-1): Revert last change.
5119
5120         * gnus-group.el (gnus-group-completing-read): Protect against not
5121         having completion-styles bound.
5122
5123         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5124         make broken recipients happier.
5125
5126         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5127
5128         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5129         point parameter.
5130
5131         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5132
5133         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5134         completion-styles for group selection.
5135
5136 2009-02-04  Andreas Schwab  <schwab@suse.de>
5137
5138         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5139         headers and regexp-quote the match if necessary.
5140
5141 2009-03-24  Miles Bader  <miles@gnu.org>
5142
5143         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5144         the blinking smiley.
5145
5146 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5147
5148         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5149         blink smiley.
5150
5151 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5154         where the dribbel file lives exists.
5155
5156         * message.el (message-send-mail-partially-limit): Change the default to
5157         nil, since most people don't want this.
5158
5159         * mm-url.el (mm-url-decode-entities): Also decode entities like
5160         &#x3212.
5161
5162 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5163
5164         * gnus-sum.el (gnus-summary-idna-message):
5165         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5166         Hyperlink urls in docstrings with URL `...'.
5167
5168 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5169
5170         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5171         functions.
5172
5173 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5176         say what the mouseover text should be.
5177
5178         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5179         version of the mm-w3m-safe-url-regexp variable to only download images
5180         in the groups where we want that to happen.
5181
5182         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5183
5184         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5185         easier debugging.
5186         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5187         big pictures in the article buffer.
5188
5189         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5190         gnus-article-html.
5191         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5192         w3m.
5193
5194         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5195
5196 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5199         which doesn't exist.
5200
5201         * message.el (message-inhibit-ecomplete): New variable to allow some
5202         function to inhibit ecomplete address storage.
5203         (message-resend): Disable ecomplete message storage when resending
5204         messages.
5205
5206         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5207
5208 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5211         Save excursion while copying, moving, and deleting articles in order to
5212         prevent the cursor from jumping to unforeseen place.
5213
5214 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * lpath.el: No need to bind bookmark-current-buffer,
5217         bookmark-yank-point and bookmark-make-record-function.
5218
5219 2010-08-17  Glenn Morris  <rgm@gnu.org>
5220
5221         * gnus-sync.el: Require gnus components whose functions are used.
5222
5223         * gnus-art.el (bookmark-make-record-function):
5224         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5225         Declare for compiler.
5226
5227         * mm-url.el (mml-compute-boundary): Autoload.
5228
5229 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5232
5233 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5234
5235         Typo fix "hoo4a" -> "hook".
5236
5237         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5238
5239 2010-08-14  Glenn Morris  <rgm@gnu.org>
5240
5241         * gnus-sync.el (gnus-sync): Fix defgroup version.
5242
5243 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5244
5245         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5246
5247         * gnus-sync.el: Fix docs.
5248         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5249         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5250
5251 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5252
5253         Optimizations for gnus-sync.el.
5254
5255         * gnus-sync.el: Add docs about gnus-sync-backend
5256         possibilities.
5257         (gnus-sync-save): Remove unnecessary message.
5258         (gnus-sync-read): Optimize and show what groups were skipped.
5259
5260 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5261
5262         Minor bug fixes for gnus-sync.el.
5263
5264         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5265         Don't read the sync on get-new-news.
5266
5267         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5268         quiet.
5269
5270         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5271         (fix typo).
5272
5273 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5274
5275         Make saving and restoring of hidden threads work with overlays.
5276         Patch applied by Ted Zlatanov.
5277
5278         * gnus-sum.el (gnus-hidden-threads-configuration)
5279         (gnus-restore-hidden-threads-configuration): Update to deal with text
5280         properties, rather than searching for a magic character.
5281
5282 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         New gnus-sync.el library for synchronization of marks.
5285
5286         * gnus-sync.el: New library for synchronization of marks.
5287
5288         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5289         renamed from `gnus-registry-grep-in-list'.
5290
5291         * gnus-registry.el (gnus-registry-follow-group-p):
5292         Use `gnus-grep-in-list'.
5293
5294         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5295
5296 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5299         determining charset of text fails.
5300
5301 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * nnmail.el (nnmail-get-new-mail-1): Revert.
5304
5305         * nnml.el (nnml-active-number): Make sure names of newly created groups
5306         in nnml-group-alist are encoded.
5307
5308 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5311         containing non-ASCII characters in active file for nnml back end.
5312
5313 2010-07-24  David Engster  <dengste@eml.cc>
5314
5315         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5316         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5317
5318 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5319
5320         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5321         tag (Bug#6654).
5322
5323 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5326         the article buffer, not the summary buffer.
5327
5328 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5331         Emacs 23 as well.
5332
5333 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5336         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5337
5338 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5339
5340         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5341         Patch applied by Karl Fogel.
5342
5343         * gnus-sum.el (gnus-summary-bookmark-make-record):
5344         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5345
5346 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5347
5348         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5349         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5350         C-w still not working correctly from Article buffers; Thierry's
5351         patch to fix that will be applied after this.
5352
5353         * gnus-art.el (bookmark-make-record-function): New local variable.
5354
5355         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5356         article buffer.
5357         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5358
5359 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5360
5361         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5362         on changes in bookmark.el.
5363
5364 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5367         `no-log' instead of message not to log prompt string.
5368
5369 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5370
5371         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5372         the *other* type of HTML form submission.
5373
5374 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5375
5376         * auth-source.el (auth-source-pick): If choice does not contain a
5377         questioned keyword, set the check to t.
5378
5379 2010-06-12  Romain Francoise  <romain@orebokech.com>
5380
5381         * gnus-util.el (gnus-date-get-time): Move up before first use.
5382
5383 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5386         (gnus-article-edit-part): Bind it to make last part that is substituted
5387         or deleted visible.
5388         (gnus-mime-display-single): Buttonize part of which id equals to
5389         gnus-mime-buttonized-part-id.
5390
5391 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5392
5393         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5394         (gnus-dd-mmm): Use gnus-date-get-time.
5395         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5396         simplify logic.
5397         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5398         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5399
5400 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5401
5402         * auth-source.el (top): Autoload `secrets-list-collections',
5403         `secrets-create-item', `secrets-delete-item'.
5404         (auth-sources): Fix tag string.
5405         (auth-get-source, auth-source-retrieve, auth-source-create)
5406         (auth-source-delete): New defuns.
5407         (auth-source-pick): Rewrite in order to avoid 2 passes.
5408         (auth-source-forget-user-or-password): New parameter USERNAME.
5409         (auth-source-user-or-password): New parameters CREATE-MISSING and
5410         DELETE-EXISTING.  Retrieve password interactively, if needed.
5411
5412 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5413
5414         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5415         deleting unused directories when gnus-expert-user is t.
5416
5417 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5420         for each temp file when gnus-article-browse-delete-temp is ask.
5421
5422 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5423
5424         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5425         Lisp calls to delete-backward-char by calls to delete-char.
5426
5427 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5428
5429         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5430
5431 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5432
5433         * password-cache.el (password-cache-remove): Fix docstring.
5434
5435 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5438         article unless decoding article to be saved.
5439
5440 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5443         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5444         generated within the mm-with-unibyte-current-buffer macro.
5445
5446 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5449         to nil when we're in a mml-preview buffer and no group is selected.
5450
5451 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5452
5453         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5454         when catching the `C-g'.  Reported by "Leo".
5455
5456 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * message.el (message-forward-make-body-plain)
5459         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5460         multibyte-string-p.
5461
5462         * lpath.el: Revert.
5463
5464 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * message.el (message-forward-make-body-mml): Assume original message
5467         is multibyte string; error on unibyte.
5468         (message-forward-make-body-plain): Ditto; don't add excessive newline
5469         in body end.
5470
5471         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5472
5473 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5474
5475         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5476         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5477
5478 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * mm-extern.el (mm-extern-url): Don't use
5481         mm-with-unibyte-current-buffer.
5482         (mm-extern-cache-contents): Use with-current-buffer instead of
5483         save-excursion + set-buffer.
5484
5485 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * mm-util.el (mm-emacs-mule): Remove.
5488
5489 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5490
5491         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5492         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5493         change.
5494
5495 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5498         bind the default value of enable-multibyte-characters to nil.
5499
5500 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * message.el (message-forward-make-body-plain)
5503         (message-forward-make-body-mml):
5504         Don't use mm-with-unibyte-current-buffer.
5505
5506 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5507
5508         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5509
5510 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5511
5512         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5513         (Bug#5592).
5514
5515 2010-05-07  Julien Danjou  <julien@danjou.info>
5516
5517         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5518         it to mm-pipe-part.
5519
5520         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5521         it is given.
5522
5523 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * binhex.el (binhex-decode-region-internal)
5526         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5527         (dns-query)
5528         * nnweb.el (nnweb-gmane-search)
5529         * pgg-parse.el (pgg-parse-armor)
5530         * pgg.el (pgg-verify-region)
5531         * sha1.el (sha1-string-external)
5532         * uudecode.el (uudecode-decode-region-internal)
5533         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5534         XEmacs.
5535
5536         * gnus-art.el (gnus-article-browse-html-parts)
5537         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5538         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5539         make-temp-file.
5540
5541         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5542         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5543         compiling.
5544
5545         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5546         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5547         XEmacs when compiling.
5548
5549         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5550         gnus-pick-mode-off-hook for XEmacs when compiling.
5551         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5552         gnus-binary-mode-off-hook for XEmacs when compiling.
5553
5554         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5555         Return nil if char-charset is not available.
5556
5557         * imap.el (imap-disable-multibyte)
5558         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5559         macros.
5560
5561         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5562         instead of encode-coding-string.
5563
5564         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5565         'xemacs) instead of mm-emacs-mule to switch function definitions.
5566         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5567
5568         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5569         bind temporary-file-directory for XEmacs;
5570         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5571         timer-set-function for XEmacs 21.4 and SXEmacs;
5572         bind timer-list for XEmacs 21.4 and SXEmacs;
5573         fbind char-charset and find-charset-region for non-Mule XEmacs;
5574         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5575         encode-coding-region and encode-coding-string for XEmacs having no
5576         file-coding feature.
5577
5578 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5579
5580         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5581
5582 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5585         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5586
5587 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5588
5589         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5590         alias `jka-compr-delete-temp-file' no longer exists.
5591
5592 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5593
5594         Use define-minor-mode in Gnus where applicable.
5595         * mml.el (mml-mode): Use define-minor-mode.
5596         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5597         (gnus-undo-mode): Use define-minor-mode.
5598         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5599         (gnus-dead-summary-mode): Use define-minor-mode.
5600         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5601         Initialize in declaration.
5602         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5603         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5604         (gnus-mailing-list-mode): Use define-minor-mode.
5605         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5606         (gnus-draft-mode): Use define-minor-mode.
5607         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5608         (gnus-dired-mode): Use define-minor-mode.
5609
5610 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5611
5612         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5613         handles on recursive mml-to-mime translation and check them for
5614         boundary delimiter collisions.  Reported by Greg Troxel.
5615
5616 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5619
5620 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5621
5622         * mm-util.el (mm-find-buffer-file-coding-system):
5623         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5624
5625 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5626
5627         * message.el (message-generate-headers): Record insertion of optional
5628         headers as well.  Otherwise the check to prevent repeated insertion of
5629         optional headers is a no-op.
5630
5631 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * smime.el: Don't mention CVS.
5634
5635         * nnrss.el (nnrss-fetch): Don't mention CVS.
5636
5637         * nnir.el: Don't mention CVS.
5638
5639 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5640
5641         * gnus-sum.el (gnus-summary-bookmark-make-record):
5642         Add `location' field.
5643
5644 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * lpath.el: Fbind bookmark-default-handler,
5647         bookmark-get-bookmark-record, bookmark-make-record-default,
5648         bookmark-prop-get for Emacs <23 and XEmacs.
5649
5650 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5651
5652         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5653         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5654         Use with-current-buffer to silence the byte-compiler.
5655         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5656         bother to require `gnus'.
5657         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5658
5659 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5660
5661         * gnus-sum.el (gnus-summary-bookmark-make-record)
5662         (gnus-summary-bookmark-jump): New functions.
5663         (gnus-summary-mode): Setup bookmark support.
5664
5665 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5666
5667         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5668         if set.
5669
5670 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5673         gnus-article-browse-html-save-cid-image; make it work recursively for
5674         forwarded messages as well.
5675         (gnus-article-browse-html-parts): Work when prefix arg is given.
5676         (gnus-article-browse-html-article): Doc fix.
5677
5678 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5679
5680         * message.el (message-default-mail-headers):
5681         (message-default-headers): Carry the value mail-default-headers over
5682         into message-default-mail-headers, rather than message-default-headers.
5683
5684 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5685
5686         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5687         charset.
5688
5689         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5690         charset into the <meta> tag when the article is encoded to utf-8.
5691
5692 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-art.el (gnus-article-browse-delete-temp-files):
5695         Delete directories as well.
5696         (gnus-article-browse-html-parts): Work for images that do not specify
5697         file names; delete temp directory when quitting; insert header at the
5698         right place; use file: scheme for image files.
5699
5700 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5701
5702         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5703         (gnus-article-browse-html-parts): Use it to make temporary cid image
5704         files in addition to html file so that browser may display them.
5705
5706 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5709
5710 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5711
5712         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5713
5714 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * auth-source.el (auth-sources): Change default to be simpler.
5717         Explain about Secret Service API sources.  Improve Customize options.
5718         (auth-source-pick): Change to accept any number of search parameters.
5719         Implement fallbacks iteratively, not recursively.  Add scoring on the
5720         second pass and sort by score.  Call Secret Service API when needed.
5721         (auth-source-user-or-password): Use it.  Call Secret Service API
5722         directly when needed to get the user name and the password.
5723
5724 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5725
5726         * message.el (message-interactive): Doc fix.
5727         (message-qmail-inject-args): Reflow.
5728         (message-kill-to-signature): Fix typo in docstring.
5729
5730         * smiley.el (smiley-buffer): Fix typo in docstring.
5731
5732 2010-03-24  Glenn Morris  <rgm@gnu.org>
5733
5734         * mail-source.el (gnus-message): Declare.
5735         (mail-source-delete-old-incoming): Require gnus-util.
5736
5737 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5740
5741         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5742
5743         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5744         password-cache's default if it is not bound.
5745         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5746         password-cache-expiry's default if it is not bound.
5747
5748         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5749         available in Emacs 21.
5750
5751         * lpath.el: Suppress compiler warnings for:
5752         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5753         XEmacs;
5754         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5755         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5756         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5757
5758 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5759
5760         * auth-source.el (auth-sources): Fix up definition so extra parameters
5761         are always inline.
5762
5763 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5764
5765         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5766         wasn't updated after mismatch.  Clear cached mailbox info correctly
5767         when uidvalidity changes.
5768         (nnimap-group-prefixed-name): New function to avoid some code
5769         duplication.
5770         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5771         (nnimap-request-group): Use it.
5772         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5773         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5774         with many imap folders.  This is done by caching the group status from
5775         the imap server persistently in a group parameter `imap-status'.  (This
5776         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5777         but not persistently, so every Gnus startup was still very slow.)
5778
5779 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5780
5781         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5782         delete the extra newline.  Otherwise editing of :string and :number
5783         types don't work.
5784
5785 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5788         secrets.el dependency.
5789         (auth-sources): Add optional user name.  Add secrets.el configuration
5790         choice (unused right now).
5791
5792 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5793
5794         * gnus-sum.el (gnus-summary-make-menu-bar):
5795         Let `gnus-registry-install-shortcuts' fill in the functions.
5796
5797         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5798         warnings.
5799         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5800         (gnus-registry-install-shortcuts): Populate and use it in a
5801         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5802
5803 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5804
5805         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5806         In-place substitutions for the group name encoding/decoding.
5807         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5808         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5809         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5810         (nnimap-update-unseen, nnimap-request-list)
5811         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5812         (nnimap-request-set-mark, nnimap-split-to-groups)
5813         (nnimap-split-articles, nnimap-request-newgroups)
5814         (nnimap-request-create-group, nnimap-request-accept-article)
5815         (nnimap-request-delete-group, nnimap-request-rename-group)
5816         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5817         `encoded-mbx' for consistency.
5818         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5819         variable `imap-current-mailbox'.
5820
5821         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5822         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5823
5824 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5825
5826         * pop3.el (pop3-display-message-size-flag): Display message size byte
5827         counts during POP3 download.
5828         (pop3-movemail): Use it.
5829         (pop3-list): Implement listing of available messages.
5830
5831 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5832
5833         * nnir.el (nnir-get-article-nov-override-function): New function to
5834         override the normal NOV retrieval.
5835         (nnir-retrieve-headers): Use it.
5836
5837 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5838
5839         * auth-source.el (netrc-machine-user-or-password): Autoload.
5840
5841 2010-03-19  Glenn Morris  <rgm@gnu.org>
5842
5843         Stop message.el from loading about 40 libraries it doesn't always need.
5844         The general approach is to autoload rather than require, and to
5845         require in the specific functions rather than the file.  (Bug#5642)
5846
5847         * gmm-utils.el: Don't require wid-edit.
5848         (widget-create-child-value, widget-convert, widget-default-get):
5849         Autoload.
5850
5851         * gnus-util.el: Don't require time-date, netrc.
5852         (message-fetch-field, gnus-group-name-decode): Declare rather than
5853         autoloading.
5854         (gnus-fetch-field): Require message.
5855         (gnus-decode-newsgroups): Require gnus-group.
5856
5857         * ietf-drums.el: Don't require time-date.
5858
5859         * message.el: Don't require hashcash, canlock, ecomplete.
5860         Do require mail-utils.  Require nnheader only when compiling.
5861         (smtpmail-default-smtp-server): Remove declaration.
5862         (message-send-mail-function): Check smtpmail-default-smtp-server
5863         is bound rather than requiring smtpmail.
5864         (message-auto-save-directory, message-insert-signature):
5865         Use expand-file-name rather than nnheader-concat.
5866         (nnheader-insert-file-contents): Autoload.
5867         (hashcash-wait-async): Declare.
5868         (message-send-mail): Only call gnus-setup-posting-charset if
5869         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5870         (message-send-mail-with-sendmail): Require sendmail.
5871         (canlock-password, canlock-password-for-verify): Declare.
5872         (message-canlock-password): Require canlock.
5873         (nnheader-get-report): Autoload.
5874         (gnus-setup-posting-charset): Declare.
5875         (message-send-news): Require gnus-msg.
5876         (message-make-references, message-make-in-reply-to): Use mail-header-id
5877         rather than the alias mail-header-message-id.
5878         (ecomplete-add-item, ecomplete-save): Declare.
5879         (message-put-addresses-in-ecomplete): Require ecomplete.
5880         (ecomplete-display-matches): Autoload.
5881
5882         * mm-decode.el: Don't require mailcap, gnus-util.
5883         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5884         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5885         Autoload.
5886         (mailcap-mime-extensions): Declare.
5887
5888         * mm-encode.el: Don't require mailcap.
5889         (mailcap-extension-to-mime): Autoload.
5890
5891         * mml-sec.el: Don't require password-cache.
5892
5893         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5894         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5895         (mml-minibuffer-read-type): Require mailcap.
5896         (mml-preview): Require gnus-msg.
5897
5898         * mml1991.el: Require password-cache.
5899         (password-cache-expiry): Remove declaration.
5900
5901         * mml2015.el: Require password-cache.
5902         (password-cache-expiry): Remove declaration.
5903
5904         * nneething.el (mailcap): Require mailcap.
5905
5906         * nnheader.el (declare-function): Add compatibility stub.
5907         (message-remove-header): Declare rather than autoload.
5908         (nnheader-replace-header): Require message.
5909
5910         * nnimap.el (declare-function): Add compatibility stub.
5911         (netrc-parse, netrc-machine-user-or-password): Declare.
5912         (nnimap-open-connection): Require netrc.
5913
5914         * nntp.el (declare-function): Add compatibility stub.
5915         (netrc-parse, netrc-machine, netrc-get): Declare.
5916         (nntp-send-authinfo): Require netrc.
5917
5918         * rfc2047.el: Don't require qp.
5919         (quoted-printable-encode-region, quoted-printable-decode-string):
5920         Autoload.
5921
5922         * sieve-mode.el: Don't require easymenu.
5923         (easy-menu-add-item): Autoload it.
5924
5925         * spam-stat.el (time-to-number-of-days): Autoload it.
5926
5927 2010-03-19  Glenn Morris  <rgm@gnu.org>
5928
5929         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5930
5931 2010-03-18  Glenn Morris  <rgm@gnu.org>
5932
5933         * hashcash.el (declare-function): Remove duplicate definition.
5934
5935 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5936
5937         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5938         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5939         value if any backslash escapes).
5940
5941 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5944         if it is available.  (bug#5647)
5945
5946         * lpath.el: Suppress compiler warning for coding-system-from-name for
5947         Emacs 21 and XEmacs.
5948
5949 2010-03-14  Juri Linkov  <juri@jurta.org>
5950
5951         * hmac-def.el:
5952         * hmac-md5.el:
5953         * netrc.el: Fix keywords.
5954
5955 2010-02-26  Glenn Morris  <rgm@gnu.org>
5956
5957         * message.el (message-send-mail-function): Change the default, so that
5958         it inherits from a customized send-mail-function.  (Bug#5643)
5959
5960 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5961
5962         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5963         shell-command-to-string signals an error (bug#5299).
5964
5965 2010-02-24  Glenn Morris  <rgm@gnu.org>
5966
5967         * message.el (message-smtpmail-send-it)
5968         (message-send-mail-with-mailclient): Doc fixes.
5969
5970 2010-02-16  Glenn Morris  <rgm@gnu.org>
5971
5972         * message.el (message-default-mail-headers): Change the default value
5973         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5974
5975 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5978         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5979
5980 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5981
5982         * time-date.el (date-to-time): Doc fix (Bug#5408).
5983
5984 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5985
5986         * message.el (message-mail): Just pass yank-action on to message-setup.
5987         (message-setup): Handle (FUN . ARGS) form of yank-action.
5988         (message-with-reply-buffer, message-widen-reply)
5989         (message-yank-original): Handle non-buffer values of
5990         message-reply-buffer (Bug#4080).
5991         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5992
5993 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5994
5995         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5996         Fix typo in docstring.
5997
5998 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5999
6000         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6001         response.
6002
6003 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6006
6007         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6008
6009         * message.el (message-check-news-header-syntax): Protect against a
6010         string that `rfc822-addresses' returns when parsing fails.
6011
6012 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6015         (gnus-previous-char-property-change): New functions.
6016
6017         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6018
6019 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6020
6021         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6022         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6023
6024 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6025
6026         * message.el (message-exchange-point-and-mark): Rework last change to
6027         avoid using optional arg of exchange-point-and-mark, for backward
6028         compatibility.
6029
6030 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6031
6032         * message.el (message-exchange-point-and-mark):
6033         Call exchange-point-and-mark with an argument rather than setting
6034         mark-active by hand (Bug#5175).
6035
6036 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * nntp.el (nntp-service-to-port): Work for service expressed with
6039         numeric string; replace [:digit:] with [0-9] for XEmacs.
6040
6041 2009-12-17  Glenn Morris  <rgm@gnu.org>
6042
6043         * gnus-group.el (gnus-bug-group-download-format-alist):
6044         Change emacs entry to debbugs.gnu.org.  Bump :version.
6045
6046 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6049
6050 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * message.el (message-info): Explain why we use `Info-goto-node'.
6053
6054 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6057
6058 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6059
6060         * message.el (message-completion-in-region): New compatibility function.
6061         (message-expand-group): Use it.
6062
6063 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6066         with no unread article should be listed if the 2nd arg `predicate' is
6067         given.
6068
6069 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6072
6073 2009-11-29  Juri Linkov  <juri@jurta.org>
6074
6075         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6076         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6077         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6078
6079 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6080
6081         * sha1.el (sha1-string-external): default-directory "/" in case
6082         otherwise non-existent.  process-connection-type pipe for touch of
6083         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6084
6085 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6086
6087         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6088         it's comms related and sgml-mode.el has "comm" on that basis too.
6089
6090 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6093         containing tspecial characters if they have been already quoted.
6094
6095 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6096
6097         * dns-mode.el (auto-mode-alist): Purecopy string.
6098
6099 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6100
6101         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6102
6103 2009-10-24  Glenn Morris  <rgm@gnu.org>
6104
6105         * gnus-art.el (help-xref-stack-item): Define for compiler.
6106
6107 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6108
6109         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6110
6111 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6114
6115 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6118         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6119
6120 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6123         (gnus-overlays-in): New alias to overlays-in.
6124
6125         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6126         gnus-overlay-get, and gnus-delete-overlay.
6127         (gnus-summary-show-thread): Make it work as well for systems in which
6128         next-single-char-property-change is not available.
6129         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6130
6131         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6132         (gnus-overlay-get): New alias to extent-property.
6133         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6134
6135         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6136         SXEmacs.
6137
6138         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6139         SXEmacs.
6140
6141 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6144
6145 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6146
6147         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6148         and XEmacs that don't have `remove-overlays'.
6149
6150 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6151
6152         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6153         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6154         selective display.  Use overlays instead.
6155
6156 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6157
6158         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6159
6160 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6161
6162         * spam-stat.el (spam-stat-load): Fix typo in message.
6163
6164 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6165
6166         * dig.el (dig-invoke): Fix typo in docstring.
6167         (query-dig): Reflow docstring.
6168
6169 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6170
6171         * gnus-art.el (gnus-article-encrypt-body):
6172         * message.el (message-check-recipients):
6173         * mm-util.el (mm-codepage-setup):
6174         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6175         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6176
6177 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6178
6179         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6180         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6181         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6182         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6183         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6184
6185 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6186
6187         * dig.el: Add "Keywords: comm", as per net-utils.el.
6188
6189 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6190
6191         * dig.el (dig-mode): Use define-derived-mode.
6192
6193 2009-09-19  Glenn Morris  <rgm@gnu.org>
6194
6195         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6196
6197 2009-09-18  Glenn Morris  <rgm@gnu.org>
6198
6199         * gnus-diary.el (gnus-diary-check-message):
6200         * message.el (message-insert-formatted-citation-line):
6201         * nnbabyl.el (top-level):
6202         * nndiary.el (nndiary-schedule):
6203         Fix typos in condition-case handlers.
6204
6205 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6208         configuration that provides the sole article window in a frame;
6209         position point correctly after deleting a part.
6210
6211 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6212
6213         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6214         (spam-resolve-registrations-routine): Use it to unregister articles
6215         that change status.
6216
6217 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6220         with XEmacs.
6221         (parse-time-string-chars): Use it.
6222
6223 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6224
6225         * imap.el (imap-interactive-login): Better messages.
6226         (imap-open): Fix bug with renamed buffer on reconnect.
6227         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6228         for easier debugging and cleaner code.  On successful (guessed based on
6229         server capabilities) secondary authentication, set imap-state
6230         correctly.
6231         (imap-last-authenticator): Define imap-last-authenticator as a variable
6232         to avoid warnings.
6233
6234 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * nnrss.el (nnrss-request-article): Remove binding of
6237         default-enable-multibyte-characters that has gotten needless by
6238         the 2007-07-13 change in rfc2047-encode-message-header.
6239
6240         * mml.el (mml-insert-multipart): Error on the message header.
6241         (mml-insert-part): Error on the message header; position point at
6242         the end of a MIME tag.
6243
6244 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * time-date.el (autoload): Expand define-obsolete-function-alias into
6247         defalias and make-obsolete for old Emacsen that Gnus supports.
6248         (with-no-warnings): Define it for old Emacsen.
6249         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6250         is available.
6251         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6252         float-time is available; suppress compile warning for time-to-seconds.
6253
6254         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6255         (gnus-float-time): Alias to float-time if it exists.
6256
6257         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6258         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6259         float-time is available; suppress compile warning for time-to-seconds.
6260
6261         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6262         XEmacs.
6263
6264 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * imap.el (imap-message-map): Docstring fix.
6267
6268 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6271         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6272         Add the optional argument `encoding' that overrides the default.
6273
6274         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6275         mm-encode-buffer.
6276
6277 2009-09-04  Glenn Morris  <rgm@gnu.org>
6278
6279         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6280         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6281         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6282         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6283         * mm-util.el (mm-with-unibyte-current-buffer)
6284         (mm-find-buffer-file-coding-system):
6285         * yenc.el (yenc-decode-region): Use default-value rather than
6286         default-enable-multibyte-characters.
6287
6288 2009-09-03  Glenn Morris  <rgm@gnu.org>
6289
6290         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6291         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6292         than default-enable-multibyte-characters.
6293
6294 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6295
6296         * gnus-art.el (gnus-article-read-summary-keys):
6297         Fix gnus-buffer-configuration's value temporarily used.
6298
6299 2009-09-02  Glenn Morris  <rgm@gnu.org>
6300
6301         * gnus-util.el (gnus-float-time): New function.
6302         * gnus-delay.el (gnus-delay-article):
6303         * gnus-sum.el (gnus-thread-latest-date):
6304         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6305         * nnspool.el (nnspool-request-newgroups):
6306         Use gnus-float-time rather than time-to-seconds.
6307         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6308
6309         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6310         (gnus-header-subject-face, gnus-header-newsgroups-face)
6311         (gnus-header-name-face, gnus-header-content-face):
6312         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6313         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6314         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6315         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6316         (gnus-cite-face-11):
6317         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6318         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6319         (gnus-server-closed-face, gnus-server-denied-face)
6320         (gnus-server-offline-face):
6321         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6322         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6323         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6324         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6325         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6326         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6327         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6328         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6329         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6330         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6331         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6332         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6333         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6334         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6335         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6336         (gnus-summary-high-undownloaded-face)
6337         (gnus-summary-low-undownloaded-face)
6338         (gnus-summary-normal-undownloaded-face)
6339         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6340         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6341         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6342         (gnus-splash-face):
6343         * message.el (message-header-to-face, message-header-cc-face)
6344         (message-header-subject-face, message-header-newsgroups-face)
6345         (message-header-other-face, message-header-name-face)
6346         (message-header-xheader-face, message-separator-face)
6347         (message-cited-text-face, message-mml-face):
6348         * sieve-mode.el (sieve-control-commands-face)
6349         (sieve-action-commands-face, sieve-test-commands-face)
6350         (sieve-tagged-arguments-face):
6351         * spam.el (spam-face):
6352         Mark face aliases with "-face" in the name as obsolete.
6353
6354 2009-09-01  Glenn Morris  <rgm@gnu.org>
6355
6356         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6357         than goto-line.
6358
6359 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6362         Don't move point if the command is invoked inside the message header.
6363
6364 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6365
6366         * imap.el (imap-send-command): Simplify.
6367         (imap-wait-for-tag): point-max -> buffer-size.
6368
6369 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6370
6371         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6372         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6373         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6374         * nnir.el (nnir-swish-e-index-file):
6375         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6376         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6377         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6378         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6379         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6380         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6381
6382 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6385         Don't save excursion.
6386
6387 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6388
6389         * nnheader.el (nnheader-find-file-noselect):
6390         * mm-util.el (mm-insert-file-contents):
6391         Use (default-value 'major-mode) instead of default-major-mode.
6392
6393 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6394
6395         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6396
6397 2009-08-26  Glenn Morris  <rgm@gnu.org>
6398
6399         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6400         than placing in files.el.
6401
6402 2009-08-25  Glenn Morris  <rgm@gnu.org>
6403
6404         * nnir.el (top-level): Don't require cl at run-time.
6405         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6406         Replace cl-function substitute with gnus-replace-in-string.
6407         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6408         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6409         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6410         simplified expansions.
6411
6412 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6413
6414         * dig.el (dig): Add autoload cookie.
6415
6416 2009-08-22  Glenn Morris  <rgm@gnu.org>
6417
6418         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6419         goto-line.
6420
6421 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6422
6423         * parse-time.el (parse-time-string-chars): Save match data.
6424
6425 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6426
6427         * parse-time.el (parse-time-string-chars): Compute using character
6428         classes, to handle non-ascii characters (Bug#3190).
6429
6430 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6433
6434         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6435         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6436         (gnus-mm-display-part, gnus-mime-display-single)
6437         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6438         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6439
6440         * gnus-sum.el
6441         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6442         (gnus-summary-move-article): Add expirable mark to articles copied or
6443         moved to group that has auto-expire turned on if the option is non-nil.
6444
6445 2009-07-24  Glenn Morris  <rgm@gnu.org>
6446
6447         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6448         Fix typo.  (Bug#3903)
6449
6450 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6453         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6454         that should not be used for draft articles.
6455         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6456         that has no concern in minor mode keys.
6457         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6458         Abolish.
6459
6460 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6463         article without making inquiry to a user for unknown encoding.
6464
6465         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6466         (nnmaildir--scan): Assume i-node and device number that file-attributes
6467         returns might be cons-cell.
6468
6469         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6470
6471         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6472
6473 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6474
6475         * auth-source.el: Remove docs now in auth.texi.  Don't use
6476         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6477         `auth-source-hide-passwords' and use them.
6478
6479 2009-07-15  Glenn Morris  <rgm@gnu.org>
6480
6481         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6482
6483 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6486         excessive whitespace from the default values of title and description.
6487
6488 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6491         mail-fetch-field to fetch Content-Description header in order to
6492         exclude newlines.
6493
6494 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6495
6496         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6497         format used by GnuPG 2.0.11.
6498
6499 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6502         to deleted part.
6503
6504 2009-05-30  David Engster  <dengste@eml.cc>
6505
6506         * nnmairix.el: Remove old documentation in the commentary block.
6507         (nnmairix-request-group): Do not update active file for nnml back ends.
6508         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6509         end so that overview files are ignored.
6510         (nnmairix-update-groups): Make updating the groups more robust by using
6511         marks.
6512         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6513         with dollar characters in message-id.
6514
6515 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6518         2008-12-25 in dns.el.
6519
6520 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6521
6522         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6523         could happen if the text is only composed of spaces and/or tabs.
6524
6525 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6526
6527         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6528         when sending a queued message to avoid extra mml tags.
6529
6530 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6533
6534 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6537         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6538         rmail-toggle-header for XEmacs;
6539         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6540
6541 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-dired.el: Remove autoload for gnus-setup-message.
6544         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6545         displaying Gnus logo; always use compose-mail.
6546
6547 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6550
6551 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6554         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6555         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6556         available.
6557         (gnus-nocem-epg-verify): New function.
6558
6559 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6560
6561         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6562
6563 2009-02-15  Glenn Morris  <rgm@gnu.org>
6564
6565         * gnus-util.el (rmail-insert-rmail-file-header)
6566         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6567         autoloads.
6568         (rmail-default-rmail-file): Remove unnecessary declaration.
6569         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6570
6571 2009-02-14  Glenn Morris  <rgm@gnu.org>
6572
6573         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6574         variable (only used in gnus-util, which declares it anyway).
6575         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6576         which was only needed by gnus-art (changed to not use it any more).
6577         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6578         only used in gnus-util, which autoloads it itself.
6579         (rmail-update-summary): Fix autoload.
6580
6581         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6582         rather than rmail-output-to-rmail-file.
6583
6584 2009-02-07  Glenn Morris  <rgm@gnu.org>
6585
6586         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6587         autoload of function that no longer exists.
6588         (rmail-toggle-header): Declare.
6589         (message-forward-rmail-make-body): Handle mbox Rmail.
6590
6591 2009-01-31  Glenn Morris  <rgm@gnu.org>
6592
6593         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6594         2009-01-09 change.
6595
6596 2009-01-31  Dave Love  <fx@gnu.org>
6597
6598         * imap.el (imap-fetch-safe): Bind debug-on-error.
6599         (imap-debug): Add imap-fetch-safe.
6600
6601 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6602
6603         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6604         (auth-source-forget-all-cached): New convenience function.
6605         (auth-source-user-or-password): Accept list of modes or a single mode.
6606
6607         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6608         auth-source modes.
6609
6610         * netrc.el (netrc-machine-user-or-password): Use list of
6611         auth-source modes.
6612
6613         * nnimap.el (nnimap-open-connection): Use list of
6614         auth-source modes.
6615
6616         * nntp.el (nntp-send-authinfo): Use list of
6617         auth-source modes.
6618
6619 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6620
6621         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6622         now.
6623
6624 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6627         coding system in XEmacs; add a workaround for XEmacs.
6628
6629         * lpath.el: Fbind coding-system-aliasee.
6630
6631 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6634         of current-language-environment.
6635
6636 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6639         available at runtime.
6640
6641 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6644
6645 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6646
6647         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6648         the greatest positive fixnum value doesn't work under an XEmacs with
6649         bignum support; use the most-positive-fixnum constant instead,
6650         available since Emacs 21.1 with cl and XEmacs 21.1.
6651
6652 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6655         XEmacs gets not to work.
6656
6657 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * mm-util.el (mm-coding-system-priorities): Allow the value like
6660         "Japanese (UTF-8)" of current-language-environment.
6661
6662 2009-01-09  Glenn Morris  <rgm@gnu.org>
6663
6664         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6665         with last-command-event.
6666
6667 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6670         in the doc string.
6671
6672         * message.el (message-fix-before-sending): Amend comment.
6673
6674 2009-01-08  Dave Love  <fx@gnu.org>
6675
6676         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6677
6678 2009-01-07  David Engster  <dengste@eml.cc>
6679
6680         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6681         simplified server definitions by converting it via
6682         gnus-server-to-method.
6683
6684 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6687         parameter's operands.
6688
6689 2009-01-06  David Engster  <dengste@eml.cc>
6690
6691         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6692         primary select method (for gnus-group-mark-article-as-read).
6693
6694 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6695
6696         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6697         `(gnus)Face', not `(gnus)X-Face'.
6698
6699 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * mm-util.el (mm-ucs-to-char): New function.
6702
6703         * mm-url.el (mm-url-decode-entities): Use it.
6704
6705         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6706         unicode-to-char.
6707
6708 2009-01-05  Dave Love  <fx@gnu.org>
6709
6710         * time-date.el: Require cl for `declare'.
6711
6712 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6715         Dave Love.
6716
6717 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * message.el (message-fix-before-sending): Add `eight-bit' to
6720         illegible-text check.
6721
6722 2009-01-03  Michael Olson  <mwolson@gnu.org>
6723
6724         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6725         `headers' is nil.  This can occur if the IMAP server does not have
6726         permissions to read messages from a folder, but can write new messages
6727         to the folder.
6728         (nnimap-request-article-part): Do not insert `data' if it is nil.
6729
6730         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6731         characters which will confuse `read', so skip past them.
6732
6733 2009-01-01  Dave Love  <fx@gnu.org>
6734
6735         * imap.el (imap-string-to-integer): Fix typo.
6736         (imap-fetch-safe): New function.
6737         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6738
6739         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6740
6741         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6742         (imap-parse-greeting): Fix doc strings.
6743         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6744         (imap-parse-flag-list): Make messages unique.
6745         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6746
6747         * nnimap.el: Fix author email.
6748         (nnimap-split-rule): Add FIXME comment.
6749         (nnimap-debug): Fix doc string.
6750
6751 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6752
6753         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6754
6755 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6758         nslookup if resolv.conf isn't available.
6759         (dns-query): Rename from query-dns.
6760         (dns-query-cached): Rename from query-dns-cached.
6761
6762 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6765         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6766         to check if those variables exist (first appeared in Emacs 18.50).
6767
6768 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * mm-util.el (mm-line-number-at-pos): New function.
6771
6772         * spam-report.el (spam-report-process-queue): Use it.
6773
6774 2008-12-24  David Engster  <dengste@eml.cc>
6775
6776         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6777         parameters that haven't existed as variables as buffer-local variables.
6778
6779 2008-12-23  Dave Love  <fx@gnu.org>
6780
6781         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6782         cadar.
6783
6784         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6785         imap-starttls-p.
6786         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6787
6788 2008-12-22  Dave Love  <fx@gnu.org>
6789
6790         * imap.el: Fix author email.  Doc fixes.
6791         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6792         reply.
6793
6794 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * spam-report.el (spam-report-gmane-max-requests): New constant.
6797         (spam-report-gmane-wait): New variable.
6798         (spam-report-gmane-ham, spam-report-gmane-spam)
6799         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6800         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6801         the server.
6802
6803         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6804         Add explanations.
6805
6806         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6807         nnheader-accept-process-output and nnheader-read-timeout if available.
6808         (pop3-movemail): Use it.
6809
6810         * message.el (message-check-news-body-syntax): Fix signature check if
6811         there's an attachment.
6812
6813 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * mm-util.el: Add comments to the mm- emulating functions.
6816
6817 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6820         Reported by Stephen Berman <stephen.berman@gmx.net>.
6821
6822 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * mm-util.el (mm-substring-no-properties): New function.
6825         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6826         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6827         (mm-string-to-multibyte): Doc fix.
6828
6829         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6830
6831 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6832
6833         * mml.el (mml-attach-file): Strip text properties from file name.
6834         (Bug#1574)
6835
6836 2008-12-16  Glenn Morris  <rgm@gnu.org>
6837
6838         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6839
6840 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6843         knows since the charset specified might be a bogus alias that
6844         mm-charset-synonym-alist provides.
6845
6846 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6849         "ISO_8859-1".
6850
6851         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6852
6853 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * mm-util.el (mm-charset-eval-alist):
6856         Define it before mm-charset-to-coding-system.
6857         (mm-charset-to-coding-system): Add optional argument `silent';
6858         define it before mm-charset-override-alist.
6859         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6860         default value if it can be used in Emacs currently running;
6861         silence mm-charset-to-coding-system.
6862
6863 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6866         `allow-override' which says whether to use `mm-charset-override-alist'.
6867         (rfc2047-decode-encoded-words): Use it.
6868
6869         * mm-util.el (mm-charset-override-alist): Fix custom type;
6870         add `(gb2312 . gbk)' to choices.
6871
6872 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6875         fast.
6876
6877         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6878
6879         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6880
6881 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6882
6883         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6884         on links.
6885
6886         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6887
6888 2008-12-03  Lute Kamstra  <lute@gnu.org>
6889
6890         * sha1.el: Remove leading * from docstrings of defcustoms,
6891         deffaces, defconsts and defuns.
6892
6893 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6896         users' addresses that don't have domain parts.
6897         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6898         rather than message-narrow-to-head since there will be the message
6899         header separator.
6900
6901 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6902
6903         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6904         since the result is inserted in a unibyte buffer anyway.
6905         (nnimap-demule-use-string-to-multibyte): Remove.
6906         (nnimap-demule): Alias it to mm-string-to-multibyte.
6907
6908 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6911         variable for debugging bug#464 and bug#1174.
6912         (nnimap-demule): Use it.
6913
6914 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6917         score calculation correctly.
6918
6919 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6920
6921         * message.el (message-send-mail): Just set the buffer to unibyte
6922         rather than use mm-with-unibyte-current-buffer which does a lot more.
6923         (message-send-mail-partially): Don't bother with
6924         mm-with-unibyte-current-buffer since it's already been made unibyte by
6925         message-send-mail.
6926
6927 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6930
6931 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6934
6935 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6938         require itself and to remove `with-no-warnings'.
6939
6940 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6941
6942         * starttls.el (starttls-any-program-available): Get the name of the
6943         available TLS layer program.
6944         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6945         well as the host name in the "opening" message.
6946
6947         * auth-source.el (auth-source-cache, auth-source-do-cache)
6948         (auth-source-user-or-password): Cache passwords and logins by default,
6949         allow override with `auth-source-do-cache'.
6950         (auth-source-forget-user-or-password): Allow users to remove cache
6951         entries if needed.
6952
6953 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6954
6955         * md4.el (md4-buffer): Fix typo in docstring.
6956         (md4, md4-64): Doc fixes.
6957         (md4-pack-int32): Reflow docstring.
6958
6959 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6962         condition-case to only the forward-sexp call.
6963
6964 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6965
6966         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6967         quotes contained.  Make it more robust regardless by an extra
6968         condition-case wrapper.
6969
6970 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6973
6974 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * nnml.el (nnml-request-expire-articles): Check if the function set to
6977         `nnmail-expiry-target' returns the symbol `delete'.
6978
6979         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6980
6981         * nnmail.el (nnmail-expiry-target): Fix custom type.
6982
6983 2008-10-02  Glenn Morris  <rgm@gnu.org>
6984
6985         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6986         Silence compiler warning.
6987
6988 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6989
6990         * tls.el (open-tls-stream): Show the actual command being
6991         executed, instead of the format string.
6992
6993 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * lpath.el: Fbind codepage-setup for Emacs 23.
6996
6997 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6998
6999         * mml.el (mml-menu): Don't assume mml2015 is bound.
7000
7001 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7004         exists.
7005
7006 2008-09-27  Glenn Morris  <rgm@gnu.org>
7007
7008         * gnus-util.el (mail-header-remove-comments): Autoload it.
7009
7010 2008-09-27  Andreas Schwab  <schwab@suse.de>
7011
7012         * gnus-util.el (gnus-split-references): Strip comments.
7013         (gnus-parent-id): Likewise.
7014
7015 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * message.el (message-confirm-send): Fix version.
7018
7019 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * message.el (message-idna-to-ascii-rhs-1): Use
7022         mail-extract-address-components rather than mail-header-parse-addresses
7023         that is an alias by default to ietf-drums-parse-addresses that does not
7024         support non-ASCII names in headers' contents.
7025
7026 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7027
7028         * message.el (message-confirm-send): Fix variable documentation to
7029         avoid the "y/n" wording.
7030
7031 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7032
7033         * message.el (message-set-auto-save-file-name): Save to a different
7034         filename so multiple messages (especially drafts) can be recovered.
7035
7036 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7037
7038         * message.el (message-confirm-send): Add appropriate version.
7039
7040 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7041
7042         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7043         defvar.
7044
7045 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7046
7047         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7048         (mm-pkcs7-enveloped-magic): Ditto.
7049
7050 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7051
7052         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7053         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7054
7055 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7058         default, it's better.
7059
7060 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7061
7062         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7063         summary line gnus-number property and ignore them (with a warning
7064         message).
7065
7066 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7069         macro caddr in the interactive form since it won't be expanded.
7070
7071 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7074         `charset'; fix name of function called recursively.
7075         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7076
7077 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7080         (gnus-mime-set-charset-parameters): New function.
7081         (gnus-mime-view-part-as-charset): Use it to correctly display part
7082         specifying wrong charset.
7083
7084 2008-09-08  David Engster  <dengste@eml.cc>
7085
7086         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7087         in completing-read for back end server.
7088
7089 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * message.el (message-confirm-send): New variable to confirm sending a
7092         message.
7093         (message-send): Use it.
7094
7095 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7098
7099 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7102
7103 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7104
7105         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7106         prevent tracking too many groups.
7107         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7108         Use it.
7109
7110 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7111
7112         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7113         moving point to the bottom of the window in order to avoid recentering.
7114
7115 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7118
7119         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7120         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7121         (gnus-article-beginning-of-window): Fix calculation.
7122
7123 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-msg.el (gnus-summary-supersede-article)
7126         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7127         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7128         message header.
7129
7130 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7131
7132         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7133         pending output coming after the status change.
7134
7135 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7136
7137         * message.el:
7138         * gnus-start.el:
7139         * gnus-registry.el: Remove VMS support.
7140
7141 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7144         macro.
7145         (rfc2104-hash): Use it.
7146
7147 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7150         (gnus-summary-sort-by-most-recent-date): New commands.
7151         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7152         and menu entries.
7153
7154 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7157         don't redisplay article for raw contents; remove plural articles stuff.
7158
7159         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7160         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7161         on gnus-summary-save-article; display results properly.
7162
7163 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * lpath.el: No need to fbind ns-focus-frame.
7166
7167 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7170
7171 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-art.el (gnus-summary-save-in-pipe):
7174         Consider gnus-save-all-headers.
7175
7176 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7177
7178         * gnus-util.el (ns-focus-frame): Remove declaration.
7179         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7180         like x.
7181
7182 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7183
7184         * rfc2104.el (rfc2104-zero): Delete defconst.
7185         (rfc2104-hex-alist): Likewise.
7186         (rfc2104-hex-to-int): Delete func.
7187         (rfc2104-hexstring-to-bitstring): Likewise.
7188         (rfc2104-nybbles): New defconst.
7189         (rfc2104-hash): Rewrite for speed.
7190
7191 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * tls.el (open-tls-stream): Make it work with the 2nd argument
7194         BUFFER that is a string but does not exist as a buffer object, as
7195         mentioned in the doc-string.
7196
7197 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7200         SXEmacs.
7201
7202 2008-07-16  Glenn Morris  <rgm@gnu.org>
7203
7204         * gnus-util.el (ns-focus-frame): Declare for compiler.
7205
7206 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7209         set as a group parameter.
7210         (gnus-summary-save-in-pipe): Work when it is called independently.
7211         (gnus-summary-pipe-to-muttprint): Don't modify
7212         gnus-summary-pipe-output-default-command.
7213
7214 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7215
7216         * message.el (message-send-mail-with-sendmail):
7217         Display the error message.
7218
7219 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * gnus-art.el (gnus-default-article-saver):
7222         Add gnus-summary-save-in-pipe to choices.
7223         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7224         gnus-summary-pipe-output-default-command as the default command.
7225         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7226         instead of gnus-last-shell-command.
7227
7228         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7229         New user option.
7230         (gnus-summary-muttprint-program): Mention the value will be changed.
7231         (gnus-summary-save-article): Force showing of all headers.
7232         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7233
7234 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7235
7236         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7237
7238 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7239
7240         * nnimap.el (nnimap-id):
7241         * sieve-manage.el (sieve-manage-open): Doc fixes.
7242
7243 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7244
7245         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7246         if available.
7247
7248 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7249
7250         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7251
7252         * nnkiboze.el (nnkiboze-generate-group):
7253         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7254
7255         * nnmairix.el: Require CL.
7256
7257 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * dgnushack.el: Autoload get-display-table and put-display-table for
7260         XEmacs 21.5.
7261
7262         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7263         21.4 and SXEmacs.
7264
7265 2008-06-15  David Engster  <dengste@eml.cc>
7266
7267         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7268
7269 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7270
7271         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7272         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7273         runtime choice under XEmacs.
7274
7275         * gnus-sum.el (gnus-summary-set-display-table):
7276         Use `gnus-put-display-table', `gnus-get-display-table',
7277         `gnus-set-display-table' for the display table, instead of `aset'.
7278
7279         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7280         Use `gnus-put-display-table', `gnus-get-display-table',
7281         `gnus-set-display-table' for the display table.
7282
7283 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7284
7285         * nnmairix.el: Add autoloads.
7286
7287 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * nnmairix.el (nnmairix-delete-recreate-group)
7290         (nnmairix-update-and-clear-marks): Fix error messages.
7291
7292 2008-06-14  David Engster  <dengste@eml.cc>
7293
7294         * nnmairix.el: Upgrade to version 0.6.
7295         (nnmairix-group-toggle-propmarks-this-group)
7296         (nnmairix-group-toggle-readmarks-this-group)
7297         (nnmairix-group-delete-recreate-this-group)
7298         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7299         (nnmairix-remove-tick-mark-original-article): New commands.
7300         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7301         (nnmairix-propagate-marks-to-nnmairix-groups)
7302         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7303         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7304         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7305         functions needed for marks propagation and manipulation of read marks.
7306         (nnmairix-update-groups): New function.
7307         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7308         (nnmairix-determine-original-group-from-registry)
7309         (nnmairix-determine-original-group-from-path)
7310         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7311         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7312         New helper functions.
7313         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7314         keystrokes for new commands.
7315         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7316         (nnmairix-request-group): Check allow-fast group parameter.
7317         (nnmairix-request-create-group): Set allow-fast group parameter if
7318         nnmairix-allowfast-default is set.
7319         (nnmairix-close-group): Propagate marks upon closing if needed.
7320         (nnmairix-group-toggle-threads-this-group): Use new.
7321         nnmairix-group-toggle-parameter helper function.
7322         (nnmairix-search): Better check for empty search result.
7323         (nnmairix-goto-original-article): Use new helper functions for
7324         determining original article.
7325         (nnmairix-show-original-article): Make sure message-id is in brackets.
7326         (nnmairix-call-mairix-binary): Change variable name.
7327         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7328         helper function.
7329         (nnmairix-widget-toggle-activate): Fix doc string.
7330
7331 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * nnir.el: Require edmacro when compiling with XEmacs.
7334         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7335         available in Emacs 21.
7336
7337 2008-06-11  Glenn Morris  <rgm@gnu.org>
7338
7339         * gnus-util.el (x-focus-frame):
7340         * gnus.el (image-size):
7341         * mm-decode.el (image-size): Declare.
7342
7343         * gnus-picon.el (declare-function): Add compat definition.
7344         (image-size): Declare.
7345
7346         * gnus-group.el (tool-bar-map):
7347         * gnus-sum.el (tool-bar-map): Define for compiler.
7348
7349         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7350
7351         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7352
7353         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7354         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7355         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7356         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7357         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7358         * sieve-manage.el, spam-report.el, spam.el:
7359         Remove unnecessary eval-and-compile of autoloads.
7360
7361 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7362
7363         * auth-source.el: Precise Tramp doc.
7364
7365 2008-06-07  Glenn Morris  <rgm@gnu.org>
7366
7367         * nnmairix.el: Remove unnecessary eval-when-compile.
7368
7369 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * lpath.el: Fbind propertize for XEmacs 21.4.
7372
7373 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * nnir.el: Move here from ../contrib.
7376
7377 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7378
7379         * gnus-util.el (gnus-read-shell-command): New function.
7380         * mm-decode.el (mm-pipe-part):
7381         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7382
7383 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7386
7387 2008-06-03  Glenn Morris  <rgm@gnu.org>
7388
7389         * pop3.el (nnheader-accept-process-output): Autoload it.
7390
7391 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7394         are not 2-digit hexadecimal characters that follow `%'s.
7395
7396 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * message.el (message-bogus-recipient-p): Fix type in doc string.
7399         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7400         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7401         Improve custom options.
7402         (message-bogus-recipient-p): Adjust accordingly.
7403
7404 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7405
7406         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7407         long-form month and day names.
7408
7409 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * dgnushack.el: Autoload debug, eudc-expand-inline and
7412         pgg-snarf-keys-region for XEmacs.
7413
7414         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7415
7416         * nnmairix.el: Require edmacro when compiling with XEmacs.
7417
7418 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7421         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7422
7423 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * auth-source.el: Add more docs.
7426
7427         * netrc.el (netrc-machine): Always match if the port is not given.
7428
7429 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7432         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7433         retrieval faster in some cases, but might make CPU usage larger.
7434         If this has any bad side effects, we might revert this change.
7435
7436         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7437         seems to make mail retrieval much, much faster.
7438         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7439         unconditionally.
7440
7441         * gnus-draft.el (gnus-group-send-queue):
7442         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7443
7444 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7447
7448         * message.el (message-bogus-address-regexp): Fix and improve custom
7449         type.
7450         (message-setup-hook): Add message-check-recipients as custom option.
7451
7452 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * message.el (message-cite-function): Remove bogus autoload which crept
7455         in during merge from v5-10.
7456
7457 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7458
7459         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7460
7461         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7462
7463         * auth-source.el: Preliminary Tramp docs.
7464         (auth-sources): Change the default auth-sources to use
7465         EPA .gpg files.
7466
7467 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7468
7469         * nntp.el: Autoload `auth-source-user-or-password'.
7470         (nntp-send-authinfo): Use it.
7471
7472         * nnimap.el: Autoload `auth-source-user-or-password'.
7473         (nnimap-open-connection): Use it.
7474
7475         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7476         for the gnus-message function.
7477         (auth-source-user-or-password): Use it.
7478
7479 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7480
7481         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7482         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7483         (rfc2104-hash): Use it.
7484
7485 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7486
7487         * gnus-art.el (gnus-article-toggle-truncate-lines):
7488         Don't use `iff' in docstring.
7489
7490 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7491
7492         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7493
7494         * gnus-util.el (gnus-extract-address-component-name)
7495         (gnus-extract-address-component-email): Convenience functions around
7496         `gnus-extract-address-components'.
7497
7498         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7499         Use `gnus-extract-address-component-email' to fix bug of comparing full
7500         sender name to `user-mail-address'.
7501
7502 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7503
7504         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7505         catch/throw to optimize.
7506         (gnus-registry-find-keywords): Just use member to find a keyword.
7507
7508 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7509
7510         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7511         is current before calling gnus-server-prepare.
7512         (gnus-server-setup-buffer, gnus-server-update-server)
7513         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7514
7515 2008-05-04  Juri Linkov  <juri@jurta.org>
7516
7517         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7518         (mailcap-file-default-commands): Use mailcap-replace-in-string
7519         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7520         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7521
7522 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7523
7524         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7525
7526 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7527
7528         * gnus.el: Bump version to 0.11.
7529
7530 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7531
7532         * gnus.el: No Gnus v0.10 is released.
7533
7534 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7535
7536         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7537         hooks.
7538         (gnus-update-read-articles): Speed up non-marks-using users.
7539         (gnus-use-marks): Define gnus-use-marks.
7540         (gnus-propagate-marks): Rename variable to something more sensible.
7541
7542 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7543
7544         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7545         (gmm-image-load-path-for-library): Fix typos in docstrings.
7546         (gmm-message): Reflow docstring.
7547
7548 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7549
7550         * mail-source.el (mail-source-set-1, mail-source-bind):
7551         Move auth-source code out of the macro to clean it up and fix bugs.
7552
7553 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7554
7555         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7556         by sender if it's equal to user-mail-address, it's likely to be
7557         useless.
7558
7559         * mail-source.el (mail-source-bind): Don't use user or password if they
7560         are not bound.  Unintern them if they are nil.  Don't use server unless
7561         it's bound, and default it to empty string otherwise.
7562
7563 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * mail-source.el: Load auth-source.el.
7566         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7567         get user name or password, if auth-sources is set up.
7568
7569         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7570         strategy of splitting with parent.
7571         (gnus-registry-split-fancy-with-parent)
7572         (gnus-registry-post-process-groups): Use it and fix prior
7573         bug (returning a list as the split result).
7574
7575         * auth-source.el (auth-sources): Remove server parameter.
7576         (auth-source-pick, auth-source-user-or-password)
7577         (auth-source-user-or-password-imap)
7578         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7579         (auth-source-user-or-password-sftp)
7580         (auth-source-user-or-password-smtp): Remove server parameter.
7581
7582 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7583
7584         * smime.el (smime-sign-region, smime-encrypt-region)
7585         (smime-decrypt-region):
7586         Remove redundant calls to `generate-new-buffer-name'.
7587
7588 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7589
7590         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7591         Don't use QP for message/rfc822.
7592         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7593
7594 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7595
7596         * sieve-manage.el (sieve-string-bytes): Remove.
7597         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7598         correct byte-length only if the process's coding-system is the same as
7599         the one used internally by Emacs to represent strings.
7600
7601 2008-04-22  Juri Linkov  <juri@jurta.org>
7602
7603         * mailcap.el (mailcap-file-default-commands): New function.
7604
7605 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * message.el (message-signature-separator, message-cite-function):
7608         Change custom version.
7609
7610 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7611
7612         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7613         commands.
7614         (tls-checktrust): Ditto.
7615
7616 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * mm-decode.el (mm-display-external): Make temp file read-only.
7619
7620 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7623         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7624         `C-c C-f d'.
7625
7626 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7627
7628         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7629
7630 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * gnus.el: Bump version to 0.9.
7633
7634 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * gnus.el: No Gnus v0.8 is released.
7637
7638 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7639
7640         * mail-source.el (mail-source-value):
7641         Prefer fboundp to functionp so it works with macros as well.
7642
7643 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7644
7645         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7646         Fix last change in case the element is not even a symbol.
7647
7648 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7649
7650         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7651         Prefer fboundp to functionp so it works with macros as well.
7652
7653 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7654
7655         * auth-source.el: Add docs.
7656         (auth-sources): Modify format to support server.
7657         (auth-source-pick, auth-source-user-or-password)
7658         (auth-source-user-or-password-imap)
7659         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7660         (auth-source-user-or-password-sftp)
7661         (auth-source-user-or-password-smtp): Add server parameter.
7662
7663 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7664
7665         * gnus-registry.el: Initialize the registry when gnus-registry-install
7666         is t.
7667
7668 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * compface.el (uncompface): Make buffer unibyte.
7671
7672 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7673
7674         * mail-source.el (mail-source-value):
7675         Prefer fboundp to functionp so it works with macros as well.
7676
7677 2008-04-05  Glenn Morris  <rgm@gnu.org>
7678
7679         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7680
7681 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7682
7683         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7684         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7685
7686         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7687         multibyteness after rather than before erasing it.
7688
7689         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7690         mm-with-multibyte.
7691         (gnus-request-article-this-buffer): Make sure the proper decoding is
7692         used if gnus-original-article-buffer happens to be unibyte.
7693
7694         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7695         default-enable-multibyte-characters.
7696
7697         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7698         default-enable-multibyte-characters.
7699
7700         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7701
7702         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7703
7704 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7705
7706         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7707         Fix last change in case the element is not even a symbol.
7708
7709 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7710
7711         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7712         (imap-message-copyuid-1): Use it.
7713         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7714         J. Williams in
7715         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7716
7717         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7718         imap-enable-exchange-bug-workaround.
7719         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7720
7721 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7722
7723         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7724         a 100 byte status-checks into a 2-3MB transfer for each group.
7725         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7726         to enable bug workaround or not.
7727         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7728
7729 2008-03-31  Glenn Morris  <rgm@gnu.org>
7730
7731         * message.el (mml2015-use): Declare for compiler.
7732         (message-info): Require mml2015 when appropriate.
7733
7734 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7737         whitespace.
7738
7739 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7740
7741         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7742         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7743         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7744         (nntp-service-to-port): New function.
7745         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7746         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7747         (nntp-open-netcat-stream): New function.
7748         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7749
7750 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7751
7752         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7753
7754 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7755
7756         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7757
7758 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7759
7760         * dns.el (dns-write): Use set-buffer-multibyte.
7761
7762 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7763
7764         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7765
7766 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * message.el (message-signature-separator): Change default.
7769         Improve custom type.
7770         (message-cite-function): Change default to
7771         message-cite-original-without-signature.
7772
7773         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7774         toggle.
7775
7776         * message.el (message-check-news-body-syntax): Fix signature check.
7777         (message-setup-1): Mark buffer as unmodified _after_ running
7778         message-setup-hook and handling message-alternative-emails.
7779         (message-shorten-references): Be more strict when building list of
7780         valid references to comply with GNKSA.
7781
7782         * gnus-group.el (gnus-read-ephemeral-bug-group)
7783         (gnus-read-ephemeral-debian-bug-group)
7784         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7785
7786         * message.el (message-info): Don't use booleanp which isn't supported
7787         in Emacs 21 and XEmacs.
7788
7789 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7792         gnus-group-gmane-group-download-format.
7793         (gnus-group-read-ephemeral-gmane-group): Rename from
7794         gnus-group-read-ephemeral-gmane-group.
7795         (gnus-read-ephemeral-gmane-group-url): Rename from
7796         gnus-group-read-ephemeral-gmane-group-url.
7797         (gnus-bug-group-download-format-alist): New variable.
7798         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7799         (gnus-read-ephemeral-emacs-bug-group): New commands.
7800
7801 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7804         (gnus-visible-headers): Improve custom type.
7805
7806 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * mml.el (mml-menu): Add workarounds for XEmacs.
7809
7810         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7811         X-Boundary header.
7812
7813         * message.el (message-simplify-recipients): Fix previous commit.
7814
7815 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7816
7817         * mm-util.el (mm-set-buffer-multibyte): New function.
7818         * mm-decode.el (mm-copy-to-buffer): Use it.
7819
7820         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7821         Prefer fboundp to functionp so it works with macros as well.
7822
7823 2008-03-19  Glenn Morris  <rgm@gnu.org>
7824
7825         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7826         Accidentally removed in the sync process with Emacs.
7827
7828 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * message.el (message-alter-recipients-discard-bogus-full-name):
7831         New function.
7832         (message-alter-recipients-function): New variable.
7833         (message-get-reply-headers): Use it.
7834         (message-replace-header): New helper function.
7835         (message-recipients-without-full-name): New variable.
7836         (message-simplify-recipients): New command.
7837
7838         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7839
7840         * message.el (message-info): Handle EasyPG manual.
7841
7842         * mml.el (mml-menu): Add entry for EasyPG.
7843
7844 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7845
7846         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7847         parameter.
7848
7849         * message.el (message-disassociate-draft): Specify drafts group name
7850         fully.
7851
7852 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7853
7854         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7855         Eliminate unnecessary duplicates from the match list.
7856
7857 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7860
7861         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7862
7863         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7864         args of `how-many' of which the XEmacs version doesn't take; declare
7865         Info-index-next as function.
7866
7867 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * gnus-score.el (gnus-score-headers): Fix handling of
7870         gnus-inhibit-slow-scoring.
7871
7872         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7873         string.
7874         (gnus-button-url-regexp): Improve handling of parenthesis.
7875         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7876         (gnus-button-handle-info-keystrokes): Handle index entries.
7877
7878 2008-03-15  Glenn Morris  <rgm@gnu.org>
7879
7880         * parse-time.el (parse-time-string): Simplify.
7881
7882 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7885         Incoming* files.
7886
7887 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7888
7889         * auth-source.el (auth-sources): Rename from auth-source-choices.
7890         (auth-source-pick): Use it.
7891
7892 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7893
7894         * binhex.el (binhex-decode-region-internal):
7895         * uudecode.el (uudecode-decode-region-internal):
7896         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7897         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7898         setting default-enable-multibyte-characters.
7899
7900 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * auth-source.el (auth-source-protocols)
7903         (auth-source-protocols-customize, auth-source-choices): Add and
7904         modified variable customizations and defaults.
7905         (auth-source-pick, auth-source-user-or-password)
7906         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7907         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7908         (auth-source-user-or-password-sftp)
7909         (auth-source-user-or-password-smtp): Use new variables and provide an
7910         interface to netrc.el.
7911
7912 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7915         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7916         Make sure the nntp port to specify is a string.
7917
7918 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7919
7920         * nntp.el: Use with-current-buffer.
7921         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7922         dubious mm-with-unibyte-current-buffer.
7923         (nntp-with-open-group-function): New function extracted from
7924         nntp-with-open-group macro.
7925         (nntp-with-open-group): Use the function, so it's easier to debug.
7926         Add indentation and debugging info.
7927         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7928         Recommend the use of the netcat alternatives.
7929
7930         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7931         Avoid mm-string-as-multibyte as well.
7932
7933         * nnweb.el (nnweb-insert-html):
7934         Remove use of nnheader-string-as-multibyte.
7935
7936         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7937         (nnheader-string-as-multibyte): Remove.
7938
7939         * mm-view.el: Use inhibit-read-only.
7940         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7941         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7942         or unibyte-string.
7943
7944         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7945         (mm-uu-yenc-extract): Use with-current-buffer.
7946
7947         * gnus-soup.el (gnus-soup-send-packet): Don't use
7948         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7949
7950         * nnmh.el: Use with-current-buffer.
7951         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7952         mm-string-as-multibyte on the output of mm-encode-coding-string.
7953
7954         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7955         (nnimap-request-move-article): Use with-current-buffer.
7956
7957         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7958         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7959         conversion uses string-make-unibyte rather than string-as-unibyte.
7960
7961         * gnus-msg.el: Use with-current-buffer.
7962
7963         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7964
7965 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7966
7967         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7968         string for caching if it is 'PIN.
7969
7970 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * lpath.el: Consider the case without Emacs/W3.
7973
7974 2008-03-08  Glenn Morris  <rgm@gnu.org>
7975
7976         * time-date.el (date-to-time, time-subtract, time-add)
7977         (safe-date-to-time): Doc fixes.
7978
7979 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * mail-source.el (mail-source-delete-old-incoming-confirm):
7982         Change default to nil.
7983         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7984
7985 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * lpath.el: Rearrange.
7988
7989         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7990         (gnus-article-goto-prev-page): Work for articles having ^L's.
7991
7992         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7993
7994         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7995
7996 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7997
7998         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7999         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8000         (gnus-bookmark-jump): Adjust some variable names.
8001
8002 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8003
8004         * auth-source.el: New package.
8005         (auth-source-choices): Add customization entry point variable.
8006
8007         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8008         bug.
8009
8010 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8011
8012         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8013         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8014         (gnus-registry-install-shortcuts): Rename from
8015         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8016         the `gnus-registry-mark-map' keymap dynamically from
8017         `gnus-registry-marks'.  The generated functions update the summary line
8018         when a registry mark is added or deleted, and will call
8019         `gnus-registry-install-p' (see the comments in the code).
8020         (gnus-registry-user-format-function-M): Use concat intelligently.
8021
8022         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8023         the registry mark functions.
8024
8025 2008-03-05  Glenn Morris  <rgm@gnu.org>
8026
8027         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8028         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8029         gnus-art.
8030         (top-level): No need to load own source when compiling.
8031
8032 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8035         Suggested by <chris.anderton@zetnet.co.uk>.
8036
8037 2008-03-04  Glenn Morris  <rgm@gnu.org>
8038
8039         * gnus-sum.el (top-level): No need to require gnus when compiling,
8040         since unconditionally required near start of file.
8041         (gnus-summary-display-while-building): Move definition before use.
8042
8043 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8044
8045         * gnus-registry.el (gnus-registry-user-format-function-M):
8046         Add formatting function.
8047
8048 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8049
8050         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8051         with plists.
8052         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8053         Use new format.
8054
8055 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8058         `where-is-internal' that returns a range of key sequences.
8059
8060 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8061
8062         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8063
8064         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8065         (gnus-summary-jump-to-group): Consider windows on other displayed
8066         frames as well.  Similar changes might be needed elsewhere, but that's
8067         the one I've bumped into during my use.
8068
8069         * nndoc.el (nndoc-oe-dbx-type-p):
8070         * gnus-msg.el (gnus-debug):
8071         * gnus-group.el (gnus-update-group-mark-positions):
8072         Use mm-string-to-multibyte.
8073
8074 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8077         doesn't handle NotDashEscaped.
8078
8079         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8080         (mml-dnd-attach-options): Fix typo in custom choice.
8081
8082         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8083         Change nndoc-article-type to mbox.
8084         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8085
8086         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8087         to nil, instead of html2text.
8088
8089         * imap.el (imap-debug): Add `imap-ping-server'.
8090
8091         * gnus-bookmark.el: Add FIXMEs.
8092
8093         * message.el (message-form-letter-separator)
8094         (message-send-form-letter-delay): New variables.
8095         (message-send-form-letter): Use them.  New command to send form
8096         letters.  Requested by Uwe Siart.
8097         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8098
8099 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * Update copyright years.
8102
8103 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8104
8105         Sync from EMACS_22_BASE.
8106
8107         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8108
8109 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8110
8111         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8112         empty author.
8113
8114 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8115
8116         * gnus-registry.el (gnus-registry-marks): Add variable for
8117         customization of marks and their appearance.
8118         (gnus-registry-read-mark): Use it.
8119         (gnus-registry-do-marks): Add utility function to loop through
8120         `gnus-registry-marks'.
8121         (gnus-registry-install-shortcuts-and-menus): Add function to install
8122         shortcuts and menus.
8123         (gnus-registry-initialize): Use it.
8124         (gnus-registry-default-mark): Clarify documentation.
8125
8126 2008-02-29  Glenn Morris  <rgm@gnu.org>
8127
8128         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8129         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8130         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8131         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8132         Change defcustom :version from 23.0 to 23.1.
8133
8134 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8135
8136         * gnus-registry.el (gnus-registry-follow-group-p)
8137         (gnus-registry-post-process-groups): Add functions to aid registry
8138         splitting and improve logging.  Clarify behavior in function
8139         documentation.
8140         (gnus-registry-split-fancy-with-parent): Use them.
8141
8142 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8143
8144         * gnus-art.el: Use with-current-buffer.
8145
8146 2008-02-27  David Engster  <dengste@eml.cc>
8147
8148         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8149         Express real group name in the response.
8150
8151 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8154         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8155         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8156         autoload gnus-registry-fetch-group when compiling.
8157         (nnmairix-request-group-with-article-number-correction):
8158         Remove unreferenced argument passed to nnmairix-call-backend.
8159
8160 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8163         (mm-uu-extract): Improve face for low color ttys.
8164         Reported by Sascha Wilde.
8165
8166 2008-02-27  Glenn Morris  <rgm@gnu.org>
8167
8168         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8169         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8170         variables to defconsts.  Convert comments to doc-strings.
8171         (nnmairix-last-server, nnmairix-current-server): Convert from free
8172         variables to defvars.  Convert comments to doc-strings.
8173         (gnus-registry-fetch-group): Autoload.
8174         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8175         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8176         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8177         caddr.
8178         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8179         nnmairix-request-group-with-article-number-correction call.
8180         (nnmairix-fast, nnmairix-group): New, less general names, for free
8181         variables passed from nnmairix-request-group to
8182         nnmairix-request-group-with-article-number-correction.  Declare.
8183         (nnmairix-request-group-with-article-number-correction):
8184         Use nnmairix-fast, nnmairix-group rather than fast, group.
8185
8186 2008-02-26  David Engster  <dengste@eml.cc>
8187
8188         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8189         version 0.5.
8190
8191 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8192
8193         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8194         instead of making an extra function call.  Don't add the current group
8195         to articles only when they have the group.  Use
8196         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8197         Reported by David <de_bb@arcor.de>.
8198
8199 2008-02-24  Miles Bader  <miles@gnu.org>
8200
8201         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8202         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8203         (mm-find-mime-charset-region):
8204         * mm-bodies.el (mm-encode-body):
8205         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8206
8207 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8210         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8211
8212 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * mail-source.el (mail-source-delete-incoming): Change default.
8215         Supplement doc string.
8216
8217         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8218
8219 2008-02-14  Glenn Morris  <rgm@gnu.org>
8220
8221         * time-date.el (format-seconds): New function.
8222
8223 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * nnmail.el (nnmail-message-id-cache-file): Derive from
8226         `gnus-home-directory'.
8227
8228 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8231         Document negative prefix.
8232
8233         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8234
8235 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * message.el (message-unsent-separator): Add the Exim bounce
8238         separator.
8239
8240 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8241
8242         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8243         list.
8244         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8245         recipient/signer list.
8246
8247 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * Makefile.in (datarootdir): Define.
8250         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8251         name that might contain whitespace.
8252
8253 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8256         fbound (Emacs 23 unicode), signal an error.
8257
8258 2008-02-08  Glenn Morris  <rgm@gnu.org>
8259
8260         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8261
8262 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8263
8264         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8265         ports to the calls to `netrc-machine-user-or-password' in addition to
8266         "imap" and "imaps".
8267
8268 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8269
8270         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8271
8272         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8273
8274 2008-02-01  Kenichi Handa  <handa@m17n.org>
8275
8276         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8277         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8278         (rfc2104-hash): Convert the result of concat to unibyte string.
8279
8280 2008-02-01  Dave Love  <fx@gnu.org>
8281
8282         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8283         coding-system-for-read.
8284         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8285
8286 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8289         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8290         <hanche@math.ntnu.no>.
8291
8292 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8295
8296         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8297
8298 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8299
8300         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8301         * message.el (message-beginning-of-line): Use featurep instead of bound
8302         tests in order to resolve conditionals at compile time.
8303
8304 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8305
8306         * mail-source.el (mail-sources): Add `group' choice.
8307
8308         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8309         parameter `in-group' to control into which group the articles go.
8310         Add treatment of `group' mail-source.
8311
8312 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8315
8316         * mm-decode.el (mm-dissect-buffer): Decode description.
8317
8318         * mml.el (mml-to-mime): Encode message header first.
8319
8320 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8323         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8324
8325         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8326         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8327
8328 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8331
8332 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8335         prefix keys.
8336         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8337         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8338         gnus-xmas.el.
8339
8340         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8341         (gnus-xmas-article-describe-bindings): New function.
8342         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8343         gnus-xmas-article-describe-bindings.
8344
8345         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8346
8347 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8348
8349         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8350         Add new variables for article mark management.
8351         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8352         list of extra data entries which, when present, will indicate that the
8353         article ID should not be trimmed from the registry.
8354         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8355         functions.
8356         (gnus-registry-read-mark): New function to read a mark name from the
8357         user.
8358         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8359         (gnus-registry-set-article-mark-internal): New functions to add and
8360         remove marks.
8361         (gnus-registry-get-article-marks): New function to show the marks for
8362         an article, or retrieve them for further use.
8363
8364 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8367         keys when no argument is given.
8368
8369 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * imap.el (imap-ping-server): New variable.
8372         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8373         (imap-ping-server): Minor doc string fixes.
8374
8375 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8376
8377         * imap.el (imap-ping-server): New function.
8378         (imap-opened): Call imap-ping-server.
8379
8380 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * gnus-sum.el (gnus-article-sort-by-random)
8383         (gnus-thread-sort-by-random): Fix doc strings.
8384         Reported by jidanni@jidanni.org.
8385
8386 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-art.el (gnus-article-describe-bindings): New function.
8389         (gnus-article-read-summary-keys): Use it.
8390         (gnus-article-mode-map): Bind `C-h b' to it.
8391
8392 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8395         XEmacs.
8396         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8397         Protect against non-character events.
8398
8399         * lpath.el: Fbind map-keymap for Emacs 21.
8400
8401 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8404         New command.
8405         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8406         instead of END.  Change name of the temp file.
8407         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8408         customizable.
8409
8410 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8413         bind `S W' to gnus-article-wide-reply-with-original; set default
8414         binding to gnus-article-read-summary-send-keys.
8415         (gnus-article-read-summary-keys): Fix the order of keys; display
8416         continuation keys correctly in the echo area; describe bindings
8417         correctly when keys end with `C-h'.
8418         (gnus-article-read-summary-send-keys): New function.
8419         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8420         Work for gnus-article-read-summary-send-keys; display continuation keys
8421         correctly in the echo area.
8422         (gnus-article-reply-with-original): Ignore prefix argument.
8423         (gnus-article-wide-reply-with-original): New function.
8424
8425         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8426         Emacs 21.
8427
8428 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8431         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8432
8433 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8434
8435         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8436         (gnus-group-read-ephemeral-gmane-group): New command.
8437
8438 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8439
8440         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8441
8442 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * message.el (message-send-mail-function): Increase custom version.
8445
8446         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8447         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8448
8449 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8450
8451         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8452         for the cases where imap-authenticate is called with a nil buffer
8453         parameter.
8454
8455 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8458         html parts correctly; support forwarded messages.
8459         (gnus-article-browse-html-article): Remove work buffers.
8460
8461         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8462         compiling.
8463         (netrc-bound-and-true-p): New macro.
8464         (netrc-parse): Use it instead of bound-and-true-p that is not available
8465         in XEmacs 21.4.
8466
8467 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8468
8469         * gnus-registry.el (gnus-registry-mark-article)
8470         (gnus-registry-article-marks): Add functionality to mark articles
8471         through the Gnus registry.
8472
8473         * encrypt.el: Clarify documentation for the new pgg method.
8474         (encrypt-file-alist): Add PGG option.
8475         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8476         functionality.  Abstract password key and messaging to external
8477         functions.
8478         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8479         (encrypt-message-method-and-cipher): Add new convenience external
8480         functions.
8481         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8482         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8483
8484         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8485         (netrc-parse): Use encrypt-file-alist to determine if
8486         encrypt-find-model or encrypt-insert-file-contents should be used.
8487
8488         * encrypt.el: Clarify documentation.  Load password-cache or
8489         password, whichever one is found first, instead of autoloading.
8490
8491 2007-12-19  Glenn Morris  <rgm@gnu.org>
8492
8493         * mml.el (message-options-set, message-narrow-to-head)
8494         (message-in-body-p, message-mail-p, message-encode-message-body):
8495         Autoload.
8496         (message-remove-header, message-narrow-to-headers-or-head)
8497         (message-subscribed-p, message-make-mail-followup-to)
8498         (message-position-on-field, message-news-p)
8499         (message-options-set-recipient, message-generate-headers)
8500         (message-sort-headers): Declare as functions.
8501
8502 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8505         convention in doc string.
8506
8507 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8510         title to html parts.
8511         (gnus-article-browse-html-article): Pass message header to it.
8512
8513         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8514
8515 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8518         or password compatible with XEmacs.
8519
8520 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8523         format document.
8524         (gnus-mime-delete-part): Don't write description line if empty.
8525         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8526
8527 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8528
8529         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8530         (gnus-summary-mark-read-and-unread-as-read)
8531         (gnus-summary-mark-current-read-and-unread-as-read)
8532         (gnus-summary-mark-unread-as-ticked): Doc fix.
8533         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8534
8535 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8538         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8539
8540 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8543         yes-or-no-p.
8544
8545 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * mm-decode.el (mm-add-meta-html-tag): New function.
8548         (mm-save-part-to-file, mm-pipe-part): Use it.
8549
8550         * gnus-art.el (gnus-article-browse-delete-temp-files):
8551         Use gnus-y-or-n-p instead of y-or-n-p.
8552         (gnus-article-browse-html-parts): Work with message/external-body; use
8553         mm-add-meta-html-tag.
8554
8555 2007-12-11  Glenn Morris  <rgm@gnu.org>
8556
8557         * gnus-cache.el: Require gnus-sum not just when compiling.
8558
8559         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8560
8561         * gnus-int.el (gnus-server-opened, gnus-status-message):
8562         Move definitions before use.
8563
8564         * mm-decode.el: Require gnus-util.
8565         (mm-remove-part): Only call delete-annotation on XEmacs.
8566
8567         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8568
8569         * nnmail.el: Require gnus-int.
8570
8571         * spam.el: Move `require's before `eval-when-compile's.
8572
8573         * gnus-ems.el (gnus-alive-p):
8574         * gnus-fun.el (message-goto-eoh):
8575         * gnus-util.el (gnus-group-name-decode):
8576         * mail-source.el (gnus-compress-sequence):
8577         * message.el (Info-goto-node, format-spec):
8578         * mm-bodies.el (message-options-get):
8579         * mm-decode.el (mm-view-pkcs7):
8580         * mm-util.el (gmm-write-region):
8581         * mml-smime.el (mml-compute-boundary)
8582         (gnus-completing-read-with-default):
8583         * mml.el (widget-button-press, gnus-make-hashtable):
8584         * mml1991.el (mm-decode-content-transfer-encoding)
8585         (mm-encode-content-transfer-encoding)
8586         (message-options-get, message-options-set):
8587         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8588         * nnfolder.el (gnus-request-group):
8589         * nnheader.el (ietf-drums-unfold-fws):
8590         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8591         * smime.el (gnus-run-mode-hooks):
8592         * spam-stat.el (gnus-message): Autoload.
8593
8594         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8595         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8596         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8597         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8598         Add declare-function compatibility definition.
8599
8600         * gnus-cache.el (nnvirtual-find-group-art):
8601         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8602         (gnus-add-image, gnus-add-wash-type):
8603         * gnus-group.el (nnkiboze-score-file):
8604         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8605         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8606         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8607         (message-tokenize-header, gnus-get-buffer-create)
8608         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8609         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8610         * gnus.el (gnus-group-decoded-name):
8611         * mail-source.el (imap-capability):
8612         * mm-bodies.el (message-options-set):
8613         * mm-decode.el (gnus-configure-windows):
8614         * mm-extern.el (message-goto-body):
8615         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8616         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8617         (epg-sub-key-validity, message-options-set):
8618         * mml.el (widget-event-point, gnus-configure-windows):
8619         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8620         * mml2015.el (epg-check-configuration, epg-configuration)
8621         (message-options-set):
8622         * nndb.el (nndb-request-article):
8623         * nnfolder.el (gnus-request-create-group):
8624         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8625         * nnmaildir.el (gnus-group-mark-article-read):
8626         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8627         * rfc1843.el (message-fetch-field):
8628         * spam.el (gnus-extract-address-components):
8629         Declare as functions.
8630
8631 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8634
8635         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8636
8637         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8638         bind show-trailing-whitespace for XEmacs.
8639
8640 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8643         new no-op macro for backward compatibility.
8644
8645         * imap.el (imap-string-to-integer): New function.
8646
8647 2007-12-09  Glenn Morris  <rgm@gnu.org>
8648
8649         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8650
8651         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8652         * message.el, mm-view.el, sieve-manage.el, smime.el:
8653         Add declare-function compatibility definition.
8654
8655         * gnus-art.el (w3-region, w3m-region, Info-menu):
8656         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8657         * gnus-sum.el (gnus-get-predicate):
8658         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8659         * message.el (mail-abbrev-in-expansion-header-p):
8660         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8661         (w3m-detect-meta-charset, w3m-region):
8662         * sieve-manage.el (password-read, password-cache-add)
8663         (password-cache-remove):
8664         * smime.el (password-read-and-add): Declare as functions.
8665
8666 2007-12-08  David Kastrup  <dak@gnu.org>
8667
8668         * gnus-sum.el (gnus-summary-simplify-subject-query):
8669         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8670         `message'.
8671
8672 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8675         it to bind idna-program, installation-directory, defined-colors, and
8676         face-attribute for XEmacs of the version that compiles defcustom forms.
8677
8678 2007-12-07  Glenn Morris  <rgm@gnu.org>
8679
8680         * gnus-art.el (article-make-date-line): Revert previous change.
8681
8682 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8685
8686 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8687
8688         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8689         Call gnus-add-to-range ranges only once with a prepared article-list.
8690
8691 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8692
8693         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8694         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8695         group names with backslashes.
8696         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8697
8698 2007-12-06  Deepak Goel  <deego3@gmail.com>
8699
8700         * gnus-art.el (article-make-date-line):
8701         * gnus-start.el (gnus-load):
8702         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8703
8704 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-art.el (gnus-use-idna)
8707         * gnus-start.el (gnus-site-init-file)
8708         * message.el (message-use-idna)
8709         * mm-uu.el (mm-uu-hide-markers)
8710         * smiley.el (smiley-style): Revert changes that suppress warnings.
8711
8712 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8715         specify charset to html source.
8716         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8717
8718 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8721         idna-program in order to suppress byte compile warning issued by XEmacs
8722         that came to byte compile the default value section of defcustom forms
8723         recently.
8724
8725         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8726         value of installation-directory.
8727
8728         * message.el (message-use-idna): Don't directly refer to the value of
8729         idna-program.
8730
8731         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8732
8733         * smiley.el (smiley-style): Don't directly call face-attribute.
8734
8735 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8738
8739         * gnus-dired.el: Reduce Gnus dependencies.
8740         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8741         Don't require.  Use autoloads instead.
8742         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8743         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8744         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8745         (gnus-dired-mode): Adjust doc string.
8746         (gnus-dired-mail-mode): New variable.
8747         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8748         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8749         (gnus-dired-mail-buffers): New function.  Return mail or message
8750         composition buffers.
8751         (gnus-dired-attach): Use it.
8752         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8753         NO-DECODE.
8754         (gnus-dired-print): Use `gnus-print-buffer' depending on
8755         `gnus-dired-mail-mode'.
8756
8757 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * rfc2047.el (rfc2047-encoded-word-regexp)
8760         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8761         explaining what regexp patterns are for.
8762
8763 2007-12-04  Glenn Morris  <rgm@gnu.org>
8764
8765         * password.el: Move to password-cache.el.
8766
8767         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8768         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8769         * mml-smime.el (password-read, password-cache-add)
8770         (password-cache-remove):
8771         No need to autoload, since mml-sec requires password.
8772
8773         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8774         * message.el (gnus-extract-address-components):
8775         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8776
8777         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8778         password.
8779
8780 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * mailcap.el: Reduce dependencies.
8783         (mail-header-parse-content-type): Autoload.
8784         (mailcap-delete-duplicates): New alias.
8785         (mailcap-mime-info): Add optional argument NO-DECODE.
8786         (mailcap-mime-types): Use mailcap-delete-duplicates.
8787
8788         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8789
8790 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8791
8792         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8793         (imap-parse-status): Upcase status-att for servers that sends them
8794         lower-case (e.g., MS Exchange 2007).
8795
8796 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797
8798         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8799         function.
8800
8801         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8802         (gnus-uu-yenc-article): New function.
8803
8804         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8805
8806         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8807
8808 2007-12-02  Glenn Morris  <rgm@gnu.org>
8809
8810         * binhex.el (binhex): New custom group.
8811         (binhex-decoder-program, binhex-decoder-switches)
8812         (binhex-use-external): Move to the binhex custom group.
8813
8814         * uudecode.el (uudecode): New custom group.
8815         (uudecode-decoder-program, uudecode-decoder-switches)
8816         (uudecode-use-external): Move to the uudecode custom group.
8817
8818         * netrc.el (top-level): Don't load `encrypt' features.
8819         (netrc-parse): Don't use encrypt.
8820         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8821
8822         * encrypt.el: Remove file.
8823
8824 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8827         matches on patches.
8828
8829         * gnus-art.el (gnus-article-browse-html-article):
8830         Mention `mm-text-html-renderer' in the doc string.
8831
8832         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8833         string.  Add comments.
8834
8835         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8836         if rhs is ASCII.
8837
8838 2007-12-01  Glenn Morris  <rgm@gnu.org>
8839
8840         * mail-source.el (top-level): Require format-spec before
8841         eval-when-compile.
8842
8843 2007-11-30  Glenn Morris  <rgm@gnu.org>
8844
8845         * encrypt.el: Require password, rather than autoloading password-read.
8846
8847 2007-11-29  Glenn Morris  <rgm@gnu.org>
8848
8849         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8850         (sasl-make-client, sasl-next-step, sasl-step-data)
8851         (sasl-step-set-data): Declare as functions.
8852
8853 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8856
8857 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8858
8859         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8860         certs should be verified and what is to be done in the event of a
8861         verification failure.
8862
8863         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8864         caller can indicate whether the cache should be disregarded for this
8865         call.  This way the result of the call is reproducible at all times and
8866         can be considered a canonical server name for the supplied method.
8867         (gnus-agent-method-p): Canonicalize server names by pushing their
8868         method through `gnus-method-to-server' using the no-cache argument.
8869
8870         * gnus-srvr.el (gnus-server-insert-server-line):
8871         Call `gnus-method-to-server' with `no-cache' argument.
8872
8873         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8874         gnus-agent-possibly-synchronize-flags as this should be called when the
8875         server is actually being opened.
8876         (gnus-agent-possibly-synchronize-flags)
8877         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8878         flags file of an agentized server to the latter function.
8879
8880         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8881         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8882         after a connection has been established successfully.
8883
8884 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (article-display-face): Force to display face if called
8887         interactively; check if gnus-article-x-face-too-ugly matches author.
8888         (article-display-x-face): Display face even if From header is missing
8889         as article-display-face does.
8890
8891 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8892
8893         * hashcash.el (message-narrow-to-headers-or-head)
8894         (message-fetch-field, message-goto-eoh)
8895         (message-narrow-to-headers): Declare as functions.
8896
8897 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * mail-source.el (mail-sources): Default to fetch from file for
8900         compatibility with default of nnmail-spool-file.
8901
8902 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8905         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8906         to look for encoded word that should be encoded again.
8907         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8908         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8909         encoding pattern.
8910         (rfc2047-decode-region): Switch strict regexp and loose one according
8911         to rfc2047-allow-irregular-q-encoded-words.
8912
8913 2007-11-25  Romain Francoise  <romain@orebokech.com>
8914
8915         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8916
8917 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * tls.el (tls-program): Provide more custom choices from
8920         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8921         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8922
8923 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8926         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8927
8928         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8929         `nnmail-spool-file'.
8930
8931         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8932         `nnmail-spool-file'.
8933
8934         * gnus-move.el (gnus-change-server): Ditto.
8935
8936         * gnus-kill.el (gnus-batch-score): Ditto.
8937
8938         * gnus-cache.el (gnus-jog-cache): Ditto.
8939
8940         * gnus-msg.el (gnus-summary-reply):
8941         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8942
8943 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8946         version.  Minor improvement to doc strings.
8947         (tls-program): Add comment.
8948
8949 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8950
8951         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8952         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8953         mismatch between the hostname provided in the certificate and the name
8954         of the host connnecting to.
8955         (open-tls-stream): Use them.  Check certificates against trusted root
8956         certificates.
8957
8958 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * gnus-cache.el (gnus-cache-generate-nov-databases):
8961         Use nnml-generate-nov-databases-directory instead of
8962         nnml-generate-nov-databases-1.
8963
8964 2007-11-24  Glenn Morris  <rgm@gnu.org>
8965
8966         * message.el (message-tool-bar-retro): Update for rename
8967         mail_send.xpm->mail-send.xpm.
8968
8969 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8972         `smime-ldap-search' for Emacs 22 and up.
8973
8974 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8975
8976         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8977
8978         * message.el (message-send-mail-function): Fix error convention.
8979         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8980         (message-widen-reply, message-send-mail, message-talkative-question)
8981         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8982         (message-clone-locals, message-send-news): Use with-current-buffer.
8983         (message-insert-or-toggle-importance): Remove unused var `valid'.
8984         (message-make-references): Remove unused var `new-references'.
8985         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8986
8987 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8988
8989         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8990         (spam-split-symbolic-return-positive): Reflow docstring.
8991         (spam-backends, spam-summary-exit-behavior)
8992         (spam-mark-ham-unread-before-move-from-spam-group)
8993         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8994         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8995         (spam-clear-cache, spam-backend-check, spam-install-backend)
8996         (spam-install-statistical-backend, spam-list-of-processors)
8997         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8998         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8999         (spam-check-crm114, spam-initialize, spam-unload-hook):
9000         Fix typos in docstrings.
9001
9002 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9005         been checked if they have never been read and those group levels are
9006         higher than the one that a user specified.
9007
9008 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9011         foreign groups unless a group level is specified by a user.
9012         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9013
9014 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9015
9016         * message.el (message-send-mail-function): Require sendmail.
9017
9018 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * message.el (message-send-mail-function): Check for smtpmail too.
9021
9022         * utf7.el (utf7-encode, utf7-decode): Use coding system
9023         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9024
9025         * message.el (message-send-mail-function): New function.
9026         (message-send-mail-function): Set default using
9027         message-send-mail-function.  Adjust doc string.
9028         (message-send-mail-with-mailclient): New function.
9029
9030 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9031
9032         * smime.el (from):
9033         * rfc2047.el (message-posting-charset):
9034         * qp.el (mm-use-ultra-safe-encoding):
9035         * pop3.el (parse-time-months):
9036         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9037         * nnml.el (files):
9038         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9039         (jka-compr-compression-info-list, ange-ftp-path-format)
9040         (efs-path-regexp):
9041         * nndiary.el (files):
9042         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9043         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9044         (epg-digest-algorithm-alist, inhibit-redisplay)
9045         (password-cache-expiry):
9046         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9047         (pgg-output-buffer, password-cache-expiry):
9048         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9049         (efs-path-regexp):
9050         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9051         (inhibit-redisplay):
9052         * mm-uu.el (file-name, start-point, end-point, entry)
9053         (gnus-newsgroup-name, gnus-newsgroup-charset):
9054         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9055         (latin-unity-ucs-list):
9056         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9057         (mm-uu-binhex-decode-function):
9058         * message.el (gnus-message-group-art, gnus-list-identifiers)
9059         (rmail-enable-mime-composing, gnus-local-organization)
9060         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9061         (gnus-read-active-file, facemenu-add-face-function)
9062         (facemenu-remove-face-function, gnus-article-decoded-p)
9063         (tool-bar-mode):
9064         * mail-source.el (display-time-mail-function):
9065         * gnus-util.el (nnmail-pathname-coding-system)
9066         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9067         (gnus-original-article-buffer, gnus-user-agent)
9068         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9069         (xemacs-codename, sxemacs-codename, emacs-program-version):
9070         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9071         * gnus-start.el (gnus-agent-covered-methods)
9072         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9073         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9074         (gnus-newsgroup-headers, gnus-group-list-mode)
9075         (gnus-group-mark-positions, gnus-newsgroup-data)
9076         (gnus-newsgroup-unreads, nnoo-state-alist)
9077         (gnus-current-select-method, mail-sources)
9078         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9079         (nnmail-spool-file, gnus-cache-active-hashtb):
9080         * gnus-mh.el (mh-lib-progs):
9081         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9082         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9083         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9084         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9085         (gnus-group-buffer):
9086         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9087         (font-lock-set-defaults):
9088         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9089         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9090         (gnus-summary-post-menu, total-parts, type, condition, length):
9091         * gnus-agent.el (gnus-agent-read-agentview):
9092         * flow-fill.el (show-trailing-whitespace):
9093         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9094         eval-and-compile wrappers for byte compiler pacifiers.
9095
9096         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9097         (mm-display-inline-fontify): Check for featurep 'xemacs not
9098         extent-list.
9099
9100         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9101         itimer-list.
9102         (mm-create-image-xemacs): Only do something for XEmacs.
9103         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9104
9105         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9106
9107         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9108         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9109
9110 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9111
9112         * nnimap.el (nnimap-split-download-body):
9113         * gnus-demon.el (gnus-demon):
9114         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9115
9116 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9119         New macros.
9120         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9121         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9122         copy data from unibyte buffer to multibyte current buffer.
9123         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9124         to copy data from unibyte current buffer to multibyte buffer.
9125         (nntp-make-process-buffer): Make process buffer unibyte.
9126
9127         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9128
9129 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9130
9131         * pop3.el (pop3-open-server): Accept and process data more robustly at
9132         connexion start to avoid spurious "POP SSL connexion failed" errors.
9133
9134 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9137         read group names.
9138
9139 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9142
9143 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9146         (nnmail-save-active): Use a unibyte buffer when saving active file,
9147         which may contain non-ASCII group names.
9148
9149         * nnml.el (nnml-request-group): Decode group names in messages.
9150
9151 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * message.el (message-citation-line-function)
9154         (message-insert-formatted-citation-line): Fix spelling of
9155         `message-insert-formated-citation-line'.
9156
9157 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9160
9161 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9164         nnmail-pathname-coding-system.
9165
9166         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9167         that a user enters; decode group names in messages.
9168
9169         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9170
9171 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9174
9175         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9176
9177         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9178         risky local variable.
9179
9180         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9181
9182 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9183
9184         * encrypt.el: Improve documentation to fix function name typo.
9185         Reported by Daiki Ueno <ueno@unixuser.org>.
9186
9187 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9190         even if the point is not in the last page of an article.
9191         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9192         back to the previous page.
9193
9194 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9197
9198 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9201
9202 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9203
9204         * message.el (message-check-news-body-syntax):
9205         Avoid mm-string-as-multibyte.
9206         (message-hide-headers): Don't assume (point-min)==1.
9207
9208 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * message.el (message-remove-blank-cited-lines): Fix if remove is
9211         given.
9212         (message-bogus-address-regexp): New variable.
9213         (message-bogus-recipient-p): New function.
9214         (message-check-recipients): New command.
9215         (message-syntax-checks): Add `bogus-recipient'.
9216         (message-fix-before-sending): Add `bogus-recipient'.
9217
9218         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9219         (gnus-treat-body-boundary): Don't test window-system.
9220
9221 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9222
9223         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9224
9225 2007-10-28  Miles Bader  <miles@gnu.org>
9226
9227         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9228         at compile-time too.
9229
9230 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-msg.el (gnus-message-setup-hook):
9233         Add `message-remove-blank-cited-lines' to options.
9234
9235 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * message.el (message-remove-blank-cited-lines): New function.
9238         Suggested by Karl Plästerer.
9239
9240 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9243         mapc.
9244
9245         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9246         (top-level): Use mapc to set functions to be traced for debugging.
9247
9248         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9249         called for effect with while loop.
9250
9251         * message.el (message-talkative-question): Replace mapcar called for
9252         effect with mapc.
9253
9254         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9255         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9256         called for effect with dolist.
9257
9258         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9259
9260         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9261         gnus-extra-headers and nnmail-extra-headers.
9262
9263         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9264         called for effect with dolist.
9265         (top-level): Use mapc to set functions to be traced for debugging.
9266
9267         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9268         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9269         dolist.
9270
9271         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9272         Replace mapcar called for effect with mapc.
9273         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9274         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9275         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9276         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9277
9278         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9279         remove-if that's a cl function.
9280
9281         * webmail.el (webmail-debug): Replace mapcar called for effect with
9282         dolist.
9283
9284         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9285         with mapc.
9286
9287 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9290         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9291         with while loop.
9292
9293         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9294         functions from article-* functions.
9295         (gnus-multi-decode-header): Replace mapcar called for effect with
9296         dolist.
9297
9298         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9299         (gnus-bookmark-show-details): Replace mapcar called for effect with
9300         while loop.
9301
9302         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9303         called for effect with while loop.
9304
9305         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9306         with dolist.
9307
9308         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9309         Replace mapcar called for effect with dolist.
9310
9311         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9312
9313         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9314         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9315         Replace mapcar called for effect with dolist.
9316         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9317         mapc.
9318
9319         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9320         Replace mapcar called for effect with dolist.
9321         (gnus-topic-list): Replace mapcar called for effect with mapc.
9322
9323         * gnus.el: Use mapc instead of mapcar to add autoloads.
9324
9325 2007-10-23  Richard Stallman  <rms@gnu.org>
9326
9327         * gnus-group.el (gnus-group-highlight): Mark as risky.
9328
9329 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus.el (gnus-server-to-method): Return method found first in
9332         gnus-newsrc-alist.
9333
9334         * gnus-art.el (gnus-article-highlight-signature)
9335         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9336         button overlay without the front stickiness.
9337
9338 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9339
9340         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9341         overview buffer needed a catch to receive its throw.
9342         (gnus-agent-flush-cache): Declare as interactive to make this function
9343         easier to use.
9344
9345 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9348         `next-line'.
9349
9350 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9353         exclude address matching message-dont-reply-to-names.
9354
9355 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-util.el (gnus-string<): New function.
9358
9359         * gnus-sum.el (gnus-article-sort-by-author)
9360         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9361
9362 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9365         the frame-focus tag is set in gnus-buffer-configuration.
9366
9367 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9370         the front stickiness.
9371
9372 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9375         url pattern; remove duplicate one.
9376         (gnus-article-extend-url-button): New function.
9377         (gnus-article-add-buttons): Use it.
9378         (gnus-button-push): Use concatenated url that it makes.
9379
9380 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9381
9382         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9383
9384 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9385
9386         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9387         Don't hardcode point-min==1.
9388
9389 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9392         Fix comment about "iso8859-1".
9393
9394 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9395
9396         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9397         ones returned from the verify-function.
9398
9399         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9400         Call mml2015-extract-cleartext-signature if extraction failed.
9401
9402 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9403
9404         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9405         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9406         failed.
9407
9408 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9411
9412 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9415         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9416         recommends to use EasyPG instead of PGG.
9417
9418         * pgg.el: Revert to revision 6.23.2.16.
9419
9420         * pgg-def.el: Revert to revision 6.6.2.14.
9421
9422         * pgg-gpg.el: Revert to revision 6.23.2.34.
9423
9424 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9425
9426         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9427         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9428         thread for both the null and zero (kill/expire thread) universal prefix
9429         cases.
9430         (gnus-summary-expire-thread): Add new function to expire a thread,
9431         using gnus-summary-kill-thread.
9432         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9433         shortcuts for gnus-summary-expire-thread.
9434         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9435         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9436
9437 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9438
9439         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9440         extras value, so an extras entry can be deleted.
9441         (gnus-registry-delete-extra-entry): Use it.
9442         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9443         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9444         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9445         storage through the gnus-registry, and provide an appropriate API for
9446         it.
9447
9448 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9451         Suggested by Leo <sdl.web@gmail.com>.
9452
9453         * gnus.el: Do.
9454
9455 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9458         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9459
9460         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9461
9462         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9463         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9464
9465 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9468         newline.
9469         (nnmbox-request-accept-article): Don't change article in source buffer;
9470         narrow to header to use message-fetch-field rather than
9471         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9472         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9473         as delimiters; make sure article ends with newline.
9474         (nnmbox-delete-mail): Correct last position of article to be deleted;
9475         ignore X-Gnus-Newsgroup header in article body.
9476         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9477         positions; make sure article ends with newline.
9478
9479         * message.el (message-display-abbrev): Don't infloop when a user
9480         inserts SPC in the beginning of header.
9481
9482         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9483         coding-system-for-read and coding-system-for-write for XEmacs having no
9484         file-coding feature.
9485
9486         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9487
9488 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9489
9490         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9491         list of groups not followed by default.  Fix type to be regexp.
9492         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9493
9494 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9495
9496         * hmac-def.el (define-hmac-function): Switch from old-style to
9497         new-style backquotes.
9498
9499         * md4.el (md4-make-step): Likewise.
9500
9501 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9504         raw-text coding system when saving .newsrc file, which may contain
9505         non-ASCII group names.
9506
9507 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-cus.el (gnus-score-extra): New widget.
9510         (gnus-score-extra-convert): New function.
9511         (gnus-score-customize): Use it for Extra.
9512
9513 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9514
9515         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9516         (mml2015-mailcrypt-clear-verify): Use it.
9517         (mml2015-gpg-clear-verify): Use it.
9518         (mml2015-pgg-clear-verify): Use it.
9519         (mml2015-epg-clear-verify): Replace the current part with the output
9520         from GnuPG; don't extract the plaintext by itself.
9521
9522         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9523         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9524         mml2015-clear-verify-function; don't touch the armor headers or
9525         dash-escaped text here.
9526
9527 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9530         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9531         parts, or application/octet-stream as a last resort.
9532         (gnus-mime-view-part-as-type): Don't toggle display.
9533         (gnus-mime-view-part-as-charset): Don't turn off display before
9534         querying charset.
9535
9536         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9537         stuff to undisplayer function in Emacs.
9538         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9539
9540         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9541         text/calendar parts.
9542
9543 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9546         decoding text/calendar parts.
9547
9548         * message.el (message-forward-make-body-mime): Always mark body as
9549         having no illegible text; remove signed-or-encrypted argument.
9550         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9551
9552         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9553         (mml-generate-mime-1): Don't encode body if it is specified to be in
9554         raw form; don't make buffer be unibyte when inserting multibyte string.
9555
9556 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9557
9558         * sha1.el: Fix up comment style.
9559         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9560         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9561
9562         * hex-util.el: Fix up comment style.
9563         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9564
9565         * gnus-salt.el: Use with-current-buffer.
9566         (gnus-pick-setup-message): Fix long-standing typo.
9567
9568 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * imap.el (imap-logout-timeout): New variable.
9571         (imap-logout, imap-logout-wait): New functions.
9572         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9573
9574         * nnimap.el (nnimap-logout-timeout): New server variable.
9575         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9576         nnimap-logout-timeout.
9577
9578         * gnus-art.el (gnus-article-summary-command-nosave)
9579         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9580
9581 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * gnus.el (gnus-maximum-newsgroup): New variable.
9584
9585         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9586         according to gnus-maximum-newsgroup.
9587
9588         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9589         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9590         Limit the range of articles according to gnus-maximum-newsgroup.
9591
9592 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9593
9594         * gnus-art.el (gnus-sticky-article): Fix problems described in
9595         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9596         Don't perform gnus-configure-windows here; reuse existing sticky
9597         article buffer.
9598
9599         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9600         it doesn't exist in gnus-article-mode.
9601
9602 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9605         (gnus-agent-decoded-group-name): New function.
9606         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9607         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9608
9609 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9610
9611         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9612         Add binding for gnus-sticky-article.
9613         (gnus-summary-exit): Don't kill sticky article buffers.
9614
9615         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9616         article buffer.
9617         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9618         (gnus-kill-sticky-article-buffers): New commands.
9619
9620 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * nntp.el (nntp-xref-number-is-evil): New server variable.
9623         (nntp-find-group-and-number): If it is non-nil, don't trust article
9624         numbers in the Xref header.
9625
9626 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * gnus-agent.el (gnus-agent-read-group): New function.
9629         (gnus-agent-flush-group, gnus-agent-expire-group)
9630         (gnus-agent-regenerate-group): Use it.
9631         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9632         nnmail-pathname-coding-system.
9633
9634 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9637
9638         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9639         that are unread as unread, and also as selected so that information of
9640         marks having been changed by a user may be updated when exiting group.
9641
9642 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9645
9646 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9649         calculated ignoring signature parts to gnus-treat-article.
9650
9651 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9654         a point here in order to keep the window start.
9655         (gnus-insert-mime-security-button): Make a button overlay without the
9656         front stickiness.
9657         (gnus-mime-display-security): Goto the end of a button.
9658
9659         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9660
9661 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9664         group-name-at-point.
9665         (gnus-group-completing-read): New function that offers decoded
9666         non-ASCII group names for completion.
9667         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9668         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9669         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9670         (gnus-group-fetch-control): Use it.
9671         (gnus-fetch-group): Use group-name-at-point for the initial value
9672         rather than the default value; use gnus-alive-p.
9673
9674         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9675         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9676         (gnus-summary-post-news): Use gnus-group-completing-read.
9677
9678         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9679         (gnus-read-move-group-name): Decode group name for completion.
9680
9681 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9682
9683         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9684         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9685         Yamaoka slightly modified the code).
9686
9687 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9690         (nnmail-split-incoming): Bind it.
9691
9692         * nnml.el (nnml-group-name-charset): New function.
9693         (nnml-decoded-group-name): Use it; don't decode group name if
9694         nnmail-group-names-not-encoded-p is non-nil.
9695         (nnml-encoded-group-name): New function.
9696         (nnml-group-pathname): Inline nnml-decoded-group-name.
9697         (nnml-request-expire-articles): Decode group name in message.
9698         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9699         nnmail-pathname-coding-system.
9700         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9701         not decoded ones according to nnmail-group-names-not-encoded-p.
9702         (nnml-generate-active-info): Use nnml-encoded-group-name.
9703
9704 2007-08-08  Glenn Morris  <rgm@gnu.org>
9705
9706         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9707         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9708         doc-strings and comments.
9709
9710 2007-07-25  Glenn Morris  <rgm@gnu.org>
9711
9712         * Relicense all FSF files to GPLv3 or later.
9713
9714 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-sum.el (gnus-summary-move-article):
9717         Make gnus-summary-respool-article work.
9718
9719 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9722         string.
9723
9724 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9725
9726         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9727         that should be ignored when comparing distant RSS articles with local
9728         ones.
9729         (nnrss-make-hash-index): New function.  Create a hash index according
9730         to the ignored fields.
9731         (nnrss-check-group): Use it.
9732
9733 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9736
9737         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9738
9739         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9740         the new optional argument ENCODED is non-nil.
9741         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9742         coding system for encoding group name.
9743         (gnus-group-make-rss-group): Pass un-encoded group name to
9744         gnus-group-make-group.
9745         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9746         encoded.
9747
9748         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9749         Encode group name to which articles are moved or copied.
9750         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9751         coding system for encoding Newsgroup, Followup-To and Xref headers.
9752
9753         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9754         marks; use nnheader-file-coding-system to write a file.
9755         (nnagent-retrieve-headers): Bind file-name-coding-system to
9756         nnmail-pathname-coding-system.
9757
9758         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9759
9760         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9761         (nnml-request-article, nnml-request-create-group)
9762         (nnml-request-rename-group, nnml-find-id)
9763         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9764         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9765         (nnml-save-marks): Use nnml-group-pathname instead of
9766         nnmail-group-pathname.
9767
9768         (nnml-request-create-group, nnml-request-expire-articles)
9769         (nnml-request-move-article, nnml-request-delete-group)
9770         (nnml-deletable-article-p, nnml-possibly-create-directory)
9771         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9772         (nnml-open-marks): Bind file-name-coding-system to
9773         nnmail-pathname-coding-system.
9774
9775         (nnml-request-article): Pass server argument to nnml-find-group-number.
9776         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9777         Pass server argument to nnml-possibly-create-directory.
9778         (nnml-request-accept-article): Pass server argument to
9779         nnml-active-number and nnml-save-mail.
9780         (nnml-find-group-number): Pass server argument to nnml-find-id.
9781         (nnml-request-update-info): Pass server argument to
9782         nnml-marks-changed-p.
9783
9784         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9785         (nnml-save-mail, nnml-active-number): Add server argument.
9786
9787         (nnml-request-delete-group): Warn if group is missing.
9788         (nnml-get-nov-buffer): Decode group name.
9789         (nnml-generate-active-info): Encode group name.
9790         (nnml-open-marks): Decode group name in messages.
9791
9792 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9795         if it is not specified.
9796         (gnus-article-pipe-part, gnus-article-save-part)
9797         (gnus-article-interactively-view-part, gnus-article-copy-part)
9798         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9799         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9800         (gnus-article-replace-part, gnus-article-delete-part)
9801         (gnus-article-view-part-as-type): Pass raw prefix argument to
9802         gnus-article-part-wrapper.
9803
9804 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-agent.el (gnus-agent-save-active):
9807         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9808
9809         * gnus-cache.el (gnus-cache-save-buffers)
9810         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9811         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9812         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9813         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9814         (gnus-cache-generate-active, gnus-cache-rename-group)
9815         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9816         (gnus-cache-update-overview-total-fetched-for):
9817         Bind file-name-coding-system to nnmail-pathname-coding-system.
9818         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9819         New variables.
9820         (gnus-cache-decoded-group-name): New function.
9821         (gnus-cache-file-name): Use it.
9822         (gnus-cache-generate-active): Use non-decoded group name for active.
9823
9824         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9825         right place.
9826         (gnus-write-active-file): Don't break non-ASCII group names.
9827
9828         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9829         nnmail-pathname-coding-system.
9830
9831         * lpath.el: Bind default-file-name-coding-system,
9832         file-name-coding-system and language-info-alist for XEmacs.
9833
9834         * gnus-uu.el (gnus-uu-decode-save): Typo.
9835
9836 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9839
9840 2007-07-14  David Kastrup  <dak@gnu.org>
9841
9842         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9843         finishing actions if we did not edit the article.
9844
9845 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9848         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9849         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9850         (gnus-agent-flush-group, gnus-agent-flush-cache)
9851         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9852         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9853         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9854         (gnus-agent-regenerate-group)
9855         (gnus-agent-update-files-total-fetched-for)
9856         (gnus-agent-update-view-total-fetched-for):
9857         Bind file-name-coding-system to nnmail-pathname-coding-system.
9858         (gnus-agent-group-pathname): Don't encode file names by
9859         nnmail-pathname-coding-system.
9860         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9861         coding-system-for-write instead of buffer-file-coding-system to
9862         gnus-agent-file-coding-system.
9863
9864         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9865         Decode group name.
9866
9867         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9868
9869         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9870         (gnus-read-newsrc-el-file): Make group names unibyte.
9871
9872         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9873         nnmail-pathname-coding-system.
9874
9875         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9876         (nnrss-request-delete-group): Bind file-name-coding-system to
9877         nnmail-pathname-coding-system.
9878         (nnrss-read-server-data, nnrss-read-group-data):
9879         Bind file-name-coding-system correctly.
9880         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9881
9882         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9883         (nntp-server-to-method-cache): New variable.
9884         (nntp-group-pathname): New function that decodes non-ASCII group names.
9885         (nntp-possibly-create-directory, nntp-marks-changed-p)
9886         (nntp-save-marks, nntp-open-marks): Use it.
9887         (nntp-possibly-create-directory, nntp-open-marks):
9888         Bind file-name-coding-system to nnmail-pathname-coding-system.
9889         (nntp-open-marks): Decode group names when bootstrapping marks.
9890
9891         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9892         Newsgroups and Folowup-To headers.
9893
9894 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9897         (gnus-server-closed-face, gnus-server-denied-face)
9898         (gnus-server-offline-face): Remove variable.
9899         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9900
9901         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9902         of modifying message-stack directly for XEmacs.
9903
9904         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9905         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9906         if the coding-system argument is nil for XEmacs.
9907
9908         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9909         mm-charset-override-alist.
9910
9911         * rfc2047.el: Don't require base64; require rfc2045 for the function
9912         rfc2045-encode-string.
9913         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9914         to quote the parameter value.
9915
9916 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9919         form in gnus-group-name-charset-method-alist.
9920
9921         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9922         overrides the default layout edit-form.
9923
9924         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9925
9926         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9927
9928 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9931         as unfetched articles.
9932
9933 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9936
9937 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9940         original back end that keeps marks in the local system.
9941
9942 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9945         arg of pop-to-buffer for XEmacs.
9946         (gnus-article-read-summary-keys): Ditto; don't restore window
9947         configuration if summary command ends up with neither article buffer
9948         nor summary buffer; describe bindings if summary keys end with C-h.
9949
9950 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * message.el (message-fix-before-sending): Skip raw message part to be
9953         forwarded while checking illegible text.
9954         (message-forward-make-body-mime, message-forward-make-body):
9955         Mark signed or encrypted raw message as having no illegible text.
9956
9957 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9960         (gnus-message-with-timestamp-1): New macro.
9961         (gnus-message-with-timestamp): New function.
9962         (gnus-message): Use them.
9963
9964         * nnheader.el (nnheader-message): Use them.
9965
9966 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9969         .newsrc.eld file.
9970
9971 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-agent.el (gnus-agent-fetch-headers)
9974         (gnus-agent-retrieve-headers):
9975         Bind gnus-decode-encoded-address-function to identity.
9976
9977         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9978         available also when the server returns simply a dot.
9979
9980         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9981
9982 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9985
9986 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-ems.el (gnus-x-splash): Make it work.
9989
9990         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9991         from being used.
9992
9993         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9994
9995 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9998         4th and the 5th arguments.
9999
10000         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10001         the front stickiness.
10002         (gnus-article-summary-command-nosave): Correct the order of the
10003         arguments passed to pop-to-buffer.
10004         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10005         summary command ends up with the article buffer.
10006
10007         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10008         the same faces.
10009
10010 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10011
10012         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10013
10014 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10015
10016         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10017         * gnus-sum.el (gnus-summary-highlight):
10018         * pgg.el (pgg-sign-region, pgg-sign):
10019         * mail-source.el (mail-source-delete-old-incoming-confirm):
10020         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10021
10022 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-art.el (gnus-mime-view-part-externally)
10025         (gnus-mime-view-part-internally): Fix predicate function passed to
10026         completing-read.
10027
10028         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10029
10030         * gnus.el (gnus-update-message-archive-method): Add :version.
10031
10032 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * gnus.el (gnus-update-message-archive-method): New variable.
10035
10036         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10037         according to gnus-message-archive-method if
10038         gnus-update-message-archive-method is non-nil.
10039
10040 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10043         Suggested by Loic Dachary <loic@dachary.org>.
10044         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10045
10046 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * message.el (message-pop-to-buffer): Add switch-function argument.
10049         (message-mail): Pass switch-function argument to it.
10050
10051 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10054         Improve doc string.
10055
10056 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10059         (gnus-header-content)
10060         * gnus-cite.el (gnus-cite-10)
10061         * gnus-srvr.el (gnus-server-closed)
10062         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10063         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10064         (gnus-group-mail-3-empty, gnus-group-mail-low)
10065         (gnus-group-mail-low-empty, gnus-splash)
10066         * message.el (message-header-to, message-header-cc)
10067         (message-header-subject, message-header-other, message-header-name)
10068         (message-header-xheader, message-separator, message-cited-text)
10069         (message-mml): Lighten colors of faces used for dark background.
10070
10071 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10072
10073         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10074         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10075
10076 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * message.el (message-narrow-to-headers-or-head):
10079         Ignore mail-header-separator in the body.
10080
10081 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10084         same as window size.
10085
10086 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10087
10088         * message.el (message-font-lock-keywords): Use message-header-xheader
10089         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10090         ahead of the anything pattern, to get it recognised.
10091
10092 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10095         spam.el loads uses it in the compiled defadvice form.
10096
10097 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10098
10099         * gnus-sum.el (gnus-articles-to-read)
10100         (gnus-summary-insert-old-articles): Don't truncate group name for
10101         `read-string'.
10102
10103         * gnus-util.el (gnus-limit-string): Delete this function.
10104
10105         * gnus-sum.el (gnus-simplify-subject-fully):
10106         Use `truncate-string-to-width' instead.
10107
10108 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10109
10110         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10111         Tell if, on summary exit, the next group has to be selected.
10112         (gnus-summary-exit): Use it.
10113
10114 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10115
10116         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10117         non-break space.
10118
10119 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10122         Check if group is not a directory.
10123         (nnfolder-request-expire-articles): Don't delete articles if the target
10124         group is not available.
10125
10126         * nnml.el (nnml-request-create-group): Properly check if group is not a
10127         file.
10128         (nnml-request-expire-articles): Don't delete articles if the target
10129         group is not available.
10130
10131         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10132         Don't quote characters that are within parentheses.
10133
10134 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10137         (gnus-handle-ephemeral-exit): Select article according to it.
10138
10139 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * message.el (message-insert-formated-citation-line): Remove newline.
10142         (message-citation-line-format): Add final \n here so that the user can
10143         avoid a blank line.
10144
10145 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10146
10147         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10148         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10149         Update lanl/arXiv support.
10150
10151 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus.el: Bump version number.
10154
10155 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10156
10157         * gnus.el (gnus-version-number): Bump version.
10158
10159 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10160
10161         * gnus.el: No Gnus v0.6 is released.
10162
10163 2007-04-27  Didier Verna  <didier@xemacs.org>
10164
10165         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10166         * gmm-utils.el (gmm-regexp-concat): ... here.
10167         * message.el: Don't require 'gnus-util.
10168         (message-dont-reply-to-names): Handle name change above.
10169         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10170
10171 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10174         since the initial value varies according to the system.
10175
10176 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10179
10180 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10181
10182         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10183
10184 2007-04-24  Didier Verna  <didier@xemacs.org>
10185
10186         Improve the type of gnus-ignored-from-addresses.
10187         * gnus-util.el (gnus-orify-regexp): New function.
10188         * message.el (gnus-util): Require it.
10189         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10190         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10191         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10192
10193 2007-04-24  Didier Verna  <didier@xemacs.org>
10194
10195         * gnus-sum.el:
10196         * gnus-utils.el: Fix some trailing whitespaces.
10197
10198 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10201         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10202         article's Message-ID; refer parent article in summary buffer.
10203
10204         * message.el (message-bounce): Call mime-to-mml.
10205
10206         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10207         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10208         optimize and/or forms properly.
10209
10210 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10213         URL.
10214
10215 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10218
10219 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10222         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10223         displayed of multipart/alternative part if it is invoked from summary
10224         buffer.
10225
10226         * mm-view.el (mm-inline-text-html-render-with-w3m)
10227         (mm-inline-text-html-render-with-w3m-standalone)
10228         (mm-inline-render-with-function): Use mail-parse-charset by default.
10229
10230 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10231
10232         * parse-time.el (parse-time-string-chars): Check if CHAR
10233         is less than the length of parse-time-syntax.
10234
10235 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10238         from gnus-newsgroup-processable.
10239
10240 2007-04-16  Didier Verna  <didier@xemacs.org>
10241
10242         * gnus-msg.el (gnus-configure-posting-styles):
10243         Handle message-signature-directory properly with :file syntax.
10244         Reported by "Leo".
10245
10246 2007-04-11  Didier Verna  <didier@xemacs.org>
10247
10248         New user option: message-signature-directory.
10249         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10250         * message.el (message-insert-signature): Ditto.
10251         * message.el (message-signature-file): Doc update.
10252         * message.el (message-signature-directory): New.
10253
10254 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * gnus-msg.el (gnus-inews-yank-articles):
10257         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10258
10259 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * message.el (message-yank-original): Make sure cited text ends with
10262         newline; don't exchange point and mark.
10263
10264 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10265
10266         * tls.el (open-tls-stream): Properly handle case where there
10267         is no associated buffer.
10268
10269 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10270
10271         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10272         message-yank-original, make sure (< mark TEXT point).
10273
10274 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * message.el (message-fill-column): New variable.
10277         (message-mode): Use it.  Add comment on a possible new hook.
10278
10279         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10280         (nnmail-get-new-mail): Reformat.
10281
10282         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10283
10284         * gmm-utils.el: Fix Commentary.
10285         (gmm-tool-bar-from-list): Fix typo in doc string.
10286
10287 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10288
10289         * message.el (message-yank-original): Don't switch point and mark
10290         unnecessarily to put point and mark as documented.
10291
10292 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10295         from the message heads.
10296
10297 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10298
10299         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10300         article buffer does not have a window.  This may not be the best
10301         solution but is certainly better than setting the start of the null,
10302         that is the current, window.
10303
10304 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10307         (gnus-draft-setup): Run it.
10308
10309         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10310         gnus-score-fast-scoring.  Allow regexp.
10311         (gnus-score-headers): Use it.
10312
10313         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10314         XEmacs.
10315
10316         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10317         string.
10318         (gnus-button-alist): Also catch `<f1> k ...'.
10319         (gnus-treat-display-x-face): Fix doc string.
10320
10321 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10322
10323         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10324         evaluation of gnus-extended-version to ensure correct generation of the
10325         User-Agent header when message-generate-headers-first is used.
10326
10327 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10328
10329         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10330         hashcash-path is nil.  Don't call callback with incorrect number of
10331         parameters if val is 0.
10332
10333 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10334
10335         * message.el (message-required-news-headers):
10336         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10337
10338 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10339
10340         * tls.el (open-tls-stream): In handshake-waiting loop,
10341         don't wait more if there is output available to process.
10342
10343 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10344
10345         * tls.el (tls-program): Doc fix.
10346
10347 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * message.el (message-generate-new-buffers): Change the meaning of the
10350         nil value; add `standard' to the choices; treat t as `unique'; improve
10351         doc string.
10352         (gnus-select-frame-set-input-focus): Autoload.
10353         (message-buffer-name): Search for the existing message buffer if
10354         message-generate-new-buffers is nil or `standard'; treat the value t of
10355         message-generate-new-buffers as `unique'.
10356         (message-pop-to-buffer): Raise the frame already displaying the message
10357         buffer; clear the echo area after querying.
10358         (message-setup): Pass the `continue' argument to compose-mail.
10359         (message-mail): Prefer `switch-function' if it is given; search for the
10360         existing message buffer if the `continue' argument is non-nil; pass
10361         continue and switch-function arguments to compose-mail by way of
10362         message-setup.
10363         (message-mail-other-window): Adjust argument of message-setup.
10364         (message-mail-other-frame): Ditto.
10365
10366 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10369         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10370         to turn font-lock on when turning gnus-message-citation-mode on.
10371
10372 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10373
10374         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10375         (mml-smime-function-alist): New variable; add epg as the backend.
10376         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10377         mml-smime- functions instead.
10378         * mm-view.el: Require smime.
10379
10380 2007-03-05  Didier Verna  <didier@xemacs.org>
10381
10382         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10383         instead of just inheritance for posting styles.
10384         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10385
10386 2007-02-24  Chris Moore  <dooglus@gmail.com>
10387
10388         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10389         * pgg-pgp.el (pgg-pgp-encrypt-region):
10390         * pgg-gpg.el (pgg-gpg-encrypt-region):
10391         Check pgg-encrypt-for-me if no other recipients.
10392
10393 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10394
10395         * tls.el (tls-certtool-program): Fix custom type.
10396
10397 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10400         and point-at-eol instead of line-(beginning|end)-position.
10401
10402         * assistant.el (assistant-parse-buffer): Ditto.
10403
10404         * netrc.el (netrc-parse-services): Ditto.
10405
10406 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10407
10408         * mml2015.el (mml2015-epg-find-usable-key): New function.
10409         (mml2015-epg-sign): Use it.
10410         (mml2015-epg-encrypt): Use it.
10411
10412 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * message.el (message-make-in-reply-to): Quote name containing
10415         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10416         if there are special characters.  Reported by NAKAJI Hiroyuki
10417         <nakaji@jp.freebsd.org>.
10418
10419 2007-02-27  Didier Verna  <didier@xemacs.org>
10420
10421         Include the group parameters as well as the topic ones in the
10422         inheritance filter process.
10423         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10424         argument GROUP-PARAMS-LIST.
10425         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10426
10427 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * nntp.el (nntp-never-echoes-commands)
10430         (nntp-open-connection-functions-never-echo-commands): New variables.
10431         (nntp-send-command): Use them.
10432
10433 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10434
10435         * mml2015.el (mml2015-epg-verify): Simplify.
10436
10437 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * mml.el (mml-content-disposition-alist): New user option.
10440         (mml-content-disposition): New function.
10441         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10442         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10443
10444 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10445
10446         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10447         verification.
10448
10449 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10450
10451         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10452         articles posted in the last 24 hours.
10453
10454 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10455
10456         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10457
10458 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10459
10460         * nntp.el (nntp-send-command): Don't wait for echoes when
10461         nntp-open-ssl-stream is used.
10462
10463 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10466         (gnus-message-add-citation-keywords)
10467         (gnus-message-remove-citation-keywords): Remove.
10468         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10469         directly, make the variables in font-lock-defaults buffer-local, add
10470         gnus-message-citation-keywords to them and then update the value of
10471         font-lock-keywords.
10472
10473 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * message.el (message-cite-original-1): Don't call
10476         gnus-article-highlight-citation.
10477
10478         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10479         citations; fix line count.
10480
10481 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10484         (gnus-message-add-citation-keywords)
10485         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10486         versions of font-lock-add-keywords and font-lock-remove-keywords to
10487         work with XEmacs correctly.
10488
10489 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-cite.el (gnus-cite-face-list): Set the values of
10492         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10493         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10494         (gnus-message-cite-prefix-regexp): New variable.
10495         (gnus-message-search-citation-line): Use it; protect against long
10496         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10497         the 0th match data for Emacs.
10498         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10499         (gnus-message-add-citation-keywords): Append keywords rather than
10500         prepending; emulate font-lock-add-keywords if it is not available.
10501         (gnus-message-remove-citation-keywords):
10502         Emulate font-lock-remove-keywords if it is not available.
10503
10504         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10505
10506         * message.el (message-cite-prefix-regexp): Set the value of
10507         gnus-message-cite-prefix-regexp.
10508
10509 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10510
10511         * nnweb.el (nnweb-google-parse-1): Update parser.
10512
10513 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10514
10515         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10516
10517 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10518
10519         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10520         regexp.
10521
10522 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10525         string-to-multibyte.
10526         (uudecode-decode-region-internal): Use it.
10527
10528         * lpath.el: Fbind string-as-multibyte for XEmacs.
10529
10530 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10533         Fix custom choice.
10534
10535         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10536
10537 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10538
10539         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10540
10541         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10542         `write-region' to respect `mm-inhibit-file-name-handlers'.
10543
10544 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10547         Use gnus-home-directory instead of "~/" or "$HOME".
10548
10549 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10550
10551         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10552         to mention filename.
10553         Add comments at beginning regarding usage.
10554         (encrypt-write-file-contents): Change interactive so a string is
10555         acceptable.  If the file has no associated model, show an error instead
10556         of a nonsense prompt.
10557
10558 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10559
10560         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10561         Thanks to Yoshihiko Yamada for kind notification of this typo.
10562
10563 2007-01-12  Kenichi Handa  <handa@m17n.org>
10564
10565         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10566         multibyte buffer.
10567
10568 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * gnus-score.el (gnus-score-fast-scoring): New variable.
10571         (gnus-score-headers): Use it.
10572
10573         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10574
10575         * message.el (message-cite-original-1):
10576         Call gnus-article-highlight-citation if requested.
10577         (message-make-from): Allow name and address as optional arguments.
10578
10579         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10580
10581         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10582         bugs to doc string.
10583         (gnus-button-alist): Add mid\\|message-id.
10584         (gnus-button-fetch-group): Extend for use in
10585         `browse-url-browser-function'.
10586         (gnus-button-url-regexp): Try to catch paired parentheses like in
10587         Wikipedia URLs.
10588
10589         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10590         Suggested by Simon Krahnke <overlord@gmx.li>.
10591
10592 2007-01-13  Romain Francoise  <romain@orebokech.com>
10593
10594         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10595         Update copyright.
10596
10597 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10598
10599         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10600
10601 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10602
10603         * gnus-registry.el (gnus-registry-unfollowed-groups)
10604         (gnus-registry-split-fancy-with-parent): Fix documentation.
10605
10606 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10609         from nnweb groups.
10610
10611 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10612
10613         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10614         Xref urls.  Erase buffer before requesting head.
10615
10616         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10617
10618 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10621         customizable.
10622
10623 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10624
10625         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10626         no signing key is found.
10627         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10628         no encrypting and/or signing key is found.
10629
10630 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10633
10634 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10635
10636         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10637         headers read from disk with the ones newly found in the current search.
10638         This should no longer cause problems, because the article numbers in
10639         Gmane's `nov.php' output are ignored since the previous change.
10640
10641 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10642
10643         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10644
10645 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10648         replace-regexp-in-string; bind url-version; fbind display-images-p and
10649         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10650         find-face and set-itimer-function for Emacs; bind itimer-list for
10651         Emacs.
10652
10653         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10654
10655 2007-01-01  Romain Francoise  <romain@orebokech.com>
10656
10657         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10658
10659 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10660
10661         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10662         `define-minor-mode' macro definition expanded properly.
10663         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10664         exclude it there.
10665
10666         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10667         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10668         `fboundp' test.
10669         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10670         This is OK to autoload in (S)XEmacs now.
10671
10672 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673
10674         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10675         keystroke.
10676         (gnus-summary-limit-to-singletons): Fix typo.
10677
10678         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10679         else fails.
10680
10681 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10682
10683         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10684         docstring.
10685
10686         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10687         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10688         (gnus-summary-insert-dormant-articles): Fix typo in message.
10689
10690 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10693         nil for XEmacs.
10694         (gnus-message-citation-mode): Don't autoload in XEmacs.
10695
10696         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10697
10698 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10699
10700         * nnimap.el (nnimap-expunge-search-string):
10701         Mention nnimap-search-uids-not-since-is-evil in docstring.
10702
10703 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * spam.el: Revert to make-obsolete-variable because
10706         define-obsolete-variable-alias is not supported in Emacs 21.
10707
10708         * spam.el (spam-ifile-path, spam-ifile-database-path)
10709         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10710         make-obsolete-variable.
10711         (spam-bsfilter-path, spam-bsfilter-program)
10712         (spam-spamassassin-path, spam-spamassassin-program)
10713         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10714         Don't use "path" inappropriately.
10715         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10716         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10717         variable names.
10718
10719 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10720
10721         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10722         summary buffer.
10723
10724         * password.el (password-cache-remove): Use clear-string to burn
10725         password, if available.
10726
10727 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10730
10731         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10732
10733         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10734         (gnus-message-highlight-citation): Move defcustom here from
10735         gnus-cite.el.
10736         (gnus-message-citation-mode): Autoload.
10737
10738         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10739         checks to make it compile with XEmacs.
10740         (gnus-message-citation-mode): New minor mode.
10741         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10742         (gnus-message-highlight-citation): New variables.
10743         (gnus-message-search-citation-line)
10744         (gnus-message-add-citation-keywords)
10745         (gnus-message-remove-citation-keywords)
10746         (turn-on-gnus-message-citation-mode)
10747         (turn-off-gnus-message-citation-mode): New functions.
10748
10749 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10750
10751         * gnus-cite.el: Enable highlighting of different citation levels in
10752         message-mode.
10753
10754 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * message.el (message-make-fqdn): Fix comment.
10757         (message-bogus-system-names): Add ".local".
10758
10759         * spam.el (spam-ifile-path, spam-ifile-program)
10760         (spam-ifile-database-path, spam-ifile-database)
10761         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10762         Don't use "path" inappropriately.
10763         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10764         strings.
10765         (spam-check-ifile, spam-ifile-register-with-ifile)
10766         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10767         Use new variable names.
10768
10769         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10770         (gnus-treat-display-smileys): Simplify using
10771         gnus-image-type-available-p.
10772
10773         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10774         available.
10775
10776         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10777         Use `display-images-p' if available.
10778
10779 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10782         one after turning on the buffer's multibyteness instead of decoding
10783         them directly in the unibyte buffer that causes unexpected conversion
10784         in Emacs 23 (unicode).
10785
10786 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10787
10788         * message.el (message-generate-hashcash): Fix custom type.
10789
10790 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10791
10792         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10793
10794 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10797         disconnect icons.  Add help text.
10798
10799 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10800
10801         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10802         negated to be consistent with the others we handle.
10803
10804 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10805
10806         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10807         version of gnus-summary-buffer to something, so that we can use two
10808         article buffers at the same time.
10809
10810 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10811
10812         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10813         trigger all the extra headers.
10814         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10815         sorting.
10816
10817 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10818
10819         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10820         solid groups.
10821
10822 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10823
10824         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10825
10826 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * legacy-gnus-agent.el: Add Copyright notice.
10829
10830 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10831
10832         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10833
10834 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10835
10836         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10837
10838         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10839         to make it work reliably in CVS Emacs.
10840         (gnus-summary-limit-strange-charsets-predicate)
10841         (gnus-summary-limit-to-predicate): New functions.
10842
10843 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10844
10845         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10846         specifying array size.
10847         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10848         array if it is too small.
10849         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10850         (gnus-sort-threads-loop): New function.
10851
10852 2006-12-06  Chris Moore  <dooglus@gmail.com>
10853
10854         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10855         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10856
10857 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10858
10859         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10860         options.
10861
10862 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10865         DOS-ing the recipient.
10866
10867         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10868         the headers when creating the mapping to avoid mismappings.
10869         (nnweb-gmane-create-mapping): Always nix out old mapping.
10870
10871 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10874         and mm-verify-option to never.
10875
10876 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * message.el (message-signed-or-encrypted-p): New function.
10879         (message-forward-make-body): Use it.
10880
10881         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10882         Replace encode-coding-string with mm-encode-coding-string.
10883
10884 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * nneething.el (nneething-decode-file-name):
10887         Replace decode-coding-string with mm-decode-coding-string.
10888
10889         * gnus-int.el (gnus-open-server): Say failed server's name.
10890
10891 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10892
10893         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10894         strings to a single string.  Quote `errors-file-name'.
10895         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10896         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10897         Adjust calls.  Use `shell-quote-argument'.
10898
10899 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10900
10901         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10902         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10903
10904         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10905         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10906         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10907         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10908         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10909         (gnus-subscribe-newsgroup, gnus-1):
10910         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10911         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10912         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10913         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10914
10915 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916
10917         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10918         keystroke.
10919         (gnus-summary-limit-to-bodies): Implement headersp.
10920
10921 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922
10923         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10924
10925 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10928
10929 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * message.el (message-generate-hashcash): Expand range of values to
10932         include `opportunistic'.
10933         (message-send-mail): Use it.
10934
10935 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10936
10937         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10938         and comment it.
10939
10940         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10941
10942 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * gnus-util.el (gnus-extract-address-components): Improve comment.
10945
10946 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-util.el (gnus-extract-address-components): Work with address in
10949         which the name portion contains @.
10950
10951         * lpath.el: Fbind custom-autoload.
10952
10953 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * gnus.el (gnus-start): Move custom group up.
10956         (gnus-select-method): Don't autoload, but make it available for
10957         `customize-variable'.
10958         (gnus-getenv-nntpserver): Don't autoload.
10959
10960 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10961
10962         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10963
10964 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10965
10966         * message.el (message-sendmail-extra-arguments): New variable.
10967         (message-send-mail-with-sendmail): Use it.
10968
10969 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10972         mm-with-unibyte-current-buffer to make string unibyte.
10973
10974         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10975         mm-string-as-multibyte.
10976
10977 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10978
10979         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10980         Reported by Werner Koch <wk@gnupg.org>.
10981
10982 2006-11-14  Daiki Ueno  <ueno@p360>
10983
10984         * mml2015.el: Autoload epa-select-keys when compiling.
10985
10986 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10987
10988         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10989         message-options.
10990         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10991
10992 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10993
10994         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10995         EasyPG (< 0.0.6).
10996         (mml2015-always-trust): New user option.
10997         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10998         prompt.
10999
11000 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * nntp.el (nntp-authinfo-force): New variable.
11003         (nntp-send-authinfo): Use it.
11004
11005 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11008         decode encoded words.  Improve prompt.  Add comment about forwarding.
11009         (message-replacement-char): Move up.
11010
11011 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11012
11013         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11014         instead of gnus-intersection because arguments of gnus-sorted-nunion
11015         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11016
11017 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11020         (message-simplify-subject-functions):
11021         Enable message-strip-subject-encoded-words by default.
11022
11023 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * message.el (message-strip-subject-encoded-words): New function.
11026         (message-simplify-subject-functions): New variable.
11027         (message-simplify-subject): Use it.  Fix typo in doc string.
11028         Support message-strip-subject-encoded-words.
11029
11030 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11031
11032         * gnus-diary.el (gnus-diary-delay-format-function):
11033         * nndiary.el (nndiary-reminders):
11034         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11035
11036 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * gnus-art.el (article-hide-boring-headers): Fetch date from
11039         gnus-original-article-buffer to avoid problems with localized date
11040         strings.
11041
11042 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11045
11046 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11049         New variables.
11050         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11051         (mm-charset-synonym-alist): Move some entries to
11052         mm-codepage-iso-8859-list.
11053         (mm-charset-synonym-alist, mm-charset-override-alist):
11054         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11055
11056 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11059
11060 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11063         with Emacs 21 and XEmacs.
11064
11065 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11066
11067         * spam.el (spam-parse-address): New function for better parsing,
11068         catching errors, etc.
11069         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11070
11071 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * mm-view.el: Add interactive arg to html2text autoload.
11074
11075 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11078
11079 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11082         New variables.
11083         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11084         (mm-charset-synonym-alist): Move some entries to
11085         mm-codepage-iso-8859-list.
11086
11087         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11088
11089 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * message.el (message-citation-line-format)
11092         (message-insert-formated-citation-line): Fix implementation of %E, %N
11093         and %n according to the doc string.
11094
11095 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11096
11097         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11098         Use car-safe to avoid bad parses.
11099
11100 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11103         names.
11104
11105         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11106
11107 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11110         header.
11111
11112         * message.el (message-draft-headers): Add Date.
11113         (message-headers-to-generate): Fix typo in docstring.
11114
11115         * nndraft.el (nndraft-required-headers): New variable.
11116         (nndraft-generate-headers): Use it.
11117
11118         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11119
11120 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11121
11122         * gnus-registry.el (gnus-registry-wash-for-keywords)
11123         (gnus-registry-find-keywords): New functions to allow easy searching of
11124         articles that are in the registry.
11125
11126 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11127
11128         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11129         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11130         Reported by Damien Elmes <damien@repose.cx>.
11131
11132 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * gnus.el (gnus-mime): Remove unused custom group.
11135
11136 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11137
11138         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11139         "blank line" when searching for end of armor headers.
11140
11141 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gmm-utils.el (gmm-write-region): Fix variable name.
11144
11145 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * gmm-utils.el (gmm-write-region): New function based on compatibility
11148         code from `mm-make-temp-file'.
11149
11150         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11151
11152         * nnmaildir.el (nnmaildir--update-nov)
11153         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11154         Use `gmm-write-region'.
11155
11156 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11159         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11160
11161         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11162
11163         * message.el (message-replacement-char): New variable.
11164         (message-fix-before-sending): Use it.
11165         (message-simplify-subject): New function to remove duplicate code.
11166         (message-reply, message-followup): Use it.
11167
11168         * gnus-sum.el (gnus-summary-make-menu-bar):
11169         Clarify gnus-summary-limit-to-articles.
11170
11171 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * gnus-util.el (gnus-with-local-quit): New macro.
11174
11175         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11176
11177 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11178
11179         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11180         ignore non-string data.
11181
11182 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11183
11184         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11185         non-string data (needs to be done in the registry too).
11186
11187 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11188
11189         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11190         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11191         (gnus-registry-split-fancy-with-parent)
11192         (gnus-registry-fetch-simplified-message-subject-fast)
11193         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11194         Remove text properties on ingress into the registry and when it's saved.
11195         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11196         registry from entries with no groups.
11197
11198 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11199
11200         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11201         function to remove string properties.
11202
11203 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * gmm-utils.el (gmm): Adjust custom version.
11206
11207         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11208         Adjust custom version.
11209
11210         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11211
11212 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gnus-art.el (gnus-insert-prev-page-button)
11215         (gnus-insert-next-page-button): Simplify.  Reformat.
11216
11217 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11218
11219         * gnus-art.el (gnus-insert-prev-page-button)
11220         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11221
11222 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11223
11224         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11225
11226 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11227
11228         * gnus-art.el (gnus-insert-mime-button)
11229         (gnus-insert-mime-security-button):
11230         Apply gnus-article-button-face to MIME and security buttons.
11231
11232 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11235         readable.
11236
11237 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11240
11241 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11242
11243         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11244         `browse-url-of-file' instead of `browse-url'.
11245
11246 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11247
11248         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11249         regexp.  Articles containing quotation were cut prematurely.
11250
11251 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * message.el (message-cite-original-1): Use nobody by default for the
11254         value of From header.
11255         (message-reply): Ditto.
11256
11257 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11260         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11261         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11262
11263 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11266         mails in the doc string.  Add some URLs in comment.
11267         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11268
11269 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11272         backslashes handling and the way to find boundaries of quoted strings.
11273
11274 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11275
11276         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11277         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11278         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11279         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11280
11281 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11284         doc string.
11285         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11286
11287 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * lpath.el: Fbind epg-check-configuration.
11290
11291 2006-09-06  Simon Josefsson  <jas@extundo.com>
11292
11293         * mml2015.el (mml2015-use): Doc fix, mention epg.
11294
11295 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11296
11297         * mml2015.el (mml2015-use): Default to epg, if available.
11298
11299 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11300
11301         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11302         message-sender.
11303         (mml1991-epg-encrypt): Ditto.
11304         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11305         message-sender.
11306         (mml2015-epg-encrypt): Ditto.
11307
11308 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11309
11310         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11311         several common directories.
11312
11313 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11314
11315         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11316         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11317
11318 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus-art.el (article-decode-encoded-words): Make it fast.
11321
11322 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11325
11326         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11327         in quoted string into `\'.
11328
11329 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11332         Use standard-syntax-table.
11333
11334 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-art.el (gnus-decode-address-function): New variable.
11337         (article-decode-encoded-words): Use it to decode headers which are
11338         assumed to contain addresses.
11339         (gnus-mime-delete-part): Remove useless `or'.
11340
11341         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11342         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11343         (gnus-nov-parse-line): Use it to decode From header.
11344         (gnus-get-newsgroup-headers): Ditto.
11345         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11346
11347         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11348         (mail-decode-encoded-address-string): New alias.
11349
11350         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11351         New function.
11352         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11353         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11354         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11355         (rfc2047-decode-string): Ditto.
11356         (rfc2047-decode-address-region): New function.
11357         (rfc2047-decode-address-string): New function.
11358
11359 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * message.el (message-caesar-buffer-body): Allow rotating headers.
11362
11363         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11364
11365         * message.el (message-insert-formated-citation-line): Fix %f.
11366         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11367
11368 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11371         (gnus-bookmark-mouse-available-p): New macro.
11372         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11373         (gnus-bookmark-bmenu-show-infos): Use it.
11374         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11375         (gnus-bookmark-bmenu-hide-infos): Ditto.
11376         (gnus-bookmark-remove-properties): New function.
11377         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11378         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11379         (gnus-bookmark-write-file): Bind coding-system-for-write.
11380         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11381         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11382         group before selecting it.
11383         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11384         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11385         quit-window if it is not available; use gnus-mouse-2 and bind it to
11386         gnus-bookmark-bmenu-select-by-mouse.
11387         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11388         (gnus-bookmark-bmenu-select-by-mouse): New function.
11389
11390 2006-08-13  Romain Francoise  <romain@orebokech.com>
11391
11392         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11393         space.
11394
11395 2006-08-10  Romain Francoise  <romain@orebokech.com>
11396
11397         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11398         (dns-mode-soa-auto-increment-serial): New user option.
11399         (dns-mode-soa-maybe-increment-serial): New function.
11400         (dns-mode): Add the latter to `write-contents-functions'.
11401
11402 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * compface.el (uncompface): Use binary rather than raw-text-unix.
11405
11406 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * compface.el (uncompface): Make sure the eol conversion doesn't take
11409         place when communicating with the external programs.
11410         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11411
11412 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11415
11416 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11417
11418         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11419         Make it more robust by parsing author and date independently.
11420
11421 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11424
11425 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11426
11427         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11428         first matching secret key.
11429         (mml2015-epg-encrypt): Ditto.
11430
11431         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11432         first matching secret key.
11433         (mml1991-epg-encrypt): Ditto.
11434
11435         * mml2015.el (mml2015-encrypt-to-self): New user option.
11436         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11437         mml2015-epg-encrypt-to-self is set.
11438
11439         * mml1991.el (mml1991-encrypt-to-self): New variable.
11440         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11441         mml1991-epg-encrypt-to-self is set.
11442
11443         * mml2015.el (mml2015-signers): New user option.
11444         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11445         (mml2015-epg-encrypt): Allow to select signing keys.
11446
11447         * mml1991.el (mml1991-signers): New variable.
11448         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11449         (mml1991-epg-encrypt): Allow to select signing keys.
11450
11451 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * nnheader.el (nnheader-insert-head): Make it work even if the file
11454         uses CRLF for the line-break code.
11455
11456 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11457
11458         * mml2015.el: Require mml-sec instead of password.
11459         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11460         (mml2015-cache-passphrase): Inherit the default value from
11461         mml-secure-cache-passphrase.
11462         (mml2015-passphrase-cache-expiry): Inherit the default value from
11463         mml-secure-passphrase-cache-expiry.
11464
11465         * mml1991.el: Require mml-sec instead of password.
11466         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11467         (mml1991-cache-passphrase): Inherit the default value from
11468         mml-secure-cache-passphrase.
11469         (mml1991-passphrase-cache-expiry): Inherit the default value from
11470         mml-secure-passphrase-cache-expiry.
11471
11472         * mml-sec.el: Require password.
11473         (mml-secure-verbose): New user option.
11474         (mml-secure-cache-passphrase): New user option.
11475         (mml-secure-passphrase-cache-expiry): New user option.
11476
11477 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11478
11479         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11480         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11481         andreas@altroot.de (Andreas Vögele).
11482
11483         FIXME: Use `tiny change'?
11484
11485 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11486
11487         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11488         workaround for the url package included with Emacs.
11489
11490         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11491
11492 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11495         correctly.  This fixes a bug caused by the 2006-05-12 change.
11496
11497 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11498
11499         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11500         some information about the error when saying that the `bogus' mail
11501         group will be used.
11502
11503 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11506         string.
11507
11508 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11509
11510         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11511
11512 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11513
11514         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11515
11516 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11517
11518         * mml1991.el (mml1991-function-alist): Add epg.
11519         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11520         (mml1991-epg-encrypt): New functions.
11521
11522 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11523
11524         * mml2015.el (mml2015-verbose): New variable.
11525         (mml2015-cache-passphrase): Ditto.
11526         (mml2015-passphrase-cache-expiry): Ditto.
11527         (mml2015-function-alist): Add epg.
11528         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11529         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11530         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11531         New functions.
11532
11533 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11534
11535         * message.el (message-cite-original-1): Preserve region when removing
11536         quoted text due to X-No-Archive in order to avoid bogus attribution
11537         when citing multiple messages.
11538
11539 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11540
11541         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11542         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11543
11544 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus-diary.el (gnus-user-format-function-d)
11547         (gnus-user-format-function-D): Autoload.
11548
11549         * imap.el (Commentary): Fix typo.
11550
11551         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11552         2006-04-22 contribution.
11553
11554 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11555
11556         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11557         It didn't really fix the bogosity I'm seeing with solid web groups.
11558
11559 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11560
11561         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11562         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11563         created using server names.  If we use the feature without declaring
11564         it, Gnus does not properly manage server and group state.
11565
11566         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11567         bound.
11568
11569 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11570
11571         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11572         looking up the method using GROUP's prefix before inventing a new one.
11573         It is used on killed/unknown groups in various places where returning
11574         an all-new method isn't expected by the caller.
11575
11576         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11577         and match semantics of gnus-group-real-prefix.
11578
11579 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * nnmail.el (nnmail-broken-references-mailers): New variable.
11582         (nnmail-ignore-broken-references): New function generalizing
11583         nnmail-fix-eudora-headers.
11584         (nnmail-fix-eudora-headers): Now obsolete.
11585
11586         * gnus-art.el (gnus-button-handle-custom):
11587         Support `customize-apropos*'.
11588
11589 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590
11591         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11592
11593         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11594         articles.
11595
11596 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * message.el (message-cite-reply-above): New variable.
11599         (message-yank-original): Use it.
11600
11601 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11604
11605 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11608         as read.
11609
11610         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11611
11612 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11615         (gnus-bookmark-default-file): Use gnus-directory.
11616         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11617         Remove "*" in doc string.
11618         (gnus-bookmark-write-file): Simplify.
11619         (gnus-bookmark-maybe-sort-alist): Use `when'.
11620         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11621         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11622         Add FIXME about Emacs 21 and XEmacs compatibility.
11623         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11624         compatibility.
11625         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11626         compatibility.
11627         (gnus-bookmark-menu-heading): Fix version.
11628
11629 2006-06-19  Bastien Guerry  <bzg@altern.org>
11630
11631         * gnus-bookmark.el: New file.
11632
11633 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * message.el (message-syntax-checks): Doc fix.
11636
11637 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11638
11639         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11640         unsubscribed groups as if they were killed ones.  It causes duplicate
11641         entries in gnus-newsrc-alist.
11642
11643 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * message.el (message-syntax-checks): Doc fix.
11646         (message-send-mail): Add check for continuation headers.
11647         (message-check-news-header-syntax): Fix regexp used to check for
11648         continuation headers.
11649
11650 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11653
11654 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11657
11658 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11661         default-truncate-lines.
11662
11663 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11666         to fill the utf-8 entry.
11667
11668         * lpath.el: Fbind unicode-precedence-list.
11669
11670 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11671
11672         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11673
11674 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11675
11676         * gnus-agent.el (directory-files-and-attributes): Move all the way
11677         forward (the third and final move).
11678         (gnus-agent-read-agentview): Trap reconstruction errors due to
11679         nonexistent directory.  Handle by returning nil.
11680
11681 2006-05-30  Didier Verna  <didier@xemacs.org>
11682
11683         * message.el (message-dont-reply-to-names): Update the custom type.
11684         * message.el (message-dont-reply-to-names): New defsubst: potentially
11685         convert a list of regexps into a single one.
11686         * message.el (message-get-reply-headers): Use it.
11687         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11688
11689 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-agent.el (directory-files-and-attributes): Move forward.
11692
11693 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * gnus-ml.el (gnus-mailing-list-subscribe)
11696         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11697         (gnus-mailing-list-message): Fix doc strings.
11698
11699 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11700
11701         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11702         of doing it manually.
11703
11704 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11707         comment.
11708
11709 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11710
11711         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11712         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11713         (gnus-agent-read-local): All symbols allocated in my-obarray.
11714         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11715         (gnus-agent-regenerate-group): Check numeric names to see if they are
11716         messages or groups.
11717         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11718         better way of do this...)
11719
11720         * gnus-cache.el (gnus-agent-total-fetched-for):
11721         Ignore 'dummy.group' (there should be a better way of do this...)
11722
11723 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11726         (gnus-saved-headers): Ditto.
11727         (gnus-default-article-saver): Mention functions may have properties.
11728         (gnus-article-save): Override gnus-save-all-headers and
11729         gnus-saved-headers by :headers property which saver function may have.
11730         (gnus-summary-save-in-file): Add :headers property.
11731         (gnus-summary-write-to-file): Ditto.
11732
11733         * gnus-sum.el (gnus-summary-save-article): Bind
11734         gnus-prompt-before-saving to t when saving many articles in a file;
11735         always show all headers.
11736
11737         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11738
11739 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11742         marks.
11743
11744         * message.el (message-indent-citation): Add optional arguments to allow
11745         using it outside of message buffers.
11746
11747         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11748         (gnus-article-treat-unfold-headers): Use it.
11749         (gnus-article-truncate-lines): New variable.
11750         (gnus-article-mode): Use it.
11751         (gnus-article-toggle-truncate-lines): New function.
11752
11753         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11754         Add gnus-article-toggle-truncate-lines.
11755
11756         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11757         coding system in XEmacs, use binary.
11758
11759 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11762         after-load-alist.
11763
11764         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11765         this function should save decoded articles.
11766         (gnus-summary-write-to-file): Use property to specify this function
11767         should save decoded articles and specify gnus-summary-save-in-file
11768         should be used to save articles other than the first one when saving
11769         many articles.
11770         (gnus-summary-save-body-in-file): Use property to specify this
11771         function should save decoded articles.
11772         (gnus-summary-write-body-to-file): Use property to specify this
11773         function should save decoded articles and specify
11774         gnus-summary-save-body-in-file should be used to save articles other
11775         than the first one when saving many articles.
11776
11777         * gnus-sum.el (gnus-summary-save-article): Simplify.
11778
11779 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * gnus-art.el (gnus-default-article-saver):
11782         Add gnus-summary-write-body-to-file.
11783         (gnus-article-save-coding-system): Don't use coding system object
11784         in XEmacs.
11785         (gnus-read-save-file-name): Add optional `dir-var' argument which
11786         specifies directory in which files are saved; work even if optional
11787         `variable' argument is not specified.
11788         (gnus-summary-write-to-file): Read file name.
11789         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11790         (gnus-summary-write-body-to-file): New function.
11791
11792         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11793         (gnus-summary-local-variables): Add it.
11794         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11795         (gnus-summary-save-article): Remove optional `decode' argument;
11796         determine whether to decode articles by the value of
11797         gnus-default-article-saver; when saving many files using
11798         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11799         it first and use gnus-summary-save-in-file or
11800         gnus-summary-save-body-in-file thereafter unless
11801         gnus-prompt-before-saving is always; move point to article which
11802         will be saved.
11803         (gnus-summary-save-article-file): Revert.
11804         (gnus-summary-write-article-file): Revert.
11805         (gnus-summary-save-article-body-file): Revert.
11806         (gnus-summary-write-article-body-file): New function.
11807
11808 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * gnus-art.el (gnus-default-article-saver): Doc fix.
11811         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11812         from gnus-summary-save-article-coding-system, and default to a
11813         certain coding system.
11814         (gnus-output-to-file): Add coding cookie and encode text according
11815         to gnus-article-save-coding-system; don't use mm-append-to-file.
11816
11817         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11818         gnus-art.el and rename to gnus-article-save-coding-system.
11819         (gnus-summary-save-article): Require gnus-art; don't show all
11820         headers if it decodes articles; don't add coding cookie here;
11821         don't bind mm-text-coding-system-for-write.
11822         (gnus-summary-save-article-file): Save decoded articles.
11823         (gnus-summary-write-article-file): When saving many files, use
11824         gnus-summary-write-to-file first and gnus-summary-save-in-file
11825         thereafter unless gnus-prompt-before-saving is always.
11826         (gnus-summary-save-article-body-file): Save decoded articles.
11827
11828         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11829
11830 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * nnrss.el (nnrss-check-group): Bind hash-index.
11833
11834 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11835
11836         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11837         its hash index.  Store this hash in `nnrss-group-data'.
11838         (nnrss-read-group-data): Update accordingly.
11839
11840 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11843         entry.
11844
11845         * gnus-sum.el (gnus-summary-make-menu-bar):
11846         Add gnus-article-browse-html-article.
11847
11848 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11849
11850         * gnus-sum.el (gnus-summary-mime-map):
11851         Add gnus-article-browse-html-article.
11852
11853         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11854
11855 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11858         suitable coding systems in customize.
11859
11860 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * mail-source.el (mail-sources): Fix custom type.
11863
11864 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11867         (gnus-summary-expire-articles-now): Shorten prompt.
11868
11869         * gmm-utils.el (wid-edit): Require.
11870         (defun-gmm): Rename from `gmm-defun-compat'.
11871         (gmm-image-search-load-path): Use it.
11872         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11873
11874 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-sum.el (gnus-summary-save-article-coding-system):
11877         New variable.
11878         (gnus-summary-save-article): Add optional `decode' argument.
11879         If it is set and gnus-summary-save-article-coding-system is non-nil,
11880         save decoded article.
11881         (gnus-summary-write-article-file): Save decoded article if
11882         gnus-summary-save-article-coding-system is non-nil.
11883
11884         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11885         type.
11886
11887 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11890
11891 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11894         first to test gnus-single-article-buffer which may be buffer-local.
11895
11896         * gnus-sum.el (gnus-summary-setup-buffer):
11897         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11898         group; make gnus-article-buffer, gnus-article-current, and
11899         gnus-original-article-buffer always buffer-local.
11900         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11901         group.
11902         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11903
11904 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * nnml.el (nnml-request-compact-group): Compressed files might not
11907         have .gz extension.
11908
11909 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11910
11911         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11912         (mm-copy-to-buffer): Use with-current-buffer.
11913         (mm-display-part): Simplify.
11914         (mm-inlinable-p): Add optional arg `type'.
11915
11916 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11917
11918         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11919         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11920         Try harder to show the attachment internally or externally using
11921         gnus-mime-view-part-as-type.
11922
11923 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * message.el (message-from-style, message-signature-separator)
11926         (message-user-organization-file, message-send-mail-function)
11927         (message-citation-line-function, message-yank-prefix)
11928         (message-indent-citation-function, message-signature)
11929         (message-signature-file, message-signature-insert-empty-line):
11930         Remove autoloads.
11931
11932         * gnus-art.el (gnus-buttonized-mime-types):
11933         Remove "multipart/signed".  Revert 2006-04-26 change.
11934
11935 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936
11937         * gnus.el (gnus-version-number): Bump version.
11938
11939 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11940
11941         * gnus.el: No Gnus v0.5 is released.
11942
11943 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11944
11945         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11946         fetching articles by message-id.
11947
11948 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11949
11950         * message.el (hashcash): Require hashcash as normal.
11951
11952         * ecomplete.el (ecomplete-highlight-match-line):
11953         Use point-at-eol.
11954         (ecomplete-highlight-match-line): Use `highlight', because that
11955         face exists in both Emacs and XEmacs.
11956
11957         * message.el (message-display-abbrev): Use point-at-bol.
11958
11959         * mail-source.el: Don't require timer/timer-funcs.
11960
11961         * gnus-async.el: Ditto.
11962
11963         * password.el: Ditto.
11964
11965         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11966
11967         * mm-url.el: Ditto.
11968
11969         * gnus-xmas.el: Don't require timer-funcs.
11970
11971         * mm-util.el: Require timer/timer-funcs.
11972
11973 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11974
11975         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11976         Close.
11977
11978 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11981         unibyte after clear-decrypt function runs.
11982
11983         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11984         returns as a unibyte string.
11985
11986 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * lpath.el: Revert.
11989
11990         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11991         (pgg-gpg-process-sentinel): Revert.
11992
11993         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11994         (pgg-pgp-lookup-key): Revert.
11995
11996         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11997         (pgg-pgp5-lookup-key): Revert.
11998
11999         * pgg.el (pgg-fetch-key): Revert.
12000
12001 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * lpath.el: Fbind string-as-multibyte for XEmacs.
12004
12005         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12006         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12007         (mml1991-pgg-encrypt): Ditto.
12008
12009         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12010         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12011         a multibyte buffer.
12012
12013         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12014         (pgg-pgp-lookup-key): Ditto.
12015
12016         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12017         (pgg-pgp5-lookup-key): Ditto.
12018
12019         * pgg.el (pgg-fetch-key): Ditto.
12020
12021 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * message.el (message-user-organization-file): Check several
12024         locations of the organization file.
12025
12026         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12027         Add gnus-article-view-part-as-type.
12028
12029         * gnus-art.el (gnus-article-view-part-as-type): New function.
12030
12031         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12032         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12033
12034         * mml.el: Simplify autoload.
12035         (mml-mode): defvar dnd-protocol-alist instead of using
12036         symbol-value.
12037         (mml-default-directory): New variable.
12038         (mml-minibuffer-read-file): Use it.
12039         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12040
12041         * message.el (message-citation-line-format): New variable.
12042         (message-insert-formated-citation-line): New function.
12043         (message-citation-line-function):
12044         Add `message-insert-formated-citation-line' to custom type.
12045
12046         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12047         to doc string.
12048
12049         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12050         depending on mm-verify-option.
12051
12052 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12055         binding pgg-* variables; reimplement the section which prevents
12056         MIME header from being signed.
12057         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12058         pgg-text-mode; remove a blank line at the top of body.
12059
12060         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12061         lines at the top of body; use gnus-newsgroup-charset if there's no
12062         Charset header.
12063
12064 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * message.el (message-self-insert-commands): Doc fix.
12067
12068         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12069         (mm-uu-pgp-encrypted-test): Ditto.
12070         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12071         between header and body; return application/pgp-encrypted handle
12072         if decryption failed; decode decrypted body by charset.
12073
12074         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12075         element match to application/pgp-*.
12076
12077 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12078
12079         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12080         HTML.
12081
12082 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12083
12084         * mail-source.el (mail-source-call-script): Message the error
12085         string.
12086
12087 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12088
12089         * gnus-util.el (gnus-byte-compile): Use it.
12090
12091 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12092
12093         * gnus-util.el (kill-empty-logs): New function.
12094
12095 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12096
12097         * message.el (message-mail-alias-type): Doc fix.
12098         (message-mail-alias-type-p): New function.
12099         (message-send): Use it.
12100         (message-mode): Ditto.
12101         (message-strip-forbidden-properties): Ditto.
12102
12103         * ecomplete.el (ecomplete-database-file-coding-system):
12104         New variable.
12105         (ecomplete-save): Use it.
12106         (ecomplete-setup): Use it.
12107
12108 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * message.el (message-self-insert-commands): New variable.
12111         (message-strip-forbidden-properties): Use it.
12112
12113 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12114
12115         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12116         that doesn't make XEmacs choke.
12117
12118 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * gnus-util.el (gnus-replace-in-string):
12121         Prefer replace-regexp-in-string over of replace-in-string.
12122
12123 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * gnus-util.el (gnus-select-frame-set-input-focus):
12126         Use select-frame-set-input-focus if it is available in XEmacs; use
12127         definition defined in Emacs 22 for old Emacsen.
12128
12129         * dgnushack.el: Autoload unmorse-region for XEmacs.
12130
12131         * lpath.el: Bind cursor-in-non-selected-windows and
12132         select-frame-set-input-focus for XEmacs.
12133
12134 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12137
12138 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12139
12140         * gnus-registry.el (gnus-registry-cache-save): Remove text
12141         properties when saving via the temp buffer.
12142
12143 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * message.el (message-generate-hashcash): Honor custom type.
12146
12147 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12148
12149         * message.el (message-generate-hashcash): Default to non-nil when
12150         hashcash is found.
12151
12152         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12153         (gnus-refer-thread-limit): Increase default to 500.
12154
12155         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12156
12157         * flow-fill.el (fill-flowed): Allow delete-space.
12158
12159 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12162         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12163         Remove autoloads.
12164
12165 2006-04-18  Simon Josefsson  <jas@extundo.com>
12166
12167         * message.el (message-generate-hashcash): Default to.
12168
12169 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12172         concatenating segments rather than before concatenating them.
12173
12174 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12177
12178 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12179
12180         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12181
12182         * message.el (message-forward-make-body-plain):
12183         Allow message-forward-ignored-headers to be a list.
12184         (message-remove-ignored-headers): Factor out into function.
12185         (message-forward-make-body-mml): Use it.
12186
12187         * imap.el (imap-quote-specials): New function.
12188         (imap-login-auth): Quote specials.
12189
12190         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12191         (rfc2231-parse-string): Allow concatanation of parameters that
12192         aren't contiguous.  The test case is
12193           (mail-header-parse-content-type "message/external-body;
12194             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12195             access-type=LOCAL-FILE;
12196             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12197
12198 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12199
12200         * nntp.el (nntp-accept-process-output): Return the value of
12201         `nnheader-accept-process-output'.
12202
12203 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12204
12205         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12206         (gnus-button-alist): Recognize more diff formats.
12207         (gnus-button-patch): Strip directory.
12208
12209 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12210
12211         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12212         Emacs 22 when setting focus.
12213
12214 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12215
12216         * gnus-art.el (gnus-article-treat-types): Do treatment of
12217         text/x-verbatim parts.
12218         (gnus-button-patch): New command.
12219
12220         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12221         addresses that contain invalid characters.
12222
12223 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12224
12225         * message.el (message-put-addresses-in-ecomplete):
12226         Use gnus-replace-in-string.
12227         (message-is-yours-p): Use the more correct
12228         mail-header-parse-address instead of
12229         mail-extract-address-components.
12230         (message-put-addresses-in-ecomplete): Fix typo.
12231
12232         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12233         keystroke.
12234
12235         * gnus-art.el (gnus-treatment-function-alist): Change order of
12236         newsgroups/generic header folding to avoid double-folding.
12237
12238         * message.el (message-hidden-headers): Add X-Draft-From.
12239
12240         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12241         New command.
12242         (gnus-summary-repeat-search-article-backward): New command.
12243
12244         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12245         groups in the parent topic.
12246
12247 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12248
12249         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12250         (spam-extra-header-to-number): Return the CRM114 number as a
12251         number instead of a string.
12252
12253 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * gnus-art.el (gnus-face-properties-alist): Move here from
12256         gnus-fun.
12257
12258         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12259
12260 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12261
12262         * message.el (message-strip-forbidden-properties): Only display on
12263         self-insert-command.
12264
12265         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12266         reindent.
12267         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12268
12269 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12270
12271         * smiley.el (smiley-style): Fix typo.
12272
12273 2006-03-23  Kenichi Handa  <handa@m17n.org>
12274
12275         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12276         instead of set-buffer-multibyte.
12277
12278 2006-03-23  Kenichi Handa  <handa@m17n.org>
12279
12280         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12281         buffer and then decode the buffer text if necessary.
12282         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12283         first, and after mm-encode-body, change the buffer to unibyte.
12284
12285 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12286
12287         * hashcash.el (hashcash-insert-payment-async-2):
12288         Use message-goto-eoh instead of doing it manually.
12289         (mail-add-payment): Use message-narrow-to-header instead of trying
12290         to do the same itself.
12291
12292         * message.el (message-hidden-headers): Add Face.
12293
12294         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12295         reparenting code.
12296         (gnus-summary-reparent-children): Refactored out code.
12297         (gnus-summary-thread-map): New keystroke.
12298         (gnus-summary-reparent-children): Make into command.
12299
12300         * smiley.el (smiley-style): Default to `medium' if using a large
12301         font.
12302
12303         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12304         does it itself.
12305
12306         * message.el (message-point-in-header-p): Simplify definition.
12307
12308 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12309
12310         * nnagent.el (nnagent-request-set-mark): Silence log file
12311         writing.
12312         (nnagent-request-set-mark): Use write-region instead of
12313         append-to-file.
12314
12315         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12316         strange select method.
12317
12318         * ecomplete.el (ecomplete-display-matches): Get highlightling
12319         right.
12320         (ecomplete-display-matches): Use literals.
12321         (ecomplete-display-matches): Disable message logging.
12322
12323         * message.el (message-display-abbrev): Small optimization.
12324
12325         * ecomplete.el (ecomplete-display-matches): Allow automatic
12326         display.
12327
12328         * message.el (message-strip-forbidden-properties):
12329         Display abbrevs.
12330         (message-display-abbrev): Get automatic display right.
12331
12332         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12333         keystrokes.
12334
12335 2006-04-13  Romain Francoise  <romain@orebokech.com>
12336
12337         TODO: Backport to v5-10!
12338
12339         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12340         Move here (and rename) from gnus-registry.el.
12341
12342         * gnus-registry.el: Require gnus-util.
12343         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12344
12345 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * gnus-group.el (gnus-group-catchup-current):
12348         Change if-then-else-if-then-else into cond.
12349         (gnus-group-catchup): Indent.
12350         (group-name-at-point): New function.
12351         (gnus-fetch-group): Provide default from thing at point.
12352
12353 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * message.el (message-display-abbrev): Fix regexp.
12356
12357         * ecomplete.el (ecomplete-highlight-match-line):
12358         Reimplement choosing.
12359         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12360         dead variables.
12361
12362         * message.el (message-newline-and-indent): Remove debugging.
12363         (message-display-abbrev): Use new implementation.
12364
12365 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * gnus-art.el (gnus-article-mode):
12368         Set cursor-in-non-selected-windows to nil.
12369
12370         * smiley.el: Revert previous change.
12371         (smiley-data-directory): defvar it before using it in the
12372         defcustom of `smiley-style'.
12373
12374 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12375
12376         * message.el (message-newline-and-indent): New function.
12377
12378         * ecomplete.el: Implement more bits.
12379
12380         * message.el (message-put-addresses-in-ecomplete): Clean up the
12381         string.
12382
12383         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12384
12385         * gnus-sum.el (gnus-summary-save-parts):
12386         Bind gnus-summary-save-parts-counter and use it to make unique file
12387         names.
12388
12389         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12390
12391         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12392         parameter to say whether to actually parse the individual
12393         addresses.
12394
12395         * message.el (message-put-addresses-in-ecomplete): New function.
12396         (ecomplete): Require.
12397         (message-mail-alias-type): Add ecomplete as an option.
12398
12399 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12400
12401         * flow-fill.el (fill-flowed): Remove trailing space from blank
12402         quoted lines.
12403
12404 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12405
12406         * smiley.el (smiley-style): Move definition later to avoid a
12407         compilation warning.
12408
12409 2006-04-12  Kenichi Handa  <handa@m17n.org>
12410
12411         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12412         buffer and then decode the buffer text if necessary.
12413         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12414         first, and after mm-encode-body, change the buffer to unibyte.
12415         Use mm-disable-multibyte instead of set-buffer-multibyte.
12416
12417 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12420         Content-Type header instead of Content-Disposition header.
12421         (gnus-mime-inline-part): Ditto.
12422         (gnus-mime-view-part-as-charset): Ignore charset that the part
12423         specifies.
12424
12425         * mm-decode.el (mm-display-part): Work with external parts and
12426         usual parts similarly.
12427
12428         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12429         instead of gnus-display-mime.
12430
12431         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12432         instead of with-temp-buffer.
12433
12434         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12435         tag to summarized topics part in order to encode non-ASCII text.
12436
12437 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * smiley.el (smiley-style): New variable.
12440         (smiley-directory): New function.
12441         (smiley-data-directory): Derive from `smiley-style' using
12442         `smiley-directory'.
12443         (smiley-regexp-alist): Add new entries.
12444
12445         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12446         (gnus-article-browse-delete-temp): Add :version.
12447
12448 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12449
12450         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12451         the sieve region.
12452
12453 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12454
12455         * gnus.el (gnus-version-number): Bump version.
12456
12457 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * gnus.el: No Gnus v0.4 is released.
12460
12461 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12464         layout.
12465
12466         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12467         unknown charset.
12468
12469         * message.el (message-header-synonyms): Add Original-To to the
12470         default.
12471
12472         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12473         optional parameter.
12474
12475 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12476
12477         * gnus-fun.el (gnus): Require it for gnus-directory.
12478
12479 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12482
12483 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12484
12485         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12486
12487 2006-04-05  Simon Josefsson  <jas@extundo.com>
12488
12489         * password.el (password-reset): New function.
12490
12491 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12492
12493         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12494         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12495
12496 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12497
12498         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12499         Some whitespace was matched into the url, which broke browsing hits
12500         > 100 when mm-url-use-external was nil.
12501
12502 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12505         Check gnus-extra-headers for 'Newsgroups.
12506
12507         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12508         bound.
12509
12510 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12511
12512         * pgg-gpg.el: Clean up process buffers every time gpg processes
12513         complete.
12514
12515 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12518         doc string.
12519
12520 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12521
12522         * pgg-gpg.el (pgg-gpg-process-filter)
12523         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12524
12525         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12526         lines, temporary fix.
12527
12528 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12531
12532 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12533
12534         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12535         default-enable-multibyte-characters.  This reverts the change from
12536         revision 6.17 which is no longer necessary because the passphrase
12537         is sent separately now.  GnuPG messages are unreadable under
12538         multibyte locales with default-enable-multibyte-characters set to
12539         nil.
12540
12541 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * message.el (message-tool-bar-gnome): Move "spell".
12544
12545 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12548         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12549         instead.
12550
12551 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12552
12553         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12554         Improve newsgroups handling for NNTP overviews which don't include
12555         Newsgroups.
12556
12557 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12558
12559         * message.el (message-resend): Bind message-generate-hashcash to nil.
12560
12561 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12562
12563         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12564         when searching for already-paid recipients.
12565
12566 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12567
12568         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12569         passphrases when it is not needed.
12570         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12571         passphrase stuff from gpg, should only be necessary when you use
12572         gpg with a smartcard.
12573
12574 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * mml.el (mml-insert-mime): Ignore cached contents of
12577         message/external-body part.
12578
12579         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12580         (mm-insert-part): Ditto.
12581
12582 2006-03-23  Simon Josefsson  <jas@extundo.com>
12583
12584         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12585         Reiner.
12586         (pgg-gpg-use-agent-p): Use it again.
12587
12588 2006-03-23  Simon Josefsson  <jas@extundo.com>
12589
12590         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12591         older emacsen.
12592         (pgg-gpg-use-agent-p): Don't use it.
12593
12594 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12597         if we can.
12598
12599 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12600
12601         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12602         (pgg-gpg-update-agent): New function.
12603         (pgg-gpg-use-agent-p): New function.
12604         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12605         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12606         (pgg-gpg-sign-region): Use it.
12607
12608 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12611         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12612
12613 2006-03-21  Simon Josefsson  <jas@extundo.com>
12614
12615         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12616         <wilde@sha-bang.de>.
12617         (pgg-gpg-use-agent): New variable.
12618         (pgg-gpg-process-region): Use it.
12619         (pgg-gpg-encrypt-region): Likewise.
12620         (pgg-gpg-encrypt-symmetric-region): Likewise.
12621         (pgg-gpg-decrypt-region): Likewise.
12622         (pgg-gpg-sign-region): Likewise.
12623         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12624
12625 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12628
12629         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12630         Add comment on version.
12631
12632 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12633
12634         * smiley.el: Add missing test smiley.
12635
12636 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * mm-decode.el (mm-with-part): New macro.
12639         (mm-get-part): Use it; work with message/external-body as well.
12640         (mm-save-part): Treat name and filename equally.
12641
12642         * mm-extern.el (mm-extern-cache-contents): New function.
12643         (mm-inline-external-body): Use it; force the part to be displayed;
12644         move undisplayer added to the cached handle to the parent.
12645
12646         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12647         (gnus-mime-view-part-as-type): Work with message/external-body.
12648
12649         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12650
12651 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12654         images in image-load-path.  [Sync with image.el, revision 1.60, in
12655         Emacs.]
12656
12657 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12660         path rather than symbol.  Always return list of directories.
12661         Guarantee that image directory comes first.  [Sync with image.el,
12662         revision 1.59, in Emacs.]
12663
12664         * message.el (message-make-tool-bar): Adjust to new API of
12665         `gmm-image-load-path-for-library'.
12666
12667         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12668
12669         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12670
12671 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12672
12673         * gnus-art.el (gnus-article-only-boring-p):
12674         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12675         intangible text.
12676         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12677
12678 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12681         Use `defun' instead of `gmm-defun-compat'.
12682
12683 2006-03-14  Simon Josefsson  <jas@extundo.com>
12684
12685         * message.el (message-unique-id): Don't use message-number-base36
12686         if (user-uid) is a float.
12687         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12688
12689 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12692
12693         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12694         empty line between a part and a message part.
12695
12696 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12697
12698         * smiley.el: Add more test smileys.
12699         (smiley-data-directory, smiley-regexp-alist)
12700         (gnus-smiley-file-types): Fix doc strings.
12701         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12702         adding new elements.
12703         (smiley-mouse-map): Unused code.  Make it a comment.
12704
12705 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12708         scan latest NoCeM messages instead of old ones.
12709         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12710         delimiters that are recently used.
12711         (gnus-nocem-load-cache): Add autoload cookie.
12712
12713         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12714
12715         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12716         level which is larger than gnus-use-nocem is specified.
12717
12718         * gnus-group.el (gnus-group-get-new-news): Ditto.
12719
12720 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * gnus-util.el (gnus-tool-bar-update): New function.
12723
12724         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12725         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12726
12727         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12728
12729         * gnus-group.el (gnus-group-redraw-when-idle)
12730         (gnus-group-redraw-check): Remove.
12731         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12732
12733 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12736         if optional last element is specified in splits (FIELD VALUE...).
12737
12738 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12741         to gmm-image-load-path-for-library.  Call with no-error argument.
12742         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12743
12744         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12745
12746         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12747
12748         * gmm-utils.el (gmm-image-load-path): Remove alias.
12749
12750 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gmm-utils.el (gmm-image-load-path): Add alias.
12753
12754         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12755         nnml-generate-nov-databases-1.
12756         (nnml-generate-nov-databases): Use it.
12757         (nnml-generate-nov-databases-directory): Document no-active
12758         argument.
12759
12760         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12761         directory if path is t.  Add no-error.
12762
12763         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12764         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12765
12766         * gnus-art.el (gnus-article-browse-delete-temp-files):
12767         Simplify resetting gnus-article-browse-html-temp-list.
12768
12769         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12770         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12771         Add example to docstring.  Rename local variables.  Move error
12772         checks to default case in cond and simplify.
12773
12774 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12777         handle is multipart when calling it recursively.
12778         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12779
12780 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12781
12782         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12783         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12784
12785 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12788         is loaded.
12789
12790         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12791         loaded.
12792
12793 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12796         to "Emacs 23 (unicode)" in doc string.
12797
12798         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12799         "Emacs 23 (unicode)" in comment.
12800
12801 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12804
12805         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12806         characters 160 through 255 in Emacs 23.
12807
12808 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12811         gnus-article-browse-html-temp.
12812         (gnus-article-browse-delete-temp): Make it customizable.
12813         Add `file'.  Adjust doc string.
12814         (gnus-article-browse-delete-temp-files): Add argument.
12815         Allow query for each file.  Adjust doc string.
12816         (gnus-article-browse-html-parts):
12817         Add `gnus-article-browse-delete-temp-files' to
12818         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12819
12820 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12821
12822         * gnus-art.el (gnus-article-browse-html-temp)
12823         (gnus-article-browse-delete-temp): New variables.
12824         (gnus-article-browse-delete-temp-files): New function.
12825         (gnus-article-browse-html-parts): Use it.
12826
12827 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12830
12831         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12832         string.
12833
12834         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12835         gnus-summary-insert-new-articles when unplugged.
12836         Remove gnus-summary-search-article-forward.
12837
12838         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12839         display-visual-class instead of display-color-cells.
12840
12841 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * dgnushack.el: Autoload customize-group for XEmacs.
12844
12845         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12846         message/* containing non-ASCII text properly.
12847
12848 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * message.el: Require gmm-utils, remove autoloads.
12851         (message-tool-bar): Set default based on
12852         gmm-tool-bar-style.
12853         (message-tool-bar-gnome): Add gmm-customize-mode.
12854
12855         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12856         gmm-tool-bar-style.
12857         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12858
12859         * gnus-group.el (gnus-group-tool-bar): Set default based on
12860         gmm-tool-bar-style.
12861         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12862
12863         * gmm-utils.el (gmm-image-directory): Rename variable from
12864         gmm-image-load-path.
12865         (gmm-image-load-path): Use gmm-image-directory.
12866         (gmm-customize-mode): New function.
12867         (gmm-tool-bar-style): New variable.
12868
12869         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12870         gnus-group-redraw-line-number.
12871         (gnus-group-redraw-check): Simplify.
12872         (gnus-group-tool-bar-update): Remove redraw check.
12873         (gnus-group-make-tool-bar): Add redraw check.
12874
12875 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12876
12877         * gnus-art.el (gnus-button): Add missing parentheses.
12878
12879 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * lpath.el: Fbind line-number-at-pos.
12882
12883 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12886
12887 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * gnus-art.el (gnus-button): New face.
12890         (gnus-article-button-face): Use it.
12891
12892         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12893         Add gnus-summary-next-page.  Re-order.
12894
12895         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12896         next-node are now included.
12897         (gnus-group-redraw-line-number): New internal variable.
12898         (gnus-group-redraw-check): Helper function for updating the tool
12899         bar.
12900         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12901
12902         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12903
12904         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12905         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12906         Use it to match format of Spamassassin 3.0 and later.
12907         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12908         (spam-check-bogofilter)
12909         (spam-bogofilter-register-with-bogofilter): Fix args of
12910         `gnus-error' calls.
12911
12912 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12915         unnecessary interaction when sending queued mails.
12916         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12917
12918 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12921         first or last are nil.
12922
12923 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12924
12925         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12926
12927 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12928
12929         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12930
12931 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12932
12933         * dns.el (query-dns): Protect more against buggy tcp output.
12934
12935 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12938         nov.php.
12939
12940 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12941
12942         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12943         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12944         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12945         output on the server side.
12946         (nnweb-google-create-mapping): Update regexps and add some
12947         progress indication.
12948
12949 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * gnus-group.el (gnus-group-tool-bar-gnome):
12952         Fix gnus-agent-toggle-plugged.  Re-order icons.
12953         (gnus-group-tool-bar-gnome):
12954         Add gnus-group-{prev,next}-unread-group.
12955         (gnus-group-tool-bar-gnome): Re-order icons.
12956
12957         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12958         Move gnus-summary-insert-new-articles.
12959
12960         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12961         Fix comments.
12962
12963         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12964         also available in Emacs 21.3.
12965
12966         * message.el (message-fix-before-sending): Change "Emacs 22" to
12967         "Emacs 23 (unicode)" in comment.
12968
12969         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12970         "Emacs 23 (unicode)" in comment.
12971
12972         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12973         comment.
12974         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12975
12976         * mm-view.el (mm-fill-flowed): Add :version.
12977
12978 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12981         and load-path.
12982
12983 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * message.el: Autoload gmm-image-load-path.
12986         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12987         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12988         consitency.
12989
12990         * gmm-utils.el (gmm-image-load-path): Also search in
12991         "../etc/images".  Don't set gmm-image-load-path if we don't find
12992         the image.
12993
12994 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gmm-utils.el (gmm-image-load-path): Don't make
12997         `gmm-image-load-path' include subdirectories which the second arg
12998         `image' might specify.
12999
13000         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13001         subdirectory to icon file names.
13002
13003         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13004
13005 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13006
13007         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13008         gmm-image-load-path calls.
13009
13010         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13011
13012         * message.el (message-make-tool-bar): Ditto.
13013
13014         * mml.el (mml-preview): Add comment concerning tool bar icons.
13015
13016         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13017         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13018
13019         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13020         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13021
13022         * message.el (message-tool-bar-gnome): Use new icon names.
13023         (message-make-tool-bar): Use `gmm-image-load-path'.
13024
13025         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13026         New functions from MH-E.
13027         (gmm-image-load-path): New variable from MH-E.
13028         (gmm-image-load-path): New function from MH-E.  Add arguments
13029         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13030         *-image-load-path-called-flag.
13031
13032 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13033
13034         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13035
13036 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13037
13038         * nnimap.el (nnimap-request-move-article): Change folder back to
13039         source group before deleting.
13040
13041 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13044
13045         * gnus-art.el (mm-url-insert-file-contents-external):
13046         Autoload mm-url.
13047
13048         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13049
13050 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13053         coding system which mm-charset-to-coding-system returns for a
13054         given charset is valid.
13055
13056 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13057
13058         * html2text.el (html2text-remove-tag-list):
13059         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13060
13061 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13062
13063         * gnus-cus.el: Revert 2005-10-17 change.
13064
13065 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus-art.el (article-strip-banner):
13068         Call article-really-strip-banner only when the regexp match is made.
13069
13070 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-art.el (article-strip-banner):
13073         Use gnus-extract-address-components instead of
13074         mail-header-parse-addresses to make it work with non-ASCII text;
13075         remove mail-encode-encoded-word-string.
13076
13077         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13078         values which are surrounded with \"...\"; make it never cause a
13079         Lisp error; give up parsing of parameters if it failed in
13080         extracting type.
13081
13082 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13083
13084         * smime.el (smime-cert-by-ldap-1): Fix bug where
13085         `smime-ldap-search' returns results without userCertificates.
13086
13087 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13090
13091 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * spam.el (spam-check-spamassassin-headers): Adapt format for
13094         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13095         <ari@mbf.ocn.ne.jp>.
13096         (spam-list-of-processors): Add spam-use-gmane.
13097
13098 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13101         make-temp-file; make it work with XEmacs as well.
13102
13103         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13104         mm-make-temp-file.
13105
13106         * mm-decode.el (mm-display-external): Use the 3rd arg of
13107         mm-make-temp-file.
13108         (mm-create-image-xemacs): Ditto.
13109
13110 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13113         with message-narrow-to-headers.
13114         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13115         (gnus-draft-check-draft-articles): New function.
13116         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13117
13118 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * gnus-art.el (gnus-article-browse-html-parts):
13121         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13122         Don't use suffix argument for mm-make-temp-file for Emacs 21
13123         compatibility.  Remove useless `format'.
13124
13125 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13126
13127         * nnweb.el (nnweb-google-wash-article): Update regexps.
13128         (nnweb-group-alist): Use defvoo instead of defvar.
13129
13130 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13133         re-loading nn* modules.
13134
13135 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13138         for `tool-bar-mode' and don't check it's default-value.
13139
13140         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13141
13142         * message.el (message-make-tool-bar): Ditto.
13143
13144         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13145         `substring'.  Shorten tmp-file name.
13146
13147         * gnus.el: Remove bogus comment.
13148
13149 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13150
13151         * gnus-art.el (gnus-article-browse-html-parts): New function.
13152         (gnus-article-browse-html-article): New function for viewing html
13153         articles with a browser.
13154
13155 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13156
13157         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13158         in elisp.
13159         (pgg-gpg-encrypt-symmetric-region): Ditto.
13160         (pgg-gpg-sign-region): Ditto.
13161
13162         * pgg-def.el (pgg-text-mode): New variable.
13163
13164         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13165         (mml2015-pgg-encrypt): Ditto.
13166
13167         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13168         (mml1991-pgg-encrypt): Ditto.
13169
13170 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * nnfolder.el (nnfolder-insert-newsgroup-line):
13173         Use message-make-date instead of current-time-string.
13174
13175         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13176         to gnus-decoded which mm-uu might set.
13177
13178 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13181         don't decode quoted parameters; remove misimported Emacs code.
13182         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13183         (rfc2231-decode-encoded-string): Don't use split-string which
13184         behaves differently according to Emacs version; use
13185         mm-decode-coding-region to convert charset to coding-system.
13186         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13187         (rfc2231-encode-string): Remove misimported Emacs code.
13188
13189 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13192         when calling mail-header-parse-content-type.
13193         (article-de-quoted-unreadable): Ditto.
13194         (article-de-base64-unreadable): Ditto.
13195         (article-wash-html): Ditto.
13196
13197         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13198         calling mail-header-parse-content-type and
13199         mail-header-parse-content-disposition.
13200         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13201         mail-header-parse-content-type.
13202
13203         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13204         insert charset and format parameters; encode description after
13205         inserting it to buffer.
13206         (mml-insert-parameter): Fold lines properly even if a parameter is
13207         segmented into two or more lines; change the max column to 76.
13208
13209         * rfc1843.el (rfc1843-decode-article-body): Don't use
13210         ignore-errors when calling mail-header-parse-content-type.
13211
13212         * rfc2231.el (rfc2231-parse-string): Return at least type if
13213         possible; don't cause an error even if it fails in parsing of
13214         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13215         (rfc2231-encode-string): Don't break lines at the beginning, leave
13216         it to mml-insert-parameter.
13217
13218         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13219         calling mail-header-parse-content-type.
13220
13221 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * spam-report.el (spam-report-gmane-use-article-number):
13224         Improve doc string.
13225         (spam-report-gmane-internal): Check if a suitable header was found
13226         in the article.
13227
13228 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13231         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13232
13233 2006-02-05  Romain Francoise  <romain@orebokech.com>
13234
13235         Update copyright notices of all files in the gnus directory.
13236
13237 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13238
13239         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13240
13241 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13244         segmented lines of parameter value to cope with Thunderbird 1.5
13245         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13246         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13247         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13248
13249 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13250
13251         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13252         parts.
13253
13254 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13255
13256         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13257         there's only one active file for all servers.
13258         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13259         solid groups.  Gnus might have used a FAST request to select the group.
13260         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13261         and nnweb-search redundantly in the active file.
13262         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13263         (nnweb-request-create-group): Don't use ARGS.
13264         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13265         initialisations.  Let nnoo do the work.
13266
13267 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13270         Say the part has been decoded.
13271
13272         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13273
13274 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13275
13276         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13277         mailcap-viewer-test-cache when there's no 'test clause, since that
13278         will invert the meaning of a "nil" test previously determined by
13279         mailcap-mailcap-entry-passes-test.
13280
13281 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13284         compiling.
13285
13286         * gnus-sum.el: Ditto.
13287
13288         * message.el: Don't bind tool-bar-map when compiling.
13289
13290 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13293
13294 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13295
13296         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13297         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13298         current Google Groups.
13299
13300 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13303         and tool-bar-mode.
13304
13305         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13306         and tool-bar-mode.
13307
13308         * message.el (message-tool-bar-update): Simplify.
13309         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13310
13311         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13312         gnus-summary-buffer.
13313         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13314         gnus-summary-reply.
13315
13316         * gmm-utils.el (gmm): Add :version.
13317
13318 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * Makefile.in (clean): New rule.
13321         (distclean): Use it.
13322
13323 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13324
13325         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13326         Don't autoload.
13327
13328 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * gmm-utils.el (gmm-verbose): Add :group.
13331
13332 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * message.el: Change some comments WRT tool-bars.
13335
13336         * gnus-sum.el (gnus-summary-tool-bar)
13337         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13338         (gnus-summary-tool-bar-zap-list): New variables.
13339         (gnus-summary-make-tool-bar): Complete rewrite using
13340         `gmm-tool-bar-from-list'.
13341
13342         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13343         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13344         New variables.
13345         (gnus-group-make-tool-bar): Complete rewrite using
13346         `gmm-tool-bar-from-list'.
13347         (gnus-group-tool-bar-update): New function.
13348
13349         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13350
13351 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13354         is dissected into a single part of which the type is the same as
13355         the given one; decode charset.
13356
13357 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13358
13359         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13360         into alists as symbol not string, since that's what
13361         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13362         look for.
13363
13364 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13367         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13368
13369         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13370
13371 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13374         (gnus-xmas-mime-security-button-menu): New function.
13375
13376         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13377         (gnus-mime-security-button-menu): New definition.
13378         (gnus-mime-security-button-map): Use them.
13379         (gnus-mime-security-button-menu): New function.
13380         (gnus-insert-mime-security-button): Addition to help echo.
13381         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13382         (gnus-mime-security-pipe-part): New functions.
13383
13384         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13385         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13386
13387         * mm-decode.el (mm-handle-set-disposition): Remove.
13388         (mm-handle-set-description): Remove.
13389
13390 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13393         (mm-w3m-standalone-supports-m17n-p): New function.
13394         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13395         w3m usage.
13396
13397         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13398         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13399
13400 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * message.el (message-tool-bar-zap-list):
13403         Use gmm-tool-bar-zap-list as custom type.
13404         (message-tool-bar-update): New function.
13405         (message-tool-bar, message-tool-bar-gnome)
13406         (message-tool-bar-retro): Add message-tool-bar-update.
13407         (message-tool-bar-gnome): Add flyspell-buffer.
13408
13409         * gnus-util.el (gnus-error): Describe `args'.
13410
13411         * gmm-utils.el (gmm-error): Describe `args'.
13412         (gmm-tool-bar-zap-list): New widget.
13413         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13414
13415 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13418         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13419         the number of recursive calls.
13420
13421         * mm-decode.el (mm-handle-set-disposition): New macro.
13422         (mm-handle-set-description): New macro.
13423
13424 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13427         encoding.
13428
13429 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * message.el (message-tool-bar-zap-list, message-tool-bar)
13432         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13433         (message-tool-bar-local-item-from-menu): Remove.
13434         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13435         (message-make-tool-bar): New function.
13436         (message-mode): Use `message-make-tool-bar'.
13437
13438         * gmm-utils.el: New file.
13439         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13440         (gmm-lazy): New widget copied from `nnmail.el'.
13441         (gmm-tool-bar-from-list): New function for creating customizable
13442         tool bars.
13443         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13444         output.
13445         (gmm): Add :prefix to defgroup.
13446
13447 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13448
13449         * gmm-utils.el (gmm-widget-p): New function.
13450
13451 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * mml.el (mml-attach-file): Describe `description' in doc string.
13454         (mml-menu): Add Emacs MIME manual and PGG manual.
13455
13456 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13457
13458         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13459
13460 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13461
13462         * nntp.el (nntp-end-of-line): Doc fix.
13463
13464 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13465
13466         * imap.el (imap-open): Handle case where buffer is a buffer
13467         object.
13468
13469 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13470
13471         * gnus-delay.el (gnus-delay): Don't autoload.
13472         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13473         to be re-loaded when customizing the `gnus-delay' group.
13474
13475 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13476
13477         * message.el (message-insert-citation-line): Use newlines.
13478
13479 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13480
13481         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13482         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13483         these routines, so the passphrase can be managed externally and
13484         passed in to the system.
13485         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13486         pgg-add-passphrase-to-cache function.
13487
13488         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13489         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13490         these routines, so the passphrase can be managed externally and
13491         passed in to the system.
13492         (pgg-pgp5-sign-region): Use new name of
13493         pgg-add-passphrase-to-cache function.
13494
13495 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13496
13497         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13498         part of the decoded armor to find the key-identifier.
13499         (pgg-gpg-lookup-key-owner): New function to return the
13500         human-readable identifier of a key owner.
13501         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13502         itself.
13503         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13504         the key value) if we have a key and can match it against a secret
13505         key.  Also, added a note pointing out fact that the prompt only
13506         indicates the first matching key.
13507
13508         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13509         pgg-decrypt-region.
13510         (pgg-add-passphrase-to-cache): Rename from
13511         `pgg-add-passphrase-cache' to reduce confusion (all callers
13512         changed).
13513         (pgg-remove-passphrase-from-cache): Rename from
13514         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13515         changed).
13516         (pgg-read-passphrase, pgg-add-passphrase-cache)
13517         (pgg-remove-passphrase-cache): Add informative docstrings.
13518         (pgg-decrypt): Convey provided passphrase in subordinate call to
13519         pgg-decrypt-region.
13520
13521 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13522
13523         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13524         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13525         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13526         'passphrase' argument, so the passphrase can be managed externally
13527         and then passed in to the system.
13528
13529         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13530         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13531         so the passphrase cache can be used reliably with identifiers
13532         besides a pgp packet's key id.
13533
13534         * pgg-gpg.el (pgg-gpg-encrypt-region)
13535         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13536         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13537         these routines, so the passphrase can be managed externally and
13538         passed in to the system.
13539
13540         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13541         'notruncate' argument, so the passphrase cache can be used
13542         reliably with identifiers besides a pgp packet's key id.
13543
13544 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13545
13546         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13547         symmetric encryption.
13548         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13549         encrypted session key.
13550         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13551         message ask for the passphrase in a proper way.
13552
13553         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13554         New user commands for symmetric encryption.
13555
13556 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13559
13560         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13561
13562 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13563
13564         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13565
13566 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * mm-decode.el (mm-inlined-types): Add application/pgp.
13569         (mm-automatic-display): Ditto.
13570
13571         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13572         part as text.
13573
13574 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * nnrss.el: Update copyright.
13577         (nnrss-opml-import): Query whether to subscribe to each entry.
13578
13579         * gnus-art.el:
13580         * gnus-sum.el:
13581         * gnus-xmas.el:
13582         * messagexmas.el:
13583         * mm-uu.el:
13584         * mm-view.el: Update copyright.
13585
13586 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * message.el (message-info): New function.
13589         (message-mode-menu): Add it.
13590         Update copyright.
13591
13592         * ChangeLog: Fix and update copyright.
13593
13594 2006-01-13  Romain Francoise  <romain@orebokech.com>
13595
13596         * message.el (message-forward-subject-name-subject): Prefer the
13597         address to 'nowhere' if the sender has no name.
13598         Fix typo.  Update copyright year.
13599
13600 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-art.el (article-wash-html):
13603         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13604         (gnus-article-wash-html-with-w3m-standalone): New function.
13605
13606         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13607         mm-inline-text-html-render-with-w3m-standalone.
13608         (mm-text-html-washer-alist): Map w3m-standalone to
13609         gnus-article-wash-html-with-w3m-standalone.
13610         (mm-inline-text-html-render-with-w3m-standalone): New function.
13611
13612 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13615         Improve LaTeX.
13616
13617 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13620         (nnrss-request-article): Render text/plain parts as HTML.
13621
13622         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13623         the buffer.
13624
13625 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13626
13627         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13628         custom definition of `gnus-posting-styles'.
13629
13630         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13631         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13632
13633 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13636         Use nntp for bug archive.
13637
13638 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13641         parts.
13642         (nnrss-normalize-date): New function converts ISO 8601 date into
13643         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13644         (nnrss-check-group): Use it.
13645
13646 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13649
13650         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13651         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13652         (nnrss-insert-w3): Ditto.
13653
13654 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13657         the articles to be forwarded including the case where neither a
13658         number of articles nor a region is specified.
13659
13660 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * nnrss.el (nnrss-request-article): Fix last change; fill
13663         text/plain parts.
13664
13665 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13668         in text/plain part.
13669         (nnrss-check-group): Don't add excessive newline to dc:subject.
13670
13671 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13672
13673         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13674         article.
13675
13676 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13679         (nnml-use-compressed-files, nnml-save-mail): Support other
13680         comression programs such as bzip2.
13681
13682 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13683
13684         * dns.el (query-dns): Make sure we check the buffer size before
13685         removing tcp headers.
13686
13687 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13690         remove MIME buttons associated with multipart/alternative parts.
13691         (gnus-mime-display-alternative): Tag buttons using `article-type'
13692         text property.
13693
13694         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13695         associated with multipart/alternative parts.
13696
13697         * gnus-art.el (gnus-signature-separator): Fix custom type.
13698
13699         * mm-decode.el (mm-inlined-types): Fix custom type.
13700         (mm-keep-viewer-alive-types): Ditto.
13701         (mm-automatic-display): Ditto.
13702         (mm-attachment-override-types): Ditto.
13703         (mm-inline-override-types): Ditto.
13704         (mm-automatic-external-display): Ditto.
13705
13706 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * spam-report.el (spam-report-user-mail-address)
13709         (spam-report-user-agent): New variables.
13710         (spam-report-url-ping-plain): Use spam-report-user-agent.
13711
13712 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13713
13714         * gnus-art.el (gnus-button-handle-custom): Do not just use
13715         `customize-apropos' for any "M-x customize-*" button but the
13716         function called for.  Accept both the function name and its
13717         argument in order to achieve this.
13718         (gnus-button-alist): Remove support for "custom:" URL's.
13719         Pass function name to `gnus-button-handle-custom' in case of "M-x
13720         customize-*" buttons.
13721
13722 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13725         multipart/alternative and add xref to mm-discouraged-alternatives
13726         in doc string.
13727
13728         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13729         gnus-buttonized-mime-types in doc string.
13730
13731 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13734         Suggest image/.* in the doc string.
13735
13736 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13739         message-marks (Debian bug #342521).
13740
13741 2005-12-12  Simon Josefsson  <jas@extundo.com>
13742
13743         * password.el (password-read-from-cache): Add.
13744         (password-read): Use it.
13745
13746 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * rfc2047.el (rfc2047-charset-to-coding-system):
13749         Recognize us-ascii as a MIME charset.
13750
13751         * mm-bodies.el (mm-decode-content-transfer-encoding):
13752         Protect against the case where the 2nd arg TYPE is nil.
13753
13754 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * pop3.el (pop3-stream-type): Fix custom version.
13757
13758         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13759
13760 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13761
13762         * mm-decode.el (mm-display-external): Add missing cdr.
13763
13764 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13767         RFC1524) if it is in mailcap or add a suffix according to
13768         mailcap-mime-extensions when generating a temp filename; postpone
13769         deleting a temp file for 2 seconds for some wrappers, shell
13770         scripts, and so on, which might exit right after having started a
13771         viewer command as a background job.
13772
13773 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13774
13775         * nntp.el (nntp-marks-directory): Fix custom group.
13776
13777         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13778         steps when < 10.
13779
13780         * gnus-start.el (gnus-no-server-1):
13781         Mention `gnus-level-default-subscribed' in doc string.
13782
13783 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13784
13785         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13786         parens.
13787
13788 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-xmas.el (gnus-use-toolbar): Revert.
13791         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13792         gnus-use-toolbar is default.
13793
13794         * messagexmas.el (message-use-toolbar): Revert.
13795         (message-setup-toolbar): Use global default-toolbar if
13796         message-use-toolbar is default.
13797
13798 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13801         according to default-toolbar-visible-p.
13802
13803         * messagexmas.el (message-use-toolbar): Ditto.
13804
13805 2005-11-26  Dave Love  <fx@gnu.org>
13806
13807         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13808         (tls-program, tls-success): Provide openssl alternative.
13809
13810         * starttls.el: Doc fixes.
13811         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13812         SERVICE to PORT.
13813
13814         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13815         port null or service name.
13816         (starttls-negotiate): Autoload.
13817
13818 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * message.el (message-kill-to-signature): Fix interactive spec.
13821
13822 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * pop3.el (pop3-open-server): Recognize a string as a service name.
13825
13826 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13827
13828         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13829
13830 2005-11-23  Dave Love  <fx@gnu.org>
13831
13832         Add pop3s, pop3/starttls.
13833
13834         * pop3.el (pop3-authentication-scheme): Clarify doc.
13835         (open-tls-stream, starttls-open-stream): Autoload.
13836         (pop3-stream-type): New.
13837         (pop3-open-server): Use it.
13838
13839         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13840         for POP.
13841         (mail-source-keyword-map): Add :stream for POP.
13842         (mail-source-fetch-pop): Use pop3-stream-type.
13843
13844 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13847         of current-time-string.
13848
13849 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13850
13851         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13852         date header.
13853
13854 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13855
13856         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13857         it can seriously impact performance as it bypasses the agent's
13858         local caches.
13859
13860 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13861
13862         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13863         must be explicitly online rather than "not explicitly offline" for
13864         its flags to be synchronized.
13865
13866         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13867         that gnus-uu-unmark-thread will function correctly.
13868
13869         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13870         1024K is instead displayed as 1M.
13871
13872 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13873
13874         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13875
13876 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13877
13878         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13879
13880 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13881
13882         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13883         error message to display actual error condition.
13884         (gnus-agent-save-local): Avoid saving symbols that are bound to
13885         nil as they simply result in a warning message in
13886         gnus-agent-read-local.
13887
13888 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13891         rather than make-variable-buffer-local for file-precious-flag.
13892
13893 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13894
13895         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13896         for duplicates which are removed.  The invalid sort check then
13897         triggers a rescan after the sort as sorting may have moved
13898         duplicate entries such that they can be cheaply detected.
13899
13900 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13903
13904 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13905
13906         * gnus-agent.el (gnus-agent-article-alist-save-format):
13907         Change internal variable to a custom variable.  Change default value
13908         from compressed(2) to uncompressed(1).
13909         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13910         support for uncompressed agentview files.  Taken together, reading
13911         the agentview file should now be 6-7 times faster.
13912
13913 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13914
13915         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13916         as a buffer-local variable.  This avoids creating truncated
13917         dribble files as a result of a hang up, eg.
13918
13919 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13920
13921         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13922         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13923         XEmacs.
13924
13925 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-start.el (gnus-start-draft-setup):
13928         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13929
13930         * gnus.el (gnus-splash): Change custom group.
13931         (gnus-group-get-parameter, gnus-group-parameter-value):
13932         Describe allow-list argument.
13933
13934         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13935         string.
13936
13937 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * gnus-art.el (gnus-default-article-saver): Add user-defined
13940         `function' to custom type.
13941
13942 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13943
13944         * imap.el (imap-open): Handle case where buffer is a buffer
13945         object.
13946
13947 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13950         long lines.
13951         (gnus-cache-delete-group): Wrap doc strings.
13952
13953         * gnus-agent.el (gnus-agent-rename-group)
13954         (gnus-agent-delete-group): Wrap doc strings.
13955
13956 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * messagexmas.el (message-use-toolbar): Change the valid values
13959         into default, top, bottom, left, and right.
13960         (message-toolbar-thickness): New variable.
13961         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13962         well.
13963         (message-setup-toolbar): Make it work.
13964
13965         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13966         (gnus-use-toolbar): Change the valid values into default, top,
13967         bottom, left, and right.
13968         (gnus-toolbar-thickness): New variable.
13969         (gnus-xmas-setup-toolbar): New function.
13970         (gnus-xmas-setup-group-toolbar): Use it.
13971         (gnus-xmas-setup-summary-toolbar): Use it.
13972
13973 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13974
13975         * gnus-start.el (gnus-1): Add "native" to
13976         gnus-predefined-server-alist.
13977
13978         * gnus.el (gnus-method-to-server): Don't add "native" to the
13979         lists here, because that leads to problems when
13980         gnus-select-method is bound.
13981
13982 2005-11-09  Simon Josefsson  <jas@extundo.com>
13983
13984         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13985         use (not sort-by-date) instead.
13986
13987 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13988
13989         * gnus-delay.el (gnus-delay-group): Don't autoload.
13990         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13991         to be re-loaded when customizing the `gnus-delay' group.
13992
13993 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13994
13995         * message.el: Revert last changes.
13996         (message-insert-citation-line): Use newlines.
13997
13998 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13999
14000         * message.el (message-courtesy-message)
14001         (message-mark-insert-begin, message-mark-insert-end)
14002         (message-elide-ellipsis, message-cancel-message)
14003         (message-add-header, message-change-subject)
14004         (message-cross-post-followup-to-header)
14005         (message-cross-post-insert-note, message-reduce-to-to-cc)
14006         (message-widen-reply, message-delete-not-region)
14007         (message-kill-to-signature, message-insert-signature)
14008         (message-insert-importance-high, message-insert-importance-low)
14009         (message-insert-or-toggle-importance)
14010         (message-insert-disposition-notification-to)
14011         (message-indent-citation, message-yank-original)
14012         (message-cite-original-without-signature, message-cite-original)
14013         (message-insert-citation-line, message-position-on-field)
14014         (message-fix-before-sending, message-send-mail-partially)
14015         (message-send-mail, message-send-mail-with-sendmail)
14016         (message-send-mail-with-qmail, message-send-news)
14017         (message-check-news-header-syntax, message-generate-headers)
14018         (message-insert-courtesy-copy, message-fill-address)
14019         (message-fill-header, message-shorten-references)
14020         (message-setup-1, message-cancel-news)
14021         (message-forward-make-body-plain, message-forward-make-body-mime)
14022         (message-forward-make-body-mml, message-encode-message-body)
14023         (message-forward-make-body-digest-plain)
14024         (message-forward-make-body-digest-mime)
14025         (message-use-alternative-email-as-from): Insert `hard-newline'
14026         instead of ordinary newlines.
14027
14028 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * message.el (message-generate-headers): Downcase the argument
14031         given to message-check-element.
14032
14033 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14034
14035         * nntp.el (nntp-authinfo-rejected): New error condition.
14036         (nntp-wait-for): Use new error condition to signal authentication
14037         error.
14038         (nntp-retrieve-data): Rethrow new error condition to break out of
14039         recursive call to nntp-send-authinfo.
14040
14041 2005-11-08  Romain Francoise  <romain@orebokech.com>
14042
14043         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14044         (gnus-summary-exit-map): Bind to `Z p'.
14045         (gnus-summary-make-menu-bar): Add menu item.
14046
14047 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14050         (gnus-treat-*): Add `first' in all doc strings.
14051
14052         * gnus-group.el (gnus-group-compact-group): Fix typo.
14053
14054 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * gnus.el (gnus-parameters-case-fold-search): New variable.
14057         (gnus-parameters-get-parameter): Use it.
14058
14059         * gnus-score.el (gnus-home-score-file): Doc fix.
14060
14061 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14062
14063         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14064
14065 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * mm-util.el (mm-special-display-p): New function.
14068
14069         * mml.el (mml-preview): Use it; doc fix.
14070
14071 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14072
14073         * imap.el (imap-open): Handle case where buffer is a buffer object.
14074
14075 2005-10-29  Romain Francoise  <romain@orebokech.com>
14076
14077         * message.el (message-fix-before-sending): Fix comment.
14078
14079 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14080
14081         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14082
14083 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14084
14085         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14086         Used in gnus-score.el.
14087
14088 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14091
14092 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14095         whitespace removed in revision 7.8.  Use concatenated string to
14096         protect trailing whitespace.
14097
14098 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14099
14100         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14101         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14102         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14103         Courier IMAP ("some version from 2004").  Mostly based on similar
14104         code in the same function.
14105
14106 2005-10-26  Didier Verna  <didier@xemacs.org>
14107
14108         * gnus-group.el (gnus-group-compact-group): Invalidate original
14109         article buffer.
14110         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14111         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14112         NOV database and in article itself.
14113         Invalidate article backlog.
14114
14115 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14118
14119 2005-10-26  Simon Josefsson  <jas@extundo.com>
14120
14121         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14122         part of 2004-07-25 change.
14123
14124 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * message.el (message-display-completion-list): New function.
14127         (message-expand-group): Use it; make sure the Completions buffer
14128         is modifiable.
14129 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14130
14131         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14132         user-mail-name is an empty string.
14133
14134 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14137         depending on gnus-score-decay-constant.
14138
14139         * encrypt.el (encrypt-insert-file-contents)
14140         (encrypt-write-file-contents): Don't use `gnus-message'.
14141
14142         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14143         arguments.
14144         (mm-uu-type-alist): Add message-marks and insert-marks.
14145         Pass arguments to mm-uu-verbatim-marks-extract.
14146         (mm-uu-hide-markers): New variable.
14147         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14148
14149         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14150         (gnus-convert-image-to-face-command): Use "convert" by default to
14151         allow other input image formats.
14152         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14153         accordingly.
14154
14155 2005-10-23  Simon Josefsson  <jas@extundo.com>
14156
14157         * imap.el (imap-gssapi-program): Align command line parameters
14158         with latest GNU SASL.
14159         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14160
14161 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14162
14163         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14164         HTML.
14165         (nnslashdot-request-article): Ditto.
14166
14167         * lpath.el (featurep): Add nobreak-char-display.
14168
14169 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14170
14171         * mail-source.el (mail-source-fetch-pop): Require pop3.
14172         (mail-source-check-pop): Ditto.
14173
14174 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14177         errors.
14178
14179 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14182         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14183
14184         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14185
14186         * mm-bodies.el (mm-decode-string):
14187         Call `mm-charset-to-coding-system' with allow-override argument.
14188
14189 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14192         (rfc2047-charset-to-coding-system): New function.
14193         (rfc2047-decode-encoded-words): New function.
14194         (rfc2047-decode-region): Use them.
14195         (rfc2047-decode-cte): Remove.
14196         (rfc2047-parse-and-decode): Remove.
14197         (rfc2047-decode): Remove.
14198
14199 2005-10-15  Kenichi Handa  <handa@m17n.org>
14200
14201         * rfc2047.el (rfc2047-decode-cte): New function.
14202         (rfc2047-decode-region): Change the way to decode successive
14203         encoded-words: decode B- or Q-encoding in each encoded-word,
14204         concatenate them, and decode it as charset.
14205
14206 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * lpath.el: Fbind codepage-setup for XEmacs.
14209
14210 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14211
14212         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14213         widget-move-and-invoke.
14214         (gnus-custom-mode): Use gnus-custom-map.
14215
14216 2005-10-15  Bill Wohler  <wohler@newt.com>
14217
14218         * message.el (message-tool-bar-map): Rename image file from
14219         mail_send to mail/send.
14220
14221 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14222
14223         * message.el (message-expand-group): Pass the common
14224         prefix substring of completion to `display-completion-list'.
14225
14226 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * mml-sec.el (mml-secure-method): New internal variable.
14229         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14230         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14231         New functions using mml-secure-method.
14232
14233         * mml.el (mml-mode-map): Add key bindings for those functions.
14234         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14235         Harder <harder@myrealbox.com>.
14236         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14237         Goto end of message if point is the headers of the message.
14238
14239         * message.el (message-in-body-p): New function.
14240
14241         * assistant.el: Autoload gnus-util and netrc.
14242
14243         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14244         Use `mm-charset-override-alist' only when decoding.
14245
14246         * mm-bodies.el (mm-decode-body):
14247         Call `mm-charset-to-coding-system' with allow-override argument.
14248
14249         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14250         `filename' from Content-Disposition if Content-Type doesn't
14251         provide `name'.
14252         (gnus-mime-view-part-as-type): Set default instead of
14253         initial-input.
14254
14255 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14256
14257         * format-spec.el (format-spec): Propagate text properties of % spec.
14258
14259 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * gnus-art.el (gnus-treat-predicate): Add `first'.
14262
14263 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14264
14265         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14266         (mm-charset-override-alist): New variable.
14267         (mm-charset-to-coding-system): Use it.
14268         (mm-codepage-setup): New helper function.
14269         (mm-charset-eval-alist): New variable.
14270         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14271         Warn about unknown charsets.
14272
14273         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14274
14275 2005-10-04  David Hansen  <david.hansen@gmx.net>
14276
14277         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14278         (nnrss-check-group): Ditto.
14279
14280 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14283         Rename x-gnus-verbatim to x-verbatim.
14284         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14285
14286         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14287         x-verbatim.
14288
14289         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14290
14291         * gnus-util.el (gnus-remove-duplicates): Remove.
14292
14293         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14294         instead of gnus-remove-duplicates.
14295
14296         * message.el (message-remove-duplicates): Remove.
14297         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14298         message-remove-duplicates.
14299
14300         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14301         available, else use implementation from `delete-dups'.
14302
14303         * message.el (message-insert-expires): New function.
14304         (message-mode-map): Add key binding.
14305         (message-mode-field-menu): Add menu entry.
14306         (message-mode): Document it.
14307         (message-make-expires-date): Use `message-make-date'.
14308
14309 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14310
14311         * message.el (message-make-expires-date): New function.
14312
14313 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * Makefile.in (list-installed-shadows): New entry.
14316         (install): Use it.
14317         (remove-installed-shadows): New entry.
14318
14319         * dgnushack.el (dgnushack-default-load-path): New variable.
14320         (dgnushack-find-lisp-shadows): New function.
14321         (dgnushack-remove-lisp-shadows): New function.
14322
14323 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * Makefile.in (install-el-elc): New entry.
14326         (install): Use it so that .el files are necessarily installed.
14327
14328 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14331
14332 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14333
14334         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14335         function rather than the diff-mode.el package.
14336         (mm-display-external): Use with-current-buffer.
14337         (mm-viewer-completion-map, mm-viewer-completion-map):
14338         Move initialization inside declaration.
14339
14340 2005-09-29  Simon Josefsson  <jas@extundo.com>
14341
14342         * spam.el: Load hashcash when compiling, to avoid warnings.
14343         Don't autoload mail-check-payment.
14344         (spam-check-hashcash): Define unconditionally, since hashcash.el
14345         is part of Gnus now.  Ignore errors from payment checking.
14346
14347 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * message.el (message-bold-region, message-unbold-region):
14350         Rename from `bold-region' and `unbold-region'.
14351
14352         * message.el: Remove useless autoloads.
14353
14354 2005-09-28  Simon Josefsson  <jas@extundo.com>
14355
14356         * message.el (message-use-idna): Default to t.
14357         (message-use-idna): Test whether encoding works too.  Doc fix.
14358
14359 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * nntp.el (nntp-warn-about-losing-connection): Remove.
14362
14363 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14366         customizable.  Change default value.
14367         (mm-uu-diff-groups-regexp): Change default value.
14368         (mm-uu-type-alist): Add doc string.
14369         (mm-uu-configure): Add doc string.  Make it interactive.
14370         (mm-uu-tex-groups-regexp): New variable.
14371         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14372         (mm-uu-type-alist): Add LaTeX documents.
14373         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14374         of "text/verbatim".
14375         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14376
14377         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14378         instead of "text/verbatim".
14379
14380         * message.el (message-mark-inserted-region)
14381         (message-mark-insert-file): Use slrn style marks when called with
14382         prefix argument.
14383
14384 2005-09-27  Simon Josefsson  <jas@extundo.com>
14385
14386         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14387
14388 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14389
14390         * message.el (message-remove-duplicates): New function.
14391         Implementation borrowed from `gnus-remove-duplicates'.
14392         (message-idna-to-ascii-rhs): Also encode idna addresses in
14393         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14394         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14395         only ask about the same idna domain once per header and also tell
14396         in what header to replace the idna domain.
14397
14398         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14399         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14400         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14401         a header is decoded and not just the last one.
14402
14403 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14406         has been decoded.
14407
14408         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14409         (mm-insert-part): Don't modify text if it has been decoded.
14410
14411         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14412         decoded.
14413
14414         * mm-view.el (mm-inline-text): Don't strip text props unless
14415         decoding enriched or richtext parts.
14416
14417 2005-09-25  Romain Francoise  <romain@orebokech.com>
14418
14419         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14420         * gnus-start.el (gnus-subscribe-interactively):
14421         * gnus-uu.el (gnus-uu-grab-articles):
14422         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14423         space.
14424
14425 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14426
14427         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14428         * mm-view.el (mm-view-pkcs7-decrypt):
14429         * gnus-sum.el (gnus-summary-limit-to-extra)
14430         (gnus-summary-respool-article, gnus-read-move-group-name):
14431         * gnus-score.el (gnus-summary-increase-score):
14432         * gnus-util.el (gnus-completing-read-with-default):
14433         * gnus-art.el (gnus-read-save-file-name)
14434         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14435         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14436         * message.el (message-check-news-header-syntax):
14437         Follow convention for reading with the minibuffer.
14438
14439 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * spam-report.el (spam-report-url-ping-plain):
14442         Use gnus-extended-version as User-Agent.
14443
14444         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14445         default value is nil.
14446
14447         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14448         (mm-uu-verbatim-marks-extract): New function.
14449         (mm-uu-extract): New face.
14450         (mm-uu-copy-to-buffer): Use it.
14451
14452         * spam-report.el (spam-report-gmane-ham): Rename from
14453         `spam-report-gmane-unspam'.
14454         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14455         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14456
14457         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14458         Autoload.
14459         (spam-report-gmane-unregister-routine):
14460         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14461
14462 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14465         (spam-report-gmane-unregister-routine): Add support for gmane
14466         unregistration.
14467
14468         * spam-report.el (spam-report-gmane-unspam)
14469         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14470         (spam-report-gmane): Change to take a single article and do unspam
14471         registration.
14472
14473 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14474
14475         * mm-url.el (mm-url-decode-entities): Fix regexp.
14476
14477 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14478
14479         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14480         default to nil, to be able to use Gnus at all.  If the default
14481         switches to something else, then the function should be fixed not
14482         be exceedingly slow.
14483
14484 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14485
14486         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14487         fail hard.
14488
14489         * spam-report.el: Add better Keywords line.
14490
14491         * spam.el: Add Maintainer and better Keywords line.
14492
14493 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14494
14495         * gnus-art.el (gnus-article-replace-part)
14496         (gnus-mime-replace-part): New functions.
14497         (gnus-mime-action-alist, gnus-mime-button-commands)
14498         (gnus-mime-save-part-and-strip): Add file argument.
14499         (gnus-article-part-wrapper): Add interactive argument.
14500
14501         * gnus-sum.el (gnus-summary-mime-map):
14502         Add `gnus-article-replace-part'.
14503
14504 2005-09-19  Didier Verna  <didier@xemacs.org>
14505
14506         The nnml compaction feature:
14507         * nnml.el (nnml-request-compact-group): New function.
14508         * nnml.el (nnml-request-compact): New function.
14509         * gnus-int.el (gnus-request-compact-group): New function.
14510         * gnus-int.el (gnus-request-compact): New function.
14511         * gnus-group.el (gnus-group-compact-group): New function.
14512         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14513         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14514         * gnus-srvr.el (gnus-server-compact-server): New function.
14515         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14516         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14517
14518 2005-09-18  Deepak Goel  <deego@gnufans.org>
14519
14520         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14521         format spec.
14522
14523 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14526
14527 2005-09-15  Romain Francoise  <romain@orebokech.com>
14528
14529         * message.el (message-fill-paragraph): Clarify docstring.
14530
14531 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el (gnus-mime-display-part): Protect against broken
14534         MIME messages.
14535
14536 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14539         before parsing header.
14540
14541 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14542
14543         * html2text.el (html2text-replace-list): Add new entities.
14544
14545 2005-09-11  Romain Francoise  <romain@orebokech.com>
14546
14547         * message.el (message-alternative-emails): Improve docstring.
14548         (message-setup-1): Call `message-use-alternative-email-as-from'
14549         after `message-setup-hook' to give it precedence over posting
14550         styles, etc.
14551         (message-use-alternative-email-as-from): Add docstring.
14552         Remove the original From header if present.
14553
14554         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14555         (nnml-save-mail): Use it.
14556
14557         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14558         articles.  Add new argument `silent'.
14559         (gnus-uu-mark-all): Report the total number of marked articles.
14560
14561 2005-09-10  Romain Francoise  <romain@orebokech.com>
14562
14563         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14564         (gnus-uu-mark-series): Likewise.
14565
14566 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * spam-report.el (spam-report-gmane): Fix generation of spam
14569         report URL.
14570
14571 2005-09-10  Simon Josefsson  <jas@extundo.com>
14572
14573         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14574         t, based on discussion on the ding list with Robert Epprecht
14575         <epprecht@solnet.ch>.
14576
14577 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * spam-report.el (spam-report-gmane): Make it work without
14580         X-Report-Spam header.  Gmane now only provides Archived-At.
14581         This is only used if `spam-report-gmane-use-article-number' is nil.
14582         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14583
14584         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14585         make `gnus-summary-sort-by-recipient' work with threading.
14586
14587         * nnweb.el (nnweb-google-wash-article): Print a message if article
14588         is not available.
14589
14590 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14591
14592         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14593         change.  Decode text/* parts content before displaying.
14594
14595 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14598
14599 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14602
14603         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14604         url-package-name, url-package-version,
14605         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14606         w3m-display-inline-images, and w3m-minor-mode-map.
14607
14608 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * message.el (message-tab-body-function): Fix mismatched custom type.
14611
14612         * gnus.el (gnus-group-change-level-function): Ditto.
14613
14614         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14615
14616         * gnus-art.el (gnus-signature-limit)
14617         (gnus-article-mime-part-function): Ditto.
14618
14619 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * mml.el (mml-mode): Silence the byte compiler.
14622
14623         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14624         using `(sit-for 0)' before moving the point to the specified part;
14625         skip unbuttonized parts.
14626         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14627         return to the summary window if gnus-auto-select-part is non-nil.
14628
14629 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14632         New variables.
14633         (mml-dnd-attach-file, mml-mode): Use them.
14634
14635         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14636         Make fetching article by MID work again for Google Groups.
14637         Add FIXME concerning gnus-group-make-web-group.
14638
14639         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14640         Don't depend on Gnus by using mail-extract-address-components if
14641         gnus-extract-address-components is not bound.
14642
14643 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14644
14645         * gnus-art.el (gnus-mime-display-security): Don't display the
14646         signature, but only the signed part.
14647
14648 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14651
14652         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14653         list, not listp.
14654
14655 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14656
14657         * mm-encode.el (mm-encode-content-transfer-encoding):
14658         Likewise when encoding.
14659
14660         * mm-bodies.el (mm-decode-content-transfer-encoding):
14661         De-canonicalize CRLF for all text content types, not just
14662         text/plain.
14663
14664 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14667         valid article; point arrow and cursor at the MIME button.
14668
14669 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14672         Suggested by Dan Christensen <jdc@uwo.ca>.
14673
14674         * mm-decode.el (mm-save-part): Enable change of prompt.
14675
14676 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14677
14678         * gnus-msg.el (gnus-inews-add-send-actions):
14679         Make `message-post-method' lambda parameter ARG `&optional'.
14680
14681 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * gnus-sum.el (gnus-summary-mime-map):
14684         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14685         gnus-article-jump-to-part.
14686
14687         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14688         (gnus-article-edit-part): Use it.
14689         (gnus-article-part-wrapper): Add no-handle argument.
14690         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14691         New functions.
14692
14693 2005-08-29  Romain Francoise  <romain@orebokech.com>
14694
14695         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14696         docstring.
14697         (gnus-face-from-file): Likewise.
14698
14699 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14702         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14703         non-nil.
14704         (gnus-auto-select-part): New variable.
14705         (gnus-article-jump-to-part): New function.
14706         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14707         (gnus-mime-delete-part): Allow selecting specified part after
14708         deleting or stripping parts.
14709         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14710         part if argument is bogus.
14711
14712 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14713
14714         * gnus-art.el (w3m-minor-mode-map):
14715         * gnus-spec.el (gnus-newsrc-file-version):
14716         * gnus-util.el (nnmail-active-file-coding-system)
14717         (gnus-original-article-buffer, gnus-user-agent):
14718         * gnus.el (gnus-ham-process-destinations)
14719         (gnus-parameter-ham-marks-alist)
14720         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14721         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14722         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14723         * mm-decode.el (gnus-current-window-configuration):
14724         * mm-extern.el (gnus-article-mime-handles):
14725         * mm-url.el (url-current-object, url-package-name)
14726         (url-package-version):
14727         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14728         (smime-keys, w3m-cid-retrieve-function-alist)
14729         (w3m-current-buffer, w3m-display-inline-images)
14730         (w3m-minor-mode-map):
14731         * mml-smime.el (gnus-extract-address-components):
14732         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14733         (gnus-newsrc-hashtb, message-default-charset)
14734         (message-deletable-headers, message-options)
14735         (message-posting-charset, message-required-mail-headers)
14736         (message-required-news-headers):
14737         * mml1991.el (mc-pgp-always-sign):
14738         * mml2015.el (mc-pgp-always-sign):
14739         * nnheader.el (nnmail-extra-headers):
14740         * rfc1843.el (gnus-decode-encoded-word-function)
14741         (gnus-decode-header-function, gnus-newsgroup-name):
14742         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14743
14744 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14745
14746         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14747         the end of the date treatments.
14748
14749 2005-08-15  Simon Josefsson  <jas@extundo.com>
14750
14751         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14752         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14753         Capello and Romain Francoise.
14754         (pgg-fetch-key-function): Remove, not used?
14755         (pgg-insert-url-with-w3): Require url, to get
14756         url-insert-file-contents regardless of where it is defined.
14757
14758 2005-08-13  Romain Francoise  <romain@orebokech.com>
14759
14760         * message.el (message-cite-original-1): New function.
14761         (message-cite-original): Use it.
14762         (message-cite-original-without-signature): Ditto.
14763
14764 2005-08-08  Romain Francoise  <romain@orebokech.com>
14765
14766         * message.el (message-yank-empty-prefix): New variable.
14767         (message-indent-citation): Use it.
14768         (message-cite-original-without-signature): Respect X-No-Archive.
14769
14770 2005-08-08  Simon Josefsson  <jas@extundo.com>
14771
14772         * pgg.el: Autoload url-insert-file-contents instead of loading
14773         w3/url.
14774         (pgg-insert-url-with-w3): Don't load url here.
14775
14776 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14777
14778         * message.el (message-kill-to-signature): Don't insert newline at
14779         bol.
14780         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14781
14782 2005-08-06  Romain Francoise  <romain@orebokech.com>
14783
14784         * message.el (message-user-fqdn): Fix typo in docstring.
14785
14786 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14787
14788         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14789
14790         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14791
14792 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * mm-bodies.el (mm-encode-body): Use coding system rather than
14795         charset to encode text.
14796
14797         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14798         number of charsets if utf-8 is available (XEmacs).
14799
14800 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14803         taken from `gnus-button-mid-or-mail-regexp'.
14804         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14805         (gnus-button-alist): Improve regexp for domain part of the MIDs
14806         for news:localpart@domain buttons.
14807         (gnus-button-ctan-directory-regexp): Update.
14808
14809 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * sieve-manage.el (sieve-manage-interactive-login):
14812         Use make-local-variable rather than make-variable-buffer-local.
14813         (sieve-manage-open): Ditto.
14814         (sieve-manage-authenticate): Ditto.
14815
14816         * mml.el (mml-generate-mime-1): Make the content type default to
14817         text/plain if the filename is not specified.
14818
14819 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14822         instead of insert-buffer.
14823
14824         * message.el (message-yank-original): Ditto; set the mark at the
14825         end of the yanked message.
14826
14827 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14830         lines to scroll rather than to stop it.
14831
14832         * mml.el (mml-generate-default-type): Add doc string.
14833         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14834         default to application/octet-stream when determining the content
14835         type if it is not specified for the part or the mml contents; add
14836         a comment about mml-generate-default-type.
14837
14838 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14839
14840         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14841         make it default to application/octet-stream when determining the
14842         content type if it is not specified for the external contents.
14843
14844 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14847         segmented parameter but also other parameters might be there.
14848
14849 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * mm-decode.el (mm-display-external): Delete temp file, directory
14852         and buffer immediately if the external process is exited.
14853
14854 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14857         fewer lines than that of scroll-margin.
14858         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14859
14860 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * gnus-art.el (gnus-article-next-page): Revert.
14863         (gnus-article-beginning-of-window): New macro.
14864         (gnus-article-next-page-1): Use it.
14865         (gnus-article-prev-page): Ditto.
14866         (gnus-article-edit-part): Use insert-buffer-substring instead of
14867         insert-buffer.
14868         (gnus-article-edit-exit): Ditto.
14869
14870         * gnus-util.el (gnus-beginning-of-window): Remove.
14871         (gnus-end-of-window): Remove.
14872
14873         * lpath.el: Don't bind header-line-format and scroll-margin.
14874
14875 2005-07-25  Simon Josefsson  <jas@extundo.com>
14876
14877         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14878         to have the url package without w3.  Reported by Daiki Ueno
14879         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14880
14881 2005-07-20  Didier Verna  <didier@xemacs.org>
14882
14883         * gnus-diary.el: Remove the description comment (nndiary is now
14884         properly documented in the Gnus manual).
14885         Fix the spelling of "Back End".
14886         * nndiary.el: Ditto.
14887         Fix the copyright notice.
14888
14889 2005-07-18  Romain Francoise  <romain@orebokech.com>
14890
14891         * gnus-sum.el (gnus-summary-to-prefix)
14892         (gnus-summary-newsgroup-prefix): New variables.
14893         (gnus-summary-from-or-to-or-newsgroups): Use them.
14894
14895 2005-07-17  Romain Francoise  <romain@orebokech.com>
14896
14897         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14898         space as it's generally not especially interesting to the user.
14899
14900 2005-07-16  Romain Francoise  <romain@orebokech.com>
14901
14902         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14903         nil to avoid prompting and file modification if one of the
14904         messages at the top of the nnfolder file contains a copyright
14905         notice.
14906         Update copyright notice.
14907
14908         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14909         instead of `current-time-string' as the latter creates a time
14910         string that is not RFC 2822 compliant (it lacks the zone).
14911         Update copyright notice.
14912
14913 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14914
14915         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14916         for text/rtf.  Display default in prompt.  Pass default for M-n.
14917
14918         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14919
14920 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14921
14922         * gnus-msg.el (gnus-button-mailto):
14923         Remove save-selected-window-window hackery because it relies on
14924         save-selected-window internals.
14925
14926 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14929         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14930         (gnus-article-prev-page): Ditto.
14931
14932         * gnus-util.el (gnus-beginning-of-window): New function.
14933         (gnus-end-of-window): New function.
14934
14935         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14936
14937 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14938
14939         * gnus-score.el (gnus-score-edit-all-score):
14940         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14941         gnus-message.
14942
14943 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14944
14945         * gnus-msg.el (gnus-button-mailto):
14946         Remove save-selected-window-window hackery because it relies on
14947         save-selected-window internals.
14948
14949 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14952         add-minor-mode.
14953         (gnus-binary-mode): Ditto.
14954
14955         * gnus-topic.el (gnus-topic-mode): Ditto.
14956
14957 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14958
14959         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14960         (gnus-article-prev-page): Take scroll-margin into consideration.
14961
14962 2005-07-04  Lute Kamstra  <lute@gnu.org>
14963
14964         Update FSF's address in GPL notices.
14965
14966 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14967
14968         * gnus.el (gnus-exit):
14969         * gnus-group.el (gnus-group-icons):
14970         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14971
14972         * gnus-nocem.el (gnus-nocem):
14973         * message.el (message-various, message-buffers, message-sending)
14974         (message-interface, message-forwarding, message-insertion)
14975         (message-headers, message-news, message-mail):
14976         * pgg-gpg.el (pgg-gpg):
14977         * pgg-parse.el (pgg-parse):
14978         * pgg-pgp.el (pgg-pgp):
14979         * pgg-pgp5.el (pgg-pgp5):
14980         * pop3.el (pop3): Finish `defgroup' description with period.
14981
14982 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-art.el (article-display-face): Improve the efficiency.
14985         (article-display-x-face): Ditto; remove grey x-face stuff.
14986
14987 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * gnus-art.el (article-display-face): Correct the position in
14990         which Faces are inserted.
14991
14992 2005-06-29  Didier Verna  <didier@xemacs.org>
14993
14994         * gnus-art.el (article-display-face): Display faces in correct
14995         order.
14996
14997 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15000         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15001         (gnus-nocem-check-article): Fetch the Type header.
15002         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15003         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15004         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15005         make sure gnus-nocem-hashtb is initialized.
15006         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15007         (gnus-nocem-unwanted-article-p): Ditto.
15008
15009         * pgg.el (pgg-verify): Return the verification result.
15010
15011 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15012
15013         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15014         is ascii.
15015
15016 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15017
15018         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15019         `show-nonbreak-escape'.
15020
15021 2005-06-23  Lute Kamstra  <lute@gnu.org>
15022
15023         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15024
15025         * dig.el (dig-mode):
15026         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15027
15028 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15029
15030         * nnimap.el (nnimap-split-download-body): Fix spellings.
15031
15032 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15033
15034         * gnus-art.el (gnus-article-encrypt-body):
15035         * gnus-cus.el (gnus-score-customize):
15036         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15037         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15038
15039 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15040
15041         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15042         header by looking for magic "MII" at the beginnig.
15043
15044 2005-06-16  Miles Bader  <miles@gnu.org>
15045
15046         * gnus-xmas.el (gnus-xmas-group-startup-message):
15047         Use renamed gnus-splash face.
15048
15049         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15050         (assistant-field-face): New backward-compatibility alias for renamed
15051         face.
15052         (assistant-render-text): Use renamed assistant-field face.
15053
15054         * spam.el (spam): Remove "-face" suffix from face name.
15055         (spam-face): New backward-compatibility alias for renamed face.
15056         (spam-face, spam-initialize): Use renamed spam face.
15057
15058         * message.el (message-header-to, message-header-cc)
15059         (message-header-subject, message-header-newsgroups)
15060         (message-header-other, message-header-name)
15061         (message-header-xheader, message-separator, message-cited-text)
15062         (message-mml): Remove "-face" suffix from face names.
15063         (message-header-to-face, message-header-cc-face)
15064         (message-header-subject-face, message-header-newsgroups-face)
15065         (message-header-other-face, message-header-name-face)
15066         (message-header-xheader-face, message-separator-face)
15067         (message-cited-text-face, message-mml-face):
15068         New backward-compatibility aliases for renamed faces.
15069         (message-font-lock-keywords): Use renamed message faces.
15070
15071         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15072         (sieve-test-commands, sieve-tagged-arguments):
15073         Remove "-face" suffix from face names.
15074         (sieve-control-commands-face, sieve-action-commands-face)
15075         (sieve-test-commands-face, sieve-tagged-arguments-face):
15076         New backward-compatibility aliases for renamed faces.
15077         (sieve-control-commands-face, sieve-action-commands-face)
15078         (sieve-test-commands-face, sieve-tagged-arguments-face):
15079         Use renamed sieve faces.
15080
15081         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15082         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15083         (gnus-group-news-3-empty, gnus-group-news-4)
15084         (gnus-group-news-4-empty, gnus-group-news-5)
15085         (gnus-group-news-5-empty, gnus-group-news-6)
15086         (gnus-group-news-6-empty, gnus-group-news-low)
15087         (gnus-group-news-low-empty, gnus-group-mail-1)
15088         (gnus-group-mail-1-empty, gnus-group-mail-2)
15089         (gnus-group-mail-2-empty, gnus-group-mail-3)
15090         (gnus-group-mail-3-empty, gnus-group-mail-low)
15091         (gnus-group-mail-low-empty, gnus-summary-selected)
15092         (gnus-summary-cancelled, gnus-summary-high-ticked)
15093         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15094         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15095         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15096         (gnus-summary-low-undownloaded)
15097         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15098         (gnus-summary-low-unread, gnus-summary-normal-unread)
15099         (gnus-summary-high-read, gnus-summary-low-read)
15100         (gnus-summary-normal-read, gnus-splash):
15101         Remove "-face" suffix from face names.
15102         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15103         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15104         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15105         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15106         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15107         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15108         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15109         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15110         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15111         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15112         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15113         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15114         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15115         (gnus-summary-normal-ticked-face)
15116         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15117         (gnus-summary-normal-ancient-face)
15118         (gnus-summary-high-undownloaded-face)
15119         (gnus-summary-low-undownloaded-face)
15120         (gnus-summary-normal-undownloaded-face)
15121         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15122         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15123         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15124         (gnus-splash-face):
15125         New backward-compatibility aliases for renamed faces.
15126         (gnus-group-startup-message): Use renamed gnus faces.
15127
15128         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15129         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15130         (gnus-server-agent): Remove "-face" suffix from face names.
15131         (gnus-server-agent-face, gnus-server-opened-face)
15132         (gnus-server-closed-face, gnus-server-denied-face)
15133         (gnus-server-offline-face):
15134         New backward-compatibility aliases for renamed faces.
15135         (gnus-server-agent-face, gnus-server-opened-face)
15136         (gnus-server-closed-face, gnus-server-denied-face)
15137         (gnus-server-offline-face): Use renamed gnus faces.
15138
15139         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15140         Remove "-face" suffix from face names.
15141         (gnus-picon-xbm-face, gnus-picon-face):
15142         New backward-compatibility aliases for renamed faces.
15143
15144         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15145         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15146         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15147         (gnus-cite-11): Remove "-face" suffix from face names.
15148         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15149         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15150         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15151         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15152         New backward-compatibility aliases for renamed faces.
15153         (gnus-cite-attribution-face, gnus-cite-face-list)
15154         (gnus-article-boring-faces): Use renamed gnus faces.
15155
15156         * gnus-art.el (gnus-signature, gnus-header-from)
15157         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15158         (gnus-header-content): Remove "-face" suffix from face names.
15159         (gnus-signature-face, gnus-header-from-face)
15160         (gnus-header-subject-face, gnus-header-newsgroups-face)
15161         (gnus-header-name-face, gnus-header-content-face):
15162         New backward-compatibility aliases for renamed faces.
15163         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15164
15165         * gnus-sum.el (gnus-summary-selected-face)
15166         (gnus-summary-highlight): Use renamed gnus faces.
15167         * gnus-group.el (gnus-group-highlight): Likewise.
15168
15169 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15170
15171         * gnus-sieve.el (gnus-sieve-article-add-rule):
15172         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15173         * spam-stat.el (spam-stat-buffer-change-to-spam)
15174         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15175
15176         * message.el (message-is-yours-p):
15177         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15178
15179 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * mm-view.el (mm-inline-text): Withdraw the last change.
15182
15183 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15186         executing enriched-decode.
15187
15188 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15191         charset of tar files.
15192
15193 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15194
15195         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15196
15197 2005-06-04  Lute Kamstra  <lute@gnu.org>
15198
15199         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15200         information is never recorded.
15201
15202 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15203
15204         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15205
15206 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * pop3.el (pop3-apop): Run md5 in the binary mode.
15209
15210         * starttls.el (starttls-set-process-query-on-exit-flag):
15211         Use eval-and-compile.
15212
15213 2005-05-31  Simon Josefsson  <jas@extundo.com>
15214
15215         * smime.el (smime-replace-in-string): Define.
15216         (smime-cert-by-ldap-1): Use it.
15217
15218 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus-art.el (article-display-x-face): Replace
15221         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15222
15223         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15224         set-process-query-on-exit-flag or process-kill-without-query.
15225
15226         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15227         loop instead of replace-regexp.
15228
15229         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15230         instead of process-kill-without-query if it is available.
15231
15232         * lpath.el: Fbind ldap-search-entries.
15233
15234         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15235         instead of find-file-hooks if it is available.
15236
15237         * mml1991.el: Bind pgg-default-user-id when compiling.
15238
15239         * mml2015.el: Bind pgg-default-user-id when compiling.
15240
15241         * nndraft.el (nndraft-request-associate-buffer):
15242         Use write-contents-functions instead of write-contents-hooks if it is
15243         available.
15244
15245         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15246         instead of find-file-hooks if it is available.
15247
15248         * nntp.el (nntp-open-connection): Replace
15249         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15250         (nntp-open-ssl-stream): Ditto.
15251         (nntp-open-tls-stream): Ditto.
15252
15253         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15254         set-process-query-on-exit-flag or process-kill-without-query.
15255         (starttls-open-stream-gnutls): Use it instead of
15256         process-kill-without-query.
15257         (starttls-open-stream): Ditto.
15258
15259 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15260
15261         * smime.el (smime-cert-by-ldap-1): Don't use
15262         replace-regexp-in-string.
15263
15264 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15265
15266         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15267
15268         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15269         in PEM format.  Adjust to the XEmacs compability.
15270
15271 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15274         by `string-to-number'.
15275         * gnus-agent.el (gnus-agent-regenerate-group)
15276         (gnus-agent-fetch-articles): Ditto.
15277         * gnus-art.el (gnus-button-fetch-group): Ditto.
15278         * gnus-cache.el (gnus-cache-generate-active)
15279         (gnus-cache-articles-in-group): Ditto.
15280         * gnus-group.el (gnus-group-set-current-level)
15281         (gnus-group-insert-group-line): Ditto.
15282         * gnus-score.el (gnus-score-set-expunge-below)
15283         (gnus-score-set-mark-below, gnus-summary-score-effect)
15284         (gnus-summary-score-entry): Ditto.
15285         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15286         (gnus-soup-pack): Ditto.
15287         * gnus-spec.el (gnus-xmas-format): Ditto.
15288         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15289         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15290         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15291         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15292         * nndb.el (nndb-get-remote-expire-response): Ditto.
15293         * nndiary.el (nndiary-parse-schedule-value)
15294         (nndiary-string-to-number, nndiary-request-replace-article)
15295         (nndiary-request-article): Ditto.
15296         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15297         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15298         * nneething.el (nneething-make-head): Ditto.
15299         * nnfolder.el (nnfolder-request-article)
15300         (nnfolder-retrieve-headers): Ditto.
15301         * nnheader.el (nnheader-file-to-number): Ditto.
15302         * nnkiboze.el (nnkiboze-request-article): Ditto.
15303         * nnmail.el (nnmail-process-unix-mail-format)
15304         (nnmail-process-babyl-mail-format): Ditto.
15305         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15306         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15307         (nnmh-request-create-group, nnmh-request-list-1)
15308         (nnmh-request-group, nnmh-request-article): Ditto.
15309         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15310         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15311         * nnsoup.el (nnsoup-make-active): Ditto.
15312         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15313         * nntp.el (nntp-find-group-and-number)
15314         (nntp-retrieve-headers-with-xover): Ditto.
15315         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15316         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15317         (pgg-format-key-identifier): Ditto.
15318         * pop3.el (pop3-last, pop3-stat): Ditto.
15319         * qp.el (quoted-printable-decode-region): Ditto.
15320
15321         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15322         of concat.
15323
15324 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15327
15328         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15329
15330         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15331
15332         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15333
15334         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15335
15336         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15337
15338         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15339         (gnus-carpal-mode): Ditto.
15340
15341         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15342         (gnus-browse-mode): Ditto.
15343
15344         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15345
15346         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15347
15348 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15349
15350         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15351
15352 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-util.el (gnus-run-mode-hooks): New function.
15355
15356         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15357
15358         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15359         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15360
15361 2005-05-27  Lute Kamstra  <lute@gnu.org>
15362
15363         * dns-mode.el (dns-mode): Specify customization group.
15364
15365 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15366
15367         * gnus-agent.el (gnus-agent-make-mode-line-string):
15368         Use mode-line-highlight as mouse-face.
15369
15370 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * canlock.el (canlock): Change the parent group to news.
15373
15374         * deuglify.el (gnus-outlook-deuglify): Add :group.
15375
15376         * dig.el (dig): Add :group.
15377
15378         * dns-mode.el (dns-mode): Add :group.
15379
15380         * encrypt.el (encrypt): Add :group.
15381
15382         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15383         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15384         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15385         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15386         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15387
15388         * gnus-diary.el (gnus-diary): Add :group.
15389
15390         * gnus.el (gnus-group-news-1-face): Add :group.
15391         (gnus-group-news-1-empty-face): Ditto.
15392         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15393         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15394         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15395         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15396         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15397         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15398         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15399         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15400         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15401         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15402         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15403         (gnus-summary-high-ticked-face): Ditto.
15404         (gnus-summary-low-ticked-face): Ditto.
15405         (gnus-summary-normal-ticked-face): Ditto.
15406         (gnus-summary-high-ancient-face): Ditto.
15407         (gnus-summary-low-ancient-face): Ditto.
15408         (gnus-summary-normal-ancient-face): Ditto.
15409         (gnus-summary-high-undownloaded-face): Ditto.
15410         (gnus-summary-low-undownloaded-face): Ditto.
15411         (gnus-summary-normal-undownloaded-face): Ditto.
15412         (gnus-summary-high-unread-face): Ditto.
15413         (gnus-summary-low-unread-face): Ditto.
15414         (gnus-summary-normal-unread-face): Ditto.
15415         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15416         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15417
15418         * hashcash.el (hashcash): New custom group.
15419         (hashcash-default-payment): Add :group.
15420         (hashcash-payment-alist): Ditto.
15421         (hashcash-default-accept-payment): Ditto.
15422         (hashcash-accept-resources): Ditto.
15423         (hashcash-path): Ditto.
15424         (hashcash-extra-generate-parameters): Ditto.
15425         (hashcash-double-spend-database): Ditto.
15426         (hashcash-in-news): Ditto.
15427
15428         * message.el (message-minibuffer-local-map): Add :group.
15429
15430         * netrc.el (netrc): Add :group.
15431
15432         * sieve-manage.el (sieve-manage-log): Add :group.
15433         (sieve-manage-default-user): Diito.
15434         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15435         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15436         (sieve-manage-authenticators): Ditto.
15437         (sieve-manage-authenticator-alist): Ditto.
15438         (sieve-manage-default-port): Ditto.
15439
15440         * sieve-mode.el (sieve-control-commands-face): Add :group.
15441         (sieve-action-commands-face): Ditto.
15442         (sieve-test-commands-face): Ditto.
15443         (sieve-tagged-arguments-face): Ditto.
15444
15445         * smime.el (smime): Add :group.
15446
15447         * spam-report.el (spam-report): Add :group.
15448
15449         * spam.el (spam, spam-face): Add :group.
15450
15451 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15452
15453         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15454         return \n.\n.\n at the end of articles.  Protect against that.
15455         (nntp-with-open-group): Allow debugging.
15456
15457         * nnheader.el (mail-header-set-extra): Make into a function
15458         because I just could't understand how to quote the list properly.
15459
15460         * dns.el (query-dns-cached): New function.
15461
15462 2005-05-26  Lute Kamstra  <lute@gnu.org>
15463
15464         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15465
15466 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15469
15470         * gnus-art.el: Don't autoload mail-extract-address-components.
15471
15472         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15473         eval-and-compile to evaluate it.
15474
15475         * hashcash.el: Don't autoload executable-find.
15476
15477         * nndb.el: Don't declare the nndb back end two or more times; don't
15478         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15479
15480         * nntp.el: Autoload format-spec instead of format; use
15481         eval-and-compile to evaluate autoload forms.
15482
15483 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15484
15485         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15486
15487 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15488
15489         * gnus.el (gnus-version-number): Bump version.
15490
15491 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15492
15493         * gnus.el: No Gnus v0.3 is released.
15494
15495 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15496
15497         * lpath.el (featurep): Bind show-nonbreak-escape.
15498
15499 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-art.el (gnus-article-edit-part): Disable undo.
15502
15503 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15506         gnus-article-date-lapsed-new-header is t if date timer is active;
15507         skip headers in which the original date value is empty.
15508         (gnus-article-save-original-date): Redefine it as a macro.
15509         (gnus-display-mime): Use it.
15510
15511 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-art.el (article-date-ut): Support converting date in
15514         forwarded parts as well.
15515         (gnus-article-save-original-date): New function.
15516         (gnus-display-mime): Use it.
15517
15518 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15519
15520         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15521         enclosure element of <item>.
15522
15523 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15524
15525         * message.el (message-kill-buffer-query): Rename from
15526         `message-kill-buffer-query-if-modified'.  Add :version.
15527
15528 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15531         window layout.
15532
15533 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * mml.el: Autoload dnd when compiling.
15536
15537 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15540         x-dnd-*.
15541
15542 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * qp.el (quoted-printable-encode-region): Save excursion.
15545
15546 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15547
15548         * message.el (message-kill-buffer-query-if-modified): Add new variable
15549         so the user can kill a modified message buffer quickly.
15550         (message-kill-buffer): Use it.
15551
15552 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * lpath.el: Fbind display-time-event-handler; don't fbind
15555         string-to-multibyte.
15556
15557         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15558
15559 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15562         contained in text because xml.el decodes entities) with LFs.
15563
15564 2005-04-11  Lute Kamstra  <lute@gnu.org>
15565
15566         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15567         differently.
15568
15569 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15570
15571         * mm-util.el (mm-detect-coding-region): Typo.
15572
15573 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15576
15577 2005-04-06  Deepak Goel  <deego@gnufans.org>
15578
15579         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15580         user-function allow user modifications of the scores.
15581         (spam-stat-score-buffer-user): New function, to allow
15582         user-computed modifications to the score.
15583         (spam-stat-score-buffer-user-functions): List of additional
15584         scoring functions.
15585         (spam-stat-error-holder): Global temporary error holder.
15586         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15587         variable.
15588
15589 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15590
15591         * gnus-registry.el (gnus-registry-clean-empty-function)
15592         (gnus-registry-trim, gnus-registry-fetch-groups)
15593         (gnus-registry-delete-group): Groups that match
15594         `gnus-registry-ignored-groups' are removed from the registry
15595         entries, not just ignored for splitting.  This helps clean up the
15596         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15597         to get all the groups a message ID is in.
15598
15599         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15600         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15601         (spam-stat-score-buffer-user-functions): Add :number custom type.
15602
15603 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15606         argument in XEmacs.
15607
15608         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15609         (nnrss-request-group): Decode group name first.
15610         (nnrss-request-article): Make a text/plain article if mml-to-mime
15611         failed.
15612         (nnrss-get-encoding): Return a compatible encoding according to
15613         nnrss-compatible-encoding-alist.
15614         (nnrss-find-el): Use consp instead of listp.
15615         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15616
15617 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15620         which Emacs 20 doesn't support.
15621         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15622
15623 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15624
15625         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15626         silence the byte compiler inside the defun.
15627
15628         * gnus-demon.el (parse-time-string): Add autoload.
15629
15630         * gnus-delay.el (parse-time-string): Add autoload.
15631
15632         * gnus-art.el (parse-time-string): Add autoload.
15633
15634         * nnultimate.el (parse-time): Require for `parse-time-string'.
15635
15636 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15637
15638         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15639
15640         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15641
15642         * smime.el (smime-ldap-host-list): Add :version.
15643
15644 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15647         pass it to `gnus-browse-read-group'.
15648         (gnus-browse-read-group): Add NUMBER argument and pass it to
15649         `gnus-group-read-ephemeral-group'.
15650
15651         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15652         argument and pass it to `gnus-group-read-group'.
15653
15654 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15655
15656         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15657         mm-xemacs-find-mime-charset-1 if we have the mule feature
15658         available at runtime.
15659
15660 2005-03-25  Werner Lemberg  <wl@gnu.org>
15661
15662         * nnmaildir.el: Replace `illegal' with `invalid'.
15663
15664 2005-03-23  Lute Kamstra  <lute@gnu.org>
15665
15666         * time-date.el: Add comment on time value formats.
15667         Don't require parse-time.
15668         (with-decoded-time-value): New macro.
15669         (encode-time-value): New function.
15670         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15671         (days-to-time): Return a valid time value when arg is huge.
15672         (time-since): Use time-subtract.
15673         (time-to-number-of-days): Use time-to-seconds.
15674
15675 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15676
15677         * gnus-start.el (gnus-display-time-event-handler):
15678         Check display-time-timer at runtime rather than only at load time
15679         in case display-time-mode is turned off in the mean time.
15680
15681 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15684         used.
15685
15686         * nneething.el (nneething-map-file-directory): Derive from
15687         `gnus-directory'.
15688
15689         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15690         the To/Cc button.
15691
15692 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15693
15694         * nnmaildir.el (nnmaildir-request-accept-article):
15695         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15696
15697 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15698
15699         * gnus-async.el: Require timer-funcs at compile time when in
15700         XEmacs for `run-with-idle-timer'.
15701
15702 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15703
15704         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15705         autoloaded function.
15706
15707 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15708
15709         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15710
15711 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15712
15713         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15714
15715 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15716
15717         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15718         Add gnus-expert-user to default.
15719
15720 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15721
15722         * nnimap.el (nnimap-open-server): Ditto.
15723
15724         * imap.el (imap-authenticate): Fix typo.
15725
15726 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15727
15728         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15729         buffer (since IMAP server might return FETCH response out of
15730         order, and the nntp buffer must be sorted).
15731
15732 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15733
15734         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15735         comparison on string.
15736
15737         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15738         (gnus-agent-score): Rename category keywords to match gnus-cus.
15739         (gnus-agent-summary-fetch-series): Modify to protect against
15740         gnus-agent-summary-fetch-group clearing processable flags.
15741         (gnus-agent-synchronize-group-flags): Update live group buffer as
15742         synchronization may occur due to the user toggle the plugged
15743         status.
15744         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15745         successfully downloaded.
15746         (gnus-agent-expire-group-1): Avoid using markers when the overview
15747         is in ascending order; greatly improves performance.
15748         (gnus-agent-regenerate-group):
15749         Use gnus-agent-synchronize-group-flags to reset read status in both
15750         gnus and server.
15751         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15752
15753 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * message.el: Don't autoload former message-utils variables.
15756         (message-strip-subject-trailing-was): Change doc string.
15757
15758         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15759         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15760         (nnweb-google-search): Add "hl=en" here.
15761         (nnweb-google-parse-1, nnweb-google-create-mapping):
15762         Don't hardcode URL.
15763
15764 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15765
15766         * message.el (message-get-reply-headers, message-followup):
15767         Mention related variables `message-use-followup-to' and
15768         `message-use-mail-followup-to', in the information buffer.
15769
15770         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15771         of broken groups(-beta).google.com.
15772
15773 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15774
15775         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15776         parameter to invoked gnus-request-move-article; remove the
15777         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15778         all at once instead of once per article.
15779         (gnus-summary-remove-process-mark): Accept a list of articles as
15780         well as a single article for processing.
15781
15782         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15783         parameter.
15784
15785         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15786
15787         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15788
15789         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15790         parameter.
15791
15792         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15793         parameter.
15794
15795         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15796         parameter and remove the gnus-sum-hint-move-is-internal variable.
15797
15798         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15799         parameter.
15800
15801         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15802         parameter.
15803
15804         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15805         parameter.
15806
15807         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15808
15809         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15810         parameter.
15811
15812         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15813         parameter.
15814
15815 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15816
15817         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15818         a more conservative way.
15819
15820 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15821
15822         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15823         buffer, so it moves the window's cursor.
15824
15825 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15826
15827         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15828         `mm-dissect-multipart' and receive the from field as an (optional)
15829         argument from `mm-dissect-multipart'.
15830         (mm-dissect-multipart): Receive the from field as an argument and
15831         pass it on when we call `mm-dissect-buffer' on MIME parts.
15832         Fixes verification/decryption of signed/encrypted MIME parts.
15833
15834 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15835
15836         * gnus-sum.el (gnus-summary-move-article):
15837         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15838         whatever it calls (right now, only nnimap-request-move article
15839         respects it).
15840
15841         * nnimap.el (nnimap-request-move-article):
15842         When gnus-sum-hint-move-is-internal is set, don't do the extra
15843         nnimap-request-article.
15844
15845 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15846
15847         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15848
15849         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15850         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15851
15852         * gnus-sum.el (gnus-summary-caesar-message):
15853         Apply `gnus-treat-article' after rotation.
15854
15855         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15856         doc string.
15857
15858 2005-02-22  Simon Josefsson  <jas@extundo.com>
15859
15860         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15861         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15862         <arne@arnested.dk>.
15863         (encrypt): Add password-cache and password-cache-expiry as group
15864         members.
15865
15866 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15867
15868         * smime.el (smime-ldap-host-list): Doc fix.
15869         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15870         cache) password.
15871         (smime-sign-region): Use it.
15872         (smime-decrypt-region): Use it.
15873         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15874         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15875         fails.
15876         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15877         certificate from DER to PEM format rather than calling openssl.
15878
15879         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15880
15881         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15882         for signing/encryption.
15883
15884         * mml.el (mml-parse-1): Use them.
15885
15886 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15887
15888         * nnrss.el (nnrss-verbose): Remove.
15889         (nnrss-request-group): Use `nnheader-message' instead.
15890
15891 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15892
15893         * nnrss.el (nnrss-verbose): New variable.
15894         (nnrss-request-group): Make it say nnrss is requesting a group.
15895
15896 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15899         Handle news URL with given port correctly.
15900
15901 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15904         containing special characters.
15905
15906         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15907
15908         * mml.el (mime-to-mml): Ditto.
15909
15910         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15911         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15912         (rfc2047-decode-region): Quote decoded words containing special
15913         characters when rfc2047-quote-decoded-words-containing-tspecials
15914         is non-nil.
15915
15916 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15917
15918         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15919
15920         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15921
15922 2005-02-15  Simon Josefsson  <jas@extundo.com>
15923
15924         * nnimap.el (nnimap-debug): Doc fix.
15925
15926         * imap.el (imap-debug): Doc fix.
15927
15928 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15931
15932 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15933
15934         * gnus.el (spam-contents): Improve docs for spam-contents
15935         parameter in its variable incarnation.
15936
15937 2005-02-14  Simon Josefsson  <jas@extundo.com>
15938
15939         * smime-ldap.el: Use require instead of load-library for ldap.
15940         (smime-ldap-search): Indent.
15941         (smime-ldap-search-internal): Shorten line.
15942
15943         * smime.el (smime-cert-by-dns): Add doc-string.
15944         (smime-cert-by-ldap-1): Indent.
15945
15946         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15947         mml-smime-get-dns-ldap.
15948         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15949
15950 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15951
15952         * smime.el: Require smime-ldap.
15953         (smime-ldap-host-list): New variable.
15954         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15955
15956         * mml-smime.el (mml-smime-encrypt-query): New function.
15957         (mml-smime-encrypt-query): Use it.
15958
15959         * smime-ldap.el: New file.
15960
15961 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15964
15965 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15968         argument in doc string.  Make query for type more clear.
15969
15970 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * gnus.el (gnus-group-startup-message): Search for gnus images in
15973         etc/images/gnus.
15974         * mm-util.el (mm-image-load-path): Likewise.
15975         * smiley.el (smiley-data-directory): Search for smilies in
15976         etc/images/smilies.
15977
15978 2005-02-09  Kim F. Storm  <storm@cua.dk>
15979
15980         Change Emacs release version from 21.4 to 22.1 throughout.
15981         Change Emacs development version from 21.3.50 to 22.0.50.
15982
15983 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15986
15987         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15988         non-Mule XEmacs as well.
15989         (mm-decompress-buffer): Signal an error intentionally if it does
15990         not decompress compressed data because auto-compression-mode is
15991         disabled.
15992
15993 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15996         an ID in the registry even if it has no groups.
15997
15998 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16001         merge it into mm-decompress-buffer.
16002         (gnus-mime-copy-part): Use the MIME part charset, the value which
16003         a user specified or gnus-newsgroup-charset for decoding, like
16004         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16005         save-buffer what was used.  Suggested by Kevin Ryde
16006         <user42@zip.com.au>.
16007         (gnus-mime-inline-part): Allow the name parameter as well as the
16008         filename parameter; force decompressing of compressed data; always
16009         display contents being not decoded as unibyte.
16010
16011         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16012         as well as the filename parameter.
16013
16014         * mm-util.el (mm-decompress-buffer):
16015         Merge gnus-mime-jka-compr-maybe-uncompress.
16016         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16017         of compressed data.
16018
16019 2005-02-08  Simon Josefsson  <jas@extundo.com>
16020
16021         * imap.el (imap-log): Doc fix.
16022
16023 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16026         the coding cookies; decompress compressed parts.
16027
16028         * mml.el (mml-generate-mime-1): Add the charset parameter according
16029         to the value which a user specified manually or the coding cookie.
16030
16031         * mm-util.el (mm-string-to-multibyte): New function.
16032         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16033         (mm-coding-system-to-mime-charset): New function.
16034         (mm-decompress-buffer): New function.
16035         (mm-find-buffer-file-coding-system): New function.
16036
16037         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16038         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16039         parts.
16040
16041 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16042
16043         * mm-view.el (mm-display-inline-fontify): Decode a part according
16044         to the charset parameter.
16045
16046 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16049         prefix arg is neither nil nor a number, as info specifies.
16050
16051 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16054         timestamps.
16055
16056 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16057
16058         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16059         groups error checking and notify user.
16060
16061 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16062
16063         * message.el (message-send-mail-function): Check existence of
16064         sendmail-program first before using default value
16065         `message-send-mail-with-sendmail'.  Otherwise use more generic
16066         `smtpmail-send-it'.
16067
16068 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * nntp.el (nntp-request-update-info): Always return nil.
16071
16072 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16073
16074         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16075
16076 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16077
16078         * message.el (message-beginning-of-line): Change the behavior when
16079         invoked between BOL and : so that it first moves backward.
16080
16081 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16084         article buffer when editing of the article is discarded.
16085         (gnus-article-prepare): Revert.
16086
16087 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-art.el (gnus-article-prepare):
16090         Remove message-strip-forbidden-properties from the local hook.
16091
16092 2005-01-27  Simon Josefsson  <jas@extundo.com>
16093
16094         * password.el (password-cache-add): Only start one timer per key.
16095         Reported by Derek Atkins <warlord@MIT.EDU>.
16096
16097 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16098
16099         * run-at-time.el: Remove.  It is no longer needed as
16100         timer-funcs.el in the xemacs-base package has a working version of
16101         `run-at-time'.
16102
16103         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16104
16105         * password.el: Require timer-funcs instead of run-at-time in
16106         XEmacs.
16107         Remove `password-run-at-time' macro.
16108         (password-cache-add): Use `run-at-time' instead of
16109         `password-run-at-time'.
16110
16111         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16112         Remove `nnheader-cancel-function-timers' alias,
16113         `cancel-function-timers' exists in XEmacs in timer-funcs.
16114
16115         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16116         for `run-with-idle-timer'.
16117
16118         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16119         for `run-at-time'.
16120
16121         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16122         for `with-timeout'.
16123
16124         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16125         the same as for XEmacs 21.4.
16126         No need to ignore `run-with-idle-timer', this function exists in
16127         XEmacs now in timer-funcs.el in the xemacs-base package.
16128         (dgnushack-compile): No need to delete
16129         run-at-time.el from the list of files to compile because it
16130         doesn't exist anymore.
16131
16132 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16135         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16136
16137 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16138
16139         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16140         sensitively.
16141
16142 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16143
16144         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16145
16146 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16149         which will be inserted according to the multibyteness of a buffer
16150         rather than the type of contents.  Suggested by ARISAWA Akihiro
16151         <ari@mbf.ocn.ne.jp>.
16152
16153         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16154         of string which old xml.el may return rather than a string.
16155
16156 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16159
16160 2005-01-16  Simon Josefsson  <jas@extundo.com>
16161
16162         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16163         idn/idna.el isn't available.
16164         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16165         <michael@waxrat.com>.
16166
16167         * hashcash.el: Remove non-FSF copyright header.
16168
16169         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16170         (hashcash-generate-payment): Use it.
16171         (hashcash-generate-payment-async): Use it.
16172
16173 2005-01-15  Simon Josefsson  <jas@extundo.com>
16174
16175         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16176         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16177
16178         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16179         gnus-summary-idna-message.
16180         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16181         (gnus-summary-idna-message): New function.
16182
16183 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16186         gnus-novice-user.
16187
16188 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * nnrss.el (nnrss-request-delete-group): Delete entries in
16191         nnrss-group-alist as well.
16192         (nnrss-save-server-data): Insert newline.
16193
16194 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16195
16196         * gnus.el (gnus-user-agent): Use list of symbols instead of
16197         symbols.  Display full version number for (S)XEmacs.
16198         Optionally display (S)XEmacs codename.
16199
16200         * gnus-util.el (gnus-emacs-version): Update for new
16201         `gnus-user-agent'.
16202
16203         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16204         Gnus version.
16205
16206 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16207
16208         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16209         which is unreadable in some setups.
16210
16211 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * gnus-spec.el (gnus-update-format-specifications): Flush the
16214         group format spec cache if it doesn't support decoded group names.
16215
16216 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16217
16218         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16219         Allow to apply decay on score files matching a regexp.
16220
16221 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16224         compatibility in %g and %c.
16225
16226 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16229         name for only %g and %c.
16230         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16231         of gnus-tmp-group to decoded group name.
16232         (gnus-group-make-rss-group): Exclude `/'s from group names.
16233
16234 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * nnrss.el (nnrss-get-encoding): Fix regexp.
16237
16238 2004-12-27  Simon Josefsson  <jas@extundo.com>
16239
16240         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16241         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16242         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16243
16244 2004-12-17  Kim F. Storm  <storm@cua.dk>
16245
16246         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16247
16248         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16249
16250 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16251
16252         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16253
16254 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * nnrss.el: Require rfc2047 and mml.
16257         (nnrss-file-coding-system): New variable.
16258         (nnrss-format-string): Redefine it as an inline function.
16259         (nnrss-decode-group-name): New function.
16260         (nnrss-string-as-multibyte): Remove.
16261         (nnrss-retrieve-headers): Decode group name; don't use
16262         nnrss-format-string.
16263         (nnrss-request-group): Decode group name.
16264         (nnrss-request-article): Decode group name; allow a Message-ID as
16265         well as an article number; don't use nnrss-format-string; encode a
16266         Message-ID string which may contain non-ASCII characters; use
16267         mml-to-mime to compose a MIME article.
16268         (nnrss-request-expire-articles): Decode group name.
16269         (nnrss-request-delete-group): Decode group name.
16270         (nnrss-fetch): Clarify error message.
16271         (nnrss-read-server-data): Use insert-file-contents instead of load;
16272         bind file-name-coding-system; use multibyte buffer.
16273         (nnrss-save-server-data): Bind coding-system-for-write to the
16274         value of nnrss-file-coding-system; bind file-name-coding-system;
16275         add coding cookie.
16276         (nnrss-read-group-data): Use insert-file-contents instead of load;
16277         bind file-name-coding-system; use multibyte buffer.
16278         (nnrss-save-group-data): Bind coding-system-for-write to the
16279         value of nnrss-file-coding-system; bind file-name-coding-system.
16280         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16281         make it work with non-ASCII text.
16282         (nnrss-find-el): Make it work with old xml.el as well.
16283
16284 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16285
16286         * nnrss.el (nnrss-get-encoding): New function.
16287         (nnrss-fetch): Use unibyte buffer initially; bind
16288         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16289         decode contents according to the encoding attribute.
16290         (nnrss-save-group-data): Add coding cookie.
16291         (nnrss-mime-encode-string): New function.
16292         (nnrss-check-group): Use it to encode subject and author.
16293
16294 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16295
16296         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16297         imaginary variable.
16298
16299 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16302         correctly even if there are wide characters.
16303
16304 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16305
16306         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16307         downcased symbol names; make a new cache instead of reusing
16308         bbdb-hashtable.
16309
16310 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16313         concatenating segments rather than before concatenating them.
16314         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16315
16316         * message.el (message-get-reply-headers): Bind `extra'.
16317
16318 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16319
16320         * message.el (message-extra-wide-headers): New variable.
16321         (message-get-reply-headers): Use it.
16322
16323 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16326         (gnus-agent-group-pathname): Ditto.
16327
16328         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16329
16330         * gnus-group.el (gnus-group-make-group): Decode group name.
16331         (gnus-group-make-rss-group): Register the group data after opening
16332         the nnrss group.
16333
16334 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16335
16336         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16337         by expiry now get marked as read.
16338
16339 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16342
16343 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16344
16345         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16346         unify Latin characters in XEmacs.
16347         (mm-find-mime-charset-region): Use it.
16348
16349 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * gnus-util.el (gnus-delete-directory): New function.
16352
16353         * gnus-agent.el (gnus-agent-delete-group): Use it.
16354
16355         * gnus-cache.el (gnus-cache-delete-group): Use it.
16356
16357 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16360         names.
16361
16362 2004-12-16  Simon Josefsson  <jas@extundo.com>
16363
16364         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16365
16366 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16369
16370         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16371         (gnus-group-set-current-level): Decode group name.
16372
16373 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16374
16375         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16376         failed.
16377
16378 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus-group.el (gnus-group-delete-group): Decode group name.
16381         (gnus-group-make-rss-group): Encode group name.
16382         (gnus-group-catchup-current): Decode group name.
16383         (gnus-group-kill-group): Decode group name.
16384
16385 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16386
16387         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16388
16389 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gnus-group.el (gnus-group-make-rss-group):
16392         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16393
16394         * gnus-start.el (gnus-setup-news): Honor user's setting to
16395         gnus-message-archive-method.  Suggested by Lute Kamstra
16396         <lute@gnu.org>.
16397
16398 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16399
16400         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16401         global counterparts of the buffer-local variables.
16402
16403 2004-11-16  Romain Francoise  <romain@orebokech.com>
16404
16405         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16406         counterparts of the buffer-local variables.
16407
16408 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * message.el (message-forbidden-properties): Fix typo in doc
16411         string.
16412
16413 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16414
16415         * gnus-util.el (gnus-replace-in-string): Add doc string.
16416
16417         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16418         to avoid problems when splitting mails with many recipients.
16419
16420 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16421
16422         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16423         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16424
16425 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16426
16427         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16428         if there is no hashtable in memory or file modification time is
16429         newer than cached timestamp.
16430
16431 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * gnus-sum.el (gnus-summary-limit-to-recipient):
16434         Implement not-matching option.
16435
16436 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16437
16438         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16439         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16440         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16441         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16442         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16443         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16444
16445 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * message.el (message-forward-make-body-mml): Remove headers
16448         according to message-forward-ignored-headers if a message is decoded.
16449
16450 2004-12-02  Romain Francoise  <romain@orebokech.com>
16451
16452         * message.el (message-forward-make-body-plain): Always remove
16453         headers according to message-forward-ignored-headers.
16454
16455 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16456
16457         * spam.el (spam-summary-prepare-exit): Remove the
16458         gnus-summary-limit pop for now, it has problems with ham marks for
16459         me.
16460
16461 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16464         correctly.
16465
16466 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16467
16468         * format-spec.el (format-spec): Message the char.
16469
16470 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16471
16472         * gnus-art.el (gnus-split-methods): Reformat comments.
16473
16474         * spam.el (spam-summary-prepare-exit): Remove article limits
16475         before exiting the summary buffer.
16476
16477 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16480         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16481
16482         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16483         order to silence the byte compiler.
16484
16485         * spam.el: Fix the way to silence the byte compiler, which
16486         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16487         bbdb-search-simple, spam-BBDB-register-routine,
16488         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16489         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16490         spam-stat-buffer-is-spam, spam-stat-load,
16491         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16492         spam-stat-save and spam-stat-split-fancy.
16493
16494 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16497         which may confuse users.
16498         (canlock-password-for-verify): Ditto.
16499
16500         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16501
16502         * gnus-art.el (gnus-emphasis-alist): Ditto.
16503
16504         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16505
16506         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16507
16508         * gnus-start.el (gnus-save-killed-list): Ditto.
16509
16510         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16511         (gnus-sum-thread-tree-root): Ditto.
16512         (gnus-sum-thread-tree-false-root): Ditto.
16513         (gnus-sum-thread-tree-single-indent): Ditto.
16514
16515         * message.el (message-courtesy-message): Ditto.
16516         (message-archive-note): Ditto.
16517         (message-subscribed-address-file): Ditto.
16518         (message-user-fqdn): Ditto.
16519
16520         * spam-report.el (spam-report-gmane-regex): Ditto.
16521
16522         * spam.el (spam-blackhole-good-server-regex): Ditto.
16523
16524 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * mml.el (mml-preview): Widen the message buffer before copying
16527         the contents to the preview buffer; sort headers before previewing.
16528
16529         * message.el (message-hidden-headers): Fix the way to avoid a bug
16530         in the `repeat' widget in Emacs 21.3 or earlier.
16531
16532 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * message.el (message-hidden-headers): Default to "^References:".
16535         Improve customization type.  Suggested by Reiner Steib
16536         <Reiner.Steib@gmx.de>.
16537
16538 2004-11-25  Romain Francoise  <romain@orebokech.com>
16539
16540         * message.el (message-strip-forbidden-properties): Remove check for
16541         obsolete `message-hidden' text property, hidden headers are not
16542         accessible in the buffer anymore.
16543
16544 2004-11-22  Romain Francoise  <romain@orebokech.com>
16545
16546         * message.el (message-header-format-alist): Add `From' in list
16547         so that it can be sorted.
16548         (message-fix-before-sending): Widen and sort headers before
16549         sending.
16550         (message-hide-headers): Use narrowing to hide headers by moving
16551         them to the top of the buffer and narrowing to the region
16552         underneath.
16553
16554 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16555
16556         * message.el (message-strip-forbidden-properties):
16557         Bind buffer-read-only (etc) to nil.
16558
16559 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16562         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16563
16564 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16565
16566         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16567
16568 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569
16570         * dns.el (query-dns): Use sit-for to time instead of
16571         accept-process-output, since that doesn't seem to work on udp
16572         sockets.
16573
16574 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16577
16578 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16579
16580         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16581         doc string.  Improve doc string.
16582
16583 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * nntp.el (nntp-request-update-info): Return nil if
16586         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16587         may not call gnus-activate-group which uselessly issues the GROUP
16588         commands for all nntp groups and wastes time.  Reported by Romain
16589         Francoise <romain@orebokech.com>.
16590
16591         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16592
16593 2004-11-15  Simon Josefsson  <jas@extundo.com>
16594
16595         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16596         headers separately.
16597         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16598         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16599
16600 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * gnus-start.el (gnus-convert-old-newsrc):
16603         Assign legacy-gnus-agent to 5.10.7.
16604
16605 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606
16607         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16608         start of the lines.
16609
16610 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16611
16612         * hashcash.el (hashcash-default-payment): Change default to 20.
16613         (hashcash-default-accept-payment): Change default to 20.
16614         (hashcash-process-alist): New variable.
16615         (hashcash-generate-payment-async): Add.
16616         (hashcash-already-paid-p): Add.
16617         (hashcash-insert-payment): Don't generate payments twice.
16618         (hashcash-insert-payment-async): Add.
16619         (hashcash-insert-payment-async-2): Add.
16620         (hashcash-cancel-async): Add.
16621         (hashcash-wait-async): Add.
16622         (hashcash-processes-running-p): Add.
16623         (hashcash-wait-or-cancel): Add.
16624         (mail-add-payment): New optional argument.  Conditionally start
16625         asynchronous calculation.
16626         (mail-add-payment-async): Add.
16627
16628         * message.el (message-send-mail): Wait for asynchronous hashcash
16629         results.  Don't clobber existing X-Hashcash headers.
16630         (message-setup-1): Call mail-add-payment-async when
16631         message-generate-hashcash is non-nil.
16632
16633 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16634
16635         * message.el (message-use-alternative-email-as-from): Examine the
16636         From header as well; use message-make-from in order to include a
16637         user's full name.
16638
16639 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16642         default; improve customization type.
16643         (gnus-emphasis-custom-with-format): New macro.
16644         (gnus-emphasis-custom-value-to-external): New function.
16645         (gnus-emphasis-custom-value-to-internal): New function.
16646
16647 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16648
16649         * dns.el (query-dns): Resolve reverse addresses.
16650
16651 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16652
16653         * gnus-group.el (gnus-group-get-new-news): Use it.
16654
16655         * gnus-start.el (gnus-check-reasonable-setup): New function.
16656
16657 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16660         "Args out of range" error.  Reported by Arnaud Giersch
16661         <arnaud.giersch@free.fr>.
16662
16663 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16664
16665         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16666
16667 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16668
16669         * spam.el (spam group): Add :version.
16670
16671         * pgg-def.el (pgg group): Add :version.
16672
16673 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus-art.el (gnus-article-edit-article): Don't associate the
16676         article buffer with a draft file.  This is a temporary measure
16677         against the 2004-08-22 change to gnus-article-edit-mode.
16678
16679 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16682         (html2text-format-tags): Remove unused variable `attr'.
16683
16684 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16685
16686         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16687
16688         * tls.el (tls-process-connection-type, tls-success)
16689         (tls-certtool-program): Add :version.
16690
16691         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16692         (starttls-extra-arguments, starttls-process-connection-type)
16693         (starttls-connect, starttls-failure, starttls-success): Add :version.
16694
16695         * spam-stat.el (spam-stat): Add :version.
16696
16697         * sieve.el (sieve): Add :version.
16698
16699         * sha1.el (sha1): Add :version.
16700         (sha1-use-external): Remove redundant version.
16701
16702         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16703         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16704         (nnmail-split-fancy-match-partial-words)
16705         (nnmail-split-lowercase-expanded): Add :version.
16706
16707         * nndiary.el (nndiary): Add :version.
16708
16709         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16710
16711         * mml-sec.el (mml-default-sign-method)
16712         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16713         Add :version.
16714
16715         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16716
16717         * mm-url.el (mm-url-use-external, mm-url-program)
16718         (mm-url-arguments): Add :version.
16719
16720         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16721         (mm-attachment-file-modes, mm-decrypt-option)
16722         (mm-w3m-safe-url-regexp): Add :version.
16723
16724         * message.el (message-cite-prefix-regexp)
16725         (message-sendmail-envelope-from, message-minibuffer-local-map)
16726         (message-user-fqdn, message-completion-alist): Add :version.
16727
16728         * gnus-win.el (gnus-configure-windows-hook)
16729         (gnus-use-frames-on-any-display): Add :version.
16730
16731         * gnus-art.el (gnus-article-address-banner-alist)
16732         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16733         (gnus-treat-from-picon, gnus-treat-mail-picon)
16734         (gnus-treat-x-pgp-sig): Add :version.
16735
16736         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16737         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16738         (gnus-summary-article-delete-hook)
16739         (gnus-summary-display-while-building): Add :version.
16740
16741         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16742         (gnus-get-top-new-news-hook): Add :version.
16743
16744         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16745         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16746
16747         * gnus-registry.el (gnus-registry): Add :version.
16748
16749         * gnus-spec.el (gnus-use-correct-string-widths)
16750         (gnus-make-format-preserve-properties): Add :version.
16751
16752         * gnus.el (gnus-group-charter-alist)
16753         (gnus-group-fetch-control-use-browse-url)
16754         (gnus-install-group-spam-parameters): Add :version.
16755
16756         * gnus-diary.el (gnus-diary): Add :version.
16757
16758         * gnus-delay.el (gnus-delay): Add :version.
16759
16760         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16761         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16762         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16763         Add :version.
16764
16765         * gnus-agent.el (gnus-agent-max-fetch-size)
16766         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16767         (gnus-agent-prompt-send-queue): Add :version.
16768
16769         * deuglify.el (gnus-outlook-deuglify): Add :version.
16770
16771         * html2text.el: Beautify code.  Improve doc strings.
16772         Some checkdoc cleanup.
16773         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16774
16775 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16776
16777         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16778
16779 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16780
16781         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16782         when package is loaded.
16783
16784         * spam.el (spam-summary-score-preferred-header): Add global preference
16785         for people who want to override the default SpamAssassin over
16786         Bogofilter preference (when both are set).
16787         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16788         (spam-user-format-function-S):
16789         Check spam-summary-score-preferred-header.
16790         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16791         (spam-user-format-function-S): Format the score correctly.
16792
16793 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16794
16795         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16796         signature file.  Suggested by Manoj Srivastava
16797         <srivasta@golden-gryphon.com>.
16798
16799         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16800         iso-2022-jp even in the Japanese language environment.
16801         Suggested by Jason Rumney <jasonr@gnu.org>.
16802
16803 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16806         use the same characters as the dummy marks; make it free from
16807         getting affected by the language environment.
16808         (gnus-summary-read-group-1): Update mark positions only when the
16809         format spec is updated.
16810
16811         * gnus-spec.el (gnus-update-format-specifications): Return a list
16812         of updated types.
16813
16814 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16817         of boundp to check if display-warning is available.
16818
16819 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16820
16821         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16822
16823 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * nnspool.el (nnspool-spool-directory): Use news-path if the
16826         news-directory variable is not bound.
16827
16828         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16829         function instead of display-warning if it is not available.
16830
16831 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16832
16833         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16834         v5-10: Use `point-at-bol'.
16835
16836 2004-10-26  Simon Josefsson  <jas@extundo.com>
16837
16838         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16839         <chenggao@gmail.com>.
16840
16841 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16844         instead.
16845
16846 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16847
16848         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16849         to remove a server from the nnimap-server-buffer-alist.
16850         (nnimap-open-connection, nnimap-close-server): Use it.
16851
16852         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16853
16854 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16857         running the major-mode function.
16858
16859 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16862         dummy marks in the right way.
16863
16864 2004-10-18  David Edmondson  <dme@dme.org>
16865
16866         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16867         excessively.
16868
16869 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16870
16871         * gnus-util.el (gnus-split-references): Accept a nil references
16872         string and go on blissfully.
16873
16874         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16875         cases where the references string is non-nil but has no references.
16876
16877         * encrypt.el: Add autoload tags.
16878
16879         * spam.el (spam-resolve-registrations-routine): Remove article
16880         from unregistration list too.  Reported by David Hanak
16881         <dhanak@isis.vanderbilt.edu>
16882
16883 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16886         nil.  Change custom type.
16887
16888 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16889
16890         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16891
16892         * gnus-sum.el (gnus-summary-move-article): Use it.
16893
16894 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16895
16896         * encrypt.el: Add autoload cookies.
16897
16898         * spam.el (spam-backend-article-list-property)
16899         (spam-backend-get-article-todo-list)
16900         (spam-backend-put-article-todo-list)
16901         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16902         Resolve registrations separately.
16903         (spam-register-routine): Format comments.
16904         (spam-unregister-routine, spam-register-routine): Always call with
16905         specific-articles, no default list.
16906         (spam-summary-prepare-exit): Use the spam-classifications function.
16907
16908         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16909         gnus-encrypt.el.
16910
16911         * encrypt.el: Copied from gnus-encrypt.el.
16912
16913         * gnus-encrypt.el: Commented that it's obsolete.
16914
16915 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16918         (gnus-score-save): Use it.
16919
16920         * message.el (message-bury): Use `window-dedicated-p'.
16921
16922 2004-10-15  Simon Josefsson  <jas@extundo.com>
16923
16924         * pop3.el (top-level): Don't require nnheader.
16925         (pop3-read-timeout): Add.
16926         (pop3-accept-process-output): Add.
16927         (pop3-read-response, pop3-retr): Use it.
16928
16929 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16930
16931         * spam.el (spam-register-routine): Move comment.
16932         (spam-verify-bogofilter): Use 'unknown for the initial
16933         spam-bogofilter-valid state, not 'never.
16934
16935         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16936         for netrc-machine.
16937
16938         * nnimap.el (nnimap-open-connection):
16939         Use netrc-machine-user-or-password.
16940
16941 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16942
16943         * gnus-registry.el (gnus-registry-unload-hook):
16944         Set as a variable with add-hook.
16945
16946         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16947         of news-path.
16948
16949         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16950
16951         * spam.el: Delete duplicate `provide'.
16952         (spam-unload-hook): Set as a variable with add-hook.
16953
16954 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16955
16956         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16957         in the doc string.
16958
16959         * message.el (message-ignored-news-headers)
16960         (message-ignored-supersedes-headers)
16961         (message-ignored-resent-headers)
16962         (message-forward-ignored-headers): Improve custom type.
16963
16964 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * message.el (message-tokenize-header): Fix 2004-09-06 change
16967         which used point-min in the wrong place.
16968
16969 2004-10-12  Simon Josefsson  <jas@extundo.com>
16970
16971         * tls.el (tls-certtool-program): New variable.
16972         (tls-certificate-information): New function, based on
16973         ssl-certificate-information.
16974
16975 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * compface.el: Move the version of ELisp-based uncompface program
16978         to the contrib directory because of the copyright problem.
16979
16980 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * message.el (message-kill-buffer): Raise the current frame.
16983
16984 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16987
16988         * gnus.el (message-y-or-n-p): Autoload.
16989
16990         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16991         (pop3-password-required, pop3-authentication-scheme)
16992         (pop3-leave-mail-on-server): Make customizable.
16993         (pop3): New custom group.
16994         (pop3-retr): Remove `sleep-for' statements.
16995         Suggested by Dave Love <fx@gnu.org>.
16996
16997         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16998         Windows/DOS.
16999
17000         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17001         (imap-parse-body): Fix incorrect use of `assert'.
17002         Suggested by Dave Love <fx@gnu.org>.
17003
17004         * mml.el (mml-minibuffer-read-disposition): Require match.
17005         Suggested by Dave Love <fx@gnu.org>.
17006
17007 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17008
17009         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17010         doc string.
17011
17012 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17015
17016 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17017
17018         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17019         instead of calling `mm-insert-inline', to decode text/* parts
17020         before displaying them.
17021
17022 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * mm-uu.el (mm-uu-text-plain-type): New variable.
17025         (mm-uu-pgp-signed-extract-1): Use it.
17026         (mm-uu-pgp-encrypted-extract-1): Use it.
17027         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17028         bind mm-uu-text-plain-type with that value.
17029         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17030         mm-uu-dissect.
17031
17032 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-group.el (gnus-update-group-mark-positions):
17035         * gnus-sum.el (gnus-update-summary-mark-positions):
17036         * message.el (message-check-news-body-syntax):
17037         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17038         of string-as-multibyte.
17039
17040 2004-10-05  Juri Linkov  <juri@jurta.org>
17041
17042         * gnus-group.el (gnus-update-group-mark-positions):
17043         * gnus-sum.el (gnus-update-summary-mark-positions):
17044         * message.el (message-check-news-body-syntax):
17045         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17046         8-bit unibyte values to a multibyte string for search functions.
17047
17048 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17051         (mm-uu-dissect-text-parts): New function.
17052
17053         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17054         dissect text parts.
17055
17056         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17057         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17058
17059         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17060
17061         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17062         Use gnus-current-topics instead of gnus-current-topic.
17063
17064 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17065
17066         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17067
17068 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17069
17070         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17071         where approriate.
17072
17073         * nnml.el (nnml-generate-active-info): do.
17074
17075         * nndiary.el (nndiary-generate-active-info): do.
17076
17077         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17078         (gnus-topic-move): do.
17079
17080         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17081         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17082
17083         * gnus-srvr.el (gnus-server-prepare)
17084         (gnus-server-open-all-servers): do.
17085
17086         * gnus-msg.el (gnus-summary-cancel-article)
17087         (gnus-summary-resend-message)
17088         (gnus-summary-mail-crosspost-complaint): do.
17089
17090         * gnus-move.el (gnus-change-server): do.
17091
17092         * gnus-group.el (gnus-group-unmark-all-groups)
17093         (gnus-group-set-current-level): do.
17094
17095 2004-10-04  Simon Josefsson  <jas@extundo.com>
17096
17097         * message.el (message-generate-hashcash): Doc fix.
17098
17099 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17100
17101         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17102         avoid infinite recursion via gnus-get-function.
17103
17104 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17105
17106         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17107
17108         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17109
17110         * nnmail.el (nnmail-split-history): do.
17111
17112         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17113         (nnml-request-delete-group): do.
17114
17115         * nnslashdot.el (nnslashdot-read-groups): do.
17116
17117         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17118         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17119
17120         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17121         (nnspool-sift-nov-with-sed): Use last.
17122         (nnspool-retrieve-headers-with-nov): Use mapc.
17123         (nnspool-request-newgroups): Use dolist.
17124         (nnspool-request-group): Use last.
17125
17126         * nntp.el (nntp-read-server-type): Use dolist.
17127
17128         * nnvirtual.el (nnvirtual-create-mapping)
17129         (nnvirtual-update-read-and-marked): Use dolist.
17130         (nnvirtual-convert-headers): Simplify.
17131
17132 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17133
17134         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17135         Add support for sync'ing tick marks.
17136
17137 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17140         there's no visible header.
17141
17142 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17143
17144         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17145         When necessary, pass full group name to gnus-request-set-marks.
17146
17147 2004-10-01  Simon Josefsson  <jas@extundo.com>
17148
17149         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17150         acroread.
17151
17152 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17153
17154         * spam-report.el (spam-report-gmane): Fix interactive.
17155
17156         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17157
17158         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17159         when writing file.
17160         (gnus-agent-synchronize-flags): Don't default to being
17161         interactive.
17162
17163 2004-09-30  Simon Josefsson  <jas@extundo.com>
17164
17165         * message.el (message-generate-hashcash): Add.
17166         (message-send-mail): Use it, call mail-add-payment.
17167
17168 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17169
17170         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17171
17172 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17173
17174         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17175         gnus-requst-update-info with explicit code to sync the in-memory
17176         info read flags with the marks being sync'd to the backend.
17177
17178         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17179
17180 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17181
17182         * spam.el (spam-verify-bogofilter): Add new function.
17183         (spam-check-bogofilter)
17184         (spam-bogofilter-register-with-bogofilter): Use it.
17185         (spam-verify-bogofilter): Add small fixes.
17186
17187 2004-09-28  Simon Josefsson  <jas@extundo.com>
17188
17189         * hashcash.el (hashcash-generate-payment): Revert.
17190
17191 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17192
17193         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17194         Use gnus-extract-references instead of gnus-split-references.
17195
17196         * gnus-util.el (gnus-extract-references): Add new function, analogous
17197         to gnus-split-references but extracts only the message-ID without
17198         anything extra.
17199
17200         * hashcash.el (hashcash-generate-payment)
17201         (hashcash-check-payment): Do the right thing if hashcash-path is
17202         nil (because the hashcash program could not be found).
17203
17204         * spam.el (spam-use-hashcash): Remove comment.
17205
17206 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17207
17208         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17209         (gnus-cache-enter-article, gnus-cache-remove-article)
17210         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17211
17212         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17213
17214         * gnus-art.el (article-hide-boring-headers)
17215         (article-translate-strings, article-display-face)
17216         (gnus-article-mime-match-handle-first)
17217         (gnus-article-highlight-headers)
17218         (gnus-article-add-buttons-to-head): do.
17219
17220 2004-09-27  Simon Josefsson  <jas@extundo.com>
17221
17222         * hashcash.el: New version, from
17223         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17224         ../contrib/.
17225
17226 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17229
17230 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17231
17232         * gnus-dup.el (gnus-dup-open): Use mapc.
17233         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17234
17235         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17236         Reported by Stefan Wiens <s.wi@gmx.net>.
17237
17238         * gnus.el (gnus-shutdown): Use dolist.
17239
17240         * gnus-undo.el (gnus-undo): Use mapc.
17241
17242         * nnrss.el (nnrss-generate-active): do.
17243
17244         * message.el (message-cite-original-without-signature)
17245         (message-cite-original): Use mapc.
17246         (message-do-actions, message-make-forward-subject): Use dolist.
17247
17248 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17249
17250         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17251         deletion to remove entire duplicate line.  Fixes merged article
17252         number bug.
17253
17254 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17255
17256         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17257         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17258         first ask if you want to open a server and then, even when you
17259         responded with no, asking if you want to synchronize the server's
17260         flags.
17261         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17262         multi-line expressions.
17263         (gnus-agent-synchronize-group-flags): New internal function.
17264         Updates marks in memory (in the info structure) AND in the
17265         backend.
17266
17267         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17268
17269         * nnagent.el (nnagent-request-set-mark):
17270         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17271         method, to ensure that synchronization updates marks in the
17272         backend and in the info (in memory) structure.
17273
17274 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17277         convention fully; don't miss the root article of a thread; make
17278         the X-Draft-From header with correct article numbers.
17279
17280 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17281
17282         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17283         unless plugged.  Disable the agent so that an open failure causes
17284         an error.
17285
17286         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17287         Revert 2004-09-21 change.  The backend must be opened while
17288         synchronizing flags even when the backend stores the flags
17289         locally.
17290
17291 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17292
17293         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17294         in `header' match.  Reported by Svend Tollak Munkejord.
17295
17296         * message.el (message-cite-original): Fix use of
17297         `message-cite-articles-with-x-no-archive'.
17298
17299 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17302         (gnus-window-to-buffer): Ditto.
17303
17304         * mml.el (mml-preview-buffer): New variable.
17305         (mml-preview): Manage window layout with gnus-buffer-configuration.
17306
17307         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17308         X-Draft-From header even if those articles aren't quoted.
17309
17310 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17311
17312         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17313         (gnus-request-set-mark, gnus-request-update-mark): Use new
17314         g-s-t-u-l-m to decide to use backend even when unplugged.
17315
17316 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17319         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17320
17321 2004-09-20  Simon Josefsson  <jas@extundo.com>
17322
17323         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17324         "utf-16-le".
17325
17326 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17327
17328         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17329
17330 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17331
17332         * uudecode.el (uudecode-use-external): Add :version.
17333
17334         * smime.el (smime-CA-file, smime-encrypt-cipher)
17335         (smime-dns-server): Add :version.
17336
17337         * smiley.el (gnus-smiley-file-types): Add :version.
17338
17339         * sha1.el (sha1-use-external): Add :version.
17340
17341         * pgg-def.el (pgg-query-keyserver): Add :version.
17342
17343         * nnmail.el (nnmail-fancy-expiry-targets)
17344         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17345         Add :version.
17346
17347         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17348         (nnimap-retrieve-groups-asynchronous): Add :version.
17349         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17350
17351         * mml.el (mml-content-disposition-parameters)
17352         (mml-insert-mime-headers-always): Add :version.
17353
17354         * mm-util.el (mm-coding-system-priorities): Add :version.
17355
17356         * mm-decode.el (mm-inline-text-html-with-images)
17357         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17358         (mm-verify-option): Add :version.
17359         (mm-text-html-renderer): Change :version.
17360
17361         * message.el (message-fcc-externalize-attachments)
17362         (message-required-headers, message-draft-headers)
17363         (message-subject-trailing-was-query)
17364         (message-subject-trailing-was-ask-regexp)
17365         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17366         (message-mark-insert-end, message-archive-header)
17367         (message-archive-note, message-cross-post-default)
17368         (message-cross-post-note, message-followup-to-note)
17369         (message-cross-post-note-function, message-use-mail-followup-to)
17370         (message-subscribed-address-functions)
17371         (message-subscribed-address-file, message-subscribed-addresses)
17372         (message-subscribed-regexps, message-allow-no-recipients)
17373         (message-yank-cited-prefix, message-signature-insert-empty-line)
17374         (message-hidden-headers, message-hierarchical-addresses)
17375         (message-mail-user-agent, message-use-idna)
17376         (message-valid-fqdn-regexp)
17377         (message-strip-special-text-properties, message-header-synonyms)
17378         (message-beginning-of-line, message-tab-body-function): Add :version.
17379         (message-insert-canlock, message-wide-reply-confirm-recipients):
17380         Change :version.
17381
17382         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17383         and :version.
17384         (mail-source-delete-old-incoming-confirm)
17385         (mail-source-movemail-program): Add :version.
17386
17387         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17388         (gnus-agent-cache, gnus-agent): Change :version.
17389
17390         * gnus-util.el (gnus-use-byte-compile): Change :version.
17391
17392         * gnus-sum.el (gnus-summary-make-false-root-always)
17393         (gnus-summary-default-high-score)
17394         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17395         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17396         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17397         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17398         (gnus-sum-thread-tree-single-indent)
17399         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17400         (gnus-sum-thread-tree-leaf-with-other)
17401         (gnus-sum-thread-tree-single-leaf): Add :version.
17402         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17403         (gnus-article-loose-mime): Change :version.
17404
17405         * gnus-start.el (gnus-backup-startup-file)
17406         (gnus-save-startup-file-via-temp-buffer): Add :version.
17407
17408         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17409         (gnus-server-offline-face): Add :version.
17410
17411         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17412
17413         * gnus-msg.el (gnus-gcc-externalize-attachments)
17414         (gnus-debug-files, gnus-debug-exclude-variables)
17415         (gnus-discouraged-post-methods): Change :version.
17416         (gnus-confirm-mail-reply-to-news)
17417         (gnus-confirm-treat-mail-like-news): Add :version.
17418
17419         * gnus-int.el (gnus-server-unopen-status): Add :version.
17420
17421         * gnus-group.el (gnus-group-jump-to-group-prompt)
17422         (gnus-large-ephemeral-newsgroup)
17423         (gnus-fetch-old-ephemeral-headers): Add :version.
17424
17425         * gnus-fun.el (gnus-x-face-directory)
17426         (gnus-convert-pbm-to-x-face-command)
17427         (gnus-convert-image-to-x-face-command)
17428         (gnus-convert-image-to-face-command): Add :version.
17429
17430         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17431
17432         * gnus-cite.el (gnus-cite-blank-line-after-header)
17433         (gnus-article-boring-faces): Add :version.
17434
17435         * gnus-art.el (gnus-buttonized-mime-types)
17436         (gnus-inhibit-mime-unbuttonizing)
17437         (gnus-treat-display-face)
17438         (gnus-treat-body-boundary): Change :version.
17439         (gnus-body-boundary-delimiter, gnus-picon-databases)
17440         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17441         (gnus-treat-date-english, gnus-treat-fold-headers)
17442         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17443         (gnus-treat-mail-picon, gnus-treat-wash-html)
17444         (gnus-article-encrypt-protocol)
17445         (gnus-use-idna, gnus-article-over-scroll)
17446         (gnus-mime-display-multipart-alternative-as-mixed)
17447         (gnus-mime-display-multipart-related-as-mixed)
17448         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17449         (gnus-ctan-url, gnus-button-ctan-handler)
17450         (gnus-button-handle-ctan-bogus-regexp)
17451         (gnus-button-ctan-directory-regexp)
17452         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17453         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17454         (gnus-button-man-level, gnus-button-emacs-level)
17455         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17456
17457         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17458         (gnus-agent-go-online): Change :version.
17459         (gnus-agent-expire-unagentized-dirs)
17460         (gnus-agent-auto-agentize-methods): Add :version.
17461
17462         * flow-fill.el (fill-flowed-display-column)
17463         (fill-flowed-encode-column): Add :version.
17464
17465         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17466         (gnus-outlook-deuglify-unwrap-max)
17467         (gnus-outlook-deuglify-cite-marks)
17468         (gnus-outlook-deuglify-unwrap-stop-chars)
17469         (gnus-outlook-deuglify-no-wrap-chars)
17470         (gnus-outlook-deuglify-attrib-cut-regexp)
17471         (gnus-outlook-deuglify-attrib-verb-regexp)
17472         (gnus-outlook-deuglify-attrib-end-regexp)
17473         (gnus-outlook-display-hook): Add :version.
17474
17475         * binhex.el (binhex-use-external): Add :version.
17476
17477 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17478
17479         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17480         and `invisible'.
17481
17482 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17483
17484         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17485         in gnus-registry-trim.
17486
17487 2004-09-13  Simon Josefsson  <jas@extundo.com>
17488
17489         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17490
17491         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17492
17493         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17494         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17495         <yamaoka@jpl.org>.
17496         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17497         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17498         <yamaoka@jpl.org>.
17499
17500         * sieve.el (sieve-manage-mode): Ditto.
17501
17502 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17503
17504         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17505
17506 2004-09-11  Simon Josefsson  <jas@extundo.com>
17507
17508         * dns-mode.el: Add.
17509
17510         * mm-view.el (mm-display-dns-inline): Add.
17511
17512         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17513         (mm-automatic-display): Ditto.
17514
17515         * mailcap.el (mailcap-mime-data): Add text/dns.
17516         (mailcap-mime-extensions): Map .soa to text/dns.
17517
17518 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17519
17520         * gnus-art.el (article-decode-mime-words, article-babel)
17521         (gnus-article-highlight-signature, gnus-article-add-buttons)
17522         (gnus-signature-toggle): Remove unnecessary bindings of
17523         `inhibit-read-only' inherited from v5.10 merge.
17524
17525 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17526
17527         * nntp.el (nntp): New customization group.
17528         (nntp-authinfo-file): Add customization group.
17529
17530         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17531
17532         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17533
17534         * gnus.el (to-address, to-list, subscribed)
17535         (large-newsgroup-initial): Ditto.
17536
17537         * flow-fill.el (fill-flowed-display-column)
17538         (fill-flowed-encode-column): Ditto.
17539
17540 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17541
17542         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17543         Use point-min rather than 1.
17544         (message-send-mail): Use buffer-size rather than point-max.
17545
17546         * gnus-sum.el (gnus-summary-search-article-forward):
17547         Signal a specific `search-failed' rather than a generic `error'.
17548
17549         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17550         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17551         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17552
17553 2004-09-10  Simon Josefsson  <jas@extundo.com>
17554
17555         * nndb.el (require): Remove tcp and duplicate cl.
17556
17557 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * gnus-agent.el (directory-files-and-attributes): Move forward.
17560
17561 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17562
17563         * gnus-agent.el (directory-files-and-attributes):
17564         Optionally defined to support XEmacs.
17565
17566 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17567
17568         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17569         to avoid run-time CL dependencies.
17570         (gnus-agent-unfetch-articles): New function.
17571         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17572         article numbers even when local .overview file is missing.
17573         (gnus-agent-read-article-number): New function.  Only accepts
17574         27-bit article numbers.
17575         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17576         Use gnus-agent-read-article-number.
17577         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17578         from backend while recognizing that article numbers in .overview
17579         must be valid.
17580         (gnus-agent-update-files-total-fetched-for):
17581         Use directory-files-and-attributes to improve performance.
17582         * gnus-int.el (gnus-request-move-article):
17583         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17584         improve performance.
17585
17586         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17587         some users confused by references to .newsrc when they only have a
17588         .newsrc.eld file.
17589         (gnus-convert-mark-converter-prompt)
17590         (gnus-convert-converter-needs-prompt): Fix use of property list.
17591         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17592         New function.  Used internally to only display 'gnus converting
17593         files' message when actually necessary.
17594
17595         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17596         methods now autoloaded.
17597
17598 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17601         identifiers.
17602
17603 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17604
17605         * gnus-picon.el: Fix indentation and closing parenthesis.
17606
17607 2004-09-01  Simon Josefsson  <jas@extundo.com>
17608
17609         * message.el (message-canlock-generate): Require sha1, not
17610         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17611         to require within a function.  Sadly, if sha1.el isn't loaded, the
17612         let binding in m-c-g will hide the defcustom definition, which is
17613         bad.)
17614
17615         * canlock.el: Require sha1, not sha1-el.
17616
17617         * message.el: Don't autoload sha1 (there is a autoload cookie in
17618         sha1.el).
17619
17620         * sha1-el.el: Rename to sha1.el.
17621
17622 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17623
17624         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17625
17626 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17627
17628         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17629
17630 2004-08-30  Kim F. Storm  <storm@cua.dk>
17631
17632         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17633
17634         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17635         Add :group 'nnimap.
17636
17637 2004-08-30  Andreas Schwab  <schwab@suse.de>
17638
17639         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17640         ?* and ?\;.
17641
17642         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17643         and ?\' to symbol instead of whitespace.
17644
17645 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17648
17649         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17650         instead of re-search-forward.
17651
17652         * gnus-uu.el (gnus-uu-save-article): Ditto.
17653         (gnus-uu-post-encode-uuencode): Ditto.
17654
17655         * html2text.el (html2text-clean-list-items): Ditto.
17656         (html2text-clean-dtdd): Ditto.
17657         (html2text-format-tags): Ditto.
17658
17659         * message.el (message-send-mail-with-sendmail): Fix regexp.
17660         (message-fill-field-general): Use search-forward instead of
17661         re-search-forward.
17662         (unbold-region): Ditto.
17663
17664         * nnrss.el (nnrss-request-article): Ditto.
17665
17666         * nnslashdot.el (nnslashdot-request-article): Ditto.
17667
17668         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17669
17670         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17671         "Unrecognized menu descriptor" error in XEmacs.
17672
17673 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17674
17675         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17676         parent article of a sparse article in the thread hashtb.
17677
17678 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17679
17680         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17681         (nnmail-expand-newtext): Lowercase expanded entries if
17682         nnmail-split-lowercase-expanded is non-nil.
17683
17684 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17687
17688         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17689         of gnus-tmp-news-method into string under XEmacs.  It will be
17690         passed to gnus-correct-length which takes only a string argument.
17691
17692 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-util.el (gnus-bind-print-variables): New macro.
17695         (gnus-prin1): Use it.
17696         (gnus-prin1-to-string): Use it.
17697         (gnus-pp): New function.
17698         (gnus-pp-to-string): New function.
17699
17700         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17701         Replace pp-to-string with gnus-pp-to-string.
17702         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17703         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17704         * gnus-msg.el (gnus-debug): Ditto.
17705         * gnus-score.el (gnus-score-save): Ditto.
17706         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17707         gnus-pp-to-string.
17708         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17709         with gnus-pp.
17710         * score-mode.el (gnus-score-pretty-print): Ditto.
17711         * webmail.el (webmail-debug): Ditto.
17712
17713 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * gnus-art.el (article-display-face, article-display-x-face):
17716         Use buffer-read-only.
17717
17718 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * gnus-art.el (article-hide-list-identifiers):
17721         Bind inhibit-read-only as t.
17722
17723 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17724
17725         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17726
17727 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17728
17729         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17730         (gnus-narrow-to-page): Don't assume point-min == 1.
17731         (gnus-article-edit-mode): Derive from message-mode.
17732
17733         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17734         point-min == 1.
17735
17736         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17737         Disable incorrect use of `assert'.
17738
17739         * message.el (message-mode): Set comment-start-skip.
17740
17741
17742 2004-08-22  Sam Steingold  <sds@gnu.org>
17743
17744         * pop3.el (pop3-leave-mail-on-server): New user variable.
17745         (pop3-movemail): Delete mail only when it is nil.
17746
17747 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17748
17749         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17750
17751         * mml.el (mml-preview): Use `pop-to-buffer'.
17752
17753         * message.el (message-goto-mail-followup-to): Insert after "To".
17754         (message-carefully-insert-headers): Add comment.
17755
17756         * gnus.el: Remove unused variable `gnus-article-check-size'.
17757
17758         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17759
17760         * gnus-art.el (gnus-button-alist):
17761         Improve `gnus-button-handle-library' entry.
17762
17763 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17764
17765         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17766         Use downcase, since XEmacs capitalizes error messages differently.
17767
17768 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17769
17770         * nntp.el: Add (require 'gnus) due to reference to
17771         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17772
17773 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17774
17775         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17776         Bind `mm-fill-flowed'.
17777
17778         * mm-decode.el (mm-dissect-singlepart): Check it.
17779
17780 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17781
17782         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17783         'imap' for netrc parsing.
17784
17785 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17786
17787         * mailcap.el (mailcap-mime-data): Mark as risky.
17788
17789 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17790
17791         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17792         may be included in the encoded word.
17793         (rfc2047-encode): Don't append a space if the encoded word
17794         includes close parenthesis.
17795
17796 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17799         of text within parentheses.
17800
17801 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17802
17803         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17804         (gnus-encrypt-write-file-contents): Make the password key the file
17805         name PLUS the cipher, not just the cipher.  Also remove failed
17806         passwords from the cache.
17807
17808 2004-08-06  Simon Josefsson  <jas@extundo.com>
17809
17810         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17811         Doc fix.
17812
17813 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17816         LWSP.
17817
17818 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17819
17820         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17821         Try to append in-reply-to: data to the references: header.
17822
17823         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17824         (netrc-parse): Use gnus-encrypt.el functions.
17825
17826         * gnus-encrypt.el: Add new file for encryption support; currently
17827         does only a few GPG ciphers and an internal XOR cipher.
17828
17829         * password.el: Add comments on using password-read-and-add.
17830         (password-read-and-add): Add function to read and add the
17831         password to the cache at once.
17832
17833 2004-07-28  Simon Josefsson  <jas@extundo.com>
17834
17835         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17836         parameter (but don't use it, for now).
17837
17838         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17839         instead of hard coding to nil.
17840
17841 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17844         as mm-inline-image-xemacs does.
17845
17846 2004-07-26  Simon Josefsson  <jas@extundo.com>
17847
17848         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17849         Revert part of 2004-07-17 change below.
17850
17851 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17854         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17855
17856 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857
17858         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17859         quotes that actually start with ">" at the beginning of the
17860         lines.
17861
17862 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * rfc2047.el (rfc2047-encode-region): Fix last change.
17865         (rfc2047-encode-parameter): Remove useless concat.
17866
17867 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17870         encode special characters; fix some kind of misconfigured headers;
17871         signal a real error if debug-on-quit or debug-on-error is non-nil.
17872         (rfc2047-encode-max-chars): New variable.
17873         (rfc2047-encode-1): Use it.
17874         (rfc2047-encode-parameter): New function.
17875
17876         * mml.el (mml-insert-parameter): Remove an excessive space.
17877
17878 2004-07-17  Simon Josefsson  <jas@extundo.com>
17879
17880         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17881         Kai Grossjohann <kai@emptydomain.de>.
17882         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17883         (gnus-group-make-menu-bar): Ditto.
17884
17885         * gnus-util.el (gnus-group-server): Add.
17886
17887 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17888
17889         * message.el (message-clone-locals): Clone sendmail and smtp
17890         variables.
17891
17892 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * rfc2047.el (rfc2047-encode-region): Fix last change.
17895
17896 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17899         characters as non-special.
17900
17901 2004-07-09  Simon Josefsson  <jas@extundo.com>
17902
17903         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17904         Users will lose all flag changes made while unplugged with
17905         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17906         good default.  See numerous reports on ding mailing list.
17907
17908 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17911         add generate-head-function and generate-article-function to the
17912         rfc822-forward entry.
17913         (nndoc-rfc822-forward-generate-article): New function.
17914         (nndoc-rfc822-forward-generate-head): New function.
17915
17916         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17917
17918 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17919
17920         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17921         respect display group parameter and gnus-summary-expunge-below.
17922         (gnus-articles-to-read): Remove unused reference to display group
17923         parameter.
17924
17925 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17926
17927         * nnheader.el (nnheader-uniquify-message-id): New experimental
17928         variable.
17929         (nnheader-nov-read-message-id): Use it.
17930
17931         * spam-report.el (spam-report-gmane): Add interactive.
17932
17933 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * mm-encode.el (mm-content-transfer-encoding-defaults):
17936         Use qp-or-base64 for the application/* types.
17937
17938 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17939
17940         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17941
17942 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17943
17944         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17945         trim value.
17946
17947 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17948
17949         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17950         New macro and function.
17951         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17952
17953 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17954
17955         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17956         after-load-alist.
17957
17958 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17959
17960         * gnus-group.el (gnus-group-get-new-news-this-group):
17961         Don't update info that isn't there.
17962
17963 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17964
17965         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17966         entry.
17967
17968 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * mm-view.el (mm-inline-render-with-function): Use multibyte
17971         buffer; decode html source by charset.
17972
17973         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17974
17975         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17976         Mule-UCS is loaded under XEmacs.
17977         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17978
17979 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17980
17981         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17982
17983 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * mm-util.el (mm-coding-system-p): Return a coding-system.
17986         (mm-mime-mule-charset-alist): Use shift_jis instead of
17987         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17988         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17989         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17990         instead of japanese-shift-jis and iso-latin-1 respectively in
17991         order to share the default value with both Emacs and XEmacs-mule.
17992         (mm-mule-charset-to-mime-charset):
17993         Make mm-coding-system-priorities effective.
17994         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17995         while predicating of candidates upon the priorities.
17996
17997 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17998
17999         * gnus-sum.el (gnus-summary-make-menu-bar):
18000         Add gnus-uu-invert-processable.
18001
18002         * gnus.el: Autoload gnus-uu-invert-processable.
18003
18004 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * mm-util.el (mm-with-multibyte-buffer): New macro.
18007
18008         * rfc2047.el (rfc2047-encode-string): Use it.
18009         (rfc2047-encode-region): Move point to the end of the region after
18010         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18011
18012 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18015         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18016
18017 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18020         (gnus-cite-parse): Ignore quoted envelope From_.
18021         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18022
18023 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18024
18025         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18026         invalid addresses.
18027
18028 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18029
18030         * spam.el: Change section markers, revise TODO list.
18031         (spam-backends): Make new master list of all installed backends.
18032         (spam-summary-exit-behavior): Add new variable to determine how
18033         messages moves are done at summary exit.
18034         (spam-move-spam-nonspam-groups-only)
18035         (spam-process-ham-in-nonham-groups)
18036         (spam-process-ham-in-spam-groups): Remove variables, the
18037         spam-summary-exit-behavior variable should be used to manage this
18038         behavior.
18039         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18040         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18041         and spam-old-spam-articles.
18042         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18043         Add empty variables, placeholders for the backends they represent.
18044         (spam-set-difference): Move, unchanged.
18045         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18046         unless the user has a processor variable.
18047         (spam-classifications, spam-classification-valid-p)
18048         (spam-backend-properties, spam-backend-property-valid-p)
18049         (spam-backend-function-type-valid-p)
18050         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18051         (spam-report-articles-gmane, spam-report-articles-resend):
18052         Remove functions, they are not needed.
18053         (spam-install-backend-super, spam-backend-list)
18054         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18055         (spam-backend-function, spam-backend-ham-registration-function)
18056         (spam-backend-spam-registration-function)
18057         (spam-backend-ham-unregistration-function)
18058         (spam-backend-spam-unregistration-function)
18059         (spam-backend-statistical-p, spam-backend-mover-p)
18060         (spam-install-backend-alias, spam-install-checkonly-backend)
18061         (spam-install-mover-backend, spam-install-nocheck-backend)
18062         (spam-install-backend, spam-install-statistical-backend)
18063         (spam-install-statistical-checkonly-backend): Add backend installation
18064         support.
18065         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18066         (spam-group-processor-p): Use the new backend code and respect the
18067         summary exit behavior.
18068         (spam-mark-spam-as-expired-and-move-routine): Remove.
18069         (spam-summary-prepare): Change to use the new spam-old-articles
18070         variable.
18071         (spam-copy-or-move-routine, spam-copy-spam-routine)
18072         (spam-move-spam-routine, spam-copy-ham-routine)
18073         (spam-move-ham-routine): Add code to copy/move ham or spam.
18074         (spam-fetch-field-fast): Improve doc and code, plus allow the
18075         'number request.
18076         (spam-list-of-checks, spam-list-of-statistical-checks):
18077         Remove variables.
18078         (spam-split, spam-find-spam): Use the new backend code.
18079         (spam-registration-functions): Remove variable.
18080         (spam-unregister-routine): Add convenience wrapper.
18081         (spam-log-undo-registration, spam-register-routine)
18082         (spam-log-processing-to-registry)
18083         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18084         where possible.
18085         (spam-check-gmane-xref, spam-check-regex-headers)
18086         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18087         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18088         (spam-check-bogofilter-headers, spam-check-spamoracle)
18089         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18090         (spam-check-crm114-headers): Use the spam-split-group that
18091         spam-split prepares, no need to determine it every time.
18092
18093         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18094         to the nnheader-parse-naked-head call.
18095
18096         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18097
18098         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18099         the nnheader-nov-read-message-id call.
18100
18101 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18104         gnus-activate-group twice.  Suggested by Markus Peter
18105         <warp@spin.de>.
18106
18107 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * gnus-art.el (gnus-article-time-format): Exchange the order of
18110         day and month in the default value; fix customization type.
18111         (article-date-ut): Use add-text-properties.
18112         (article-make-date-line): Use message-make-date instead of
18113         current-time-string.
18114
18115         * message.el (message-fetch-field): Don't use set-text-properties.
18116         (message-make-date): Simplify.
18117
18118         * messagexmas.el (message-xmas-make-date): New function.
18119         (message-xmas-redefine): Defalias message-make-date to it.
18120
18121 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18124         (rfc2047-encode-region): Treat text within parentheses as special;
18125         show the original text when error has occurred.
18126
18127         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18128         already-computed method to gnus-activate-group.
18129
18130         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18131         same select-methods identical Lisp objects.
18132
18133         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18134         object when modifying the info.
18135
18136 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18139         gnus-opened-servers since it has never been opened with the new
18140         configuration yet.
18141
18142 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18145         arg to nnheader-generate-fake-message-id.
18146
18147 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18148
18149         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18150         number and build a fake message ID localized to a group and
18151         article number (so it's repeatable from that point on).
18152         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18153         ID format.
18154
18155         * gnus-sum.el (gnus-get-newsgroup-headers):
18156         Call nnheader-generate-fake-message-id with the article number.
18157
18158 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18159
18160         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18161         end-of-buffer.
18162
18163 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18164
18165         * message.el (message-ignored-supersedes-headers): Add Approved.
18166
18167 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18170         goto-char.
18171         (rfc2047-encode): Fold the line before encoding.
18172
18173 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18174
18175         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18176         folding -- not all headers can be folded, and this should be done
18177         by the message composition mode.  Probably.  I think.
18178
18179 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18182         fast.
18183
18184         * gnus-ems.el (gnus-remove-image): Don't use
18185         message-text-with-property; remove only the image found first.
18186
18187         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18188         found first.
18189
18190 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18191
18192         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18193
18194 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * message.el (message-text-with-property): Make it fast and accept
18197         optional arguments.
18198         (message-strip-forbidden-properties): Use it.
18199         (message-fix-before-sending): Follow the m-t-w-p change.
18200
18201         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18202
18203 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * gnus-art.el (article-hide-headers): Don't change the buffer
18206         mistakenly when performing mml-preview even if
18207         gnus-single-article-buffer is nil.
18208
18209 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18210
18211         * message.el (message-expand-name-databases): New user option.
18212         (message-expand-name): Use it.
18213
18214 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18215
18216         * spam.el (spam-report-articles-resend)
18217         (spam-report-resend-register-routine): Allow ham reporting.
18218         (spam-report-resend-register-ham-routine): Add wrapper.
18219         (spam-registration-functions): Add ham resending functions.
18220         (spam-list-of-processors): Add ham resend processor.
18221
18222         * gnus.el (ham-resend-to): Add new group parameter.
18223         (spam-process): Add ham resend option.
18224
18225         * spam-report.el (spam-report-resend): Allow reporting ham.
18226         (spam-report-resend-ham): Add wrapper.
18227
18228 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18229
18230         * message.el (message-cite-articles-with-x-no-archive):
18231         New variable.
18232         (message-cite-original): Use it.
18233
18234 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18235
18236         * message.el (message-cite-original): Respect X-No-Archive.
18237
18238 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * gnus-art.el (article-hide-headers): Refer to the values for
18241         gnus-ignored-headers and gnus-visible-headers in the summary
18242         buffer since a user may have set them as group parameters.
18243
18244 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18245
18246         * assistant.el (assistant-node-name): Add convenience function.
18247         (assistant-render-text, assistant-render-node): Add error handling,
18248         plus handle multiple next nodes.
18249         (assistant-find-next-node): Comment out for now.
18250         (assistant-find-next-nodes): Add function, returns list of next
18251         nodes.
18252
18253 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * mail-source.el (mail-source-directory): Fix doc-string.
18256
18257 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18258
18259         * assistant.el (assistant-render-text, assistant-eval): Add :set
18260         widget type, which is different because it takes and returns a
18261         list.  Much hilarity ensues.
18262
18263 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18264
18265         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18266
18267         * gnus-group.el (gnus-group-get-new-news-this-group):
18268         Add doc-string.
18269
18270         * gnus-start.el (gnus-activate-group): Add doc-string.
18271
18272 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18275
18276 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18277
18278         * assistant.el (assistant-render-text): Try to add a :set
18279         widget, more to come.
18280
18281         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18282         strings.
18283         (spam-report-articles-resend)
18284         (spam-register-routine): Do registration iff any articles warrant
18285         it.
18286         (spam-summary-prepare-exit): Change log message for nil group
18287         destinations.
18288
18289 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18290
18291         * spam.el (spam-report-resend-register-routine):
18292         Allow spam-report-resend-to to be a group parameter or a global value.
18293
18294 2004-05-26  Simon Josefsson  <jas@extundo.com>
18295
18296         * starttls.el: Merge with my GNUTLS based starttls.el.
18297         (starttls-gnutls-program, starttls-use-gnutls)
18298         (starttls-extra-arguments, starttls-process-connection-type)
18299         (starttls-connect, starttls-failure, starttls-success):
18300         New variables.
18301         (starttls-program, starttls-extra-args): Doc fix.
18302         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18303         New functions.
18304         (starttls-negotiate, starttls-open-stream):
18305         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18306         function if it is set.
18307
18308 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18311         structured fields.
18312
18313 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18316
18317 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18318
18319         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18320         Add variable.
18321         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18322         assigning the spam-mark to new messages.
18323
18324 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18325
18326         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18327
18328 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18331
18332         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18333         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18334         default.
18335
18336 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18337
18338         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18339         correct data.
18340
18341 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18342
18343         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18344         (spam-group-processor-p): Fix function.
18345         (spam-group-processor-multiple-p)
18346         (spam-group-spam-processor-report-gmane-p)
18347         (spam-group-spam-processor-report-resend-p)
18348         (spam-group-spam-processor-bogofilter-p)
18349         (spam-group-spam-processor-blacklist-p)
18350         (spam-group-spam-processor-ifile-p)
18351         (spam-group-ham-processor-ifile-p)
18352         (spam-group-spam-processor-spamoracle-p)
18353         (spam-group-spam-processor-crm114-p)
18354         (spam-group-ham-processor-bogofilter-p)
18355         (spam-group-spam-processor-stat-p)
18356         (spam-group-ham-processor-stat-p)
18357         (spam-group-ham-processor-whitelist-p)
18358         (spam-group-ham-processor-BBDB-p)
18359         (spam-group-ham-processor-spamoracle-p)
18360         (spam-group-ham-processor-copy-p): Remove functions with some
18361         prejudice against unneeded code.
18362         (spam-report-articles-resend)
18363         (spam-report-resend-register-routine): Allow the group/topic
18364         spam-resend-to value to override spam-report-resend-to.
18365         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18366         properly now.
18367
18368         * gnus.el (spam-resend-to): Add group/topic parameter.
18369         (spam-process): Move the OBSOLETE processors to the end of the
18370         choices.
18371
18372 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18373
18374         * spam-report.el (spam-report-resend-to, spam-report-resend):
18375         Start with resend-to set to nil, and then ask the user if necessary.
18376         (spam-report-resend): spam-report-resend takes a list of articles, not
18377         separate article numbers.
18378
18379 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18382         addition to emacs-w3m.
18383
18384 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18385
18386         * assistant.el (assistant-authinfo-data): New function.
18387         (assistant-eval): Eval for entire assistant.
18388
18389         * netrc.el (netrc-services-file): New variable.
18390         (netrc-parse-services): New function.
18391         (netrc-find-service-name): New function.
18392         (netrc-find-service-number): New function.
18393         (netrc-port-equal): New function.
18394         (netrc-machine): Use it.
18395
18396         * nnimap.el (nnimap-open-connection): Use netrc.
18397
18398         * gnus-util.el (gnus-netrc-get): Remove aliases.
18399
18400         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18401
18402         * assistant.el (wid-edit): Fix compilation.
18403
18404         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18405
18406 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18407
18408         * gnus-util.el (gnus-set-file-modes): New function.  (small
18409         patch).
18410
18411 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18412
18413         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18414
18415         * assistant.el (assistant-render-node): Fix up rendering and
18416         read-only text.
18417         (assistant-render-node): Reset.
18418         (assistant-make-read-only): Not sticky.
18419
18420 2004-05-20  Danny Siu  <dsiu@adobe.com>
18421
18422         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18423         centered even when gnus-auto-center-summary is t.
18424
18425 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18426
18427         * dns.el (dns-get-txt-answer): New function.
18428         (dns-read-txt): Ditto.
18429         (query-dns): Use it.
18430
18431 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18434         active for foreign groups even if the group level is higher than
18435         the specified value.
18436
18437 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18438
18439         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18440         non-active groups.
18441
18442         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18443
18444 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18445
18446         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18447
18448 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18449
18450         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18451         (spam-crm114-header, spam-crm114-spam-switch)
18452         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18453         (spam-crm114-positive-spam-header)
18454         (spam-crm114-database-directory, spam-list-of-processors)
18455         (spam-group-spam-processor-crm114-p)
18456         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18457         (spam-generic-score, spam-list-of-checks)
18458         (spam-list-of-statistical-checks, spam-registration-functions)
18459         (spam-check-crm114-headers, spam-crm114-score)
18460         (spam-check-crm114, spam-crm114-register-with-crm114)
18461         (spam-crm114-register-spam-routine)
18462         (spam-crm114-unregister-spam-routine)
18463         (spam-crm114-register-ham-routine)
18464         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18465         From asjo@koldfront.dk (Adam Sjøgren).
18466
18467         * gnus.el: Add spam-use-crm114.
18468
18469         * spam.el (spam-list-of-processors, spam-registration-functions):
18470         Add spam-use-resend.
18471         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18472         (spam-report-articles-gmane): Add doc fix.
18473         (spam-report-articles-resend, spam-report-resend-register-routine):
18474         Add wrappers around spam-report-resend-to.
18475
18476         * spam-report.el (spam-report-resend-to, spam-report-resend):
18477         Add support for resending spam.
18478         (spam-report-gmane): Fix line length >80.
18479
18480         * gnus.el (spam-process): Add spam-use-resend.
18481
18482 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18483
18484         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18485         number of processed spam messages.
18486         (spam-ham-copy-or-move-routine): Return the number of processed
18487         ham messages.
18488         (spam-summary-prepare-exit): Use the above values to decide
18489         whether status messages shouled be displayed.
18490
18491 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18494         `rfc2047-encoding-function-alist' in order to avoid conflicting
18495         with the old version.
18496         (rfc2047-encode-region): Concatenate words containing non-ASCII
18497         characters in structured fields; don't encode space-delimited
18498         ASCII words even in unstructured fields; don't break words at
18499         char-category boundaries.
18500         (rfc2047-encode-1): New function.
18501         (rfc2047-encode): Use it; encode text so that it occupies the
18502         maximum width within 76-column; work correctly on Q encoding for
18503         iso-2022-* charsets.
18504         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18505         sure not to break a line just after the header name.
18506         (rfc2047-b-encode-region): Remove.
18507         (rfc2047-b-encode-string): New function.
18508         (rfc2047-q-encode-region): Remove.
18509         (rfc2047-q-encode-string): New function.
18510
18511         * mm-util.el (mm-replace-in-string): New function.
18512
18513 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18514
18515         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18516         Really get it right.
18517         (gnus-inews-make-draft): Really.
18518
18519 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18520
18521         * nnmh.el (nnmh-request-list-1): Don't check the link count
18522         before descending.  (small patch)
18523
18524 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18525
18526         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18527         stuff.
18528
18529         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18530         Match on real group name.
18531
18532         * gnus-art.el (gnus-signature-limit): Doc fix.
18533
18534         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18535
18536         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18537
18538 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18539
18540         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18541         isn't a string.
18542
18543 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18544
18545         * gnus-draft.el (gnus-draft-send):
18546         Bind rfc2047-encode-encoded-words.
18547
18548         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18549         (rfc2047-encodable-p): Say that =? needs encoding.
18550         (rfc2047-encode-encoded-words): New variable.
18551
18552         * gnus-group.el (gnus-group-select-group): Doc fix.
18553
18554         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18555
18556         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18557         to nil.
18558
18559         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18560
18561         * nnheader.el (nnheader-get-lines-and-char): New function.
18562
18563 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18564
18565         * gnus-msg.el (gnus-summary-followup-with-original):
18566         Document yanking of region when active.
18567
18568 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18571         groups if the group level is higher than the specified value.
18572
18573 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18576         (gnus-group-jump-to-group): Add prefix argument using
18577         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18578         non-active group.
18579
18580         * compface.el (uncompface): Be verbose when changing
18581         `uncompface-use-external'.
18582
18583         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18584         handle manual section.
18585
18586 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18587
18588         * gnus-art.el (gnus-button-alist): Revert previous change.
18589
18590 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18591
18592         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18593
18594 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18595
18596         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18597         whether backend can accept message.
18598
18599         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18600
18601 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18602
18603         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18604         Avoid creating directory when nntp-marks-is-evil is true.
18605         Reported by Reiner Steib.
18606
18607 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * gnus-picon.el (gnus-picon-style): New variable.
18610         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18611         (gnus-picon-transform-address): Support `gnus-picon-style'.
18612         From Jesper Harder <harder@ifa.au.dk>.
18613
18614 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18615
18616         * message.el (message-fill-field): Return point.
18617         (message-generate-headers): Go to end of field.
18618
18619         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18620         stuff for non-living groups.
18621
18622 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18623
18624         * gnus-art.el (gnus-article-followup-with-original)
18625         (gnus-article-reply-with-original): gnus-mark-active-p ->
18626         gnus-region-active-p.
18627
18628 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18629
18630         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18631         only when there is spam or ham to be processed.
18632
18633 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18634
18635         * mail-source.el (mail-source-delete-crash-box): Refactor.
18636         (mail-source-fetch): Use it.
18637         (mail-source-fetch-file): Ditto.
18638         (mail-source-fetch-directory): Run postscript in loop.
18639         (mail-source-fetch-pop): Delete.
18640         (mail-source-fetch-maildir): Ditto.
18641         (mail-source-fetch-imap): Ditto.
18642
18643         * imap.el (imap-authenticators): Comment out sasl.
18644
18645         * message.el (message-skip-to-next-address): New function.
18646         (message-fill-header-address): Refactor.
18647         (message-fill-address): Use it.
18648         (message-delete-address): Use it.
18649         (message-fill-header-general): Refactor.
18650         (message-fill-field-address): Rename.
18651         (message-narrow-to-field): Find the start of the header.
18652         (message-header-format-alist): Don't pre-fill.
18653         (message-fill-header): Remove.
18654         (message-insert-header): New function.
18655         (message-shorten-references): Use it.
18656
18657         * rfc2047.el (rfc2047-field-value): Strip props.
18658
18659         * mail-parse.el (mail-header-make-address): New alias.
18660
18661         * ietf-drums.el (ietf-drums-make-address): New function.
18662
18663         * imap.el: Add compiler directives.
18664
18665         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18666
18667         * gnus-art.el (article-decode-idna-rhs): Don't use
18668         message-idna-inside-rhs-p.
18669
18670 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18671
18672         * message.el (message-idna-inside-rhs-p): Remove.
18673         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18674
18675         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18676         false positives.
18677
18678 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18679
18680         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18681
18682 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18683
18684         * nneething.el (nneething-file-name): Don't create spurious
18685         files.
18686
18687         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18688         (gnus-inews-do-gcc): Remove sleep.
18689
18690         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18691         part under point.
18692
18693         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18694         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18695
18696 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18697
18698         * spam.el (spam-summary-prepare-exit): Fix (length).
18699
18700 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18701
18702         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18703         as expired without moving it" message when there are spam
18704         messages left.
18705
18706 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18707
18708         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18709         header is not nil.
18710
18711 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18712
18713         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18714         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18715         (nntp-marks-changed-p): New arg SERVER.
18716         (nntp-request-update-info): Adjust caller.
18717
18718 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18719
18720         * nntp.el (nntp-save-marks): Pass missing arg.
18721
18722 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18723
18724         * nntp.el: Support marks.
18725         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18726         (nntp-marks-modtime, nntp-marks-directory): New variables.
18727         (nntp-request-set-mark, nntp-request-update-info)
18728         (nntp-possibly-create-directory, nntp-marks-changed-p)
18729         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18730         New functions.
18731
18732 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18733
18734         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18735         (gnus-xmas-redefine): Rename.
18736
18737         * gnus-score.el (gnus-score-insert-help):
18738         Use gnus-select-lowest-window.
18739
18740         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18741         appt-select-lowest-window and rename to gnus-select-lowest-window.
18742
18743         * gnus.el: do.
18744
18745 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18746
18747         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18748         encodings of MIME-encoded words, in order to improve
18749         interoperability with several broken MUAs.
18750
18751 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18752
18753         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18754         tags, only when charsets are not specified in headers.
18755         (mm-inline-text-html-render-with-w3m): Ditto.
18756
18757         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18758         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18759
18760 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18761
18762         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18763         instead of MIME-decoded from fields when checking
18764         `gnus-article-address-banner-alist'.
18765
18766 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18767
18768         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18769         description rather than subject.
18770
18771 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18772
18773         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18774
18775 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18776
18777         * gnus.el (gnus-version-number): Bump.
18778
18779 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18780
18781         * gnus.el: No Gnus v0.2 is released.
18782
18783 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18784
18785         * gnus-agent.el (gnus-agent-read-agentview):
18786         Inline gnus-uncompress-range.
18787
18788 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18789
18790         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18791         `exec-installed-p'.
18792
18793 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18794
18795         * gnus.el (spam-process, spam-autodetect-methods):
18796         Add bsfilter and bsfilter-headers.
18797
18798         * spam.el (spam-bsfilter): New customize group.
18799         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18800         (spam-bsfilter-header, spam-bsfilter-probability-header)
18801         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18802         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18803         (spam-bsfilter-database-directory): New options.
18804         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18805         (spam-list-of-statistical-checks, spam-registration-functions):
18806         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18807         (spam-bsfilter-score): New command.
18808         (spam-check-bsfilter-headers, spam-check-bsfilter)
18809         (spam-bsfilter-register-with-bsfilter)
18810         (spam-bsfilter-register-spam-routine)
18811         (spam-bsfilter-unregister-spam-routine)
18812         (spam-bsfilter-register-ham-routine)
18813         (spam-bsfilter-unregister-ham-routine): New functions.
18814         (spam-generic-score): Support bsfilter; Accept an optional argument
18815         to recalcurate spam score even if scoring header has already been
18816         added.
18817         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18818         optional argument to recalcurate spam score even if scoring header
18819         has already been added.
18820
18821 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18822
18823         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18824         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18825         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18826         link is missing.
18827
18828 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18829
18830         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18831         (html2text-get-attr): Rewrite.
18832
18833         * message.el (message-setup-1): Remove redundant put-text-property
18834         on mail-header-separator.
18835
18836 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18837
18838         * gnus-registry.el (gnus-registry-cache-whitespace)
18839         (gnus-registry-action, gnus-registry-spool-action)
18840         (gnus-registry-split-fancy-with-parent): Change message levels
18841         from 5 to 3 or 7, as needed.
18842
18843         * spam.el (spam-summary-prepare-exit)
18844         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18845         (spam-split, spam-find-spam, spam-log-undo-registration)
18846         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18847         level from 5 to 6.
18848
18849 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18850
18851         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18852         2004-03-04 change).
18853
18854 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18855
18856         * sieve-manage.el (sieve-manage-open):
18857         * nnweb.el (nnweb-insert-html):
18858         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18859         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18860         * nnspool.el (nnspool-request-group):
18861         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18862         * nnml.el (nnml-request-update-info):
18863         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18864         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18865         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18866         (nnimap-request-set-mark):
18867         * nnfolder.el (nnfolder-request-update-info):
18868         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18869         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18870         * gnus-uu.el (gnus-uu-find-articles-matching):
18871         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18872         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18873         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18874         * gnus-nocem.el (gnus-nocem-scan-groups):
18875         * gnus-int.el (gnus-start-news-server):
18876         * gnus-group.el (gnus-group-make-kiboze-group)
18877         (gnus-group-browse-foreign-server):
18878         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18879         Use mapc when appropriate.
18880
18881 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18882
18883         FIXME: Make separate entries for each person.
18884
18885         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18886         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18887         <shields@msrl.com>:
18888
18889         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18890         may need for spam sorting and scoring.
18891         (spam-user-format-function-S): Add user format function suitable for
18892         general use.
18893         (spam-article-sort-by-spam-status): Add sorting function for summary
18894         sorting.
18895         (spam-extra-header-to-number): Add function to get a score from a
18896         header.
18897         (spam-summary-score): Add function to get a numeric score from the
18898         headers.
18899         (spam-generic-score): Fix function doc, was in wrong place.
18900         (spam-initialize): Take symbols when it's run, and install the
18901         extra headers that spam-necessary-extra-headers thinks we need.
18902
18903 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18904
18905         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18906         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18907
18908 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * gnus-sum.el (gnus-set-global-variables)
18911         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18912         (gnus-article-get-xrefs, gnus-summary-best-group)
18913         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18914         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18915         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18916         Use with-current-buffer.
18917
18918 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18919
18920         * spam.el (spam-summary-prepare-exit): Simplify logic.
18921         (spam-fetch-article-header): Read the article header if it's not
18922         available.
18923         (spam-list-articles): Simplify logic.
18924         (spam-filelist-register-routine): Fix bug with unregister-list.
18925
18926         * gnus-registry.el: Fix comments at beginning.
18927
18928 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18929
18930         * message.el (message-cater-to-broken-inn): Remove.
18931         (message-shorten-references): Make sure the total folded length of
18932         References is shorter than 998 characters to cater to a bug in INN
18933         2.3.  Also, don't pretend that references aren't folded -- this
18934         hasn't worked for a while.
18935
18936 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18937
18938         * gnus-agent.el (gnus-agentize):
18939         gnus-agent-send-mail-real-function no longer set to current value
18940         of message-send-mail-function but rather a lambda that calls
18941         message-send-mail-function.  The change makes the agent real-time
18942         responsive to user changes to message-send-mail-function.
18943
18944 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18945
18946         * legacy-gnus-agent.el
18947         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18948         help from Florian Weimer <fw@deneb.enyo.de>
18949
18950 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * nnmail.el (nnmail-cache-insert): Revert last change.
18953
18954 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * nnmail.el (nnmail-cache-insert): Always check whether
18957         nnmail-cache-ignore-groups matches a group name.
18958
18959 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18960
18961         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18962         (spam-find-spam, spam-log-processing-to-registry)
18963         (spam-log-registered-p, spam-log-unregistration-needed-p)
18964         (spam-log-undo-registration): Use gnus-message instead of
18965         gnus-error, none of these errors are fatal.
18966
18967         * gnus-registry.el (gnus-registry-clean-empty-function)
18968         (gnus-registry-clean-empty): Remove only empty entries without
18969         extra data.
18970
18971 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18972
18973         * spam-stat.el (spam-stat-buffer-change-to-spam)
18974         (spam-stat-buffer-change-to-non-spam): Change (error) to
18975         (gnus-message 8) invocation.
18976
18977 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * nntp.el (nntp-via-netcat-command): New variable.
18980         (nntp-via-netcat-switches): New variable.
18981         (nntp-open-via-rlogin-and-netcat): New function.
18982         (nntp-open-connection-function): Doc fix.
18983         (nntp-telnet-command): Doc fix.
18984         (nntp-end-of-line): Doc fix.
18985         (nntp-via-rlogin-command): Doc fix.
18986         (nntp-via-user-name): Doc fix.
18987         (nntp-via-address): Doc fix.
18988
18989 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18992         error in Emacs 21.1.
18993
18994 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18995
18996         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18997
18998 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18999
19000         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19001         (gnus-agent-with-refreshed-group): New macro.
19002         (gnus-agent-rename-group): New function.
19003         (gnus-agent-delete-group): New function.
19004         (gnus-agent-save-group-info): Use gnus-command-method when
19005         `method' parameter is nil.  Don't write nil entries into the
19006         active file.
19007         (gnus-agent-get-group-info): New function.
19008         (gnus-agent-fetch-articles):
19009         Use gnus-agent-update-files-total-fetched-for to increment disk space
19010         used.
19011         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19012         Use gnus-agent-update-view-total-fetched-for to increment disk space
19013         used.
19014         (gnus-agent-get-local): Add optional parameters to avoid calling
19015         gnus-group-real-name and gnus-find-method-for-group.
19016         (gnus-agent-set-local): Delete stored entry if either min, or max,
19017         are nil.
19018         (gnus-agent-fetch-session): Reworded error/quit messages.
19019         On quit, use gnus-agent-regenerate-group to record existance of any
19020         articles fetched to disk before the quit occurred.
19021         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19022         gnus-agent-update-view-total-fetched-for, and
19023         gnus-agent-update-files-total-fetched-for to decrement disk space
19024         used.
19025         (gnus-agent-retrieve-headers):
19026         Use gnus-agent-update-view-total-fetched-for to increment disk space
19027         used.
19028         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19029         with gnus-agent-update-files-total-fetched-for to decrement disk
19030         space and fresh group buffer.
19031         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19032         (gnus-agent-need-update-total-fetched-for): New variable.
19033         (gnus-agent-update-files-total-fetched-for): New function.
19034         (gnus-agent-update-view-total-fetched-for): New function.
19035         (gnus-agent-total-fetched-for): New function.
19036
19037         * gnus-cache.el (gnus-cache-save-buffers):
19038         Use gnus-cache-update-overview-total-fetched-for to change disk space
19039         used by this group.
19040         (gnus-cache-possibly-enter-article):
19041         Use gnus-cache-update-file-total-fetched-for to increment disk space
19042         used by this group.
19043         (gnus-cache-possibly-remove-article):
19044         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19045         used by this group.
19046         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19047         (gnus-cache-rename-group): New function.
19048         (gnus-cache-delete-group): New function.
19049         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19050         (gnus-cache-need-update-total-fetched-for): New variable.
19051         (gnus-cache-with-refreshed-group): New macro.
19052         (gnus-cache-update-file-total-fetched-for): New function.
19053         (gnus-cache-update-overview-total-fetched-for): New function.
19054         (gnus-cache-rename-group-total-fetched-for): New function.
19055         (gnus-cache-delete-group-total-fetched-for): New function.
19056         (gnus-cache-total-fetched-for): New function.
19057
19058         * gnus-group.el: Require gnus-sum and autoload functions to
19059         resolve warnings when gnus-group.el compiled alone.
19060         (gnus-group-line-format): Documented new %F.
19061         (size of Fetched data) group line format; identifies disk space
19062         used by agent and cache.
19063         (gnus-group-line-format-alist): Defined new F format.
19064         (gnus-total-fetched-for): New function.
19065         (gnus-group-delete-group): No longer update
19066         gnus-cache-active-altered as gnus-request-delete-group now keeps
19067         the cache in sync.
19068         (gnus-group-list-active): Let the agent store a server's active
19069         list if currently plugged.
19070
19071         * gnus-int.el (gnus-request-delete-group):
19072         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19073         local disk in sync with the server.
19074         (gnus-request-rename-group):
19075         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19076         local disk in sync with the server.
19077
19078         * gnus-start.el (gnus-get-unread-articles):
19079         Cosmetic simplification to logic.
19080
19081         * gnus-util.el (gnus-rename-file): New function.
19082
19083 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19084
19085         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19086
19087 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19088
19089         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19090         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19091
19092 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19093
19094         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19095         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19096
19097 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19098
19099         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19100
19101 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19102
19103         * spam.el (spam-set-difference): Add function to replace
19104         gnus-set-difference in spam.el.
19105         (spam-summary-prepare-exit): Use spam-set-difference.
19106
19107 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19108
19109         * gnus-registry.el (gnus-registry-cache-file): Update to use
19110         gnus-dribble-directory OR gnus-home-directory OR ~.
19111         (gnus-registry-split-fancy-with-parent): Fix doc.
19112
19113 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * message.el (message-exchange-point-and-mark):
19116         Use message-mark-active-p.  Suggested by Jesper Harder
19117         <harder@ifa.au.dk>.
19118
19119 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * message.el (message-exchange-point-and-mark): Don't activate
19122         region if it was inactive.  Suggested by Hiroshi Fujishima
19123         <pooh@nature.tsukuba.ac.jp>.
19124
19125 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * gnus-art.el (article-display-face): Display Faces in the same
19128         order as X-Faces.
19129
19130 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19133
19134 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19137         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19138         (gnus-article-mime-hierarchy): Remove.
19139         (gnus-article-mime-hierarchy-next): Remove.
19140         (gnus-article-mode): Revert 2004-03-19 change.
19141         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19142         (gnus-insert-mime-button): Revert 2004-03-19 change.
19143         (gnus-mime-accumulate-hierarchy): Remove.
19144         (gnus-mime-enter-multipart): Remove.
19145         (gnus-mime-leave-multipart): Remove.
19146         (gnus-mime-display-part): Revert 2004-03-19 change.
19147         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19148
19149         * mml.el (mml-preview): Revert 2004-03-19 change.
19150
19151 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19152
19153         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19154
19155 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19158         t while entering a file name using the mm-with-multibyte macro.
19159         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19160
19161         * mm-util.el (mm-with-multibyte): New macro.
19162
19163 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19164
19165         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19166         New user option.
19167         (gnus-mime-multipart-functions): Doc and customization fix.
19168         (gnus-article-mime-hierarchy): New variable.
19169         (gnus-article-mime-hierarchy-next): New variable.
19170         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19171         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19172         gnus-article-mime-hierarchy-next to nil.
19173         (gnus-insert-mime-button): Show hierarchy numbers.
19174         (gnus-mime-accumulate-hierarchy): New function.
19175         (gnus-mime-enter-multipart): New function.
19176         (gnus-mime-leave-multipart): New function.
19177         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19178         (gnus-mime-display-alternative): Show hierarchy numbers.
19179
19180         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19181         gnus-article-mime-hierarchy-next to nil.
19182
19183 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19184
19185         * dns.el: Don't require gnus-xmas.
19186
19187 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19188
19189         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19190         inline PGP.
19191         (mml-menu): Disable mml-quote-region if mark is inactive.
19192
19193 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19196         when the group's active is not available.
19197
19198 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19201         error.
19202
19203 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19204
19205         * imap.el (imap-store-password): New variable.
19206         (imap-interactive-login): Use it.
19207         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19208
19209 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19212         window-start and hscroll to summary window.
19213
19214 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19215
19216         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19217         conversion message to newsrc-dribble when an actual conversion is
19218         performed.
19219
19220 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19221
19222         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19223
19224 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19225
19226         * mm-decode.el (mm-complicated-handles): New function reviving
19227         former definition of mm-multiple-handles.
19228
19229         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19230         (gnus-mime-delete-part): Use it.
19231
19232 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19233
19234         * gnus-agent.el (gnus-agent-read-local):
19235         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19236         avoid the implicit assumption that they will always be equal.
19237         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19238         coding-system-for-write, as the with-temp-file macro first prints
19239         to a buffer then saves the buffer.
19240
19241 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * gnus-art.el (gnus-article-edit-part): New function.
19244         (gnus-mime-save-part-and-strip): Use it; do query instead of
19245         signaling an error; don't use mm-multiple-handles.
19246         (gnus-mime-delete-part): Ditto.
19247
19248 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19249
19250         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19251         old file versions.
19252         (gnus-group-prepare-hook): Remove function that converted list
19253         form of gnus-agent-expire-days to group properties.
19254
19255         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19256         (gnus-request-accept-article): Re-indented.
19257
19258         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19259         converters to handle old agent file formats.  Add logic for a
19260         "backup before upgrading warning".
19261         (gnus-convert-mark-converter-prompt): Developers can mark
19262         functions as needing (default), or not needing,
19263         gnus-convert-old-newsrc's "backup before upgrading warning".
19264         (gnus-convert-converter-needs-prompt): Tests whether the user
19265         should be protected from potentially irreversable changes by the
19266         function.
19267
19268         * legacy-gnus-agent.el: New.  Provides converters that are only
19269         loaded when gnus-convert-old-newsrc needs to call them.
19270
19271 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19272
19273         * mail-source.el (mail-source-touch-pop): Doc fix.
19274
19275         * message.el (message-smtpmail-send-it): Doc fix.
19276
19277 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19278
19279         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19280
19281         * nnmail.el (nnmail-split-fancy): do.
19282
19283         * gnus-kill.el (gnus-kill, gnus-execute): do.
19284
19285 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19286
19287         * gnus-sum.el (gnus-widget-reversible-match)
19288         (gnus-widget-reversible-to-internal)
19289         (gnus-widget-reversible-to-external): New functions.
19290         (gnus-widget-reversible): New widget.
19291         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19292
19293 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19294
19295         * gnus-sum.el (gnus-thread-sort-functions)
19296         (gnus-article-sort-functions): Document `(not F)' items.
19297
19298 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19299
19300         * spam.el (spam-use-gmane-xref): Add new backend.
19301         (spam-gmane-xref-spam-group): Add variable to control the name of the
19302         Gmane spam group.
19303         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19304         (spam-regex-headers-spam, spam-regex-headers-ham)
19305         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19306         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19307         backends and checks.
19308         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19309
19310         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19311         an autodetect method.
19312
19313 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19314
19315         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19316         articles are being added to a group.
19317         (gnus-request-replace-article): Inform the agent that articles
19318         need to be uncached as the cached contents are no longer valid.
19319
19320 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * binhex.el: Don't autoload executable-find.
19323
19324         * canlock.el: Don't autoload mail-fetch-field.
19325
19326         * dgnushack.el: Autoload c-mode for XEmacs.
19327
19328         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19329
19330         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19331         rmail-dont-reply-to and rmail-output.
19332
19333         * gnus-score.el: Don't autoload ffap-string-at-point.
19334
19335         * gnus-setup.el: Don't autoload sc-cite-original.
19336
19337         * imap.el: Don't autoload base64-decode-string,
19338         base64-encode-string and md5.
19339
19340         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19341         and rmail-msg-restore-non-pruned-header.
19342
19343         * mm-decode.el: Don't autoload executable-find.
19344
19345         * mm-url.el: Don't autoload executable-find.
19346
19347         * mm-view.el: Don't autoload diff-mode.
19348
19349         * nndb.el: Don't autoload news-reply-mode, news-setup,
19350         cancel-timer and telnet.
19351
19352         * password.el: Don't autoload run-at-time for Emacs.
19353
19354         * sha1-el.el: Don't autoload executable-find.
19355
19356         * sieve-mode.el: Don't autoload c-mode.
19357
19358         * uudecode.el: Don't autoload executable-find.
19359
19360 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19361
19362         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19363         (gnus-agent-possibly-alter-active): Avoid null in numeric
19364         comparison.
19365         (gnus-agent-set-local): Refuse to save null in local object table.
19366         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19367         list of articles that will be marked as unread.
19368
19369 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19372
19373 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19374
19375         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19376         language tags.
19377
19378 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19379
19380         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19381         Don't bind "obarray".
19382
19383         * gnus-sum.el (gnus-thread-sort-functions):
19384         Add `gnus-thread-sort-by-most-recent-number' and
19385         `gnus-thread-sort-by-most-recent-date'.
19386         Reported by Kai Grossjohann <kai@emptydomain.de>.
19387
19388 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19389
19390         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19391
19392 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19393
19394         * gnus-cus.el (gnus-agent-customize-category):
19395         Remove ignore-errors macro reference that required cl to be loaded at
19396         run-time.
19397
19398         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19399         single-interval range of the form (min . max).  Previously the
19400         range had to look like ((min . max)).  Likewise, return
19401         (min . max) rather than ((min . max)).
19402         (gnus-range-map): Use gnus-range-normalize to accept
19403         single-interval range.
19404
19405         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19406         the cache, but not the agent, now appear with their usual face.
19407
19408         * dgnushack.el (loaddir): New variable that is bound to the
19409         directory containing the dgnushack.el file. Use loaddir, rather
19410         than srcdir, to update load-path. Change lets dgnushack compile
19411         code in directories other than GNUS/lisp.
19412
19413 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * lpath.el: Don't bind w3m-safe-url-regexp.
19416
19417         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19418         w3m-safe-url-regexp variable buffer-local.
19419
19420         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19421
19422 2004-02-27  Simon Josefsson  <jas@extundo.com>
19423
19424         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19425         gnus-group-real-prefix.
19426         (gnus-summary-move-article): Use it, instead of
19427         gnus-group-real-prefix.
19428
19429 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * lpath.el: Bind w3m-safe-url-regexp.
19432
19433         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19434         w3m-safe-url-regexp variable buffer-local and set it as the value
19435         of mm-w3m-safe-url-regexp.
19436
19437         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19438
19439         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19440         parsing gnus-posting-styles when the message is not for replying.
19441
19442         * dgnushack.el: Autoload sgml-mode for XEmacs.
19443
19444         * nnrss.el (nnrss-opml-export):
19445         Use mm-set-buffer-file-coding-system instead of
19446         set-buffer-file-coding-system.
19447
19448 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19449
19450         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19451         of checkdoc.el).
19452         * nnrss.el: do.
19453         * gnus-mlspl.el: do.
19454         * gnus-ml.el: do.
19455         * gnus-srvr.el: do.
19456
19457         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19458
19459 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19460
19461         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19462         Corrections to custom-manual links.
19463
19464         * gnus-art.el (gnus-article): Ditto.
19465
19466         * mm-decode.el (mime-display, mime-security): Ditto.
19467
19468 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19469
19470         * flow-fill.el: Typo.
19471
19472 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19473
19474         * spam-wash.el: New file.
19475
19476 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19477
19478         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19479
19480 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19481
19482         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19483         to be run with new-articles as LIST1, not LIST2.
19484         (spam-registration-functions): Add spam-use-ham-copy as a nil
19485         registration backend.
19486
19487 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19488
19489         * spam-stat.el (spam-stat-washing-hook): New option.
19490         (spam-stat-buffer-words): Use it.
19491         (spam-stat-process-directory, spam-stat-test-directory):
19492         Use insert-file-contents-literally.
19493         (spam-stat-coding-system): New variable.
19494         (spam-stat-load, spam-stat-save): Use it.
19495
19496 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * spam-report.el (spam-report-plug-agent):
19499         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19500
19501 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19504         Allow / in mailto URLs.
19505
19506 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19507
19508         * spam-report.el (spam-report-process-queue): Fix interactive use.
19509         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19510         (spam-report-unplug-agent): Doc fixes.
19511         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19512         (spam-report-agentize, spam-report-deagentize): Autoload.
19513
19514 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19517
19518         * message.el (message-setup-fill-variables): Add mml tags to
19519         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19520         <ajk@iu.edu>.
19521         (message-mode): Don't modify paragraph-separate there.
19522
19523 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19524
19525         * compface.el (uncompface-use-external): Default to undecided.
19526         (uncompface-use-external-threshold): New variable.
19527         (uncompface-float-time): New macro.
19528         (uncompface): Determine whether to use the external decoder if
19529         uncompface-use-external is undecided.
19530
19531 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19532
19533         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19534         after images.
19535
19536         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19537
19538 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19539
19540         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19541
19542         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19543
19544         * gnus-sum.el (gnus-summary-limit-to-age)
19545         (gnus-summary-limit-children): do.
19546
19547         * gnus-int.el (gnus-request-scan): do.
19548
19549         * gnus-group.el (gnus-group-suspend): do.
19550
19551         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19552
19553         * gnus-cite.el (gnus-cite-parse-attributions): do.
19554
19555         * gnus-agent.el (gnus-summary-set-agent-mark)
19556         (gnus-agent-regenerate-group): do.
19557
19558         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19559
19560         * binhex.el (binhex-decode-region-internal): do.
19561
19562 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19563
19564         * gnus-fun.el (gnus-face-properties-alist): New user option.
19565         (gnus-display-x-face-in-from): Use it.
19566
19567         * gnus-art.el (article-display-face): Ditto.
19568
19569         * compface.el (uncompface-use-external): Default to nil.
19570
19571 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19572
19573         * nntp.el (nntp-erase-buffer): New function.
19574         (nntp-retrieve-data, nntp-send-command)
19575         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19576         (nntp-possibly-change-group): Use it.
19577
19578         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19579         Use with-current-buffer.
19580
19581 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19582
19583         * compface.el: Merge the ELisp-based uncompface program.
19584         (compface): New customization group.
19585         (uncompface-use-external): New user option.
19586         (uncompface): Call uncompface-internal if uncompface-use-external
19587         is nil.
19588         (uncompface-internal): New function.  Note that there are also
19589         some other functions and variables added for this function.
19590
19591 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19592
19593         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19594         if necessary.
19595
19596 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19597
19598         * spam-report.el (spam-report-unplug-agent)
19599         (spam-report-plug-agent, spam-report-deagentize)
19600         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19601         Add support for the Agent in spam-report: when unplugged, report to a
19602         file; when plugged, submit all the requests.
19603
19604         * spam.el (spam-register-routine): Fix message about
19605         registration.
19606
19607 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19608
19609         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19610         dependencies.
19611         (rfc2047-encode): Use it.
19612
19613         * gnus-art.el (gnus-button-marker-list): Move before first
19614         reference.
19615
19616         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19617         (imap-parse-body): Fix format string mismatch.
19618
19619         * gnus-score.el (gnus-summary-increase-score): do.
19620
19621         * nnrss.el (nnrss-close): New function.
19622
19623 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19624
19625         * nnrss.el (nnrss-make-filename): New function.
19626         (nnrss-request-delete-group, nnrss-read-server-data)
19627         (nnrss-save-server-data, nnrss-read-group-data)
19628         (nnrss-save-group-data): Use it.
19629         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19630         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19631         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19632
19633 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19634
19635         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19636
19637 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19640         files.
19641
19642         * message.el (message-generate-headers-first): Don't quote nil
19643         and t in docstrings.
19644
19645         * imap.el (imap-id): do.
19646
19647         * gnus-agent.el (gnus-agent-consider-all-articles)
19648         (gnus-agent-queue-mail): do.
19649
19650 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19651
19652         * spam-report.el (spam-report-process-queue): New function.
19653         Process requests from `spam-report-requests-file'.
19654         (spam-report-process-queue): Doc fix.
19655
19656 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19657
19658         * spam.el (spam-register-routine)
19659         (spam-log-processing-to-registry, spam-log-registered-p)
19660         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19661         Change "check" to "spam-check" for semi-clarity.
19662
19663 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19664
19665         * pop3.el: Require nnheader.
19666
19667         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19668
19669         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19670
19671         * gnus-picon.el: Require cl.
19672
19673         * gnus-fun.el: Require gnus-ems and gnus-util.
19674
19675         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19676
19677         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19678
19679         * gnus-art.el (gnus-article-edit-mode): Define before first
19680         reference.
19681
19682 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19683
19684         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19685         (gnus-uu-post-encoded): Use point-at-bol.
19686
19687         * gnus-topic.el (gnus-group-active-topic-p): do.
19688
19689         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19690
19691         * gnus-group.el (gnus-group-kill-region): do.
19692
19693         * gnus-art.el (article-date-ut): do.
19694
19695         * message.el (message-fetch-field): Remove redundant
19696         case-fold-search binding.
19697         (message-narrow-to-field): Simplify.
19698
19699 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * spam.el (spam-directory): Derive from `gnus-directory'.
19702
19703         * spam-report.el (spam-report-url-to-file)
19704         (spam-report-requests-file): New function and variable for offline
19705         reporting.
19706         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19707         and user defined function.
19708         (spam-report-url-ping-mm-url): Remove doubled slash.
19709
19710 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19711
19712         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19713
19714 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19715
19716         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19717         Fix format string mismatch.
19718
19719         * sieve.el (sieve-deactivate-all): do.
19720
19721         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19722
19723         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19724
19725         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19726
19727         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19728
19729 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19730
19731         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19732         the list of checks.
19733
19734 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19735
19736         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19737         padding.
19738
19739 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19740
19741         * mm-view.el (mm-fill-flowed): New variable.
19742         (mm-inline-text): Use it.
19743
19744 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19745
19746         * spam.el (spam-spamassassin-register-ham-routine)
19747         (spam-spamassassin-register-spam-routine): Fix function names.
19748
19749 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * gnus.el (gnus-tmp-grouplens): Remove.
19752         (gnus-summary-line-format): Remove grouplens.
19753
19754         * gnus-group.el (gnus-group-line-format): Ditto.
19755
19756         * gnus-spec.el (gnus-format-specs): Ditto.
19757         (gnus-update-format-specifications): Flush the group format spec
19758         cache if there's the grouplens stuff.
19759         (gnus-parse-simple-format): Replace %l with the empty string.
19760
19761 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19762
19763         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19764         omission.
19765
19766 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19769         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19770
19771 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19772
19773         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19774         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19775         New macros and functions.
19776         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19777         Handle > NLINK_MAX messages.
19778         * nnmaildir.el (nnmaildir-request-set-mark):
19779         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19780
19781 2004-01-25  Alex Schroeder  <alex@gnu.org>
19782
19783         * spam-stat.el (spam-stat-process-directory-age): New option.
19784         (spam-stat-process-directory): Use it.
19785
19786 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19787
19788         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19789         (spam-stat-save): Accept prefix argument.
19790
19791 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19792
19793         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19794         links" error.
19795
19796 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19797
19798         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19799         the rest of the and/or forms.
19800
19801 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19802
19803         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19804         compatibility with old .newsrc.eld files.
19805
19806         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19807
19808         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19809
19810         * gnus-start.el (gnus-1): do.
19811
19812         * gnus-group.el (gnus-group-line-format-alist): do.
19813
19814         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19815
19816         * gnus-gl.el: Remove.
19817
19818 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19819
19820         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19821         marks consisting of a single range {for example, (3 . 5)} rather
19822         than a list of a single range { ((3 . 5)) }.
19823
19824 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19825
19826         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19827         Use with-current-buffer.
19828         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19829         avoid consing a string.
19830
19831         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19832         Remove obsolete entries for big5 and gb2312.
19833
19834 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19835
19836         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19837         uncompressed list.
19838
19839 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19840
19841         * spam-stat.el (spam-stat-strip-xref): New function.
19842         (spam-stat-process-directory): Use it.
19843
19844         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19845         here -- it's done in message-fetch-field.
19846
19847 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19848
19849         * gnus-agent.el (gnus-agent-queue-mail)
19850         (gnus-agent-prompt-send-queue): New variables.
19851         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19852         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19853         "nndraft:queue" along to gnus-draft-send.
19854         Use gnus-agent-prompt-send-queue.
19855         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19856         is "nndraft:queue".  Suggested by Gaute Strokkenes
19857         <gs234@srcf.ucam.org>
19858
19859         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19860         (agent-enable-undownloaded-faces): Add.
19861         (gnus-agent-cat-groups): Use eval-and-compile, not
19862         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19863         method of gnus-agent-cat-groups even when the buffer has been
19864         evaled.
19865         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19866         delete gnus-agent-save-active-1.
19867         (gnus-agent-save-groups): Delete.  Identical to
19868         gnus-agent-save-active.
19869         (gnus-agent-write-active): No longer adjust agent's copy of active
19870         file as agent's adjustments are now stored in their own
19871         file.  Remove optional parameter.
19872         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19873         servers.  Add use of min/max range limits from server's local
19874         file.
19875         (gnus-agent-save-alist): Remove unused optional argument.
19876         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19877         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19878         (gnus-agent-set-local): A per-server file that keeps min/max range
19879         limits for articles known to the agent.  Provides a fast mechanism
19880         for altering many active ranges.
19881         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19882         active file (local makes it unnecessary).
19883         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19884
19885         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19886         (agent-enable-undownloaded-faces): Add.
19887
19888         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19889         disable it when sending to "nndraft:queue".
19890         (gnus-group-send-queue): Add safety check to avoid sending queue
19891         when unplugged.
19892
19893         * gnus-group.el (gnus-group-catchup): Use new
19894         gnus-sequence-of-unread-articles, not
19895         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19896         numbers of articles.  Use gnus-range-map to avoid having to
19897         uncompress the unread list.
19898         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19899         Fix invalid ange-ftp reference.
19900
19901         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19902         (gnus-sorted-range-intersection): Intersection of two ranges
19903         without requiring that they first be uncompressed.
19904
19905         * gnus-start.el (gnus-activate-group): Unless blocked by the
19906         caller, possibly expand the active range to include both cached
19907         and agentized articles.
19908         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19909         multiple version-dependent converters.
19910         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19911         gnus-agent-save-active.
19912         (gnus-save-newsrc-file): Save dirty agent range limits.
19913
19914         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19915         gnus-agent-possibly-alter-active.
19916         (gnus-adjust-marked-articles): Faster handling of simple lists.
19917
19918 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19919
19920         * spam-stat.el (spam-stat-test-directory): New optional argument
19921         displays a list of files detected.  Suggested by Andrew Cohen
19922         <cohen@andy.bu.edu>.
19923         (spam-stat-buffer-words-with-scores): Don't narrow and change
19924         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19925
19926 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19927
19928         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19929         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19930         (spam-spamassassin-arguments)
19931         (spam-spamassassin-spam-flag-header)
19932         (spam-spamassassin-positive-spam-flag-header)
19933         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19934         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19935         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19936         (spam-list-of-processors, spam-list-of-checks)
19937         (spam-list-of-statistical-checks, spam-registration-functions)
19938         (spam-check-spamassassin-headers, spam-check-spamassassin)
19939         (spam-spamassassin-score)
19940         (spam-spamassassin-register-with-sa-learn)
19941         (spam-spamassassin-register-spam-routine)
19942         (spam-spamassassin-register-ham-routine)
19943         (spam-assassin-register-spam-routine)
19944         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19945         (spam-bogofilter-score): Fix to show article before scoring.
19946
19947 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19948
19949         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19950         default scoring function.
19951         (spam-generic-score): Call spam-spamassassin-score if
19952         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19953         spam-bogofilter-score otherwise.
19954
19955         * gnus.el (spam-process, spam-autodetect-methods):
19956         Add spamassassin and spamassassin-headers.
19957
19958 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19959
19960         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19961         Suppress unnecessary messages.
19962
19963 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19964
19965         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19966         make-hash-table.
19967
19968 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19969
19970         * canlock.el (base64-encode-string): Don't autoload it.
19971
19972 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * run-at-time.el: Remove useless (require 'itimer),
19975         eval-and-compile and (featurep 'xemacs).
19976
19977 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19978
19979         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19980         GROUP is a virtual group.
19981
19982 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19983
19984         * gnus.el: Autoload `message-y-or-n-p'.
19985
19986 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19987
19988         * pgg-parse.el: Remove unnecessary (require 'custom).
19989
19990         * pgg-def.el: do.
19991
19992         * nnmail.el: do.
19993
19994         * gnus-undo.el: do.
19995
19996         * gnus-picon.el: do.
19997
19998         * gnus-util.el: do.
19999
20000 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20001
20002         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20003
20004 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20005
20006         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20007         handle, as well as a list.
20008
20009         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20010         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20011         (mm-w3m-cid-retrieve): Simplify.
20012
20013 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20014
20015         * message.el (message-kill-to-signature): Allow prefix arg to
20016         specify number of lines to keep before signature.
20017
20018 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20019
20020         * message.el (message-kill-to-signature): Change docstring.
20021
20022 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * canlock.el: Always require sha1-el.
20025         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20026
20027         * message.el: Autoload sha1 only when compiling.
20028
20029         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20030         eudc-expand-inline for XEmacs.
20031
20032 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20033
20034         * message.el (message-canlock-generate): Require sha1-el.
20035
20036 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20037
20038         * message.el (message-expand-name): Silence the byte compiler.
20039
20040         * lpath.el: Add detect-coding-system.
20041
20042         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20043         cus-edit.
20044
20045 2004-01-13  Simon Josefsson  <jas@extundo.com>
20046
20047         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20048         Invoke gnus-score-mode.
20049         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20050
20051         * gnus-range.el (gnus-compress-sequence): Doc fix.
20052         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20053
20054 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20055
20056         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20057
20058 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20059
20060         * spam.el (spam-get-article-as-string): Update to use
20061         gnus-request-article-this-buffer, much simpler.
20062         (spam-get-article-as-buffer): Remove.
20063
20064 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20065
20066         * message.el (message-expand-name): Use EUDC if the user uses that.
20067
20068 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20069
20070         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20071         character for the encoding to avoid consing a string.
20072
20073         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20074         unnecessarily.
20075
20076         * mm-util.el (mm-replace-chars-in-string): Remove.
20077
20078         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20079         of mm-replace-chars-in-string.
20080
20081 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20082
20083         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20084
20085         * mm-util.el (mm-subst-char-in-string): Support inplace.
20086
20087         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20088         a new string in every iteration.  Use shy groups.
20089
20090 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20091
20092         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20093         * gnus-soup.el (gnus-soup-group-brew):
20094         * gnus-msg.el (gnus-put-message):
20095         * gnus-move.el (gnus-group-move-group-to-server):
20096         * gnus-kill.el (gnus-batch-score):
20097         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20098         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20099         (gnus-group-update-group, gnus-group-read-group)
20100         (gnus-group-make-group, gnus-group-make-help-group)
20101         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20102         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20103         (gnus-group-sort-by-unread, gnus-group-catchup)
20104         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20105         (gnus-group-yank-group, gnus-group-set-info)
20106         (gnus-group-list-groups):
20107         * gnus.el (gnus-generate-new-group-name):
20108         * gnus-delay.el (gnus-delay-send-queue):
20109         * nnvirtual.el (nnvirtual-catchup-group):
20110         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20111         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20112         (gnus-group-prepare-topics, gnus-topic-check-topology):
20113         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20114         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20115         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20116         (gnus-group-make-articles-read):
20117         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20118         (gnus-group-change-level, gnus-kill-newsgroup)
20119         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20120         (gnus-get-unread-articles, gnus-make-articles-unread)
20121         (gnus-make-ascending-articles-unread): Use accessor
20122         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20123         to get group information for improved readability.
20124
20125
20126 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20127
20128         * gnus-art.el (article-decode-mime-words, article-babel)
20129         (gnus-article-highlight-signature, gnus-article-add-buttons)
20130         (gnus-signature-toggle): Use gnus-with-article-buffer.
20131
20132         * gnus-art.el (gnus-article-highlight-headers)
20133         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20134
20135         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20136         (gnus-article-set-globals, gnus-request-article-this-buffer)
20137         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20138         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20139         (gnus-mime-display-alternative): Use with-current-buffer.
20140
20141 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20142
20143         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20144         also under 80 char limit, and call gnus-error if needed.
20145         (spam-fetch-article-header): Fix - it was a
20146         buffer-local variable (gnus-newsgroup-data).
20147         (spam-find-spam): Use spam-generate-fake-headers, forget about
20148         spam-insert-fake-headers.
20149         (spam-insert-fake-headers): Remove.
20150
20151 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20152
20153         * deuglify.el (gnus-article-outlook-unwrap-lines)
20154         (gnus-outlook-rearrange-article)
20155         (gnus-outlook-repair-attribution-outlook)
20156         (gnus-outlook-repair-attribution-block)
20157         (gnus-outlook-repair-attribution-other): Remove redundant
20158         save-excursion.
20159
20160 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20161
20162         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20163         (spam-fetch-field-subject-fast)
20164         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20165         (spam-fetch-article-header): Add functions to deal with Gnus
20166         internals for fast retrieval of article header data.
20167         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20168
20169 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20170
20171         * pop3.el (pop3-md5): Remove.
20172         (pop3-apop): Replace pop3-md5 with md5.
20173
20174         * mm-bodies.el: base64 is always built-in.
20175
20176         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20177         Use with-current-buffer.
20178
20179 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * canlock.el (canlock-insert-header): Remove excessive grouping in
20182         regexp.
20183
20184         * gnus-sum.el (gnus-summary-read-document): Ditto.
20185
20186         * gnus-uu.el (gnus-uu-part-number): Ditto.
20187
20188         * html2text.el (html2text-remove-tags): Ditto.
20189         (html2text-format-tags): Ditto.
20190         (html2text-format-single-elements): Ditto.
20191
20192         * mml.el (mml-parse-1): Ditto.
20193
20194 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20195
20196         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20197
20198         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20199
20200         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20201
20202         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20203
20204 2003-11-15  Simon Josefsson  <jas@extundo.com>
20205
20206         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20207         (pgg-gpg-lookup-key): Use regexp match instead of
20208         split-string (split-string is different between emacs 21.2 and
20209         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20210
20211 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20212
20213         * gnus-art.el (gnus-mime-view-all-parts)
20214         (gnus-article-part-wrapper, gnus-article-view-part):
20215         Use with-current-buffer.
20216
20217 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20218
20219         * spam.el (spam-disable-spam-split-during-ham-respool)
20220         (spam-spamoracle-database, spam-cache-lookups)
20221         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20222         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20223         (spam-group-ham-marks, spam-group-spam-marks)
20224         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20225         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20226         also add spam-use-blackholes to the statistical checks.
20227         (spam-fetch-field-fast): Add interface to fetching fields, may
20228         become a macro.
20229         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20230         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20231         (spam-insert-fake-headers): Fake an article when needed.
20232         (spam-find-spam): Fake article when possible.
20233         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20234         (spam-check-bogofilter-headers): Use message-fetch-field instead
20235         of nnmail-fetch-field.
20236
20237 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20238
20239         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20240
20241 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20242
20243         * spam.el (spam-split): Do not require spam-use-CHECK to be
20244         enabled if that check is passed to spam-split explicitly; also
20245         fix so 'spam doesn't get converted to spam-split-group when
20246         spam-split-symbolic-return is t.
20247         (spam-find-spam): Find registrations of the article and use those
20248         instead of re-running spam-split to find the spam/ham
20249         classification of the article.
20250         (spam-log-processing-to-registry, spam-log-registered-p)
20251         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20252         Use gnus-error instead of gnus-message.
20253         (spam-log-registration-type): Add function to determine the
20254         classification of a message based on registry entries; will
20255         return nil if both 'spam and 'ham are found.
20256         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20257         a reasonably fast local cache without the loading errors.
20258         (spam-cache-lookups): Set to t by default.
20259         (spam-find-spam): Don't try to guess spam-cache-lookups.
20260         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20261         spam-caches entry.
20262         (spam-filelist-build-cache, spam-filelist-check-cache):
20263         Fix caching of whitelist/blacklist entries.
20264         (spam-check-whitelist, spam-check-blacklist):
20265         Invoke spam-from-listed-p with a type, not a cache variable.
20266         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20267
20268 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20269
20270         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20271
20272         * nnmail.el (nnmail-split-fancy): do.
20273
20274         * mml.el (mml-parse): do.
20275
20276         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20277         (gnus-score-adaptive): do.
20278
20279 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20280
20281         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20282         (gnus-mime-button-map): Don't set keymap parent.
20283         (gnus-button-ctan-directory-regexp): Use shy grouping.
20284         (gnus-prev-page-map): Don't set keymap parent.
20285         (gnus-prev-page-map): Remove duplicated one.
20286         (gnus-next-page-map): Don't set keymap parent.
20287         (gnus-mime-security-button-map): Ditto.
20288
20289         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20290         version number.
20291
20292         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20293
20294 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20295
20296         * canlock.el (canlock-sha1-function): Remove.
20297         (canlock-sha1-function-for-verify): Remove.
20298         (canlock-openssl-program): Remove.
20299         (canlock-openssl-args): Remove.
20300         (canlock-ignore-errors): Remove.
20301         (canlock-sha1-with-openssl): Remove.
20302         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20303         (canlock-verify): Don't use canlock-ignore-errors.
20304
20305         * sha1-el.el (sha1-string-external): Make it can return a string
20306         in binary form.
20307         (sha1-region-external): Ditto.
20308         (sha1-string-internal): Ditto.
20309         (sha1-region-internal): Ditto.
20310         (sha1-region): Ditto.
20311         (sha1-string): Ditto.
20312         (sha1): Ditto.
20313
20314 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20315
20316         * spam.el (spam-report-articles-gmane): New command.
20317
20318 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20321
20322         * run-at-time.el (run-at-time-saved): Remove.
20323         (run-at-time): Doc fix.
20324
20325 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20326
20327         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20328         (gnus-summary-limit-map): Add it.
20329         (gnus-summary-make-menu-bar): do.
20330
20331 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20332
20333         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20334         Make attempt at some caching support (done for BBDB only now).
20335         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20336         addresses to be checked.
20337         (spam-clear-cache-BBDB): Add function, to be invoked by
20338         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20339         (spam-check-BBDB): Check and use the caches, if
20340         spam-cache-lookups is on, remove superfluous (provide).
20341
20342 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20343
20344         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20345
20346 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20347
20348         * run-at-time.el (run-at-time-saved): Move to after the definition
20349         of `run-at-time'.
20350
20351         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20352
20353 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20354
20355         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20356         mm-w3m-local-map-property.
20357
20358         * mm-view.el (mm-w3m-mode-map): Remove.
20359         (mm-w3m-local-map-property): Remove.
20360         (mm-inline-text-html-render-with-w3m): Don't use
20361         mm-w3m-local-map-property.
20362
20363 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20364
20365         * run-at-time.el: New file.
20366
20367         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20368         under Emacs.
20369
20370         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20371         of gnus-set-text-properties.
20372
20373         * gnus-uu.el (gnus-uu-save-article): Ditto.
20374
20375         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20376
20377         * gnus-cite.el (gnus-cite-parse): Ditto.
20378
20379         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20380         of gnus-.
20381
20382         * gnus-xmas.el (run-at-time): Require run-at-time.
20383
20384         * gnus.el: Change calls to nnheader-run-at-time and
20385         password-run-at-time throughout to use run-at-time directly.
20386
20387         * password.el: Remove definition of run-at-time.
20388
20389         * nnheaderxm.el: Remove definition of run-at-time.
20390
20391 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20392
20393         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20394         in prompt.
20395
20396 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20397
20398         * messagexmas.el (message-xmas-redefine): Alias
20399         `message-make-caesar-translation-table' to
20400         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20401         version.
20402
20403         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20404         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20405         `gnus-xmas-set-text-properties'.
20406         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20407         `gnus-xmas-completing-read'.
20408         (gnus-xmas-completing-read): Removed.
20409         (gnus-xmas-open-network-stream): Removed.
20410
20411         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20412         XEmacs version.
20413
20414         * dns.el (dns-make-network-process): Use `open-network-stream'
20415         instead of `gnus-xmas-open-network-stream'.
20416
20417         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20418
20419         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20420
20421 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20422
20423         * gnus-art.el (gnus-mime-display-alternative)
20424         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20425         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20426         Don't use gnus-local-map-property.
20427
20428         * gnus-util.el (gnus-local-map-property): Remove.
20429
20430         * mm-view.el (mm-view-pkcs7-decrypt):
20431         Replace gnus-completing-read-maybe-default with completing-read.
20432
20433         * gnus-util.el (gnus-completing-read): do.
20434         (gnus-completing-read-maybe-default): Remove.
20435
20436 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20437
20438         * password.el: Only autoload `run-at-time' if not XEmacs.
20439         Only autoload the itimer functions if XEmacs.
20440
20441 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20442
20443         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20444         XEmacsen.
20445
20446         * dgnushack.el: Autoload executable-find for XEmacs.
20447
20448 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20449
20450         * gnus-art.el (gnus-read-string): Remove.
20451         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20452         read-string.
20453
20454 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20455
20456         * netrc.el: Autoload password-read.
20457         (netrc): Add configuration group.
20458         (netrc-encoding-method, netrc-openssl-path):
20459         Add variables for encoding and decoding of files with symmetric
20460         ciphers.
20461         (netrc-encode): Add assistant function to encode a file with
20462         netrc-encoding-method.
20463         (netrc-parse): Add interactive parameter, added optional
20464         decoding if netrc-encoding-method is non-nil but otherwise
20465         behavior is standard.
20466         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20467         Do s/encode/encrypt/ everywhere.
20468
20469         * spam.el: Remove executable-find autoload.
20470
20471 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20472
20473         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20474
20475         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20476
20477 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20478
20479         * gnus-art.el (gnus-treat-ansi-sequences)
20480         (article-treat-ansi-sequences): New variable and function.
20481         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20482
20483         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20484         Use it.
20485
20486 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20487
20488         * mm-util.el (mm-quote-arg): Remove.
20489
20490         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20491         shell-quote-argument.
20492
20493         * gnus-uu.el (gnus-uu-command): do.
20494
20495         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20496
20497         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20498         with make-char.
20499
20500         * mm-util.el (mm-make-char): Remove.
20501
20502         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20503         add-minor-mode.
20504
20505         * gnus-undo.el (gnus-undo-mode): do.
20506
20507         * gnus-topic.el (gnus-topic-mode): do.
20508
20509         * gnus-sum.el (gnus-dead-summary-mode): do.
20510
20511         * gnus-start.el (gnus-slave-mode): do.
20512
20513         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20514
20515         * gnus-ml.el (gnus-mailing-list-mode): do.
20516
20517         * gnus-gl.el (gnus-grouplens-mode): do.
20518
20519         * gnus-draft.el (gnus-draft-mode): do.
20520
20521         * gnus-dired.el (gnus-dired-mode): do.
20522
20523         * gnus-ems.el (gnus-add-minor-mode): Remove.
20524
20525         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20526         Replace gnus-char-width with char-width.
20527
20528         * gnus-ems.el (gnus-char-width): Remove.
20529
20530         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20531         Replace gnus-char-width with char-width.
20532
20533         * gnus-ems.el (gnus-char-width): Remove.
20534
20535         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20536         definition.
20537         Remove Emacs 20 hash table compatibility code.
20538
20539         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20540         20 compatibility code.
20541
20542         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20543
20544         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20545
20546         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20547         Replace with point-at-{eol,bol}.
20548
20549         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20550
20551         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20552
20553         * flow-fill.el (fill-flowed-point-at-bol)
20554         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20555
20556         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20557         Replace with point-at-{eol,bol} throughout all files.
20558
20559 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * ntlm.el (ntlm-string-as-unibyte): New macro.
20562         (ntlm-build-auth-response): Use it.
20563
20564         Remove Emacs 20 stuff:
20565         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20566         (butlast, mapc, remove): Remove the compiler macros.
20567         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20568         of delq and copy-sequence.
20569         * gnus-art.el (popup-menu): Remove the compiler macro.
20570         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20571         Emacs 20.
20572
20573 2004-01-05  Simon Josefsson  <jas@extundo.com>
20574
20575         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20576         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20577         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20578         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20579         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20580         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20581         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20582         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20583         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20584         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20585         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20586         string-xor into ntlm-string-xor.
20587         Suggested by Jesper Harder <harder@myrealbox.com>.
20588
20589         * ntlm.el: Don't include poem.
20590
20591         * md4.el (print-int32, print-string-hexa): Remove.
20592         Suggested by Jesper Harder <harder@myrealbox.com>.
20593
20594         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20595
20596         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20597         probably breaks emacs with DL patch, but do we care? Is anyone
20598         still using the DL stuff?)
20599
20600         * sieve-manage.el: Use the password package.
20601         (sieve-manage-read-passwd): Remove.
20602         (sieve-manage-interactive-login): Use password.  Re-add
20603         condition-case around loop.
20604
20605         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20606         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20607         Use the password package.
20608
20609 2003-02-19  Simon Josefsson  <jas@extundo.com>
20610
20611         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20612         token.
20613
20614 2002-08-07  Simon Josefsson  <jas@extundo.com>
20615
20616         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20617         (sieve-manage-authenticators):
20618         (sieve-manage-authenticator-alist): Add some SASL mechs.
20619         (sieve-sasl-auth): New function.
20620         (sieve-manage-cram-md5-auth):
20621         (sieve-manage-plain-auth): Rewrite using SASL library.
20622         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20623         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20624         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20625         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20626
20627 2004-01-05  Simon Josefsson  <jas@extundo.com>
20628
20629         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20630         New files.
20631
20632 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20633
20634         * gnus-group.el (gnus-no-groups-message): Update.
20635
20636         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20637
20638 2003-11-09  Simon Josefsson  <jas@extundo.com>
20639
20640         * imap.el: Support for ID IMAP extension (RFC 2971).
20641         (imap-local-variables): Add imap-id.
20642         (imap-id): New variable.
20643         (imap-id): New function.
20644         (imap-parse-response): Parse untagged ID response.
20645         * nnimap.el (nnimap-id): New variable.
20646         (nnimap-open-connection): Use it.
20647
20648 2003-12-28  Simon Josefsson  <jas@extundo.com>
20649
20650         * gnus-score.el (gnus-score-edit-all-score): New.
20651         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20652
20653 2004-01-04  Simon Josefsson  <jas@extundo.com>
20654
20655         * password.el: Add.
20656
20657 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20658
20659         * dns.el (dns-query-types): Fix typo.
20660         (dns-query-types): New function.
20661         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20662         PTR and SOA replies, see RFC 1035.
20663
20664 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20665
20666         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20667
20668         * Move to Changelog.2.
20669
20670 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20671
20672         * gnus.el (gnus-version-number): Bump version.
20673
20674 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20675
20676         * gnus.el: No Gnus v0.1 is released.
20677
20678 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20679
20680         * gnus.el: No Gnus v0.0 is released.
20681
20682 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20683
20684         * gnus.el (gnus-version-number): Bump.
20685         (gnus-version): No.
20686
20687 See ChangeLog.2 for earlier changes.
20688
20689   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20690
20691   This file is part of GNU Emacs.
20692
20693   GNU Emacs is free software: you can redistribute it and/or modify
20694   it under the terms of the GNU General Public License as published by
20695   the Free Software Foundation, either version 3 of the License, or
20696   (at your option) any later version.
20697
20698   GNU Emacs is distributed in the hope that it will be useful,
20699   but WITHOUT ANY WARRANTY; without even the implied warranty of
20700   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20701   GNU General Public License for more details.
20702
20703   You should have received a copy of the GNU General Public License
20704   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20705
20706 ;; Local Variables:
20707 ;; coding: utf-8
20708 ;; fill-column: 79
20709 ;; add-log-time-zone-rule: t
20710 ;; End: