Query the user for whether to store the credentials.
[gnus] / lisp / ChangeLog
1 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * auth-source.el (auth-source-create): Query the user for whether to
4         store the credentials.
5
6         * netrc.el (netrc-store-data): New function.
7
8         * auth-source.el (auth-source-user-or-password): Use the existing auth
9         sources, if any, for creation.
10
11         * gnus.el (gnus-group-fast-parameter): Return the last matching
12         parameter instead of the first matching parameter.
13
14 2010-09-26  Julien Danjou  <julien@danjou.info>
15
16         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
17
18 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * mml2015.el (mml2015-use): Remove gpg support.
21
22         * mml1991.el (mml1991-function-alist): Remove gpg function.
23         (mml1991-gpg-sign): Removed.
24
25 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
26
27         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
28         (gnus-browse-unsubscribe-current-group): Document it.
29         (gnus-browse-unsubscribe-group): Use it.
30
31 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
34         address to the To list for easier response.
35
36         * gnus.el (gnus-play-startup-jingle): Removed.
37         (gnus-splash): Don't play jingle.
38         (gnus): Silence gnus-load message.
39
40         * gnus-art.el (gnus-treat-play-sounds): Removed.
41
42         * gnus.el (gnus-play-jingle): Remove audio support.
43
44         * gnus-cus.el (gnus-score-customize): Remove audio reference.
45
46         * earcon.el: Removed -- no users.
47
48         * gnus-audio.el: Removed -- no users of this package.
49
50         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
51
52         * gnus-start.el (gnus-setup-news): Remove nocem support.
53
54         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
55
56         * gnus.el (gnus-use-nocem): Removed.
57
58         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
59         Removed.
60
61         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
62         uses NoCeM any more.
63
64         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
65         (gnus-button-ctan-handler): Ditto.
66         (gnus-button-handle-ctan-bogus-regexp): Ditto.
67         (gnus-button-ctan-directory-regexp): Ditto.
68         (gnus-button-handle-ctan): Ditto.
69         (gnus-button-tex-level): Ditto.
70         (gnus-button-alist): Removed CTAN stuff.
71
72 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
75         nnimap-streaming test.
76
77         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
78         servers twice.
79
80         * nnimap.el (nnimap-open-connection): Add more error reporting when
81         nnimap fails early.
82
83         * nnheader.el (nnheader-get-report-string): New function.
84         (nnheader-get-report): Use it.
85
86         * gnus-int.el (gnus-check-server): Say what the error was when opening
87         failed.
88
89         * nnimap.el (nnimap-wait-for-response): Search further when we're not
90         using streaming.
91
92 2010-09-25  Julien Danjou  <julien@danjou.info>
93
94         * gnus-html.el (gnus-html-rescale-image): Use our defalias
95         gnus-window-inside-pixel-edges.
96
97 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
100
101         * mm-decode.el (mm-save-part): Allow saving to other directories the
102         normal Emacs way.
103
104         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
105         by Jay Berkenbilt.
106
107         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
108         there isn't a single byte.
109
110         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
111         just do it.  It doesn't really seem to matter what the user responds
112         here, I think, so it's just a confusing question.
113
114         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
115         non-streaming case.
116
117         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
118         (gnus-article-encrypt-body): Use it.
119
120         * gnus-sum.el (gnus-summary-show-complete-article): New command and
121         keystroke.
122
123         * nnimap.el (nnimap-find-wanted-parts-1): Use
124         gnus-fetch-partial-articles.
125
126         * gnus-art.el (gnus-fetch-partial-articles): New variable.
127
128         * nnimap.el (nnimap-insert-partial-structure): New function.
129         (nnimap-get-partial-article): New function.
130         (nnimap-request-article): Use it.
131         (nnimap-wait-for-response): Return whether the wait was successful.
132         (nnimap-finish-retrieve-group-infos): Don't do anything if the
133         retrieval wasn't successful.
134         (nnimap-retrieve-group-data-early): Allow throttling servers.
135         (nnimap-streaming): New variable.
136         (nnimap-fetch-partial-articles): Removed.
137
138         * mm-decode.el (mm-with-part): Protect against killed buffers.
139
140         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
141         for prettier summary display.
142
143 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
144
145         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
146         directly.
147
148 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
151         apparently third-party libraries depend on it.
152
153         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
154         before starting negotiation.
155
156         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
157         privacy reasons.
158         (gnus-treat-mail-gravatar): Ditto.
159
160         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
161         buffer when inserting images.  Inserting text into the headers, for
162         instance, can make them invalid.
163
164 2010-09-25  Julien Danjou  <julien@danjou.info>
165
166         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
167         variables.
168
169         * nnheader.el: Remove useless variables news-reply-yank-from and
170         news-reply-yank-message-id.
171
172         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
173         variables.
174
175         * mml1991.el: Remove useless mml1991-verbose.
176
177         * gnus.el: Remove useless variable gnus-use-generic-from.
178         Remove obsolete variable gnus-topic-indentation.
179
180         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
181
182         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
183
184         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
185
186         * gnus-group.el: Remove useless gnus-group-icon-cache.
187         Remove useless gnus-ephemeral-group-server.
188
189         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
190
191         * mml2015.el: Remove useless mml2015-verbose.
192
193         * mml-smime.el: Remove useless mml-smime-verbose.
194
195         * gnus.el: Remove useless gnus-local-domain.
196
197         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
198         gnus-gravatar-size.
199
200         * gnus-art.el: Remove useless gnus-treat-translate.
201
202 2010-09-24  Julien Danjou  <julien@danjou.info>
203
204         * gnus-sum.el: Add support for Gravatars.
205
206         * gnus-art.el: Add support for Gravatars.
207
208         * gnus-gravatar.el: Add this file.
209
210         * gravatar.el: Add this file.
211
212 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
215
216         * gnus-group.el (gnus-group-fetch-faq): Removed.
217
218         * gnus.el (gnus-group-faq-directory): Removed.
219
220         * gnus-group.el (gnus-group-fetch-charter): Removed.
221
222         * gnus.el (gnus-group-charter-alist): Removed.
223
224         * gnus-group.el (gnus-group-archive-directory): Removed.
225         (gnus-group-recent-archive-directory): Ditto.
226         (gnus-group-make-archive-group): Removed.
227
228         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
229
230         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
231         use the same article number for all the cached articles.
232
233         * nnimap.el (nnimap-command): Register the last command time so
234         that we can use it for idling NOOPs.
235         (nnimap-open-connection): Start the keeplive timer.
236         (nnimap-make-process-buffer): Store all the process buffers.
237         (nnimap-keepalive): New function.
238
239         * starttls.el: (starttls-open-stream): Add autoload cookie.
240
241 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
242
243         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
244         handling.
245
246 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
249         its data structures.
250
251         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
252         instead of the cl.el copy-list.
253         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
254         equalp.
255
256 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
259         and tool-bar-local-item-from-menu.
260
261         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
262         mode-line-highlight face for Emacs.
263
264         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
265         loading gnus-sum.elc; fix comment for canlock-verify.
266         (gnus-article-jump-to-part): Use read-number.
267         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
268         Emacs pre-21 compatible code for help-echo.
269         (gnus-article-next-page-1): No need to adjust the number of lines.
270         (gnus-article-describe-bindings): Always use help-buffer.
271
272         * gnus-audio.el (gnus-audio-inline-sound)
273         * gnus-cus.el (gnus-custom-mode)
274         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
275
276         * gnus-sum.el (gnus-remove-overlays): Doc fix.
277
278         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
279         compatible code.
280
281 2010-09-24  Glenn Morris  <rgm@gnu.org>
282
283         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
284         visiting the fcc file in rmail-mode.
285
286         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
287
288 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * nnir.el: Silence the byte compiler.
291
292         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
293         alias to browse-url-url-encode-chars if any.
294         (gnus-html-encode-url): Use it.
295
296 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * gnus-start.el (gnus-use-backend-marks): New variable.
299         (gnus-get-unread-articles-in-group): Use it.
300
301         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
302         makeover.
303
304 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
305
306         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
307
308 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
311         Removed.
312         (gnus-setup-news-hook): Removed
313         gnus-fixup-nnimap-unread-after-getting-new-news.
314
315         * gnus-int.el (gnus-request-update-info): Protect against backends not
316         having the function.
317
318         * nnimap.el (nnimap-stream): Mention starttls.
319         (nnimap-open-connection): Add starttls support.
320
321 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
322
323         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
324
325 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
328         BODYSTRUCTUREs.
329         (nnimap-transform-headers): Unfold quoted {42} headers.
330
331         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
332         the info.
333         (gnus-get-unread-articles): Only call updatep on backends that support
334         it.
335
336         * nnweb.el (nnweb-request-update-info): NOOP.
337
338         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
339
340         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
341         since it only deals with marks.
342
343         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
344         gnus-request-marks, and make a new gnus-request-update-info.
345
346         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
347         the active instead of the high number, which is usually too low.
348
349 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
350
351         * netrc.el (netrc-parse): Remove encrypt.el mentions.
352         * encrypt.el: Removed.
353
354 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
357         server in symbolic form.
358
359         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
360         0.9.
361
362 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
365         (nnimap-update-info): Fix up code slightly.
366
367         * gnus-int.el (gnus-open-server): Add tracing for performance
368         debugging.
369
370         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
371         (gnus-group-insert-group-line): Pass the real group name so that it
372         gets the right data.
373
374         * gnus-start.el (gnus-get-unread-articles): Don't have
375         `gnus-get-unread-articles-in-group' update info, since that can be
376         really slow and doesn't seem to be needed?
377
378 2010-09-22  Dan Christensen  <jdc@uwo.ca>
379
380         * time-date.el (date-to-time): Try using parse-time-string first before
381         using the slower timezone-make-date-arpa-standard.
382
383 2010-09-22  Julien Danjou  <julien@danjou.info>
384
385         * gnus-group.el (gnus-group-insert-group-line): Call
386         gnus-group-highlight-line.
387         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
388         default hook list.
389         (gnus-group-update-eval-form): Add new function.
390         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
391         (gnus-group-get-icon): Use gnus-group-update-eval-form.
392
393 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
396         immediate, then expire all articles.
397         (nnimap-update-info): Fix off-by-one errors.
398         (nnimap-flags-to-marks): Would return no marks lists for group with no
399         flags.  Instead return the other data.
400
401 2010-09-22  Julien Danjou  <julien@danjou.info>
402
403         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
404         Only return an icon.
405         (gnus-group-insert-group-line): Compute icon to return.
406
407         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
408         variable.
409         (gnus-html-image-fetched): Only cache if
410         gnus-html-image-automatic-caching is set.
411         (gnus-html-image-fetched): Check for errors.
412
413 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
416         once per method on `g'.  This ensures that backends like nnfolder don't
417         open all their folders.
418
419         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
420         (nnimap-request-list): Nix out group in the correct buffer.
421         (nnimap-parse-flags): Implement by using `read' instead of
422         hand-parsing.
423         (nnimap-flags-to-marks): Pass on permanent-flags.
424         (nnimap-make-process-buffer): Record the server name.
425         (nnimap-parse-flags): Fix typo.
426         (nnimap-request-scan): Run split on the server in general, not just a
427         single group.
428
429         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
430         parameter, and propagate this downwards.
431
432         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
433         since EXAMINE changes it on the server.
434
435         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
436         this command might take a while.
437
438 2010-09-22  Julien Danjou  <julien@danjou.info>
439
440         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
441         harmful if you have 2 images side-by-side, they can't be properly
442         update on text deletion.  Using text-property is safer here.
443         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
444         data.
445
446 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * nnimap.el (nnimap-expunge-inbox): Removed.
449         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
450         (nnimap-expunge): Flip default to t.
451
452         * gnus.el (gnus-method-to-server): Don't push things to the cache
453         unless it's unique.
454         (gnus-server-to-method): Ditto.
455
456 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
457
458         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
459
460 2010-09-22  Julien Danjou  <julien@danjou.info>
461
462         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
463         get the start of data.
464         (gnus-html-encode-url): Add this function to encode special chars in
465         URL.
466         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
467         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
468
469         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
470         default.
471         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
472
473         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
474         images alt-text.
475         (gnus-html-put-image): Put alt-text as help-echo.
476
477 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
480         * mm-util.el (mm-decompress-buffer)
481         * nnir.el (nnir-run-find-grep)
482         * pop3.el (pop3-list): Use 3rd arg of split-string.
483
484         * time-date.el (format-seconds): Comment fix.
485
486         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
487         and byte-optimize-form-code-walker.
488         (dgnushack-make-auto-load): Don't advise make-autoload.
489
490         * lpath.el: Remove Emacs 21 stuff.
491
492 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
495         outside the active range.  Suggested by Dan Christensen.
496
497         * gnus-start.el (gnus-get-unread-articles): Get the extended method
498         slightly later to avoid double-getting it.
499
500         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
501         previous patch.
502
503         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
504
505 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
506
507         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
508
509 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-int.el (gnus-open-server): Give a better error message in the
512         "go offline" case.
513
514         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
515         marks for nnimap, which is seldom the right thing to do.
516
517         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
518         (gnus-same-method-different-name): New function.
519
520         * nnimap.el (parse-time): Require.
521
522         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
523         method in the presence of many similar methods.
524
525         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
526
527         * nnimap.el (nnimap-find-expired-articles): Don't refer to
528         nnml-inhibit-expiry.
529
530         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
531         find out whether methods are equal.
532
533         * nnimap.el (nnimap-find-expired-articles): New function.
534         (nnimap-process-expiry-targets): New function.
535         (nnimap-request-move-article): Request the article before looking at
536         what the Message-ID is.  Fix found by Andrew Cohen.
537         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
538
539         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
540         for oldness in addition to being a predicate.
541
542         * nnimap.el (nnimap-request-group): When we have zero articles, return
543         the right data to Gnus.
544         (nnimap-request-expire-articles): Only delete articles immediately if
545         the target is 'delete.
546
547         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
548         method, this would bug out.
549
550         * gnus-group.el (gnus-group-expunge-group): Renamed from
551         gnus-group-nnimap-expunge, and implemented as a normal interface
552         function.
553
554         * gnus-int.el (gnus-request-expunge-group): New function.
555
556         * nnimap.el (nnimap-request-create-group): Implement.
557         (nnimap-request-expunge-group): New function.
558
559 2010-09-21  Julien Danjou  <julien@danjou.info>
560
561         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
562         (gnus-html-cache-expired): Add new function.
563         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
564         wethever we should display image for fetch it.
565         Compute alt-text earlier to pass it to the fetching function too.
566         (gnus-html-schedule-image-fetching): Change function argument to only
567         get one image at a time, not a list.
568         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
569         cache.
570         (gnus-html-get-image-data): New function to retrieve image data from
571         cache.
572         (gnus-html-put-image): Change buffer argument to use image data rather
573         than file, and place image above region rather than inserting a new
574         one. Do not take alt-text as argument, since it's useless now: we place
575         the image above alt-text.
576         (gnus-html-prune-cache): Remove.
577         (gnus-html-show-images): Start to fetch image when we find one, do not
578         push into a temporary list.
579         (gnus-html-prefetch-images): Only fetch image if they have expired.
580         (gnus-html-browse-image): Fix, use 'gnus-image-url.
581         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
582
583 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
586
587 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
590         spec inser "*" if the group isn't active instead of 0.
591
592         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
593         opening the server.
594         (nnimap-request-delete-group): Implement group deletion.
595         (nnimap-transform-headers): Return the size of the entire message in
596         the Bytes header, not just the size of the first part.
597         (nnimap-request-move-article): When moving an article from nnimap,
598         request the article first so the accepting form has an article to
599         accept.  Reported by Dan Christensen.
600         (nnimap-command): Make sure that the error message doesn't error out.
601
602 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
603
604         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
605         we haven't requested anything.
606
607 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
610         "".  Fix found by Andrew Cohen.
611
612         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
613         instead of -encode-string.
614
615 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
618
619         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
620         by mm-subst-char-in-string.
621
622 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
625         waiting for the connection string.
626
627         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
628         arriving.
629
630         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
631         bogus characters.  This allows selecting certain Gmail groups.
632
633         * nnimap.el (nnimap-find-wanted-parts-1): New function.
634         (nnimap-fetch-partial-articles): New variable.
635         (nnimap-open-connection): When looking for credentials, also use the
636         nnimap-server-port.
637         (nnimap-request-article): Return the group/article number, so that Gnus
638         `^' works as expected.
639         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
640         them.
641
642         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
643         comments.
644         (gnus-methods-sloppily-equal): New function.
645         (gnus): When using the development version of Gnus, load the gnus-load
646         file.
647
648         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
649         `gnus-open-server' on each method before trying to scan them etc.  This
650         ensures that all the backend parameters are set correctly.
651
652         * nnimap.el (nnimap-authenticator): New variable.
653         (nnimap-open-connection): Allow anonymous login.
654         (nnimap-transform-headers): The chars header is called Chars not
655         Bytes.
656         (nnimap-wait-for-response): Don't infloop if the IMAP connection
657         drops.
658
659         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
660         patch, found by Knut Anders Hatlen.
661
662 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
663
664         * gnus-agent.el (gnus-agent-batch-confirmation)
665         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
666         to gnus-message.
667         * gnus-art.el (gnus-article-describe-briefly): Likewise.
668         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
669         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
670         * gnus-int.el (gnus-open-server): Likewise.
671         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
672         (gnus-score-check-syntax): Likewise.
673         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
674         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
675         Likewise.
676         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
677
678 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
681         calling conventions so that prefetch doesn't bug out.
682
683 2010-09-19  Julien Danjou  <julien@danjou.info>
684
685         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
686         rather than `subst-char-in-region' in order to be able to replace ASCII
687         char by UTF-8 ones.
688
689         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
690         than curl.
691         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
692         the right URL and ALT text on images.
693         (gnus-html-wash-tags): Fix tag case.
694         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
695         (gnus-article-html): Add -o display_ins_del=2 option.
696         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
697
698 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
701         the extra mail headers, which sometimes seem to happen for unknown
702         reasons.
703
704         * mail-parse.el (mail-header-encode-parameter): Define as
705         rfc2045-encode-string instead of as rfc2231-encode-string, since some
706         (or most, perhaps?) mail readers don't understand the latter, but do
707         understand the former.
708
709         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
710         to nil, so that no methods are automatically agentized.  I think this
711         is probably what most users want.
712
713         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
714         from url-retrieve, for instance about invalid URLs.
715
716         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
717         groups that have no articles.
718         (nnimap-request-article): Check that we really got an article when we
719         requested one.
720
721         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
722         doesn't exist.
723
724         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
725         nntp buffer so the agent can save it.
726         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
727         that CRLF doesn't get translated to \n.
728         (nnimap-open-connection): Don't make 'shell commands only send \n.
729
730 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
731
732         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
733         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
734         Update var name.
735         (nnml-generate-nov-file): Use dolist.
736         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
737         Use with-current-buffer.
738
739 2010-09-18  Julien Danjou  <julien@danjou.info>
740
741         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
742         parallel.
743
744 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * nnimap.el (nnimap-update-info): When doing partial marks update, get
747         the range update right.
748         (nnimap-request-group): Don't make `M-g' bug out on group with no
749         marks.
750         (nnoo): Required, so that other packages can require nnimap.
751         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
752         command we're looking for.  This helps when the server sends more
753         responses after we've gotten everything we expected.
754         (nnimap): Add a `newlinep' field to keep track of end-of-line
755         conventions.
756         Don't send CRLF to things that don't want it.
757         (nnimap-request-accept-article): Ditto.
758
759 2010-09-18  Julien Danjou  <julien@danjou.info>
760
761         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
762         than curl to retrieve images.
763
764 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnimap.el (nnimap-update-info): Extend the info so that we can set
767         the marks.
768         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
769         (nnimap-wait-for-connection): New function.
770         (nnimap-open-connection): If we have PREAUTH, don't query for login
771         credentials.
772         (nnimap-update-info): Fix off-by-one error when concatenating ranges
773         when doing a partial update.
774
775 2010-09-18  Julien Danjou  <julien@danjou.info>
776
777         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
778         tags.
779
780 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * nnimap.el (nnimap-credentials): New function.
783         (nnimap-open-connection): Use the new function to look for credentials
784         also on the numeric equivalents of "imap" and "imaps".
785
786         * gnus-start.el (gnus-activate-group): Send the info to
787         gnus-request-group.
788
789         * nnimap.el (nnimap-request-group): Have the "check" version of the
790         function parse flags and update the info, so that a `M-g' get a total
791         resync of all flags from the group.
792
793         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
794         to allow backends to alter the info on group selection.  Also alter all
795         the backend -request-group functions to take the parameter.
796
797         * nnimap.el (nnimap-store-info): New function.
798         (nnimap-update-info): Store the info for later usage.
799         (nnimap-request-group): Use the stored info for the dont-check case, so
800         that we don't retrieve all marks when we enter a group.
801
802         * nnimap.el: Use deffoo instead of defun for interface functions.
803
804         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
805         update the group info.  This makes the nndraft groups, for instance, go
806         back to their old behaviour.
807
808         * gnus-sum.el (gnus-select-newsgroup): Indent.
809
810         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
811         in.
812         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
813         nothing.
814
815         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
816         from methods that are denied.
817
818         * gnus-int.el (gnus-method-denied-p): New function.
819
820         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
821         store the password instead of netrc.
822         (nnimap-open-connection): Don't error out when we can't make a
823         connections.
824
825         * auth-source.el (auth-source-create): In the password prompt, say what
826         we're querying for.  Also prompt for user name if that hasn't been
827         given.
828
829         * nnimap.el (nnimap-with-process-buffer): Removed.
830
831 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
834         method when we're reading from the agent.
835
836         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
837
838         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
839         that's probably most useful for users.
840
841         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
842         "failed" all the time.
843
844         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
845         ...)) with (with-current-buffer ... ).
846
847         * nntp.el (nntp-open-server): Return whether the open was successful or
848         not.
849
850         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
851         select an unread unseen article first.
852
853         * nnimap.el (nnimap-open-connection): If the user doesn't have a
854         /etc/services, supply some sensible port defaults.
855
856         * dgnushack.el: Define netrc-credentials.
857
858 2010-09-17  Julien Danjou  <julien@danjou.info>
859
860         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
861
862 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
863
864         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
865         doesn't have any parameters.
866
867 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
870         only upcased checks.
871
872         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
873
874         * nnimap.el (nnimap-open-shell-stream): New function.
875         (nnimap-open-connection): Use it.
876         (nnimap-transform-headers): Get the number of lines in each message.
877         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
878         number of lines.
879         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
880         problem.
881
882         * utf7.el (utf7-encode): Autoload.
883
884         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
885         to allow the mail splitting to not return a default group.  This is
886         useful for nnimap, which will leave unmatched mail in the inbox.
887
888         * nnimap.el: Rewritten.
889
890         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
891         nnimap usage.
892
893         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
894         if the move is internal, so that nnimap can do fast internal moves.
895
896         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
897         data.
898         (gnus-read-active-for-groups): Support finishing the early retrieval of
899         data.
900
901         * gnus-range.el (gnus-range-nconcat): New function.
902
903         * gnus-int.el (gnus-finish-retrieve-group-infos)
904         (gnus-retrieve-group-data-early): New functions.
905
906 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
907
908         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
909         (nnrss-retrieve-groups):
910         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
911         (pop3-quit): Use with-current-buffer.
912
913 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
916         instead of nnheader-accept-process-output.
917
918         * dgnushack.el (dgnushack-compile): Add comment.
919
920         * lpath.el: No need to fbind propertize for XEmacs 21.4.
921
922         * gnus-html.el (gnus-html-schedule-image-fetching)
923         (gnus-html-prefetch-images): Replace process-kill-without-query by
924         gnus-set-process-query-on-exit-flag.
925
926 2010-09-16  Romain Francoise  <romain@orebokech.com>
927
928         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
929
930 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * gnus-registry.el (gnus-registry-install-shortcuts): The second
933         parameter to unintern is mandatory-ish in Emacs 24.
934
935         * gnus-html.el (gnus-html-schedule-image-fetching)
936         (gnus-html-prefetch-images): Check for curl before using it.
937
938         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
939         depend on curl, which isn't essential.
940
941         * imap.el: Revert back to version
942         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
943         seem problematic.
944
945 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
946
947         * gnus-registry.el (gnus-registry-install-shortcuts):
948         Explicitly pass `obarray' to `unintern' to avoid a warning.
949
950 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
953         change.
954
955         * nnrss.el (nnrss-request-list): Removed this function and related
956         functions, including the moreover stuff.
957
958 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * nnrss.el (nnrss-retrieve-groups): New function.
961
962 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
963
964         * .dir-locals.el: Add no-byte-compile cookie.
965
966 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * time-date.el (format-seconds): Comment fix.
969
970         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
971         for back end that doesn't support request-scan.
972
973 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
976         then do request scans from the backends.
977
978         * netrc.el (netrc-credentials): New conveniency function.
979
980         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
981         avoid running a hook per line, since this takes a lot of time,
982         profiling shows.
983         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
984         directly if gnus-visual-p is true.
985
986 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
989         groups; replace mapcar with dolist which is a bit faster; pass groups
990         info to gnus-read-active-file-1.
991         (gnus-read-active-file-1): Scan only specified groups if the new
992         optional arg `infos' is given.
993
994 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
997
998         * pop3.el (pop3-movemail): Removed.
999         (pop3-streaming-movemail): Renamed to pop3-movemail.
1000
1001         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1002         don't restrict end-tag searches to the end of the line.
1003
1004 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1007         articles of every unchecked group to t, which means unknown since the
1008         server has never been opened.
1009
1010 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-html.el (gnus-html-show-alt-text): New command.
1013         (gnus-html-browse-image): Ditto.
1014         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1015         to browse the image directly.
1016         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1017         better.
1018
1019         * gnus-async.el (gnus-async-article-callback): Call
1020         `gnus-html-prefetch-images' unconditionally.
1021
1022         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1023         before feeding URLs to curl.
1024
1025 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1028         internal images as deletable by `W D D'.
1029
1030         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1031         (gnus-async-article-callback): Fix typo.
1032
1033 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1036         current line to work around bugs in the output from w3m.
1037
1038         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1039         for groups that want that.
1040
1041         * nntp.el (nntp-wait-for-string): Supply a timeout for
1042         accept-process-output to ensure progress.
1043
1044         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1045         level to get unread articles from, then use that for foreign groups,
1046         too.
1047
1048         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1049         confuses the rest of the function.
1050
1051         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1052         for the methods that support -retrieve-groups, too.
1053
1054         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1055
1056 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1059         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1060
1061         * pop3.el: Require cl when compiling.
1062         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1063
1064 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1067         that aren't going to be activated.
1068         (gnus-get-unread-articles): Fix up the last commit.
1069
1070         * gnus-html.el (gnus-article-html): Allow calling without specifying
1071         the handle.  In that case, dissect the buffer first.
1072
1073         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1074
1075         * nnimap.el (nnimap-open-connection): Revert the change that would look
1076         into authinfo for imaps instead of imap.
1077
1078         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1079         say that you don't want to call gnus-request-group with don-check, but
1080         do check the reponse.  This is for virtual groups only.
1081         (gnus-get-unread-articles): Count the archive groups as secondary, so
1082         that they're activated the same way as before.
1083
1084         * imap.el (imap-message-map): Removed optional buffer parameter, since
1085         no callers use it.
1086         (imap-message-get): Ditto.
1087         (imap-message-put): Ditto.
1088         (imap-mailbox-map): Ditto.
1089         (imap-mailbox-put): Ditto.
1090         (imap-mailbox-get): Ditto.
1091         (imap-mailbox-get): Revert last change for this function.
1092
1093         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1094         case-insensitively.
1095         (nnimap-debug): Removed.
1096
1097         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1098         to use `imap-fetch' instead.  According to the comments, this should be
1099         safe, since all other IMAP clients use the 1:* syntax.
1100         (imap-enable-exchange-bug-workaround): Removed.
1101         (imap-debug): Removed -- doesn't seem very useful.
1102
1103         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1104         mail from a file, and the file doesn't exist.
1105
1106         * imap.el (imap-log): New convenience function used throughout instead
1107         of repeating the same code all over the place.
1108
1109         * pop3.el (pop3-streaming-movemail): Return t for success.
1110
1111         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1112         .authinfo if we're using ssl connection.
1113
1114         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1115         already have if we're in a main Gnus `g' run.
1116
1117         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1118
1119 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1122
1123         * nnmh.el (nnmh-request-list-1): Bind `file'.
1124
1125         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1126         alias to set-process-query-on-exit-flag or process-kill-without-query.
1127         (pop3-open-server): Use it.
1128
1129 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1132         box to the Incoming file.  Fixes mistake in previous checkin.
1133
1134         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1135         request loop (for debugging purposes) removed.
1136
1137         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1138         culprit is more visible.
1139         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1140         (nnml-add-incremental-nov): New functions to do "incremental" nov
1141         updates, where we just append to the end of the existing nov files
1142         without reading/writing them in full.
1143
1144         * mail-source.el (mail-source-delete-crash-box): Really only check the
1145         incoming files once in a while.
1146
1147         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1148
1149         * mail-source.el (mail-source-delete-crash-box): Only check the
1150         incoming files for deletion once per day to save a lot of file
1151         accesses.
1152
1153         * pop3.el (pop3-logon): Fix up unbound variable typo.
1154
1155         * mail-source.el (pop3-streaming-movemail): Autoload.
1156
1157         * pop3.el (pop3-streaming-movemail): Respect
1158         pop3-leave-mail-on-server.
1159
1160         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1161         retrieval.
1162
1163         * pop3.el (pop3-process-filter): Removed unused function.
1164         (pop3-streaming-movemail, pop3-send-streaming-command)
1165         (pop3-wait-for-messages, pop3-write-to-file)
1166         (pop3-number-of-responses): New functions for streaming pop3
1167         retrieval.
1168
1169         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1170         come from no known methods.
1171         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1172         list.
1173
1174         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1175         message sizes.
1176         (pop3-movemail): Use erase-buffer instead of looping and deleting
1177         regions, which seems rather odd.
1178
1179         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1180         file once per `g' run.
1181
1182         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1183         directories.  This makes the draft queue directory work.
1184
1185         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1186         data from the backends, so that we only request the list of groups from
1187         each method once.  This should speed things up considerably.
1188
1189         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1190         detect that it's not implemented.
1191
1192         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1193         we actually do recurse down into the tree, but don't stat all leaf
1194         nodes.
1195
1196         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1197         then say so instead of bugging out.
1198
1199         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1200         files exist before trying to read them.
1201
1202         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1203         around <pre_int>.
1204
1205         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1206
1207         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1208
1209 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * mm-util.el (mm-image-load-path): Just return the image directories,
1212         not all directories in the path in addition to the image directories.
1213         (mm-image-load-path): Maintain a cache of the image directories so that
1214         the `g' command in Gnus doesn't have to stat dozens of directories each
1215         time.
1216
1217         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1218         (gnus-html-wash-tags): Add a new `i' command to insert images.
1219         (gnus-html-insert-image): New command and keystroke.
1220         (gnus-html-redisplay-with-images): New command and keystroke.
1221         (gnus-html-show-images): Renamed command.
1222         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1223         spacers.
1224         (gnus-html-wash-tags): Decode entities at the end, so that entities
1225         inside the tags don't mess up the rest of the "parsing".
1226
1227         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1228         so that nnimap methods aren't agentized by default.  There's apparently
1229         many problems related to agent/imap behaviour.
1230
1231         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1232
1233         * gnus-html.el: Doc fix.
1234
1235 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1238         specifier-spec-list for Emacs 21.
1239
1240         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1241         glyph-width and glyph-height instead of display-graphic-p and
1242         image-size; make avoidance of displaying small images work for XEmacs.
1243
1244         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1245         for XEmacs.
1246
1247         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1248         of symbol that holds plist data.
1249         (gnus-process-plist): Remove plist of process after getting it.
1250
1251 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * message.el (message-generate-hashcash): Change default to
1254         'opportunistic if hashcash is installed.
1255
1256         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1257         (gnus-html-put-image): Only call image-size once, since it's somewhat
1258         time-consuming on remote X servers.
1259
1260 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1263         type on data, not a file name.
1264
1265         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1266         window-pixel-edges for Emacs 21.
1267
1268         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1269         decoded contents.
1270         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1271
1272 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1275         group line format, since it isn't very interesting.
1276
1277         * gnus-agent.el (gnus-agent-short-article),
1278         (gnus-agent-long-article): Increase values for these two variables,
1279         since most people are likely to have more network connection and
1280         storage than before.
1281
1282         * gnus.el (gnus-refer-article-method): Change default to 'current.
1283         When referring an article, the common behaviour is to refer it from the
1284         current select method, not the native select method.  The chances of
1285         the native select method having the message in question is rather slim
1286         these days.
1287
1288         * gnus-sum.el (gnus-auto-select-subject): Change default to
1289         `unseen-or-unread'.  I think it's likely that most people want to
1290         select an unseen article over a previously seen, but unread one.
1291
1292         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1293         means that in the article buffer none of the minor mode elements will
1294         be shown, usually, and this is not desirable in most cases.
1295
1296         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1297         that commands like `d' (and the like) go to the next line in the
1298         buffer, instead of the next unread article.  I think this is the
1299         behaviour that is most natural for most users.
1300         (gnus-single-article-buffer): Change default to nil, so that people can
1301         have as many article buffers open as they have summary buffer.  I think
1302         this is the most natural way for the groups to behave.
1303
1304         * message.el (message-generate-new-buffers): Change default to
1305         `unsent', so that all new message buffers start their names with the
1306         string "*unsent", and it's easier to find the buffers if you move from
1307         them.
1308
1309 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1312         small.  They're probably tracking images.
1313         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1314         (gnus-html-rescale-image): Yet another try at getting the image sizing
1315         right.
1316
1317         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1318         nntp-marks-file-name is nil.
1319
1320 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1321
1322         * gnus-html.el (gnus-html-wash-tags)
1323         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1324         Better logging.
1325
1326 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1329
1330         * gnus-html.el (gnus-html-wash-tags): Check the value of
1331         gnus-blocked-images in the summary buffer.
1332
1333 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1334
1335         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1336
1337 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1340         like "a", it seems like.
1341         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1342         since it needs to be picked from the correct buffer.
1343
1344         * nnwfm.el: Removed.
1345
1346         * nnlistserv.el: Removed.
1347
1348 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1349
1350         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1351         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1352
1353 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * nnkiboze.el: Removed.
1356
1357         * nndb.el: Removed.
1358
1359         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1360         alt text.
1361         (gnus-html-rescale-image): Try to get the rescaling logic right for
1362         images that are just wide and not tall.
1363
1364         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1365         overshadow variable bindings.
1366
1367 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1368
1369         * gnus-html.el (gnus-html-wash-tags)
1370         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1371         extra logging.
1372
1373 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1376         (gnus-max-image-proportion): New variable.
1377         (gnus-html-rescale-image): New function.
1378         (gnus-html-put-image): Rescale images.
1379
1380 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1381
1382         Fix up some byte-compiler warnings.
1383         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1384         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1385         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1386         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1387         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1388         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1389         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1390
1391 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * gnus-html.el (gnus-article-html): Decode contents by charset.
1394
1395 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1398         (gnus-html-frame-width, gnus-blocked-images)
1399         * message.el (message-prune-recipient-rules): Add custom version.
1400         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1401
1402         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1403         functions.
1404
1405         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1406         gnus-process-get.
1407
1408 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1409
1410         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1411         instead of lsub directly.
1412
1413 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * nnwarchive.el: Removed.
1416
1417         * gnus-soup.el: Removed.
1418
1419         * nnsoup.el: Removed.
1420
1421         * nnultimate.el: Removed.
1422
1423         * gnus-html.el (gnus-blocked-images): New variable.
1424
1425         * message.el (message-prune-recipients): New function.
1426         (message-prune-recipient-rules): New variable.
1427
1428         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1429         guess whether a long line is natural text or not.
1430
1431         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1432         gnus-process-plist and friends for compatibility.
1433
1434 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1435
1436         * gnus-html.el: Require packages that define macros used in this file.
1437         (gnus-article-mouse-face): Declare to silence byte-compiler.
1438         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1439         process-get.
1440         (gnus-html-put-image): Use plist-get to avoid getf.
1441         (gnus-html-prefetch-images): Use with-current-buffer.
1442
1443 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * gnus-ems.el: Provide compatibility functions for
1446         gnus-set-process-plist.
1447
1448         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1449         header-line-format for XEmacs 21.4.
1450
1451         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1452         * gnus.el (gnus-valid-select-methods)
1453         * message.el (message-send-mail-partially-limit)
1454         * mm-decode.el (mm-text-html-renderer)
1455         * mml.el (mml-insert-mime-headers-always)
1456         * smiley.el (smiley-regexp-alist): Bump custom version.
1457
1458 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-html.el: require mm-url.
1461         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1462         with the url to `url'.
1463         (gnus-html-wash-tags): Support cid: URLs/images.
1464
1465 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1468         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1469         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1470
1471         * gnus-move.el: Removed file, since it doesn't really work.
1472
1473         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1474         UTF-8.  This seems to fix problems with some German web feeds.
1475
1476         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1477         at the top so that the proper colours are applied.
1478
1479         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1480         don't have dots in their names.
1481
1482         * gnus-art.el (gnus-article-view-part): Doc fix.
1483
1484         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1485         XEmacs-compatible.
1486         (gnus-html-put-image): Don't do images on non-graphic displays.
1487
1488         * nnslashdot.el: Removed this unused backend.
1489
1490         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1491         actions.
1492         (gnus-undo-register-1): Revert last change.
1493
1494         * gnus-group.el (gnus-group-completing-read): Protect against not
1495         having completion-styles bound.
1496
1497         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1498         make broken recipients happier.
1499
1500         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1501
1502         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1503         point parameter.
1504
1505         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1506
1507         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1508         completion-styles for group selection.
1509
1510 2009-02-04  Andreas Schwab  <schwab@suse.de>
1511
1512         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1513         headers and regexp-quote the match if necessary.
1514
1515 2009-03-24  Miles Bader  <miles@gnu.org>
1516
1517         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1518         the blinking smiley.
1519
1520 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1521
1522         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1523         blink smiley.
1524
1525 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1528         where the dribbel file lives exists.
1529
1530         * message.el (message-send-mail-partially-limit): Change the default to
1531         nil, since most people don't want this.
1532
1533         * mm-url.el (mm-url-decode-entities): Also decode entities like
1534         &#x3212.
1535
1536 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1537
1538         * gnus-sum.el (gnus-summary-idna-message):
1539         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1540         Hyperlink urls in docstrings with URL `...'.
1541
1542 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1543
1544         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1545         functions.
1546
1547 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1550         say what the mouseover text should be.
1551
1552         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1553         version of the mm-w3m-safe-url-regexp variable to only download images
1554         in the groups where we want that to happen.
1555
1556         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1557
1558         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1559         easier debugging.
1560         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1561         big pictures in the article buffer.
1562
1563         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1564         gnus-article-html.
1565         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1566         w3m.
1567
1568         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1569
1570 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1573         which doesn't exist.
1574
1575         * message.el (message-inhibit-ecomplete): New variable to allow some
1576         function to inhibit ecomplete address storage.
1577         (message-resend): Disable ecomplete message storage when resending
1578         messages.
1579
1580         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1581
1582 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1585         Save excursion while copying, moving, and deleting articles in order to
1586         prevent the cursor from jumping to unforeseen place.
1587
1588 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * lpath.el: No need to bind bookmark-current-buffer,
1591         bookmark-yank-point and bookmark-make-record-function.
1592
1593 2010-08-17  Glenn Morris  <rgm@gnu.org>
1594
1595         * gnus-sync.el: Require gnus components whose functions are used.
1596
1597         * gnus-art.el (bookmark-make-record-function):
1598         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1599         Declare for compiler.
1600
1601         * mm-url.el (mml-compute-boundary): Autoload.
1602
1603 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1606
1607 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1608
1609         Typo fix "hoo4a" -> "hook".
1610
1611         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1612
1613 2010-08-14  Glenn Morris  <rgm@gnu.org>
1614
1615         * gnus-sync.el (gnus-sync): Fix defgroup version.
1616
1617 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1620
1621         * gnus-sync.el: Fix docs.
1622         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1623         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1624
1625 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1626
1627         Optimizations for gnus-sync.el.
1628
1629         * gnus-sync.el: Add docs about gnus-sync-backend
1630         possibilities.
1631         (gnus-sync-save): Remove unnecessary message.
1632         (gnus-sync-read): Optimize and show what groups were skipped.
1633
1634 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1635
1636         Minor bug fixes for gnus-sync.el.
1637
1638         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1639         read the sync on get-new-news.
1640
1641         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1642         quiet.
1643
1644         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1645
1646 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1647
1648         Make saving and restoring of hidden threads work with overlays.
1649         Patch applied by Ted Zlatanov.
1650
1651         * gnus-sum.el (gnus-hidden-threads-configuration)
1652         (gnus-restore-hidden-threads-configuration): Update to deal with text
1653         properties, rather than searching for a magic character.
1654
1655 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1656
1657         New gnus-sync.el library for synchronization of marks.
1658
1659         * gnus-sync.el: New library for synchronization of marks.
1660
1661         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1662         renamed from `gnus-registry-grep-in-list'.
1663
1664         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1665
1666         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1667
1668 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1671         determining charset of text fails.
1672
1673 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * nnmail.el (nnmail-get-new-mail-1): Revert.
1676
1677         * nnml.el (nnml-active-number): Make sure names of newly created groups
1678         in nnml-group-alist are encoded.
1679
1680 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1683         containing non-ASCII characters in active file for nnml back end.
1684
1685 2010-07-24  David Engster  <dengste@eml.cc>
1686
1687         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1688         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1689
1690 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1691
1692         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1693         tag (Bug#6654).
1694
1695 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1698         the article buffer, not the summary buffer.
1699
1700 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1703         Emacs 23 as well.
1704
1705 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1708         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1709
1710 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1711
1712         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1713         Patch applied by Karl Fogel.
1714
1715         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1716         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1717
1718 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1719
1720         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1721         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1722         C-w still not working correctly from Article buffers; Thierry's
1723         patch to fix that will be applied after this.
1724
1725         * gnus-art.el (bookmark-make-record-function): New local variable.
1726
1727         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1728         article buffer.
1729         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1730
1731 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1732
1733         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1734         on changes in bookmark.el.
1735
1736 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1739         `no-log' instead of message not to log prompt string.
1740
1741 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1742
1743         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1744         the *other* type of HTML form submission.
1745
1746 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1747
1748         * auth-source.el (auth-source-pick): If choice does not contain a
1749         questioned keyword, set the check to t.
1750
1751 2010-06-12  Romain Francoise  <romain@orebokech.com>
1752
1753         * gnus-util.el (gnus-date-get-time): Move up before first use.
1754
1755 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1758         (gnus-article-edit-part): Bind it to make last part that is substituted
1759         or deleted visible.
1760         (gnus-mime-display-single): Buttonize part of which id equals to
1761         gnus-mime-buttonized-part-id.
1762
1763 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1764
1765         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1766         (gnus-dd-mmm): Use gnus-date-get-time.
1767         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1768         simplify logic.
1769         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1770         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1771
1772 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1773
1774         * auth-source.el (top): Autoload `secrets-list-collections',
1775         `secrets-create-item', `secrets-delete-item'.
1776         (auth-sources): Fix tag string.
1777         (auth-get-source, auth-source-retrieve, auth-source-create)
1778         (auth-source-delete): New defuns.
1779         (auth-source-pick): Rewrite in order to avoid 2 passes.
1780         (auth-source-forget-user-or-password): New parameter USERNAME.
1781         (auth-source-user-or-password): New parameters CREATE-MISSING and
1782         DELETE-EXISTING.  Retrieve password interactively, if needed.
1783
1784 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1785
1786         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1787         deleting unused directories when gnus-expert-user is t.
1788
1789 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1792         for each temp file when gnus-article-browse-delete-temp is ask.
1793
1794 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1795
1796         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1797         Lisp calls to delete-backward-char by calls to delete-char.
1798
1799 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1800
1801         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1802
1803 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1804
1805         * password-cache.el (password-cache-remove): Fix docstring.
1806
1807 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1810         article unless decoding article to be saved.
1811
1812 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1815         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1816         generated within the mm-with-unibyte-current-buffer macro.
1817
1818 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1821         to nil when we're in a mml-preview buffer and no group is selected.
1822
1823 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1824
1825         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1826         when catching the `C-g'.  Reported by "Leo".
1827
1828 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * message.el (message-forward-make-body-plain)
1831         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1832         multibyte-string-p.
1833
1834         * lpath.el: Revert.
1835
1836 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * message.el (message-forward-make-body-mml): Assume original message
1839         is multibyte string; error on unibyte.
1840         (message-forward-make-body-plain): Ditto; don't add excessive newline
1841         in body end.
1842
1843         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1844
1845 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1846
1847         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1848         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1849
1850 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * mm-extern.el (mm-extern-url): Don't use
1853         mm-with-unibyte-current-buffer.
1854         (mm-extern-cache-contents): Use with-current-buffer instead of
1855         save-excursion + set-buffer.
1856
1857 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * mm-util.el (mm-emacs-mule): Remove.
1860
1861 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1862
1863         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1864         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1865         change.
1866
1867 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1870         bind the default value of enable-multibyte-characters to nil.
1871
1872 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * message.el (message-forward-make-body-plain)
1875         (message-forward-make-body-mml):
1876         Don't use mm-with-unibyte-current-buffer.
1877
1878 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1879
1880         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1881
1882 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1883
1884         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1885         (Bug#5592).
1886
1887 2010-05-07  Julien Danjou  <julien@danjou.info>
1888
1889         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1890         it to mm-pipe-part.
1891
1892         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1893         it is given.
1894
1895 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * binhex.el (binhex-decode-region-internal)
1898         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1899         (dns-query)
1900         * nnweb.el (nnweb-gmane-search)
1901         * pgg-parse.el (pgg-parse-armor)
1902         * pgg.el (pgg-verify-region)
1903         * sha1.el (sha1-string-external)
1904         * uudecode.el (uudecode-decode-region-internal)
1905         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1906         XEmacs.
1907
1908         * gnus-art.el (gnus-article-browse-html-parts)
1909         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1910         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1911         make-temp-file.
1912
1913         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1914         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1915         compiling.
1916
1917         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1918         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1919         XEmacs when compiling.
1920
1921         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1922         gnus-pick-mode-off-hook for XEmacs when compiling.
1923         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1924         gnus-binary-mode-off-hook for XEmacs when compiling.
1925
1926         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1927         nil if char-charset is not available.
1928
1929         * imap.el (imap-disable-multibyte)
1930         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1931         macros.
1932
1933         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1934         instead of encode-coding-string.
1935
1936         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1937         'xemacs) instead of mm-emacs-mule to switch function definitions.
1938         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1939
1940         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1941         bind temporary-file-directory for XEmacs;
1942         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1943         timer-set-function for XEmacs 21.4 and SXEmacs;
1944         bind timer-list for XEmacs 21.4 and SXEmacs;
1945         fbind char-charset and find-charset-region for non-Mule XEmacs;
1946         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1947         encode-coding-region and encode-coding-string for XEmacs having no
1948         file-coding feature.
1949
1950 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1951
1952         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1953
1954 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1957         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1958
1959 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1960
1961         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1962         alias `jka-compr-delete-temp-file' no longer exists.
1963
1964 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1965
1966         Use define-minor-mode in Gnus where applicable.
1967         * mml.el (mml-mode): Use define-minor-mode.
1968         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1969         (gnus-undo-mode): Use define-minor-mode.
1970         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1971         (gnus-dead-summary-mode): Use define-minor-mode.
1972         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1973         Initialize in declaration.
1974         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1975         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1976         (gnus-mailing-list-mode): Use define-minor-mode.
1977         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1978         (gnus-draft-mode): Use define-minor-mode.
1979         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1980         (gnus-dired-mode): Use define-minor-mode.
1981
1982 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1983
1984         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1985         handles on recursive mml-to-mime translation and check them for
1986         boundary delimiter collisions.  Reported by Greg Troxel.
1987
1988 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1991
1992 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1993
1994         * mm-util.el (mm-find-buffer-file-coding-system):
1995         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1996
1997 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1998
1999         * message.el (message-generate-headers): Record insertion of optional
2000         headers as well.  Otherwise the check to prevent repeated insertion of
2001         optional headers is a no-op.
2002
2003 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2004
2005         * smime.el: Don't mention CVS.
2006
2007         * nnrss.el (nnrss-fetch): Don't mention CVS.
2008
2009         * nnir.el: Don't mention CVS.
2010
2011 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2012
2013         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2014
2015 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * lpath.el: Fbind bookmark-default-handler,
2018         bookmark-get-bookmark-record, bookmark-make-record-default,
2019         bookmark-prop-get for Emacs <23 and XEmacs.
2020
2021 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2022
2023         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2024         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2025         Use with-current-buffer to silence the byte-compiler.
2026         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2027         bother to require `gnus'.
2028         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2029
2030 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2031
2032         * gnus-sum.el (gnus-summary-bookmark-make-record)
2033         (gnus-summary-bookmark-jump): New functions.
2034         (gnus-summary-mode): Setup bookmark support.
2035
2036 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2037
2038         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2039         if set.
2040
2041 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2044         gnus-article-browse-html-save-cid-image; make it work recursively for
2045         forwarded messages as well.
2046         (gnus-article-browse-html-parts): Work when prefix arg is given.
2047         (gnus-article-browse-html-article): Doc fix.
2048
2049 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2050
2051         * message.el (message-default-mail-headers):
2052         (message-default-headers): Carry the value mail-default-headers over
2053         into message-default-mail-headers, rather than message-default-headers.
2054
2055 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2056
2057         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2058         charset.
2059
2060         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2061         charset into the <meta> tag when the article is encoded to utf-8.
2062
2063 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2066         directories as well.
2067         (gnus-article-browse-html-parts): Work for images that do not specify
2068         file names; delete temp directory when quitting; insert header at the
2069         right place; use file: scheme for image files.
2070
2071 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2072
2073         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2074         (gnus-article-browse-html-parts): Use it to make temporary cid image
2075         files in addition to html file so that browser may display them.
2076
2077 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2080
2081 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2082
2083         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2084
2085 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2086
2087         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2088         about Secret Service API sources.  Improve Customize options.
2089         (auth-source-pick): Change to accept any number of search parameters.
2090         Implement fallbacks iteratively, not recursively.  Add scoring on the
2091         second pass and sort by score.  Call Secret Service API when needed.
2092         (auth-source-user-or-password): Use it.  Call Secret Service API
2093         directly when needed to get the user name and the password.
2094
2095 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2096
2097         * message.el (message-interactive): Doc fix.
2098         (message-qmail-inject-args): Reflow.
2099         (message-kill-to-signature): Fix typo in docstring.
2100
2101         * smiley.el (smiley-buffer): Fix typo in docstring.
2102
2103 2010-03-24  Glenn Morris  <rgm@gnu.org>
2104
2105         * mail-source.el (gnus-message): Declare.
2106         (mail-source-delete-old-incoming): Require gnus-util.
2107
2108 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2111
2112         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2113
2114         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2115         password-cache's default if it is not bound.
2116         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2117         password-cache-expiry's default if it is not bound.
2118
2119         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2120         available in Emacs 21.
2121
2122         * lpath.el: Suppress compiler warnings for:
2123         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2124         XEmacs;
2125         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2126         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2127         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2128
2129 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2130
2131         * auth-source.el (auth-sources): Fix up definition so extra parameters
2132         are always inline.
2133
2134 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2135
2136         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2137         wasn't updated after mismatch.  Clear cached mailbox info correctly
2138         when uidvalidity changes.
2139         (nnimap-group-prefixed-name): New function to avoid some code
2140         duplication.
2141         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2142         (nnimap-request-group): Use it.
2143         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2144         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2145         with many imap folders.  This is done by caching the group status from
2146         the imap server persistently in a group parameter `imap-status'.  (This
2147         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2148         but not persistently, so every Gnus startup was still very slow.)
2149
2150 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2153         delete the extra newline.  Otherwise editing of :string and :number
2154         types don't work.
2155
2156 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2157
2158         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2159         secrets.el dependency.
2160         (auth-sources): Add optional user name.  Add secrets.el configuration
2161         choice (unused right now).
2162
2163 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2166         `gnus-registry-install-shortcuts' fill in the functions.
2167
2168         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2169         warnings.
2170         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2171         (gnus-registry-install-shortcuts): Populate and use it in a
2172         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2173
2174 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2175
2176         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2177         In-place substitutions for the group name encoding/decoding.
2178         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2179         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2180         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2181         (nnimap-update-unseen, nnimap-request-list)
2182         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2183         (nnimap-request-set-mark, nnimap-split-to-groups)
2184         (nnimap-split-articles, nnimap-request-newgroups)
2185         (nnimap-request-create-group, nnimap-request-accept-article)
2186         (nnimap-request-delete-group, nnimap-request-rename-group)
2187         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2188         `encoded-mbx' for consistency.
2189         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2190         variable `imap-current-mailbox'.
2191
2192         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2193         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2194
2195 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2196
2197         * pop3.el (pop3-display-message-size-flag): Display message size byte
2198         counts during POP3 download.
2199         (pop3-movemail): Use it.
2200         (pop3-list): Implement listing of available messages.
2201
2202 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2203
2204         * nnir.el (nnir-get-article-nov-override-function): New function to
2205         override the normal NOV retrieval.
2206         (nnir-retrieve-headers): Use it.
2207
2208 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2209
2210         * auth-source.el (netrc-machine-user-or-password): Autoload.
2211
2212 2010-03-19  Glenn Morris  <rgm@gnu.org>
2213
2214         Stop message.el from loading about 40 libraries it doesn't always need.
2215         The general approach is to autoload rather than require, and to
2216         require in the specific functions rather than the file.  (Bug#5642)
2217
2218         * gmm-utils.el: Don't require wid-edit.
2219         (widget-create-child-value, widget-convert, widget-default-get):
2220         Autoload.
2221
2222         * gnus-util.el: Don't require time-date, netrc.
2223         (message-fetch-field, gnus-group-name-decode): Declare rather than
2224         autoloading.
2225         (gnus-fetch-field): Require message.
2226         (gnus-decode-newsgroups): Require gnus-group.
2227
2228         * ietf-drums.el: Don't require time-date.
2229
2230         * message.el: Don't require hashcash, canlock, ecomplete.
2231         Do require mail-utils.  Require nnheader only when compiling.
2232         (smtpmail-default-smtp-server): Remove declaration.
2233         (message-send-mail-function): Check smtpmail-default-smtp-server
2234         is bound rather than requiring smtpmail.
2235         (message-auto-save-directory, message-insert-signature): Use
2236         expand-file-name rather than nnheader-concat.
2237         (nnheader-insert-file-contents): Autoload.
2238         (hashcash-wait-async): Declare.
2239         (message-send-mail): Only call gnus-setup-posting-charset if
2240         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2241         (message-send-mail-with-sendmail): Require sendmail.
2242         (canlock-password, canlock-password-for-verify): Declare.
2243         (message-canlock-password): Require canlock.
2244         (nnheader-get-report): Autoload.
2245         (gnus-setup-posting-charset): Declare.
2246         (message-send-news): Require gnus-msg.
2247         (message-make-references, message-make-in-reply-to): Use mail-header-id
2248         rather than the alias mail-header-message-id.
2249         (ecomplete-add-item, ecomplete-save): Declare.
2250         (message-put-addresses-in-ecomplete): Require ecomplete.
2251         (ecomplete-display-matches): Autoload.
2252
2253         * mm-decode.el: Don't require mailcap, gnus-util.
2254         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2255         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2256         Autoload.
2257         (mailcap-mime-extensions): Declare.
2258
2259         * mm-encode.el: Don't require mailcap.
2260         (mailcap-extension-to-mime): Autoload.
2261
2262         * mml-sec.el: Don't require password-cache.
2263
2264         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2265         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2266         (mml-minibuffer-read-type): Require mailcap.
2267         (mml-preview): Require gnus-msg.
2268
2269         * mml1991.el: Require password-cache.
2270         (password-cache-expiry): Remove declaration.
2271
2272         * mml2015.el: Require password-cache.
2273         (password-cache-expiry): Remove declaration.
2274
2275         * nneething.el (mailcap): Require mailcap.
2276
2277         * nnheader.el (declare-function): Add compatibility stub.
2278         (message-remove-header): Declare rather than autoload.
2279         (nnheader-replace-header): Require message.
2280
2281         * nnimap.el (declare-function): Add compatibility stub.
2282         (netrc-parse, netrc-machine-user-or-password): Declare.
2283         (nnimap-open-connection): Require netrc.
2284
2285         * nntp.el (declare-function): Add compatibility stub.
2286         (netrc-parse, netrc-machine, netrc-get): Declare.
2287         (nntp-send-authinfo): Require netrc.
2288
2289         * rfc2047.el: Don't require qp.
2290         (quoted-printable-encode-region, quoted-printable-decode-string):
2291         Autoload.
2292
2293         * sieve-mode.el: Don't require easymenu.
2294         (easy-menu-add-item): Autoload it.
2295
2296         * spam-stat.el (time-to-number-of-days): Autoload it.
2297
2298 2010-03-19  Glenn Morris  <rgm@gnu.org>
2299
2300         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2301
2302 2010-03-18  Glenn Morris  <rgm@gnu.org>
2303
2304         * hashcash.el (declare-function): Remove duplicate definition.
2305
2306 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2307
2308         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2309         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2310         value if any backslash escapes).
2311
2312 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2315         if it is available.  (bug#5647)
2316
2317         * lpath.el: Suppress compiler warning for coding-system-from-name for
2318         Emacs 21 and XEmacs.
2319
2320 2010-03-14  Juri Linkov  <juri@jurta.org>
2321
2322         * hmac-def.el:
2323         * hmac-md5.el:
2324         * netrc.el: Fix keywords.
2325
2326 2010-02-26  Glenn Morris  <rgm@gnu.org>
2327
2328         * message.el (message-send-mail-function): Change the default, so that
2329         it inherits from a customized send-mail-function.  (Bug#5643)
2330
2331 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2332
2333         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2334         shell-command-to-string signals an error (bug#5299).
2335
2336 2010-02-24  Glenn Morris  <rgm@gnu.org>
2337
2338         * message.el (message-smtpmail-send-it)
2339         (message-send-mail-with-mailclient): Doc fixes.
2340
2341 2010-02-16  Glenn Morris  <rgm@gnu.org>
2342
2343         * message.el (message-default-mail-headers): Change the default value
2344         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2345
2346 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2349         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2350
2351 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2352
2353         * time-date.el (date-to-time): Doc fix (Bug#5408).
2354
2355 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2356
2357         * message.el (message-mail): Just pass yank-action on to message-setup.
2358         (message-setup): Handle (FUN . ARGS) form of yank-action.
2359         (message-with-reply-buffer, message-widen-reply)
2360         (message-yank-original): Handle non-buffer values of
2361         message-reply-buffer (Bug#4080).
2362         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2363
2364 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2365
2366         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2367         Fix typo in docstring.
2368
2369 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2370
2371         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2372         response.
2373
2374 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2377
2378         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2379
2380         * message.el (message-check-news-header-syntax): Protect against a
2381         string that `rfc822-addresses' returns when parsing fails.
2382
2383 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2386         (gnus-previous-char-property-change): New functions.
2387
2388         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2389
2390 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2391
2392         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2393         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2394
2395 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2396
2397         * message.el (message-exchange-point-and-mark): Rework last change to
2398         avoid using optional arg of exchange-point-and-mark, for backward
2399         compatibility.
2400
2401 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2402
2403         * message.el (message-exchange-point-and-mark): Call
2404         exchange-point-and-mark with an argument rather than setting
2405         mark-active by hand (Bug#5175).
2406
2407 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * nntp.el (nntp-service-to-port): Work for service expressed with
2410         numeric string; replace [:digit:] with [0-9] for XEmacs.
2411
2412 2009-12-17  Glenn Morris  <rgm@gnu.org>
2413
2414         * gnus-group.el (gnus-bug-group-download-format-alist):
2415         Change emacs entry to debbugs.gnu.org.  Bump :version.
2416
2417 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2418
2419         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2420
2421 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2422
2423         * message.el (message-info): Explain why we use `Info-goto-node'.
2424
2425 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2428
2429 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2430
2431         * message.el (message-completion-in-region): New compatibility function.
2432         (message-expand-group): Use it.
2433
2434 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2437         with no unread article should be listed if the 2nd arg `predicate' is
2438         given.
2439
2440 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2443
2444 2009-11-29  Juri Linkov  <juri@jurta.org>
2445
2446         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2447         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2448         on `gnus-recenter'. (Bug#4698, Bug#4981)
2449
2450 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2451
2452         * sha1.el (sha1-string-external): default-directory "/" in case
2453         otherwise non-existent.  process-connection-type pipe for touch of
2454         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2455
2456 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2457
2458         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2459         it's comms related and sgml-mode.el has "comm" on that basis too.
2460
2461 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2464         containing tspecial characters if they have been already quoted.
2465
2466 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2467
2468         * dns-mode.el (auto-mode-alist): Purecopy string.
2469
2470 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2471
2472         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2473
2474 2009-10-24  Glenn Morris  <rgm@gnu.org>
2475
2476         * gnus-art.el (help-xref-stack-item): Define for compiler.
2477
2478 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2479
2480         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2481
2482 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2485
2486 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2489         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2490
2491 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2494         (gnus-overlays-in): New alias to overlays-in.
2495
2496         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2497         gnus-overlay-get, and gnus-delete-overlay.
2498         (gnus-summary-show-thread): Make it work as well for systems in which
2499         next-single-char-property-change is not available.
2500         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2501
2502         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2503         (gnus-overlay-get): New alias to extent-property.
2504         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2505
2506         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2507         SXEmacs.
2508
2509         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2510         SXEmacs.
2511
2512 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2513
2514         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2515
2516 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2517
2518         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2519         and XEmacs that don't have `remove-overlays'.
2520
2521 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2522
2523         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2524         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2525         selective display.  Use overlays instead.
2526
2527 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2528
2529         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2530
2531 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2532
2533         * spam-stat.el (spam-stat-load): Fix typo in message.
2534
2535 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2536
2537         * dig.el (dig-invoke): Fix typo in docstring.
2538         (query-dig): Reflow docstring.
2539
2540 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2541
2542         * gnus-art.el (gnus-article-encrypt-body):
2543         * message.el (message-check-recipients):
2544         * mm-util.el (mm-codepage-setup):
2545         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2546         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2547
2548 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2549
2550         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2551         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2552         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2553         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2554         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2555
2556 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2557
2558         * dig.el: Add "Keywords: comm", as per net-utils.el.
2559
2560 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2561
2562         * dig.el (dig-mode): Use define-derived-mode.
2563
2564 2009-09-19  Glenn Morris  <rgm@gnu.org>
2565
2566         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2567
2568 2009-09-18  Glenn Morris  <rgm@gnu.org>
2569
2570         * gnus-diary.el (gnus-diary-check-message):
2571         * message.el (message-insert-formatted-citation-line):
2572         * nnbabyl.el (top-level):
2573         * nndiary.el (nndiary-schedule):
2574         Fix typos in condition-case handlers.
2575
2576 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2579         configuration that provides the sole article window in a frame;
2580         position point correctly after deleting a part.
2581
2582 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2583
2584         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2585         (spam-resolve-registrations-routine): Use it to unregister articles
2586         that change status.
2587
2588 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2591         with XEmacs.
2592         (parse-time-string-chars): Use it.
2593
2594 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2595
2596         * imap.el (imap-interactive-login): Better messages.
2597         (imap-open): Fix bug with renamed buffer on reconnect.
2598         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2599         for easier debugging and cleaner code.  On successful (guessed based on
2600         server capabilities) secondary authentication, set imap-state
2601         correctly.
2602         (imap-last-authenticator): Define imap-last-authenticator as a variable
2603         to avoid warnings.
2604
2605 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * nnrss.el (nnrss-request-article): Remove binding of
2608         default-enable-multibyte-characters that has gotten needless by
2609         the 2007-07-13 change in rfc2047-encode-message-header.
2610
2611         * mml.el (mml-insert-multipart): Error on the message header.
2612         (mml-insert-part): Error on the message header; position point at
2613         the end of a MIME tag.
2614
2615 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * time-date.el (autoload): Expand define-obsolete-function-alias into
2618         defalias and make-obsolete for old Emacsen that Gnus supports.
2619         (with-no-warnings): Define it for old Emacsen.
2620         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2621         is available.
2622         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2623         float-time is available; suppress compile warning for time-to-seconds.
2624
2625         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2626         (gnus-float-time): Alias to float-time if it exists.
2627
2628         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2629         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2630         float-time is available; suppress compile warning for time-to-seconds.
2631
2632         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2633         XEmacs.
2634
2635 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2636
2637         * imap.el (imap-message-map): Docstring fix.
2638
2639 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2642         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2643         Add the optional argument `encoding' that overrides the default.
2644
2645         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2646         mm-encode-buffer.
2647
2648 2009-09-04  Glenn Morris  <rgm@gnu.org>
2649
2650         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2651         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2652         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2653         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2654         * mm-util.el (mm-with-unibyte-current-buffer)
2655         (mm-find-buffer-file-coding-system):
2656         * yenc.el (yenc-decode-region): Use default-value rather than
2657         default-enable-multibyte-characters.
2658
2659 2009-09-03  Glenn Morris  <rgm@gnu.org>
2660
2661         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2662         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2663         than default-enable-multibyte-characters.
2664
2665 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2666
2667         * gnus-art.el (gnus-article-read-summary-keys):
2668         Fix gnus-buffer-configuration's value temporarily used.
2669
2670 2009-09-02  Glenn Morris  <rgm@gnu.org>
2671
2672         * gnus-util.el (gnus-float-time): New function.
2673         * gnus-delay.el (gnus-delay-article):
2674         * gnus-sum.el (gnus-thread-latest-date):
2675         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2676         * nnspool.el (nnspool-request-newgroups):
2677         Use gnus-float-time rather than time-to-seconds.
2678         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2679
2680         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2681         (gnus-header-subject-face, gnus-header-newsgroups-face)
2682         (gnus-header-name-face, gnus-header-content-face):
2683         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2684         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2685         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2686         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2687         (gnus-cite-face-11):
2688         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2689         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2690         (gnus-server-closed-face, gnus-server-denied-face)
2691         (gnus-server-offline-face):
2692         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2693         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2694         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2695         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2696         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2697         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2698         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2699         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2700         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2701         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2702         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2703         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2704         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2705         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2706         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2707         (gnus-summary-high-undownloaded-face)
2708         (gnus-summary-low-undownloaded-face)
2709         (gnus-summary-normal-undownloaded-face)
2710         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2711         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2712         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2713         (gnus-splash-face):
2714         * message.el (message-header-to-face, message-header-cc-face)
2715         (message-header-subject-face, message-header-newsgroups-face)
2716         (message-header-other-face, message-header-name-face)
2717         (message-header-xheader-face, message-separator-face)
2718         (message-cited-text-face, message-mml-face):
2719         * sieve-mode.el (sieve-control-commands-face)
2720         (sieve-action-commands-face, sieve-test-commands-face)
2721         (sieve-tagged-arguments-face):
2722         * spam.el (spam-face):
2723         Mark face aliases with "-face" in the name as obsolete.
2724
2725 2009-09-01  Glenn Morris  <rgm@gnu.org>
2726
2727         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2728         than goto-line.
2729
2730 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2733         Don't move point if the command is invoked inside the message header.
2734
2735 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2736
2737         * imap.el (imap-send-command): Simplify.
2738         (imap-wait-for-tag): point-max -> buffer-size.
2739
2740 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2741
2742         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2743         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2744         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2745         * nnir.el (nnir-swish-e-index-file):
2746         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2747         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2748         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2749         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2750         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2751         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2752
2753 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2756         Don't save excursion.
2757
2758 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2759
2760         * nnheader.el (nnheader-find-file-noselect):
2761         * mm-util.el (mm-insert-file-contents):
2762         Use (default-value 'major-mode) instead of default-major-mode.
2763
2764 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2765
2766         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2767
2768 2009-08-26  Glenn Morris  <rgm@gnu.org>
2769
2770         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2771         than placing in files.el.
2772
2773 2009-08-25  Glenn Morris  <rgm@gnu.org>
2774
2775         * nnir.el (top-level): Don't require cl at run-time.
2776         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2777         Replace cl-function substitute with gnus-replace-in-string.
2778         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2779         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2780         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2781         simplified expansions.
2782
2783 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2784
2785         * dig.el (dig): Add autoload cookie.
2786
2787 2009-08-22  Glenn Morris  <rgm@gnu.org>
2788
2789         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2790         goto-line.
2791
2792 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2793
2794         * parse-time.el (parse-time-string-chars): Save match data.
2795
2796 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2797
2798         * parse-time.el (parse-time-string-chars): Compute using character
2799         classes, to handle non-ascii characters (Bug#3190).
2800
2801 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2804
2805         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2806         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2807         (gnus-mm-display-part, gnus-mime-display-single)
2808         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2809         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2810
2811         * gnus-sum.el
2812         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2813         (gnus-summary-move-article): Add expirable mark to articles copied or
2814         moved to group that has auto-expire turned on if the option is non-nil.
2815
2816 2009-07-24  Glenn Morris  <rgm@gnu.org>
2817
2818         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2819         Fix typo.  (Bug#3903)
2820
2821 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2824         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2825         that should not be used for draft articles.
2826         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2827         that has no concern in minor mode keys.
2828         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2829         Abolish.
2830
2831 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2834         article without making inquiry to a user for unknown encoding.
2835
2836         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2837         (nnmaildir--scan): Assume i-node and device number that file-attributes
2838         returns might be cons-cell.
2839
2840         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2841
2842         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2843
2844 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2845
2846         * auth-source.el: Remove docs now in auth.texi.  Don't use
2847         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2848         `auth-source-hide-passwords' and use them.
2849
2850 2009-07-15  Glenn Morris  <rgm@gnu.org>
2851
2852         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2853
2854 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2857         excessive whitespace from the default values of title and description.
2858
2859 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2862         mail-fetch-field to fetch Content-Description header in order to
2863         exclude newlines.
2864
2865 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2866
2867         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2868         format used by GnuPG 2.0.11.
2869
2870 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2873         to deleted part.
2874
2875 2009-05-30  David Engster  <dengste@eml.cc>
2876
2877         * nnmairix.el: Remove old documentation in the commentary block.
2878         (nnmairix-request-group): Do not update active file for nnml back ends.
2879         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2880         end so that overview files are ignored.
2881         (nnmairix-update-groups): Make updating the groups more robust by using
2882         marks.
2883         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2884         with dollar characters in message-id.
2885
2886 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2887
2888         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2889         2008-12-25 in dns.el.
2890
2891 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2892
2893         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2894         could happen if the text is only composed of spaces and/or tabs.
2895
2896 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2897
2898         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2899         when sending a queued message to avoid extra mml tags.
2900
2901 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2904
2905 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2908         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2909         rmail-toggle-header for XEmacs;
2910         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2911
2912 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-dired.el: Remove autoload for gnus-setup-message.
2915         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2916         displaying Gnus logo; always use compose-mail.
2917
2918 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2921
2922 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2925         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2926         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2927         available.
2928         (gnus-nocem-epg-verify): New function.
2929
2930 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2933
2934 2009-02-15  Glenn Morris  <rgm@gnu.org>
2935
2936         * gnus-util.el (rmail-insert-rmail-file-header)
2937         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2938         autoloads.
2939         (rmail-default-rmail-file): Remove unnecessary declaration.
2940         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2941
2942 2009-02-14  Glenn Morris  <rgm@gnu.org>
2943
2944         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2945         variable (only used in gnus-util, which declares it anyway).
2946         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2947         which was only needed by gnus-art (changed to not use it any more).
2948         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2949         only used in gnus-util, which autoloads it itself.
2950         (rmail-update-summary): Fix autoload.
2951
2952         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2953         rather than rmail-output-to-rmail-file.
2954
2955 2009-02-07  Glenn Morris  <rgm@gnu.org>
2956
2957         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2958         autoload of function that no longer exists.
2959         (rmail-toggle-header): Declare.
2960         (message-forward-rmail-make-body): Handle mbox Rmail.
2961
2962 2009-01-31  Glenn Morris  <rgm@gnu.org>
2963
2964         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2965         2009-01-09 change.
2966
2967 2009-01-31  Dave Love  <fx@gnu.org>
2968
2969         * imap.el (imap-fetch-safe): Bind debug-on-error.
2970         (imap-debug): Add imap-fetch-safe.
2971
2972 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2975         (auth-source-forget-all-cached): New convenience function.
2976         (auth-source-user-or-password): Accept list of modes or a single mode.
2977
2978         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2979         auth-source modes.
2980
2981         * netrc.el (netrc-machine-user-or-password): Use list of
2982         auth-source modes.
2983
2984         * nnimap.el (nnimap-open-connection): Use list of
2985         auth-source modes.
2986
2987         * nntp.el (nntp-send-authinfo): Use list of
2988         auth-source modes.
2989
2990 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2991
2992         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2993         now.
2994
2995 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2998         coding system in XEmacs; add a workaround for XEmacs.
2999
3000         * lpath.el: Fbind coding-system-aliasee.
3001
3002 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3005         of current-language-environment.
3006
3007 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3008
3009         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3010         available at runtime.
3011
3012 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3013
3014         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3015
3016 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3017
3018         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3019         the greatest positive fixnum value doesn't work under an XEmacs with
3020         bignum support; use the most-positive-fixnum constant instead,
3021         available since Emacs 21.1 with cl and XEmacs 21.1.
3022
3023 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3026         XEmacs gets not to work.
3027
3028 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * mm-util.el (mm-coding-system-priorities): Allow the value like
3031         "Japanese (UTF-8)" of current-language-environment.
3032
3033 2009-01-09  Glenn Morris  <rgm@gnu.org>
3034
3035         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3036         with last-command-event.
3037
3038 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3039
3040         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3041         in the doc string.
3042
3043         * message.el (message-fix-before-sending): Amend comment.
3044
3045 2009-01-08  Dave Love  <fx@gnu.org>
3046
3047         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3048
3049 2009-01-07  David Engster  <dengste@eml.cc>
3050
3051         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3052         simplified server definitions by converting it via
3053         gnus-server-to-method.
3054
3055 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3058         parameter's operands.
3059
3060 2009-01-06  David Engster  <dengste@eml.cc>
3061
3062         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3063         primary select method (for gnus-group-mark-article-as-read).
3064
3065 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3066
3067         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3068         `(gnus)Face', not `(gnus)X-Face'.
3069
3070 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * mm-util.el (mm-ucs-to-char): New function.
3073
3074         * mm-url.el (mm-url-decode-entities): Use it.
3075
3076         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3077         unicode-to-char.
3078
3079 2009-01-05  Dave Love  <fx@gnu.org>
3080
3081         * time-date.el: Require cl for `declare'.
3082
3083 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3084
3085         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3086         Dave Love.
3087
3088 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3089
3090         * message.el (message-fix-before-sending): Add `eight-bit' to
3091         illegible-text check.
3092
3093 2009-01-03  Michael Olson  <mwolson@gnu.org>
3094
3095         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3096         `headers' is nil.  This can occur if the IMAP server does not have
3097         permissions to read messages from a folder, but can write new messages
3098         to the folder.
3099         (nnimap-request-article-part): Do not insert `data' if it is nil.
3100
3101         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3102         characters which will confuse `read', so skip past them.
3103
3104 2009-01-01  Dave Love  <fx@gnu.org>
3105
3106         * imap.el (imap-string-to-integer): Fix typo.
3107         (imap-fetch-safe): New function.
3108         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3109
3110         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3111
3112         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3113         (imap-parse-greeting): Fix doc strings.
3114         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3115         (imap-parse-flag-list): Make messages unique.
3116         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3117
3118         * nnimap.el: Fix author email.
3119         (nnimap-split-rule): Add FIXME comment.
3120         (nnimap-debug): Fix doc string.
3121
3122 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3123
3124         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3125
3126 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3127
3128         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3129         nslookup if resolv.conf isn't available.
3130         (dns-query): Rename from query-dns.
3131         (dns-query-cached): Rename from query-dns-cached.
3132
3133 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3136         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3137         to check if those variables exist (first appeared in Emacs 18.50).
3138
3139 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * mm-util.el (mm-line-number-at-pos): New function.
3142
3143         * spam-report.el (spam-report-process-queue): Use it.
3144
3145 2008-12-24  David Engster  <dengste@eml.cc>
3146
3147         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3148         parameters that haven't existed as variables as buffer-local variables.
3149
3150 2008-12-23  Dave Love  <fx@gnu.org>
3151
3152         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3153         cadar.
3154
3155         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3156         imap-starttls-p.
3157         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3158
3159 2008-12-22  Dave Love  <fx@gnu.org>
3160
3161         * imap.el: Fix author email.  Doc fixes.
3162         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3163         reply.
3164
3165 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3166
3167         * spam-report.el (spam-report-gmane-max-requests): New constant.
3168         (spam-report-gmane-wait): New variable.
3169         (spam-report-gmane-ham, spam-report-gmane-spam)
3170         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3171         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3172         the server.
3173
3174         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3175         Add explanations.
3176
3177         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3178         nnheader-accept-process-output and nnheader-read-timeout if available.
3179         (pop3-movemail): Use it.
3180
3181         * message.el (message-check-news-body-syntax): Fix signature check if
3182         there's an attachment.
3183
3184 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * mm-util.el: Add comments to the mm- emulating functions.
3187
3188 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3189
3190         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3191         by Stephen Berman <stephen.berman@gmx.net>.
3192
3193 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * mm-util.el (mm-substring-no-properties): New function.
3196         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3197         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3198         (mm-string-to-multibyte): Doc fix.
3199
3200         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3201
3202 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * mml.el (mml-attach-file): Strip text properties from file name.
3205         (Bug#1574)
3206
3207 2008-12-16  Glenn Morris  <rgm@gnu.org>
3208
3209         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3210
3211 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3214         knows since the charset specified might be a bogus alias that
3215         mm-charset-synonym-alist provides.
3216
3217 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3218
3219         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3220         "ISO_8859-1".
3221
3222         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3223
3224 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * mm-util.el (mm-charset-eval-alist):
3227         Define it before mm-charset-to-coding-system.
3228         (mm-charset-to-coding-system): Add optional argument `silent';
3229         define it before mm-charset-override-alist.
3230         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3231         default value if it can be used in Emacs currently running;
3232         silence mm-charset-to-coding-system.
3233
3234 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3237         `allow-override' which says whether to use `mm-charset-override-alist'.
3238         (rfc2047-decode-encoded-words): Use it.
3239
3240         * mm-util.el (mm-charset-override-alist): Fix custom type;
3241         add `(gb2312 . gbk)' to choices.
3242
3243 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3246         fast.
3247
3248         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3249
3250         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3251
3252 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3253
3254         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3255         on links.
3256
3257         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3258
3259 2008-12-03  Lute Kamstra  <lute@gnu.org>
3260
3261         * sha1.el: Remove leading * from docstrings of defcustoms,
3262         deffaces, defconsts and defuns.
3263
3264 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3267         users' addresses that don't have domain parts.
3268         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3269         rather than message-narrow-to-head since there will be the message
3270         header separator.
3271
3272 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3273
3274         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3275         since the result is inserted in a unibyte buffer anyway.
3276         (nnimap-demule-use-string-to-multibyte): Remove.
3277         (nnimap-demule): Alias it to mm-string-to-multibyte.
3278
3279 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3280
3281         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3282         variable for debugging bug#464 and bug#1174.
3283         (nnimap-demule): Use it.
3284
3285 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3286
3287         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3288         score calculation correctly.
3289
3290 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3291
3292         * message.el (message-send-mail): Just set the buffer to unibyte
3293         rather than use mm-with-unibyte-current-buffer which does a lot more.
3294         (message-send-mail-partially): Don't bother with
3295         mm-with-unibyte-current-buffer since it's already been made unibyte by
3296         message-send-mail.
3297
3298 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3299
3300         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3301
3302 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3303
3304         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3305
3306 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3309         require itself and to remove `with-no-warnings'.
3310
3311 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * starttls.el (starttls-any-program-available): Get the name of the
3314         available TLS layer program.
3315         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3316         well as the host name in the "opening" message.
3317
3318         * auth-source.el (auth-source-cache, auth-source-do-cache)
3319         (auth-source-user-or-password): Cache passwords and logins by default,
3320         allow override with `auth-source-do-cache'.
3321         (auth-source-forget-user-or-password): Allow users to remove cache
3322         entries if needed.
3323
3324 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3325
3326         * md4.el (md4-buffer): Fix typo in docstring.
3327         (md4, md4-64): Doc fixes.
3328         (md4-pack-int32): Reflow docstring.
3329
3330 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3331
3332         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3333         condition-case to only the forward-sexp call.
3334
3335 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3336
3337         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3338         quotes contained.  Make it more robust regardless by an extra
3339         condition-case wrapper.
3340
3341 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3344
3345 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * nnml.el (nnml-request-expire-articles): Check if the function set to
3348         `nnmail-expiry-target' returns the symbol `delete'.
3349
3350         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3351
3352         * nnmail.el (nnmail-expiry-target): Fix custom type.
3353
3354 2008-10-02  Glenn Morris  <rgm@gnu.org>
3355
3356         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3357         Silence compiler warning.
3358
3359 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3360
3361         * tls.el (open-tls-stream): Show the actual command being
3362         executed, instead of the format string.
3363
3364 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * lpath.el: Fbind codepage-setup for Emacs 23.
3367
3368 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3369
3370         * mml.el (mml-menu): Don't assume mml2015 is bound.
3371
3372 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3375         exists.
3376
3377 2008-09-27  Glenn Morris  <rgm@gnu.org>
3378
3379         * gnus-util.el (mail-header-remove-comments): Autoload it.
3380
3381 2008-09-27  Andreas Schwab  <schwab@suse.de>
3382
3383         * gnus-util.el (gnus-split-references): Strip comments.
3384         (gnus-parent-id): Likewise.
3385
3386 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3387
3388         * message.el (message-confirm-send): Fix version.
3389
3390 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * message.el (message-idna-to-ascii-rhs-1): Use
3393         mail-extract-address-components rather than mail-header-parse-addresses
3394         that is an alias by default to ietf-drums-parse-addresses that does not
3395         support non-ASCII names in headers' contents.
3396
3397 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3398
3399         * message.el (message-confirm-send): Fixed variable documentation to
3400         avoid the "y/n" wording.
3401
3402 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3403
3404         * message.el (message-set-auto-save-file-name): Save to a different
3405         filename so multiple messages (especially drafts) can be recovered.
3406
3407 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3408
3409         * message.el (message-confirm-send): Add appropriate version.
3410
3411 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3412
3413         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3414         defvar.
3415
3416 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3417
3418         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3419         (mm-pkcs7-enveloped-magic): Ditto.
3420
3421 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3422
3423         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3424         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3425
3426 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3427
3428         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3429         default, it's better.
3430
3431 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3432
3433         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3434         summary line gnus-number property and ignore them (with a warning
3435         message).
3436
3437 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3440         macro caddr in the interactive form since it won't be expanded.
3441
3442 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3445         `charset'; fix name of function called recursively.
3446         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3447
3448 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3451         (gnus-mime-set-charset-parameters): New function.
3452         (gnus-mime-view-part-as-charset): Use it to correctly display part
3453         specifying wrong charset.
3454
3455 2008-09-08  David Engster  <dengste@eml.cc>
3456
3457         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3458         in completing-read for back end server.
3459
3460 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * message.el (message-confirm-send): New variable to confirm sending a
3463         message.
3464         (message-send): Use it.
3465
3466 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3469
3470 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3473
3474 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3477         prevent tracking too many groups.
3478         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3479         Use it.
3480
3481 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3482
3483         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3484         moving point to the bottom of the window in order to avoid recentering.
3485
3486 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3489
3490         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3491         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3492         (gnus-article-beginning-of-window): Fix calculation.
3493
3494 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-msg.el (gnus-summary-supersede-article)
3497         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3498         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3499         message header.
3500
3501 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3502
3503         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3504         pending output coming after the status change.
3505
3506 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3507
3508         * message.el:
3509         * gnus-start.el:
3510         * gnus-registry.el: Remove VMS support.
3511
3512 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3515         macro.
3516         (rfc2104-hash): Use it.
3517
3518 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3521         (gnus-summary-sort-by-most-recent-date): New commands.
3522         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3523         and menu entries.
3524
3525 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3528         don't redisplay article for raw contents; remove plural articles stuff.
3529
3530         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3531         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3532         on gnus-summary-save-article; display results properly.
3533
3534 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * lpath.el: No need to fbind ns-focus-frame.
3537
3538 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3541
3542 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3545         gnus-save-all-headers.
3546
3547 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3548
3549         * gnus-util.el (ns-focus-frame): Remove declaration.
3550         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3551         like x.
3552
3553 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3554
3555         * rfc2104.el (rfc2104-zero): Delete defconst.
3556         (rfc2104-hex-alist): Likewise.
3557         (rfc2104-hex-to-int): Delete func.
3558         (rfc2104-hexstring-to-bitstring): Likewise.
3559         (rfc2104-nybbles): New defconst.
3560         (rfc2104-hash): Rewrite for speed.
3561
3562 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * tls.el (open-tls-stream): Make it work with the 2nd argument
3565         BUFFER that is a string but does not exist as a buffer object, as
3566         mentioned in the doc-string.
3567
3568 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3571         SXEmacs.
3572
3573 2008-07-16  Glenn Morris  <rgm@gnu.org>
3574
3575         * gnus-util.el (ns-focus-frame): Declare for compiler.
3576
3577 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3580         set as a group parameter.
3581         (gnus-summary-save-in-pipe): Work when it is called independently.
3582         (gnus-summary-pipe-to-muttprint): Don't modify
3583         gnus-summary-pipe-output-default-command.
3584
3585 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3586
3587         * message.el (message-send-mail-with-sendmail):
3588         Display the error message.
3589
3590 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * gnus-art.el (gnus-default-article-saver):
3593         Add gnus-summary-save-in-pipe to choices.
3594         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3595         gnus-summary-pipe-output-default-command as the default command.
3596         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3597         instead of gnus-last-shell-command.
3598
3599         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3600         New user option.
3601         (gnus-summary-muttprint-program): Mention the value will be changed.
3602         (gnus-summary-save-article): Force showing of all headers.
3603         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3604
3605 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3606
3607         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3608
3609 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3610
3611         * nnimap.el (nnimap-id):
3612         * sieve-manage.el (sieve-manage-open): Doc fixes.
3613
3614 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3615
3616         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3617         if available.
3618
3619 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3620
3621         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3622
3623         * nnkiboze.el (nnkiboze-generate-group):
3624         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3625
3626         * nnmairix.el: Require CL.
3627
3628 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * dgnushack.el: Autoload get-display-table and put-display-table for
3631         XEmacs 21.5.
3632
3633         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3634         21.4 and SXEmacs.
3635
3636 2008-06-15  David Engster  <dengste@eml.cc>
3637
3638         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3639
3640 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3641
3642         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3643         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3644         runtime choice under XEmacs.
3645
3646         * gnus-sum.el (gnus-summary-set-display-table):
3647         Use `gnus-put-display-table', `gnus-get-display-table',
3648         `gnus-set-display-table' for the display table, instead of `aset'.
3649
3650         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3651         Use `gnus-put-display-table', `gnus-get-display-table',
3652         `gnus-set-display-table' for the display table.
3653
3654 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * nnmairix.el: Add autoloads.
3657
3658 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3659
3660         * nnmairix.el (nnmairix-delete-recreate-group)
3661         (nnmairix-update-and-clear-marks): Fix error messages.
3662
3663 2008-06-14  David Engster  <dengste@eml.cc>
3664
3665         * nnmairix.el: Upgrade to version 0.6.
3666         (nnmairix-group-toggle-propmarks-this-group)
3667         (nnmairix-group-toggle-readmarks-this-group)
3668         (nnmairix-group-delete-recreate-this-group)
3669         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3670         (nnmairix-remove-tick-mark-original-article): New commands.
3671         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3672         (nnmairix-propagate-marks-to-nnmairix-groups)
3673         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3674         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3675         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3676         functions needed for marks propagation and manipulation of read marks.
3677         (nnmairix-update-groups): New function.
3678         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3679         (nnmairix-determine-original-group-from-registry)
3680         (nnmairix-determine-original-group-from-path)
3681         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3682         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3683         New helper functions.
3684         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3685         keystrokes for new commands.
3686         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3687         (nnmairix-request-group): Check allow-fast group parameter.
3688         (nnmairix-request-create-group): Set allow-fast group parameter if
3689         nnmairix-allowfast-default is set.
3690         (nnmairix-close-group): Propagate marks upon closing if needed.
3691         (nnmairix-group-toggle-threads-this-group): Use new.
3692         nnmairix-group-toggle-parameter helper function.
3693         (nnmairix-search): Better check for empty search result.
3694         (nnmairix-goto-original-article): Use new helper functions for
3695         determining original article.
3696         (nnmairix-show-original-article): Make sure message-id is in brackets.
3697         (nnmairix-call-mairix-binary): Change variable name.
3698         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3699         helper function.
3700         (nnmairix-widget-toggle-activate): Fix doc string.
3701
3702 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * nnir.el: Require edmacro when compiling with XEmacs.
3705         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3706         available in Emacs 21.
3707
3708 2008-06-11  Glenn Morris  <rgm@gnu.org>
3709
3710         * gnus-util.el (x-focus-frame):
3711         * gnus.el (image-size):
3712         * mm-decode.el (image-size): Declare.
3713
3714         * gnus-picon.el (declare-function): Add compat definition.
3715         (image-size): Declare.
3716
3717         * gnus-group.el (tool-bar-map):
3718         * gnus-sum.el (tool-bar-map): Define for compiler.
3719
3720         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3721
3722         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3723
3724         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3725         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3726         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3727         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3728         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3729         * sieve-manage.el, spam-report.el, spam.el:
3730         Remove unnecessary eval-and-compile of autoloads.
3731
3732 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3733
3734         * auth-source.el: Precise Tramp doc.
3735
3736 2008-06-07  Glenn Morris  <rgm@gnu.org>
3737
3738         * nnmairix.el: Remove unnecessary eval-when-compile.
3739
3740 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * lpath.el: Fbind propertize for XEmacs 21.4.
3743
3744 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * nnir.el: Move here from ../contrib.
3747
3748 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3749
3750         * gnus-util.el (gnus-read-shell-command): New function.
3751         * mm-decode.el (mm-pipe-part):
3752         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3753
3754 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3757
3758 2008-06-03  Glenn Morris  <rgm@gnu.org>
3759
3760         * pop3.el (nnheader-accept-process-output): Autoload it.
3761
3762 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3765         are not 2-digit hexadecimal characters that follow `%'s.
3766
3767 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * message.el (message-bogus-recipient-p): Fix type in doc string.
3770         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3771         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3772         Improve custom options.
3773         (message-bogus-recipient-p): Adjust accordingly.
3774
3775 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3776
3777         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3778         long-form month and day names.
3779
3780 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * dgnushack.el: Autoload debug, eudc-expand-inline and
3783         pgg-snarf-keys-region for XEmacs.
3784
3785         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3786
3787         * nnmairix.el: Require edmacro when compiling with XEmacs.
3788
3789 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3790
3791         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3792         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3793
3794 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3795
3796         * auth-source.el: Add more docs.
3797
3798         * netrc.el (netrc-machine): Always match if the port is not given.
3799
3800 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3803         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3804         retrieval faster in some cases, but might make CPU usage larger.  If
3805         this has any bad side effects, we might revert this change.
3806
3807         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3808         seems to make mail retrieval much, much faster.
3809         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3810         unconditionally.
3811
3812         * gnus-draft.el (gnus-group-send-queue): Bind
3813         message-send-mail-partially-limit to nil to avoid being prompted.
3814
3815 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3818
3819         * message.el (message-bogus-address-regexp): Fix and improve custom
3820         type.
3821         (message-setup-hook): Add message-check-recipients as custom option.
3822
3823 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * message.el (message-cite-function): Remove bogus autoload which crept
3826         in during merge from v5-10.
3827
3828 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3829
3830         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3831
3832         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3833
3834         * auth-source.el: Preliminary Tramp docs.
3835         (auth-sources): Change the default auth-sources to use
3836         EPA .gpg files.
3837
3838 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3839
3840         * nntp.el: Autoload `auth-source-user-or-password'.
3841         (nntp-send-authinfo): Use it.
3842
3843         * nnimap.el: Autoload `auth-source-user-or-password'.
3844         (nnimap-open-connection): Use it.
3845
3846         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3847         for the gnus-message function.
3848         (auth-source-user-or-password): Use it.
3849
3850 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3851
3852         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3853         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3854         (rfc2104-hash): Use it.
3855
3856 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3857
3858         * gnus-art.el (gnus-article-toggle-truncate-lines):
3859         Don't use `iff' in docstring.
3860
3861 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3862
3863         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3864
3865         * gnus-util.el (gnus-extract-address-component-name)
3866         (gnus-extract-address-component-email): Convenience functions around
3867         `gnus-extract-address-components'.
3868
3869         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3870         Use `gnus-extract-address-component-email' to fix bug of comparing full
3871         sender name to `user-mail-address'.
3872
3873 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3874
3875         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3876         catch/throw to optimize.
3877         (gnus-registry-find-keywords): Just use member to find a keyword.
3878
3879 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3880
3881         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3882         is current before calling gnus-server-prepare.
3883         (gnus-server-setup-buffer, gnus-server-update-server)
3884         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3885
3886 2008-05-04  Juri Linkov  <juri@jurta.org>
3887
3888         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3889         (mailcap-file-default-commands): Use mailcap-replace-in-string
3890         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3891         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3892
3893 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3894
3895         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3896
3897 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3898
3899         * gnus.el: Bump version to 0.11.
3900
3901 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3902
3903         * gnus.el: No Gnus v0.10 is released.
3904
3905 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3908         hooks.
3909         (gnus-update-read-articles): Speed up non-marks-using users.
3910         (gnus-use-marks): Define gnus-use-marks.
3911         (gnus-propagate-marks): Rename variable to something more sensible.
3912
3913 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3914
3915         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3916         (gmm-image-load-path-for-library): Fix typos in docstrings.
3917         (gmm-message): Reflow docstring.
3918
3919 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3920
3921         * mail-source.el (mail-source-set-1, mail-source-bind):
3922         Move auth-source code out of the macro to clean it up and fix bugs.
3923
3924 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3925
3926         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3927         by sender if it's equal to user-mail-address, it's likely to be
3928         useless.
3929
3930         * mail-source.el (mail-source-bind): Don't use user or password if they
3931         are not bound.  Unintern them if they are nil.  Don't use server unless
3932         it's bound, and default it to empty string otherwise.
3933
3934 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3935
3936         * mail-source.el: Load auth-source.el.
3937         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3938         get user name or password, if auth-sources is set up.
3939
3940         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3941         strategy of splitting with parent.
3942         (gnus-registry-split-fancy-with-parent)
3943         (gnus-registry-post-process-groups): Use it and fix prior
3944         bug (returning a list as the split result).
3945
3946         * auth-source.el (auth-sources): Remove server parameter.
3947         (auth-source-pick, auth-source-user-or-password)
3948         (auth-source-user-or-password-imap)
3949         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3950         (auth-source-user-or-password-sftp)
3951         (auth-source-user-or-password-smtp): Remove server parameter.
3952
3953 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3954
3955         * smime.el (smime-sign-region, smime-encrypt-region)
3956         (smime-decrypt-region):
3957         Remove redundant calls to `generate-new-buffer-name'.
3958
3959 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3960
3961         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3962         Don't use QP for message/rfc822.
3963         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3964
3965 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3966
3967         * sieve-manage.el (sieve-string-bytes): Remove.
3968         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3969         correct byte-length only if the process's coding-system is the same as
3970         the one used internally by Emacs to represent strings.
3971
3972 2008-04-22  Juri Linkov  <juri@jurta.org>
3973
3974         * mailcap.el (mailcap-file-default-commands): New function.
3975
3976 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3977
3978         * message.el (message-signature-separator, message-cite-function):
3979         Change custom version.
3980
3981 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3982
3983         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3984         commands.
3985         (tls-checktrust): Ditto.
3986
3987 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * mm-decode.el (mm-display-external): Make temp file read-only.
3990
3991 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3992
3993         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3994         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3995         `C-c C-f d'.
3996
3997 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3998
3999         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4000
4001 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4002
4003         * gnus.el: Bump version to 0.9.
4004
4005 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4006
4007         * gnus.el: No Gnus v0.8 is released.
4008
4009 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4010
4011         * mail-source.el (mail-source-value):
4012         Prefer fboundp to functionp so it works with macros as well.
4013
4014 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4015
4016         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4017         Fix last change in case the element is not even a symbol.
4018
4019 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4020
4021         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4022         Prefer fboundp to functionp so it works with macros as well.
4023
4024 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4025
4026         * auth-source.el: Added docs.
4027         (auth-sources): Modify format to support server.
4028         (auth-source-pick, auth-source-user-or-password)
4029         (auth-source-user-or-password-imap)
4030         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4031         (auth-source-user-or-password-sftp)
4032         (auth-source-user-or-password-smtp): Add server parameter.
4033
4034 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4035
4036         * gnus-registry.el: Initialize the registry when gnus-registry-install
4037         is t.
4038
4039 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * compface.el (uncompface): Make buffer unibyte.
4042
4043 2008-04-05  Glenn Morris  <rgm@gnu.org>
4044
4045         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4046
4047 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4048
4049         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4050         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4051
4052         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4053         multibyteness after rather than before erasing it.
4054
4055         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4056         mm-with-multibyte.
4057         (gnus-request-article-this-buffer): Make sure the proper decoding is
4058         used if gnus-original-article-buffer happens to be unibyte.
4059
4060         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4061         default-enable-multibyte-characters.
4062
4063         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4064         default-enable-multibyte-characters.
4065
4066         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4067
4068         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4069
4070 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4071
4072         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4073         (imap-message-copyuid-1): Use it.
4074         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4075         J. Williams in
4076         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4077
4078         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4079         imap-enable-exchange-bug-workaround.
4080         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4081
4082 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4083
4084         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4085         a 100 byte status-checks into a 2-3MB transfer for each group.
4086         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4087         to enable bug workaround or not.
4088         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4089
4090 2008-03-31  Glenn Morris  <rgm@gnu.org>
4091
4092         * message.el (mml2015-use): Declare for compiler.
4093         (message-info): Require mml2015 when appropriate.
4094
4095 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4098         whitespace.
4099
4100 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4101
4102         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4103         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4104         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4105         (nntp-service-to-port): New function.
4106         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4107         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4108         (nntp-open-netcat-stream): New function.
4109         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4110
4111 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4112
4113         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4114
4115 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4116
4117         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4118
4119 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4120
4121         * dns.el (dns-write): Use set-buffer-multibyte.
4122
4123 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4124
4125         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4126
4127 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * message.el (message-signature-separator): Change default.
4130         Improve custom type.
4131         (message-cite-function): Change default to
4132         message-cite-original-without-signature.
4133
4134         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4135         toggle.
4136
4137         * message.el (message-check-news-body-syntax): Fix signature check.
4138         (message-setup-1): Mark buffer as unmodified _after_ running
4139         message-setup-hook and handling message-alternative-emails.
4140         (message-shorten-references): Be more strict when building list of
4141         valid references to comply with GNKSA.
4142
4143         * gnus-group.el (gnus-read-ephemeral-bug-group)
4144         (gnus-read-ephemeral-debian-bug-group)
4145         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4146
4147         * message.el (message-info): Don't use booleanp which isn't supported
4148         in Emacs 21 and XEmacs.
4149
4150 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4153         gnus-group-gmane-group-download-format.
4154         (gnus-group-read-ephemeral-gmane-group): Rename from
4155         gnus-group-read-ephemeral-gmane-group.
4156         (gnus-read-ephemeral-gmane-group-url): Rename from
4157         gnus-group-read-ephemeral-gmane-group-url.
4158         (gnus-bug-group-download-format-alist): New variable.
4159         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4160         (gnus-read-ephemeral-emacs-bug-group): New commands.
4161
4162 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4163
4164         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4165         (gnus-visible-headers): Improve custom type.
4166
4167 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4168
4169         * mml.el (mml-menu): Add workarounds for XEmacs.
4170
4171         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4172         X-Boundary header.
4173
4174         * message.el (message-simplify-recipients): Fix previous commit.
4175
4176 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4177
4178         * mm-util.el (mm-set-buffer-multibyte): New function.
4179         * mm-decode.el (mm-copy-to-buffer): Use it.
4180
4181 2008-03-19  Glenn Morris  <rgm@gnu.org>
4182
4183         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4184         Accidentally removed in the sync process with Emacs.
4185
4186 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4187
4188         * message.el (message-alter-recipients-discard-bogus-full-name):
4189         New function.
4190         (message-alter-recipients-function): New variable.
4191         (message-get-reply-headers): Use it.
4192         (message-replace-header): New helper function.
4193         (message-recipients-without-full-name): New variable.
4194         (message-simplify-recipients): New command.
4195
4196         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4197
4198         * message.el (message-info): Handle EasyPG manual.
4199
4200         * mml.el (mml-menu): Add entry for EasyPG.
4201
4202 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4203
4204         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4205         parameter.
4206
4207         * message.el (message-disassociate-draft): Specify drafts group name
4208         fully.
4209
4210 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4211
4212         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4213         unnecessary duplicates from the match list.
4214
4215 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4218
4219         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4220
4221         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4222         args of `how-many' of which the XEmacs version doesn't take; declare
4223         Info-index-next as function.
4224
4225 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * gnus-score.el (gnus-score-headers): Fix handling of
4228         gnus-inhibit-slow-scoring.
4229
4230         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4231         string.
4232         (gnus-button-url-regexp): Improve handling of parenthesis.
4233         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4234         (gnus-button-handle-info-keystrokes): Handle index entries.
4235
4236 2008-03-15  Glenn Morris  <rgm@gnu.org>
4237
4238         * parse-time.el (parse-time-string): Simplify.
4239
4240 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4243         Incoming* files.
4244
4245 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4248         (auth-source-pick): Use it.
4249
4250 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4251
4252         * binhex.el (binhex-decode-region-internal):
4253         * uudecode.el (uudecode-decode-region-internal):
4254         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4255         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4256         setting default-enable-multibyte-characters.
4257
4258 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4259
4260         * auth-source.el (auth-source-protocols)
4261         (auth-source-protocols-customize, auth-source-choices): Added and
4262         modified variable customizations and defaults.
4263         (auth-source-pick, auth-source-user-or-password)
4264         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4265         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4266         (auth-source-user-or-password-sftp)
4267         (auth-source-user-or-password-smtp): Use new variables and provide an
4268         interface to netrc.el.
4269
4270 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4273         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4274         Make sure the nntp port to specify is a string.
4275
4276 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4277
4278         * nntp.el: Use with-current-buffer.
4279         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4280         dubious mm-with-unibyte-current-buffer.
4281         (nntp-with-open-group-function): New function extracted from
4282         nntp-with-open-group macro.
4283         (nntp-with-open-group): Use the function, so it's easier to debug.
4284         Add indentation and debugging info.
4285         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4286         the use of the netcat alternatives.
4287
4288         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4289         Avoid mm-string-as-multibyte as well.
4290
4291         * nnweb.el (nnweb-insert-html):
4292         Remove use of nnheader-string-as-multibyte.
4293
4294         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4295         (nnheader-string-as-multibyte): Remove.
4296
4297         * mm-view.el: Use inhibit-read-only.
4298         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4299         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4300         or unibyte-string.
4301
4302         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4303         (mm-uu-yenc-extract): Use with-current-buffer.
4304
4305         * gnus-soup.el (gnus-soup-send-packet): Don't use
4306         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4307
4308         * nnmh.el: Use with-current-buffer.
4309         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4310         mm-string-as-multibyte on the output of mm-encode-coding-string.
4311
4312         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4313         (nnimap-request-move-article): Use with-current-buffer.
4314
4315         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4316         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4317         conversion uses string-make-unibyte rather than string-as-unibyte.
4318
4319         * gnus-msg.el: Use with-current-buffer.
4320
4321         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4322
4323 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4324
4325         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4326         string for caching if it is 'PIN.
4327
4328 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * lpath.el: Consider the case without Emacs/W3.
4331
4332 2008-03-08  Glenn Morris  <rgm@gnu.org>
4333
4334         * time-date.el (date-to-time, time-subtract, time-add)
4335         (safe-date-to-time): Doc fixes.
4336
4337 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * mail-source.el (mail-source-delete-old-incoming-confirm):
4340         Change default to nil.
4341         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4342
4343 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * lpath.el: Rearrange.
4346
4347         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4348         (gnus-article-goto-prev-page): Work for articles having ^L's.
4349
4350         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4351
4352         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4353
4354 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4355
4356         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4357         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4358         (gnus-bookmark-jump): Adjust some variable names.
4359
4360 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * auth-source.el: New package.
4363         (auth-source-choices): Add customization entry point variable.
4364
4365         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4366         bug.
4367
4368 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4371         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4372         (gnus-registry-install-shortcuts): Rename from
4373         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4374         the `gnus-registry-mark-map' keymap dynamically from
4375         `gnus-registry-marks'.  The generated functions update the summary line
4376         when a registry mark is added or deleted, and will call
4377         `gnus-registry-install-p' (see the comments in the code).
4378         (gnus-registry-user-format-function-M): Use concat intelligently.
4379
4380         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4381         the registry mark functions.
4382
4383 2008-03-05  Glenn Morris  <rgm@gnu.org>
4384
4385         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4386         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4387         gnus-art.
4388         (top-level): No need to load own source when compiling.
4389
4390 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4391
4392         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4393         Suggested by <chris.anderton@zetnet.co.uk>.
4394
4395 2008-03-04  Glenn Morris  <rgm@gnu.org>
4396
4397         * gnus-sum.el (top-level): No need to require gnus when compiling,
4398         since unconditionally required near start of file.
4399         (gnus-summary-display-while-building): Move definition before use.
4400
4401 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4404         formatting function.
4405
4406 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4407
4408         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4409         with plists.
4410         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4411         Use new format.
4412
4413 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4416         `where-is-internal' that returns a range of key sequences.
4417
4418 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4419
4420         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4421
4422         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4423         (gnus-summary-jump-to-group): Consider windows on other displayed
4424         frames as well.  Similar changes might be needed elsewhere, but that's
4425         the one I've bumped into during my use.
4426
4427         * nndoc.el (nndoc-oe-dbx-type-p):
4428         * gnus-msg.el (gnus-debug):
4429         * gnus-group.el (gnus-update-group-mark-positions):
4430         Use mm-string-to-multibyte.
4431
4432 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4435         doesn't handle NotDashEscaped.
4436
4437         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4438         (mml-dnd-attach-options): Fix typo in custom choice.
4439
4440         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4441         nndoc-article-type to mbox.
4442         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4443
4444         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4445         to nil, instead of html2text.
4446
4447         * imap.el (imap-debug): Add `imap-ping-server'.
4448
4449         * gnus-bookmark.el: Add FIXMEs.
4450
4451         * message.el (message-form-letter-separator)
4452         (message-send-form-letter-delay): New variables.
4453         (message-send-form-letter): Use them.  New command to send form
4454         letters.  Requested by Uwe Siart.
4455         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4456
4457 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * Update copyright years.
4460
4461 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         Sync from EMACS_22_BASE.
4464
4465         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4466
4467 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4468
4469         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4470         empty author.
4471
4472 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * gnus-registry.el (gnus-registry-marks): Add variable for
4475         customization of marks and their appearance.
4476         (gnus-registry-read-mark): Use it.
4477         (gnus-registry-do-marks): Add utility function to loop through
4478         `gnus-registry-marks'.
4479         (gnus-registry-install-shortcuts-and-menus): Add function to install
4480         shortcuts and menus.
4481         (gnus-registry-initialize): Use it.
4482         (gnus-registry-default-mark): Clarify documentation.
4483
4484 2008-02-29  Glenn Morris  <rgm@gnu.org>
4485
4486         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4487         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4488         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4489         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4490         Change defcustom :version from 23.0 to 23.1.
4491
4492 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * gnus-registry.el (gnus-registry-follow-group-p)
4495         (gnus-registry-post-process-groups): Add functions to aid registry
4496         splitting and improve logging.  Clarify behavior in function
4497         documentation.
4498         (gnus-registry-split-fancy-with-parent): Use them.
4499
4500 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4501
4502         * gnus-art.el: Use with-current-buffer.
4503
4504 2008-02-27  David Engster  <dengste@eml.cc>
4505
4506         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4507         Express real group name in the response.
4508
4509 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4512         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4513         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4514         autoload gnus-registry-fetch-group when compiling.
4515         (nnmairix-request-group-with-article-number-correction): Remove
4516         unreferenced argument passed to nnmairix-call-backend.
4517
4518 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4521         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4522         Wilde.
4523
4524 2008-02-27  Glenn Morris  <rgm@gnu.org>
4525
4526         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4527         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4528         variables to defconsts.  Convert comments to doc-strings.
4529         (nnmairix-last-server, nnmairix-current-server): Convert from free
4530         variables to defvars.  Convert comments to doc-strings.
4531         (gnus-registry-fetch-group): Autoload.
4532         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4533         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4534         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4535         caddr.
4536         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4537         nnmairix-request-group-with-article-number-correction call.
4538         (nnmairix-fast, nnmairix-group): New, less general names, for free
4539         variables passed from nnmairix-request-group to
4540         nnmairix-request-group-with-article-number-correction.  Declare.
4541         (nnmairix-request-group-with-article-number-correction):
4542         Use nnmairix-fast, nnmairix-group rather than fast, group.
4543
4544 2008-02-26  David Engster  <dengste@eml.cc>
4545
4546         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4547         version 0.5.
4548
4549 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4550
4551         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4552         instead of making an extra function call.  Don't add the current group
4553         to articles only when they have the group.  Use
4554         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4555         Reported by David <de_bb@arcor.de>.
4556
4557 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4560         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4561
4562 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * mail-source.el (mail-source-delete-incoming): Change default.
4565         Supplement doc string.
4566
4567         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4568
4569 2008-02-14  Glenn Morris  <rgm@gnu.org>
4570
4571         * time-date.el (format-seconds): New function.
4572
4573 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4574
4575         * nnmail.el (nnmail-message-id-cache-file): Derive from
4576         `gnus-home-directory'.
4577
4578 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4579
4580         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4581         Document negative prefix.
4582
4583         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4584
4585 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * message.el (message-unsent-separator): Add the Exim bounce
4588         separator.
4589
4590 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4591
4592         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4593         list.
4594         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4595         recipient/signer list.
4596
4597 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * Makefile.in (datarootdir): Define.
4600         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4601         name that might contain whitespace.
4602
4603 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4604
4605         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4606         fbound (Emacs 23 unicode), signal an error.
4607
4608 2008-02-08  Glenn Morris  <rgm@gnu.org>
4609
4610         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4611
4612 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4613
4614         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4615         ports to the calls to `netrc-machine-user-or-password' in addition to
4616         "imap" and "imaps".
4617
4618 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4619
4620         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4621
4622         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4623
4624 2008-02-01  Kenichi Handa  <handa@m17n.org>
4625
4626         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4627         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4628         (rfc2104-hash): Convert the result of concat to unibyte string.
4629
4630 2008-02-01  Dave Love  <fx@gnu.org>
4631
4632         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4633         coding-system-for-read.
4634         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4635
4636 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4639         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4640         <hanche@math.ntnu.no>.
4641
4642 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4645
4646         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4647
4648 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4649
4650         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4651         * message.el (message-beginning-of-line): Use featurep instead of bound
4652         tests in order to resolve conditionals at compile time.
4653
4654 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4655
4656         * mail-source.el (mail-sources): Add `group' choice.
4657
4658         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4659         parameter `in-group' to control into which group the articles go.
4660         Add treatment of `group' mail-source.
4661
4662 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4665
4666         * mm-decode.el (mm-dissect-buffer): Decode description.
4667
4668         * mml.el (mml-to-mime): Encode message header first.
4669
4670 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4673         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4674
4675         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4676         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4677
4678 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4679
4680         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4681
4682 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4685         prefix keys.
4686         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4687         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4688         gnus-xmas.el.
4689
4690         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4691         (gnus-xmas-article-describe-bindings): New function.
4692         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4693         gnus-xmas-article-describe-bindings.
4694
4695         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4696
4697 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4698
4699         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4700         Add new variables for article mark management.
4701         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4702         list of extra data entries which, when present, will indicate that the
4703         article ID should not be trimmed from the registry.
4704         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4705         functions.
4706         (gnus-registry-read-mark): New function to read a mark name from the
4707         user.
4708         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4709         (gnus-registry-set-article-mark-internal): New functions to add and
4710         remove marks.
4711         (gnus-registry-get-article-marks): New function to show the marks for
4712         an article, or retrieve them for further use.
4713
4714 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4717         keys when no argument is given.
4718
4719 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4720
4721         * imap.el (imap-ping-server): New variable.
4722         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4723         (imap-ping-server): Minor doc string fixes.
4724
4725 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4726
4727         * imap.el (imap-ping-server): New function.
4728         (imap-opened): Call imap-ping-server.
4729
4730 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * gnus-sum.el (gnus-article-sort-by-random)
4733         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4734         jidanni@jidanni.org.
4735
4736 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-art.el (gnus-article-describe-bindings): New function.
4739         (gnus-article-read-summary-keys): Use it.
4740         (gnus-article-mode-map): Bind `C-h b' to it.
4741
4742 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4745         XEmacs.
4746         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4747         against non-character events.
4748
4749         * lpath.el: Fbind map-keymap for Emacs 21.
4750
4751 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4752
4753         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4754         command.
4755         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4756         instead of END.  Change name of the temp file.
4757         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4758         customizable.
4759
4760 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4763         bind `S W' to gnus-article-wide-reply-with-original; set default
4764         binding to gnus-article-read-summary-send-keys.
4765         (gnus-article-read-summary-keys): Fix the order of keys; display
4766         continuation keys correctly in the echo area; describe bindings
4767         correctly when keys end with `C-h'.
4768         (gnus-article-read-summary-send-keys): New function.
4769         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4770         for gnus-article-read-summary-send-keys; display continuation keys
4771         correctly in the echo area.
4772         (gnus-article-reply-with-original): Ignore prefix argument.
4773         (gnus-article-wide-reply-with-original): New function.
4774
4775         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4776         Emacs 21.
4777
4778 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4781         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4782
4783 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4786         (gnus-group-read-ephemeral-gmane-group): New command.
4787
4788 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4789
4790         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4791
4792 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * message.el (message-send-mail-function): Increase custom version.
4795
4796         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4797         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4798
4799 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4802         for the cases where imap-authenticate is called with a nil buffer
4803         parameter.
4804
4805 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4808         html parts correctly; support forwarded messages.
4809         (gnus-article-browse-html-article): Remove work buffers.
4810
4811         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4812         compiling.
4813         (netrc-bound-and-true-p): New macro.
4814         (netrc-parse): Use it instead of bound-and-true-p that is not available
4815         in XEmacs 21.4.
4816
4817 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4818
4819         * gnus-registry.el (gnus-registry-mark-article)
4820         (gnus-registry-article-marks): Add functionality to mark articles
4821         through the Gnus registry.
4822
4823         * encrypt.el: Clarify documentation for the new pgg method.
4824         (encrypt-file-alist): Add PGG option.
4825         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4826         functionality.  Abstract password key and messaging to external
4827         functions.
4828         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4829         (encrypt-message-method-and-cipher): Add new convenience external
4830         functions.
4831         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4832         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4833
4834         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4835         (netrc-parse): Use encrypt-file-alist to determine if
4836         encrypt-find-model or encrypt-insert-file-contents should be used.
4837
4838         * encrypt.el: Clarify documentation.  Load password-cache or
4839         password, whichever one is found first, instead of autoloading.
4840
4841 2007-12-19  Glenn Morris  <rgm@gnu.org>
4842
4843         * mml.el (message-options-set, message-narrow-to-head)
4844         (message-in-body-p, message-mail-p, message-encode-message-body):
4845         Autoload.
4846         (message-remove-header, message-narrow-to-headers-or-head)
4847         (message-subscribed-p, message-make-mail-followup-to)
4848         (message-position-on-field, message-news-p)
4849         (message-options-set-recipient, message-generate-headers)
4850         (message-sort-headers): Declare as functions.
4851
4852 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4853
4854         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4855         convention in doc string.
4856
4857 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4860         title to html parts.
4861         (gnus-article-browse-html-article): Pass message header to it.
4862
4863         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4864
4865 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4868         or password compatible with XEmacs.
4869
4870 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4871
4872         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4873         format document.
4874         (gnus-mime-delete-part): Don't write description line if empty.
4875         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4876
4877 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4878
4879         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4880         (gnus-summary-mark-read-and-unread-as-read)
4881         (gnus-summary-mark-current-read-and-unread-as-read)
4882         (gnus-summary-mark-unread-as-ticked): Doc fix.
4883         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4884
4885 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4886
4887         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4888         Christoph Conrad <christoph.conrad@gmx.de>.
4889
4890 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4893         yes-or-no-p.
4894
4895 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * mm-decode.el (mm-add-meta-html-tag): New function.
4898         (mm-save-part-to-file, mm-pipe-part): Use it.
4899
4900         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4901         gnus-y-or-n-p instead of y-or-n-p.
4902         (gnus-article-browse-html-parts): Work with message/external-body; use
4903         mm-add-meta-html-tag.
4904
4905 2007-12-11  Glenn Morris  <rgm@gnu.org>
4906
4907         * gnus-cache.el: Require gnus-sum not just when compiling.
4908
4909         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4910
4911         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4912         definitions before use.
4913
4914         * mm-decode.el: Require gnus-util.
4915         (mm-remove-part): Only call delete-annotation on XEmacs.
4916
4917         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4918
4919         * nnmail.el: Require gnus-int.
4920
4921         * spam.el: Move `require's before `eval-when-compile's.
4922
4923         * gnus-ems.el (gnus-alive-p):
4924         * gnus-fun.el (message-goto-eoh):
4925         * gnus-util.el (gnus-group-name-decode):
4926         * mail-source.el (gnus-compress-sequence):
4927         * message.el (Info-goto-node, format-spec):
4928         * mm-bodies.el (message-options-get):
4929         * mm-decode.el (mm-view-pkcs7):
4930         * mm-util.el (gmm-write-region):
4931         * mml-smime.el (mml-compute-boundary)
4932         (gnus-completing-read-with-default):
4933         * mml.el (widget-button-press, gnus-make-hashtable):
4934         * mml1991.el (mm-decode-content-transfer-encoding)
4935         (mm-encode-content-transfer-encoding)
4936         (message-options-get, message-options-set):
4937         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4938         * nnfolder.el (gnus-request-group):
4939         * nnheader.el (ietf-drums-unfold-fws):
4940         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4941         * smime.el (gnus-run-mode-hooks):
4942         * spam-stat.el (gnus-message): Autoload.
4943
4944         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4945         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4946         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4947         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4948         Add declare-function compatibility definition.
4949
4950         * gnus-cache.el (nnvirtual-find-group-art):
4951         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4952         (gnus-add-image, gnus-add-wash-type):
4953         * gnus-group.el (nnkiboze-score-file):
4954         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4955         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4956         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4957         (message-tokenize-header, gnus-get-buffer-create)
4958         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4959         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4960         * gnus.el (gnus-group-decoded-name):
4961         * mail-source.el (imap-capability):
4962         * mm-bodies.el (message-options-set):
4963         * mm-decode.el (gnus-configure-windows):
4964         * mm-extern.el (message-goto-body):
4965         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4966         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4967         (epg-sub-key-validity, message-options-set):
4968         * mml.el (widget-event-point, gnus-configure-windows):
4969         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4970         * mml2015.el (epg-check-configuration, epg-configuration)
4971         (message-options-set):
4972         * nndb.el (nndb-request-article):
4973         * nnfolder.el (gnus-request-create-group):
4974         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4975         * nnmaildir.el (gnus-group-mark-article-read):
4976         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4977         * rfc1843.el (message-fetch-field):
4978         * spam.el (gnus-extract-address-components):
4979         Declare as functions.
4980
4981 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4984
4985         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4986
4987         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4988         bind show-trailing-whitespace for XEmacs.
4989
4990 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4993         new no-op macro for backward compatibility.
4994
4995         * imap.el (imap-string-to-integer): New function.
4996
4997 2007-12-09  Glenn Morris  <rgm@gnu.org>
4998
4999         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5000
5001         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5002         * message.el, mm-view.el, sieve-manage.el, smime.el:
5003         Add declare-function compatibility definition.
5004
5005         * gnus-art.el (w3-region, w3m-region, Info-menu):
5006         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5007         * gnus-sum.el (gnus-get-predicate):
5008         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5009         * message.el (mail-abbrev-in-expansion-header-p):
5010         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5011         (w3m-detect-meta-charset, w3m-region):
5012         * sieve-manage.el (password-read, password-cache-add)
5013         (password-cache-remove):
5014         * smime.el (password-read-and-add): Declare as functions.
5015
5016 2007-12-08  David Kastrup  <dak@gnu.org>
5017
5018         * gnus-sum.el (gnus-summary-simplify-subject-query):
5019         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5020         `message'.
5021
5022 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5025         it to bind idna-program, installation-directory, defined-colors, and
5026         face-attribute for XEmacs of the version that compiles defcustom forms.
5027
5028 2007-12-07  Glenn Morris  <rgm@gnu.org>
5029
5030         * gnus-art.el (article-make-date-line): Revert previous change.
5031
5032 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5033
5034         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5035
5036 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5037
5038         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5039         Call gnus-add-to-range ranges only once with a prepared article-list.
5040
5041 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5042
5043         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5044         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5045         group names with backslashes.  Reported by Tassilo Horn
5046         <tassilo@member.fsf.org>.
5047
5048 2007-12-06  Deepak Goel  <deego3@gmail.com>
5049
5050         * gnus-art.el (article-make-date-line):
5051         * gnus-start.el (gnus-load):
5052         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5053
5054 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * gnus-art.el (gnus-use-idna)
5057         * gnus-start.el (gnus-site-init-file)
5058         * message.el (message-use-idna)
5059         * mm-uu.el (mm-uu-hide-markers)
5060         * smiley.el (smiley-style): Revert changes that suppress warnings.
5061
5062 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5065         specify charset to html source.  Reported by Christoph Conrad
5066         <christoph.conrad@gmx.de>.
5067
5068 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5071         idna-program in order to suppress byte compile warning issued by XEmacs
5072         that came to byte compile the default value section of defcustom forms
5073         recently.
5074
5075         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5076         value of installation-directory.
5077
5078         * message.el (message-use-idna): Don't directly refer to the value of
5079         idna-program.
5080
5081         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5082
5083         * smiley.el (smiley-style): Don't directly call face-attribute.
5084
5085 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5088
5089         * gnus-dired.el: Reduce Gnus dependencies.
5090         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5091         require.  Use autoloads instead.
5092         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5093         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5094         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5095         (gnus-dired-mode): Adjust doc string.
5096         (gnus-dired-mail-mode): New variable.
5097         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5098         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5099         (gnus-dired-mail-buffers): New function.  Return mail or message
5100         composition buffers.
5101         (gnus-dired-attach): Use it.
5102         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5103         NO-DECODE.
5104         (gnus-dired-print): Use `gnus-print-buffer' depending on
5105         `gnus-dired-mail-mode'.
5106
5107 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * rfc2047.el (rfc2047-encoded-word-regexp)
5110         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5111         explaining what regexp patterns are for.
5112
5113 2007-12-04  Glenn Morris  <rgm@gnu.org>
5114
5115         * password.el: Move to password-cache.el.
5116
5117         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5118         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5119         * mml-smime.el (password-read, password-cache-add)
5120         (password-cache-remove):
5121         No need to autoload, since mml-sec requires password.
5122
5123         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5124         * message.el (gnus-extract-address-components):
5125         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5126
5127         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5128         password.
5129
5130 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5131
5132         * mailcap.el: Reduce dependencies.
5133         (mail-header-parse-content-type): Autoload.
5134         (mailcap-delete-duplicates): New alias.
5135         (mailcap-mime-info): Add optional argument NO-DECODE.
5136         (mailcap-mime-types): Use mailcap-delete-duplicates.
5137
5138         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5139
5140 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5141
5142         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5143         (imap-parse-status): Upcase status-att for servers that sends them
5144         lower-case (e.g., MS Exchange 2007).
5145
5146 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5149         function.
5150
5151         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5152         (gnus-uu-yenc-article): New function.
5153
5154         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5155
5156         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5157         buffer.
5158
5159 2007-12-02  Glenn Morris  <rgm@gnu.org>
5160
5161         * binhex.el (binhex): New custom group.
5162         (binhex-decoder-program, binhex-decoder-switches)
5163         (binhex-use-external): Move to the binhex custom group.
5164
5165         * uudecode.el (uudecode): New custom group.
5166         (uudecode-decoder-program, uudecode-decoder-switches)
5167         (uudecode-use-external): Move to the uudecode custom group.
5168
5169         * netrc.el (top-level): Don't load `encrypt' features.
5170         (netrc-parse): Don't use encrypt.
5171         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5172
5173         * encrypt.el: Remove file.
5174
5175 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5178         matches on patches.
5179
5180         * gnus-art.el (gnus-article-browse-html-article): Mention
5181         `mm-text-html-renderer' in the doc string.
5182
5183         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5184         string.  Add comments.
5185
5186         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5187         if rhs is ASCII.
5188
5189 2007-12-01  Glenn Morris  <rgm@gnu.org>
5190
5191         * mail-source.el (top-level): Require format-spec before
5192         eval-when-compile.
5193
5194 2007-11-30  Glenn Morris  <rgm@gnu.org>
5195
5196         * encrypt.el: Require password, rather than autoloading password-read.
5197
5198 2007-11-29  Glenn Morris  <rgm@gnu.org>
5199
5200         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5201         (sasl-make-client, sasl-next-step, sasl-step-data)
5202         (sasl-step-set-data): Declare as functions.
5203
5204 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5205
5206         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5207
5208 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5209
5210         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5211         certs should be verified and what is to be done in the event of a
5212         verification failure.
5213
5214         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5215         caller can indicate whether the cache should be disregarded for this
5216         call.  This way the result of the call is reproducible at all times and
5217         can be considered a canonical server name for the supplied method.
5218         (gnus-agent-method-p): Canonicalize server names by pushing their
5219         method through `gnus-method-to-server' using the no-cache argument.
5220
5221         * gnus-srvr.el (gnus-server-insert-server-line): Call
5222         `gnus-method-to-server' with `no-cache' argument.
5223
5224         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5225         gnus-agent-possibly-synchronize-flags as this should be called when the
5226         server is actually being opened.
5227         (gnus-agent-possibly-synchronize-flags)
5228         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5229         flags file of an agentized server to the latter function.
5230
5231         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5232         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5233         after a connection has been established successfully.
5234
5235 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-art.el (article-display-face): Force to display face if called
5238         interactively; check if gnus-article-x-face-too-ugly matches author.
5239         (article-display-x-face): Display face even if From header is missing
5240         as article-display-face does.
5241
5242 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5243
5244         * hashcash.el (message-narrow-to-headers-or-head)
5245         (message-fetch-field, message-goto-eoh)
5246         (message-narrow-to-headers): Declare as functions.
5247
5248 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * mail-source.el (mail-sources): Default to fetch from file for
5251         compatibility with default of nnmail-spool-file.
5252
5253 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5256         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5257         to look for encoded word that should be encoded again.
5258         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5259         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5260         encoding pattern.
5261         (rfc2047-decode-region): Switch strict regexp and loose one according
5262         to rfc2047-allow-irregular-q-encoded-words.
5263
5264 2007-11-25  Romain Francoise  <romain@orebokech.com>
5265
5266         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5267
5268 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * tls.el (tls-program): Provide more custom choices from
5271         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5272         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5273
5274 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5275
5276         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5277         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5278
5279         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5280         `nnmail-spool-file'.
5281
5282         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5283         `nnmail-spool-file'.
5284
5285         * gnus-move.el (gnus-change-server): Ditto.
5286
5287         * gnus-kill.el (gnus-batch-score): Ditto.
5288
5289         * gnus-cache.el (gnus-jog-cache): Ditto.
5290
5291         * gnus-msg.el (gnus-summary-reply):
5292         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5293
5294 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5297         version.  Minor improvement to doc strings.
5298         (tls-program): Add comment.
5299
5300 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5301
5302         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5303         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5304         mismatch between the hostname provided in the certificate and the name
5305         of the host connnecting to.
5306         (open-tls-stream): Use them.  Check certificates against trusted root
5307         certificates.
5308
5309 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-cache.el (gnus-cache-generate-nov-databases):
5312         Use nnml-generate-nov-databases-directory instead of
5313         nnml-generate-nov-databases-1.
5314
5315 2007-11-24  Glenn Morris  <rgm@gnu.org>
5316
5317         * message.el (message-tool-bar-retro): Update for rename
5318         mail_send.xpm->mail-send.xpm.
5319
5320 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5323         `smime-ldap-search' for Emacs 22 and up.
5324
5325 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5326
5327         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5328
5329         * message.el (message-send-mail-function): Fix error convention.
5330         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5331         (message-widen-reply, message-send-mail, message-talkative-question)
5332         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5333         (message-clone-locals, message-send-news): Use with-current-buffer.
5334         (message-insert-or-toggle-importance): Remove unused var `valid'.
5335         (message-make-references): Remove unused var `new-references'.
5336         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5337
5338 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5339
5340         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5341         (spam-split-symbolic-return-positive): Reflow docstring.
5342         (spam-backends, spam-summary-exit-behavior)
5343         (spam-mark-ham-unread-before-move-from-spam-group)
5344         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5345         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5346         (spam-clear-cache, spam-backend-check, spam-install-backend)
5347         (spam-install-statistical-backend, spam-list-of-processors)
5348         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5349         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5350         (spam-check-crm114, spam-initialize, spam-unload-hook):
5351         Fix typos in docstrings.
5352
5353 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5356         been checked if they have never been read and those group levels are
5357         higher than the one that a user specified.
5358
5359 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5362         foreign groups unless a group level is specified by a user.
5363         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5364
5365 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * message.el (message-send-mail-function): Require sendmail.
5368
5369 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5370
5371         * message.el (message-send-mail-function): Check for smtpmail too.
5372
5373         * utf7.el (utf7-encode, utf7-decode): Use coding system
5374         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5375
5376         * message.el (message-send-mail-function): New function.
5377         (message-send-mail-function): Set default using
5378         message-send-mail-function.  Adjust doc string.
5379         (message-send-mail-with-mailclient): New function.
5380
5381 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5382
5383         * smime.el (from):
5384         * rfc2047.el (message-posting-charset):
5385         * qp.el (mm-use-ultra-safe-encoding):
5386         * pop3.el (parse-time-months):
5387         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5388         * nnml.el (files):
5389         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5390         (jka-compr-compression-info-list, ange-ftp-path-format)
5391         (efs-path-regexp):
5392         * nndiary.el (files):
5393         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5394         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5395         (epg-digest-algorithm-alist, inhibit-redisplay)
5396         (password-cache-expiry):
5397         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5398         (pgg-output-buffer, password-cache-expiry):
5399         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5400         (efs-path-regexp):
5401         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5402         (inhibit-redisplay):
5403         * mm-uu.el (file-name, start-point, end-point, entry)
5404         (gnus-newsgroup-name, gnus-newsgroup-charset):
5405         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5406         (latin-unity-ucs-list):
5407         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5408         (mm-uu-binhex-decode-function):
5409         * message.el (gnus-message-group-art, gnus-list-identifiers)
5410         (rmail-enable-mime-composing, gnus-local-organization)
5411         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5412         (gnus-read-active-file, facemenu-add-face-function)
5413         (facemenu-remove-face-function, gnus-article-decoded-p)
5414         (tool-bar-mode):
5415         * mail-source.el (display-time-mail-function):
5416         * gnus-util.el (nnmail-pathname-coding-system)
5417         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5418         (gnus-original-article-buffer, gnus-user-agent)
5419         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5420         (xemacs-codename, sxemacs-codename, emacs-program-version):
5421         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5422         * gnus-start.el (gnus-agent-covered-methods)
5423         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5424         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5425         (gnus-newsgroup-headers, gnus-group-list-mode)
5426         (gnus-group-mark-positions, gnus-newsgroup-data)
5427         (gnus-newsgroup-unreads, nnoo-state-alist)
5428         (gnus-current-select-method, mail-sources)
5429         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5430         (nnmail-spool-file, gnus-cache-active-hashtb):
5431         * gnus-mh.el (mh-lib-progs):
5432         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5433         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5434         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5435         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5436         (gnus-group-buffer):
5437         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5438         (font-lock-set-defaults):
5439         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5440         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5441         (gnus-summary-post-menu, total-parts, type, condition, length):
5442         * gnus-agent.el (gnus-agent-read-agentview):
5443         * flow-fill.el (show-trailing-whitespace):
5444         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5445         eval-and-compile wrappers for byte compiler pacifiers.
5446
5447         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5448         (mm-display-inline-fontify): Check for featurep 'xemacs not
5449         extent-list.
5450
5451         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5452         itimer-list.
5453         (mm-create-image-xemacs): Only do something for XEmacs.
5454         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5455
5456         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5457
5458         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5459         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5460
5461 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5462
5463         * nnimap.el (nnimap-split-download-body):
5464         * gnus-demon.el (gnus-demon):
5465         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5466
5467 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5470         macros.
5471         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5472         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5473         copy data from unibyte buffer to multibyte current buffer.
5474         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5475         to copy data from unibyte current buffer to multibyte buffer.
5476         (nntp-make-process-buffer): Make process buffer unibyte.
5477
5478         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5479
5480 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5481
5482         * pop3.el (pop3-open-server): Accept and process data more robustly at
5483         connexion start to avoid spurious "POP SSL connexion failed" errors.
5484
5485 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5488         read group names.
5489
5490 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5491
5492         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5493
5494 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5497         (nnmail-save-active): Use a unibyte buffer when saving active file,
5498         which may contain non-ASCII group names.
5499
5500         * nnml.el (nnml-request-group): Decode group names in messages.
5501
5502 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * message.el (message-citation-line-function)
5505         (message-insert-formatted-citation-line): Fix spelling of
5506         `message-insert-formated-citation-line'.
5507
5508 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5511
5512 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5515         nnmail-pathname-coding-system.
5516
5517         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5518         that a user enters; decode group names in messages.
5519
5520         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5521
5522 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5523
5524         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5525
5526         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5527
5528         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5529         risky local variable.
5530
5531         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5532
5533 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * encrypt.el: Improve documentation to fix function name typo.
5536         Reported by Daiki Ueno <ueno@unixuser.org>.
5537
5538 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5541         even if the point is not in the last page of an article.
5542         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5543         back to the previous page.
5544
5545 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5548
5549 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5552
5553 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5554
5555         * message.el (message-check-news-body-syntax): Avoid
5556         mm-string-as-multibyte.
5557         (message-hide-headers): Don't assume (point-min)==1.
5558
5559 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5560
5561         * message.el (message-remove-blank-cited-lines): Fix if remove is
5562         given.
5563         (message-bogus-address-regexp): New variable.
5564         (message-bogus-recipient-p): New function.
5565         (message-check-recipients): New command.
5566         (message-syntax-checks): Add `bogus-recipient'.
5567         (message-fix-before-sending): Add `bogus-recipient'.
5568
5569         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5570         (gnus-treat-body-boundary): Don't test window-system.
5571
5572 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5573
5574         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5575
5576 2007-10-28  Miles Bader  <miles@gnu.org>
5577
5578         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5579         at compile-time too.
5580
5581 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * gnus-msg.el (gnus-message-setup-hook): Add
5584         `message-remove-blank-cited-lines' to options.
5585
5586 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5587
5588         * message.el (message-remove-blank-cited-lines): New function.
5589         Suggested by Karl Plästerer.
5590
5591 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5594         mapc.
5595
5596         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5597         (top-level): Use mapc to set functions to be traced for debugging.
5598
5599         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5600         called for effect with while loop.
5601
5602         * message.el (message-talkative-question): Replace mapcar called for
5603         effect with mapc.
5604
5605         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5606         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5607         called for effect with dolist.
5608
5609         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5610
5611         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5612         gnus-extra-headers and nnmail-extra-headers.
5613
5614         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5615         called for effect with dolist.
5616         (top-level): Use mapc to set functions to be traced for debugging.
5617
5618         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5619         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5620         dolist.
5621
5622         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5623         Replace mapcar called for effect with mapc.
5624         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5625         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5626         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5627         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5628
5629         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5630         remove-if that's a cl function.
5631
5632         * webmail.el (webmail-debug): Replace mapcar called for effect with
5633         dolist.
5634
5635         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5636         with mapc.
5637
5638 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5641         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5642         with while loop.
5643
5644         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5645         functions from article-* functions.
5646         (gnus-multi-decode-header): Replace mapcar called for effect with
5647         dolist.
5648
5649         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5650         (gnus-bookmark-show-details): Replace mapcar called for effect with
5651         while loop.
5652
5653         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5654         called for effect with while loop.
5655
5656         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5657         with dolist.
5658
5659         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5660         mapcar called for effect with dolist.
5661
5662         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5663
5664         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5665         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5666         Replace mapcar called for effect with dolist.
5667         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5668         mapc.
5669
5670         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5671         Replace mapcar called for effect with dolist.
5672         (gnus-topic-list): Replace mapcar called for effect with mapc.
5673
5674         * gnus.el: Use mapc instead of mapcar to add autoloads.
5675
5676 2007-10-23  Richard Stallman  <rms@gnu.org>
5677
5678         * gnus-group.el (gnus-group-highlight): Mark as risky.
5679
5680 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus.el (gnus-server-to-method): Return method found first in
5683         gnus-newsrc-alist.
5684
5685         * gnus-art.el (gnus-article-highlight-signature)
5686         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5687         button overlay without the front stickiness.
5688
5689 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5690
5691         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5692         overview buffer needed a catch to receive its throw.
5693         (gnus-agent-flush-cache): Declared as interactive to make this function
5694         easier to use.
5695
5696 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5699         `next-line'.
5700
5701 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5704         exclude address matching message-dont-reply-to-names.
5705
5706 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-util.el (gnus-string<): New function.
5709
5710         * gnus-sum.el (gnus-article-sort-by-author)
5711         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5712
5713 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5716         the frame-focus tag is set in gnus-buffer-configuration.
5717
5718 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5721         the front stickiness.
5722
5723 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5726         url pattern; remove duplicate one.
5727         (gnus-article-extend-url-button): New function.
5728         (gnus-article-add-buttons): Use it.
5729         (gnus-button-push): Use concatenated url that it makes.
5730
5731 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5732
5733         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5734
5735 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5736
5737         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5738         Don't hardcode point-min==1.
5739
5740 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5743         Fix comment about "iso8859-1".
5744
5745 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5746
5747         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5748         ones returned from the verify-function.
5749
5750         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5751         mml2015-extract-cleartext-signature if extraction failed.
5752
5753 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5754
5755         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5756         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5757         failed.
5758
5759 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5760
5761         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5762
5763 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5766         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5767         recommends to use EasyPG instead of PGG.
5768
5769         * pgg.el: Revert to revision 6.23.2.16.
5770
5771         * pgg-def.el: Revert to revision 6.6.2.14.
5772
5773         * pgg-gpg.el: Revert to revision 6.23.2.34.
5774
5775 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5776
5777         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5778         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5779         thread for both the null and zero (kill/expire thread) universal prefix
5780         cases.
5781         (gnus-summary-expire-thread): Add new function to expire a thread,
5782         using gnus-summary-kill-thread.
5783         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5784         shortcuts for gnus-summary-expire-thread.
5785         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5786         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5787
5788 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5789
5790         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5791         extras value, so an extras entry can be deleted.
5792         (gnus-registry-delete-extra-entry): Use it.
5793         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5794         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5795         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5796         storage through the gnus-registry, and provide an appropriate API for
5797         it.
5798
5799 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5802         Suggested by Leo <sdl.web@gmail.com>.
5803
5804         * gnus.el: Do.
5805
5806 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5809         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5810
5811         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5812
5813         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5814         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5815
5816 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5819         newline.
5820         (nnmbox-request-accept-article): Don't change article in source buffer;
5821         narrow to header to use message-fetch-field rather than
5822         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5823         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5824         as delimiters; make sure article ends with newline.
5825         (nnmbox-delete-mail): Correct last position of article to be deleted;
5826         ignore X-Gnus-Newsgroup header in article body.
5827         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5828         positions; make sure article ends with newline.
5829
5830         * message.el (message-display-abbrev): Don't infloop when a user
5831         inserts SPC in the beginning of header.
5832
5833         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5834         coding-system-for-read and coding-system-for-write for XEmacs having no
5835         file-coding feature.
5836
5837         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5838
5839 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5842         list of groups not followed by default.  Fix type to be regexp.
5843         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5844
5845 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5846
5847         * hmac-def.el (define-hmac-function): Switch from old-style to
5848         new-style backquotes.
5849
5850         * md4.el (md4-make-step): Likewise.
5851
5852 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5855         raw-text coding system when saving .newsrc file, which may contain
5856         non-ASCII group names.
5857
5858 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-cus.el (gnus-score-extra): New widget.
5861         (gnus-score-extra-convert): New function.
5862         (gnus-score-customize): Use it for Extra.
5863
5864 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5865
5866         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5867         (mml2015-mailcrypt-clear-verify): Use it.
5868         (mml2015-gpg-clear-verify): Use it.
5869         (mml2015-pgg-clear-verify): Use it.
5870         (mml2015-epg-clear-verify): Replace the current part with the output
5871         from GnuPG; don't extract the plaintext by itself.
5872
5873         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5874         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5875         mml2015-clear-verify-function; don't touch the armor headers or
5876         dash-escaped text here.
5877
5878 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5881         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5882         parts, or application/octet-stream as a last resort.
5883         (gnus-mime-view-part-as-type): Don't toggle display.
5884         (gnus-mime-view-part-as-charset): Don't turn off display before
5885         querying charset.
5886
5887         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5888         stuff to undisplayer function in Emacs.
5889         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5890
5891         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5892         text/calendar parts.
5893
5894 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5897         decoding text/calendar parts.
5898
5899         * message.el (message-forward-make-body-mime): Always mark body as
5900         having no illegible text; remove signed-or-encrypted argument.
5901         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5902
5903         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5904         (mml-generate-mime-1): Don't encode body if it is specified to be in
5905         raw form; don't make buffer be unibyte when inserting multibyte string.
5906
5907 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5908
5909         * sha1.el: Fix up comment style.
5910         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5911         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5912
5913         * hex-util.el: Fix up comment style.
5914         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5915
5916         * gnus-salt.el: Use with-current-buffer.
5917         (gnus-pick-setup-message): Fix long-standing typo.
5918
5919 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * imap.el (imap-logout-timeout): New variable.
5922         (imap-logout, imap-logout-wait): New functions.
5923         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5924
5925         * nnimap.el (nnimap-logout-timeout): New server variable.
5926         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5927         nnimap-logout-timeout.
5928
5929         * gnus-art.el (gnus-article-summary-command-nosave)
5930         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5931
5932 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus.el (gnus-maximum-newsgroup): New variable.
5935
5936         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5937         according to gnus-maximum-newsgroup.
5938
5939         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5940         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5941         Limit the range of articles according to gnus-maximum-newsgroup.
5942
5943 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5944
5945         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5946         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5947         Don't perform gnus-configure-windows here; reuse existing sticky
5948         article buffer.
5949
5950         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5951         it doesn't exist in gnus-article-mode.
5952
5953 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5956         (gnus-agent-decoded-group-name): New function.
5957         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5958         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5959
5960 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5961
5962         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5963         Add binding for gnus-sticky-article.
5964         (gnus-summary-exit): Don't kill sticky article buffers.
5965
5966         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5967         article buffer.
5968         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5969         (gnus-kill-sticky-article-buffers): New commands.
5970
5971 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * nntp.el (nntp-xref-number-is-evil): New server variable.
5974         (nntp-find-group-and-number): If it is non-nil, don't trust article
5975         numbers in the Xref header.
5976
5977 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-agent.el (gnus-agent-read-group): New function.
5980         (gnus-agent-flush-group, gnus-agent-expire-group)
5981         (gnus-agent-regenerate-group): Use it.
5982         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5983         nnmail-pathname-coding-system.
5984
5985 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5988
5989         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5990         that are unread as unread, and also as selected so that information of
5991         marks having been changed by a user may be updated when exiting group.
5992
5993 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5996         calculated ignoring signature parts to gnus-treat-article.
5997
5998 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6001         a point here in order to keep the window start.
6002         (gnus-insert-mime-security-button): Make a button overlay without the
6003         front stickiness.
6004         (gnus-mime-display-security): Goto the end of a button.
6005
6006         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6007
6008 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6011         group-name-at-point.
6012         (gnus-group-completing-read): New function that offers decoded
6013         non-ASCII group names for completion.
6014         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6015         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6016         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6017         (gnus-group-fetch-control): Use it.
6018         (gnus-fetch-group): Use group-name-at-point for the initial value
6019         rather than the default value; use gnus-alive-p.
6020
6021         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6022         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6023         (gnus-summary-post-news): Use gnus-group-completing-read.
6024
6025         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6026         (gnus-read-move-group-name): Decode group name for completion.
6027
6028 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6031         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6032         Yamaoka slightly modified the code).
6033
6034 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6037         (nnmail-split-incoming): Bind it.
6038
6039         * nnml.el (nnml-group-name-charset): New function.
6040         (nnml-decoded-group-name): Use it; don't decode group name if
6041         nnmail-group-names-not-encoded-p is non-nil.
6042         (nnml-encoded-group-name): New function.
6043         (nnml-group-pathname): Inline nnml-decoded-group-name.
6044         (nnml-request-expire-articles): Decode group name in message.
6045         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6046         nnmail-pathname-coding-system.
6047         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6048         not decoded ones according to nnmail-group-names-not-encoded-p.
6049         (nnml-generate-active-info): Use nnml-encoded-group-name.
6050
6051 2007-08-08  Glenn Morris  <rgm@gnu.org>
6052
6053         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6054         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6055         doc-strings and comments.
6056
6057 2007-07-25  Glenn Morris  <rgm@gnu.org>
6058
6059         * Relicense all FSF files to GPLv3 or later.
6060
6061 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * gnus-sum.el (gnus-summary-move-article): Make
6064         gnus-summary-respool-article work.
6065
6066 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6069         string.
6070
6071 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6072
6073         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6074         that should be ignored when comparing distant RSS articles with local
6075         ones.
6076         (nnrss-make-hash-index): New function.  Create a hash index according
6077         to the ignored fields.
6078         (nnrss-check-group): Use it.
6079
6080 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6083
6084         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6085
6086         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6087         the new optional argument ENCODED is non-nil.
6088         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6089         coding system for encoding group name.
6090         (gnus-group-make-rss-group): Pass un-encoded group name to
6091         gnus-group-make-group.
6092         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6093         encoded.
6094
6095         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6096         Encode group name to which articles are moved or copied.
6097         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6098         coding system for encoding Newsgroup, Followup-To and Xref headers.
6099
6100         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6101         marks; use nnheader-file-coding-system to write a file.
6102         (nnagent-retrieve-headers): Bind file-name-coding-system to
6103         nnmail-pathname-coding-system.
6104
6105         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6106
6107         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6108         (nnml-request-article, nnml-request-create-group)
6109         (nnml-request-rename-group, nnml-find-id)
6110         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6111         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6112         (nnml-save-marks): Use nnml-group-pathname instead of
6113         nnmail-group-pathname.
6114
6115         (nnml-request-create-group, nnml-request-expire-articles)
6116         (nnml-request-move-article, nnml-request-delete-group)
6117         (nnml-deletable-article-p, nnml-possibly-create-directory)
6118         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6119         (nnml-open-marks): Bind file-name-coding-system to
6120         nnmail-pathname-coding-system.
6121
6122         (nnml-request-article): Pass server argument to nnml-find-group-number.
6123         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6124         server argument to nnml-possibly-create-directory.
6125         (nnml-request-accept-article): Pass server argument to
6126         nnml-active-number and nnml-save-mail.
6127         (nnml-find-group-number): Pass server argument to nnml-find-id.
6128         (nnml-request-update-info): Pass server argument to
6129         nnml-marks-changed-p.
6130
6131         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6132         (nnml-save-mail, nnml-active-number): Add server argument.
6133
6134         (nnml-request-delete-group): Warn if group is missing.
6135         (nnml-get-nov-buffer): Decode group name.
6136         (nnml-generate-active-info): Encode group name.
6137         (nnml-open-marks): Decode group name in messages.
6138
6139 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6142         if it is not specified.
6143         (gnus-article-pipe-part, gnus-article-save-part)
6144         (gnus-article-interactively-view-part, gnus-article-copy-part)
6145         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6146         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6147         (gnus-article-replace-part, gnus-article-delete-part)
6148         (gnus-article-view-part-as-type): Pass raw prefix argument to
6149         gnus-article-part-wrapper.
6150
6151 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-agent.el (gnus-agent-save-active): Bind
6154         nnheader-file-coding-system to gnus-agent-file-coding-system.
6155
6156         * gnus-cache.el (gnus-cache-save-buffers)
6157         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6158         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6159         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6160         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6161         (gnus-cache-generate-active, gnus-cache-rename-group)
6162         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6163         (gnus-cache-update-overview-total-fetched-for): Bind
6164         file-name-coding-system to nnmail-pathname-coding-system.
6165         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6166         variables.
6167         (gnus-cache-decoded-group-name): New function.
6168         (gnus-cache-file-name): Use it.
6169         (gnus-cache-generate-active): Use non-decoded group name for active.
6170
6171         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6172         right place.
6173         (gnus-write-active-file): Don't break non-ASCII group names.
6174
6175         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6176         nnmail-pathname-coding-system.
6177
6178         * lpath.el: Bind default-file-name-coding-system,
6179         file-name-coding-system and language-info-alist for XEmacs.
6180
6181         * gnus-uu.el (gnus-uu-decode-save): Typo.
6182
6183 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6186
6187 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6190         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6191         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6192         (gnus-agent-flush-group, gnus-agent-flush-cache)
6193         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6194         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6195         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6196         (gnus-agent-regenerate-group)
6197         (gnus-agent-update-files-total-fetched-for)
6198         (gnus-agent-update-view-total-fetched-for): Bind
6199         file-name-coding-system to nnmail-pathname-coding-system.
6200         (gnus-agent-group-pathname): Don't encode file names by
6201         nnmail-pathname-coding-system.
6202         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6203         coding-system-for-write instead of buffer-file-coding-system to
6204         gnus-agent-file-coding-system.
6205
6206         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6207         Decode group name.
6208
6209         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6210
6211         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6212         (gnus-read-newsrc-el-file): Make group names unibyte.
6213
6214         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6215         nnmail-pathname-coding-system.
6216
6217         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6218         (nnrss-request-delete-group): Bind file-name-coding-system to
6219         nnmail-pathname-coding-system.
6220         (nnrss-read-server-data, nnrss-read-group-data): Bind
6221         file-name-coding-system correctly.
6222         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6223
6224         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6225         (nntp-server-to-method-cache): New variable.
6226         (nntp-group-pathname): New function that decodes non-ASCII group names.
6227         (nntp-possibly-create-directory, nntp-marks-changed-p)
6228         (nntp-save-marks, nntp-open-marks): Use it.
6229         (nntp-possibly-create-directory, nntp-open-marks):
6230         Bind file-name-coding-system to nnmail-pathname-coding-system.
6231         (nntp-open-marks): Decode group names when bootstrapping marks.
6232
6233         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6234         Newsgroups and Folowup-To headers.
6235
6236 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6239         (gnus-server-closed-face, gnus-server-denied-face)
6240         (gnus-server-offline-face): Remove variable.
6241         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6242
6243         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6244         of modifying message-stack directly for XEmacs.
6245
6246         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6247         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6248         if the coding-system argument is nil for XEmacs.
6249
6250         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6251         mm-charset-override-alist.
6252
6253         * rfc2047.el: Don't require base64; require rfc2045 for the function
6254         rfc2045-encode-string.
6255         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6256         to quote the parameter value.
6257
6258 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6261         form in gnus-group-name-charset-method-alist.
6262
6263         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6264         overrides the default layout edit-form.
6265
6266         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6267
6268         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6269
6270 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6273         as unfetched articles.
6274
6275 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6278
6279 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6282         original back end that keeps marks in the local system.
6283
6284 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6287         arg of pop-to-buffer for XEmacs.
6288         (gnus-article-read-summary-keys): Ditto; don't restore window
6289         configuration if summary command ends up with neither article buffer
6290         nor summary buffer; describe bindings if summary keys end with C-h.
6291
6292 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * message.el (message-fix-before-sending): Skip raw message part to be
6295         forwarded while checking illegible text.
6296         (message-forward-make-body-mime, message-forward-make-body): Mark
6297         signed or encrypted raw message as having no illegible text.
6298
6299 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6302         (gnus-message-with-timestamp-1): New macro.
6303         (gnus-message-with-timestamp): New function.
6304         (gnus-message): Use them.
6305
6306         * nnheader.el (nnheader-message): Use them.
6307
6308 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6311         .newsrc.eld file.
6312
6313 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-agent.el (gnus-agent-fetch-headers)
6316         (gnus-agent-retrieve-headers): Bind
6317         gnus-decode-encoded-address-function to identity.
6318
6319         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6320         available also when the server returns simply a dot.
6321
6322         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6323
6324 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6327
6328 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus-ems.el (gnus-x-splash): Make it work.
6331
6332         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6333         from being used.
6334
6335         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6336
6337 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6340         4th and the 5th arguments.
6341
6342         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6343         the front stickiness.
6344         (gnus-article-summary-command-nosave): Correct the order of the
6345         arguments passed to pop-to-buffer.
6346         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6347         summary command ends up with the article buffer.
6348
6349         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6350         the same faces.
6351
6352 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6353
6354         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6355
6356 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6357
6358         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6359         * gnus-sum.el (gnus-summary-highlight):
6360         * pgg.el (pgg-sign-region, pgg-sign):
6361         * mail-source.el (mail-source-delete-old-incoming-confirm):
6362         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6363
6364 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-art.el (gnus-mime-view-part-externally)
6367         (gnus-mime-view-part-internally): Fix predicate function passed to
6368         completing-read.
6369
6370         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6371
6372         * gnus.el (gnus-update-message-archive-method): Add :version.
6373
6374 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus.el (gnus-update-message-archive-method): New variable.
6377
6378         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6379         according to gnus-message-archive-method if
6380         gnus-update-message-archive-method is non-nil.
6381
6382 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6385         by Loic Dachary <loic@dachary.org>.
6386         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6387
6388 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * message.el (message-pop-to-buffer): Add switch-function argument.
6391         (message-mail): Pass switch-function argument to it.
6392
6393 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6394
6395         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6396         Improve doc string.
6397
6398 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6401         (gnus-header-content)
6402         * gnus-cite.el (gnus-cite-10)
6403         * gnus-srvr.el (gnus-server-closed)
6404         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6405         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6406         (gnus-group-mail-3-empty, gnus-group-mail-low)
6407         (gnus-group-mail-low-empty, gnus-splash)
6408         * message.el (message-header-to, message-header-cc)
6409         (message-header-subject, message-header-other, message-header-name)
6410         (message-header-xheader, message-separator, message-cited-text)
6411         (message-mml): Lighten colors of faces used for dark background.
6412
6413 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6414
6415         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6416         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6417
6418 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * message.el (message-narrow-to-headers-or-head):
6421         Ignore mail-header-separator in the body.
6422
6423 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6426         same as window size.
6427
6428 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6429
6430         * message.el (message-font-lock-keywords): Use message-header-xheader
6431         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6432         ahead of the anything pattern, to get it recognised.
6433
6434 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6437         spam.el loads uses it in the compiled defadvice form.
6438
6439 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6440
6441         * gnus-sum.el (gnus-articles-to-read)
6442         (gnus-summary-insert-old-articles): Don't truncate group name for
6443         `read-string'.
6444
6445         * gnus-util.el (gnus-limit-string): Delete this function.
6446
6447         * gnus-sum.el (gnus-simplify-subject-fully): Use
6448         `truncate-string-to-width' instead.
6449
6450 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6451
6452         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6453         if, on summary exit, the next group has to be selected.
6454         (gnus-summary-exit): Use it.
6455
6456 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6459         non-break space.
6460
6461 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6464         Check if group is not a directory.
6465         (nnfolder-request-expire-articles): Don't delete articles if the target
6466         group is not available.
6467
6468         * nnml.el (nnml-request-create-group): Properly check if group is not a
6469         file.
6470         (nnml-request-expire-articles): Don't delete articles if the target
6471         group is not available.
6472
6473         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6474         Don't quote characters that are within parentheses.
6475
6476 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6479         (gnus-handle-ephemeral-exit): Select article according to it.
6480
6481 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6482
6483         * message.el (message-insert-formated-citation-line): Remove newline.
6484         (message-citation-line-format): Add final \n here so that the user can
6485         avoid a blank line.
6486
6487 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6488
6489         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6490         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6491         Update lanl/arXiv support.
6492
6493 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus.el: Bump version number.
6496
6497 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6498
6499         * gnus.el (gnus-version-number): Bump version.
6500
6501 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6502
6503         * gnus.el: No Gnus v0.6 is released.
6504
6505 2007-04-27  Didier Verna  <didier@xemacs.org>
6506
6507         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6508         * gmm-utils.el (gmm-regexp-concat): here.
6509         * message.el: Don't require 'gnus-util.
6510         (message-dont-reply-to-names): Handle name change above.
6511         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6512
6513 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6516         since the initial value varies according to the system.
6517
6518 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6521
6522 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6523
6524         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6525
6526 2007-04-24  Didier Verna  <didier@xemacs.org>
6527
6528         Improve the type of gnus-ignored-from-addresses.
6529         * gnus-util.el (gnus-orify-regexp): New function.
6530         * message.el (gnus-util): Require it.
6531         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6532         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6533         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6534
6535 2007-04-24  Didier Verna  <didier@xemacs.org>
6536
6537         * gnus-sum.el:
6538         * gnus-utils.el: Fix some trailing whitespaces.
6539
6540 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6543         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6544         article's Message-ID; refer parent article in summary buffer.
6545
6546         * message.el (message-bounce): Call mime-to-mml.
6547
6548         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6549         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6550         optimize and/or forms properly.
6551
6552 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6555         URL.
6556
6557 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6560
6561 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6564         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6565         displayed of multipart/alternative part if it is invoked from summary
6566         buffer.
6567
6568         * mm-view.el (mm-inline-text-html-render-with-w3m)
6569         (mm-inline-text-html-render-with-w3m-standalone)
6570         (mm-inline-render-with-function): Use mail-parse-charset by default.
6571
6572 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6573
6574         * parse-time.el (parse-time-string-chars): Check if CHAR
6575         is less than the length of parse-time-syntax.
6576
6577 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6580         from gnus-newsgroup-processable.
6581
6582 2007-04-16  Didier Verna  <didier@xemacs.org>
6583
6584         * gnus-msg.el (gnus-configure-posting-styles): Handle
6585         message-signature-directory properly with :file syntax.  Reported by
6586         "Leo".
6587
6588 2007-04-11  Didier Verna  <didier@xemacs.org>
6589
6590         New user option: message-signature-directory.
6591         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6592         * message.el (message-insert-signature): Ditto.
6593         * message.el (message-signature-file): Doc update.
6594         * message.el (message-signature-directory): New.
6595
6596 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-msg.el (gnus-inews-yank-articles): Use
6599         message-exchange-point-and-mark instead of exchange-point-and-mark.
6600
6601 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * message.el (message-yank-original): Make sure cited text ends with
6604         newline; don't exchange point and mark.
6605
6606 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6607
6608         * tls.el (open-tls-stream): Properly handle case where there
6609         is no associated buffer.
6610
6611 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6612
6613         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6614         message-yank-original, make sure (< mark TEXT point).
6615
6616 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * message.el (message-fill-column): New variable.
6619         (message-mode): Use it.  Add comment on a possible new hook.
6620
6621         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6622         (nnmail-get-new-mail): Reformat.
6623
6624         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6625
6626         * gmm-utils.el: Fix Commentary.
6627         (gmm-tool-bar-from-list): Fix typo in doc string.
6628
6629 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6630
6631         * message.el (message-yank-original): Don't switch point and mark
6632         unnecessarily to put point and mark as documented.
6633
6634 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6637         from the message heads.
6638
6639 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6640
6641         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6642         article buffer does not have a window.  This may not be the best
6643         solution but is certainly better than setting the start of the null,
6644         that is the current, window.
6645
6646 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6649         (gnus-draft-setup): Run it.
6650
6651         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6652         gnus-score-fast-scoring.  Allow regexp.
6653         (gnus-score-headers): Use it.
6654
6655         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6656         XEmacs.
6657
6658         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6659         string.
6660         (gnus-button-alist): Also catch `<f1> k ...'.
6661         (gnus-treat-display-x-face): Fix doc string.
6662
6663 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6664
6665         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6666         evaluation of gnus-extended-version to ensure correct generation of the
6667         User-Agent header when message-generate-headers-first is used.
6668
6669 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6670
6671         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6672         hashcash-path is nil.  Don't call callback with incorrect number of
6673         parameters if val is 0.
6674
6675 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6676
6677         * message.el (message-required-news-headers):
6678         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6679
6680 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6681
6682         * tls.el (open-tls-stream): In handshake-waiting loop,
6683         don't wait more if there is output available to process.
6684
6685 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6686
6687         * tls.el (tls-program): Doc fix.
6688
6689 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * message.el (message-generate-new-buffers): Change the meaning of the
6692         nil value; add `standard' to the choices; treat t as `unique'; improve
6693         doc string.
6694         (gnus-select-frame-set-input-focus): Autoload.
6695         (message-buffer-name): Search for the existing message buffer if
6696         message-generate-new-buffers is nil or `standard'; treat the value t of
6697         message-generate-new-buffers as `unique'.
6698         (message-pop-to-buffer): Raise the frame already displaying the message
6699         buffer; clear the echo area after querying.
6700         (message-setup): Pass the `continue' argument to compose-mail.
6701         (message-mail): Prefer `switch-function' if it is given; search for the
6702         existing message buffer if the `continue' argument is non-nil; pass
6703         continue and switch-function arguments to compose-mail by way of
6704         message-setup.
6705         (message-mail-other-window): Adjust argument of message-setup.
6706         (message-mail-other-frame): Ditto.
6707
6708 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6711         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6712         to turn font-lock on when turning gnus-message-citation-mode on.
6713
6714 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6715
6716         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6717         (mml-smime-function-alist): New variable; add epg as the backend.
6718         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6719         mml-smime- functions instead.
6720         * mm-view.el: Require smime.
6721
6722 2007-03-05  Didier Verna  <didier@xemacs.org>
6723
6724         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6725         instead of just inheritance for posting styles.
6726         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6727
6728 2007-02-24  Chris Moore  <dooglus@gmail.com>
6729
6730         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6731         * pgg-pgp.el (pgg-pgp-encrypt-region):
6732         * pgg-gpg.el (pgg-gpg-encrypt-region):
6733         Check pgg-encrypt-for-me if no other recipients.
6734
6735 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6736
6737         * tls.el (tls-certtool-program): Fix custom type.
6738
6739 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6742         and point-at-eol instead of line-(beginning|end)-position.
6743
6744         * assistant.el (assistant-parse-buffer): Ditto.
6745
6746         * netrc.el (netrc-parse-services): Ditto.
6747
6748 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6749
6750         * mml2015.el (mml2015-epg-find-usable-key): New function.
6751         (mml2015-epg-sign): Use it.
6752         (mml2015-epg-encrypt): Use it.
6753
6754 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * message.el (message-make-in-reply-to): Quote name containing
6757         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6758         if there are special characters.  Reported by NAKAJI Hiroyuki
6759         <nakaji@jp.freebsd.org>.
6760
6761 2007-02-27  Didier Verna  <didier@xemacs.org>
6762
6763         Include the group parameters as well as the topic ones in the
6764         inheritance filter process.
6765         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6766         argument GROUP-PARAMS-LIST.
6767         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6768
6769 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * nntp.el (nntp-never-echoes-commands)
6772         (nntp-open-connection-functions-never-echo-commands): New variables.
6773         (nntp-send-command): Use them.
6774
6775 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6776
6777         * mml2015.el (mml2015-epg-verify): Simplified.
6778
6779 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * mml.el (mml-content-disposition-alist): New user option.
6782         (mml-content-disposition): New function.
6783         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6784         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6785
6786 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6787
6788         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6789         verification.
6790
6791 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6792
6793         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6794         articles posted in the last 24 hours.
6795
6796 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6797
6798         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6799
6800 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6801
6802         * nntp.el (nntp-send-command): Don't wait for echoes when
6803         nntp-open-ssl-stream is used.
6804
6805 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6808         (gnus-message-add-citation-keywords)
6809         (gnus-message-remove-citation-keywords): Remove.
6810         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6811         directly, make the variables in font-lock-defaults buffer-local, add
6812         gnus-message-citation-keywords to them and then update the value of
6813         font-lock-keywords.
6814
6815 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * message.el (message-cite-original-1): Don't call
6818         gnus-article-highlight-citation.
6819
6820         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6821         citations; fix line count.
6822
6823 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6826         (gnus-message-add-citation-keywords)
6827         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6828         versions of font-lock-add-keywords and font-lock-remove-keywords to
6829         work with XEmacs correctly.
6830
6831 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-cite.el (gnus-cite-face-list): Set the values of
6834         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6835         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6836         (gnus-message-cite-prefix-regexp): New variable.
6837         (gnus-message-search-citation-line): Use it; protect against long
6838         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6839         the 0th match data for Emacs.
6840         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6841         (gnus-message-add-citation-keywords): Append keywords rather than
6842         prepending; emulate font-lock-add-keywords if it is not available.
6843         (gnus-message-remove-citation-keywords): Emulate
6844         font-lock-remove-keywords if it is not available.
6845
6846         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6847
6848         * message.el (message-cite-prefix-regexp): Set the value of
6849         gnus-message-cite-prefix-regexp.
6850
6851 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6852
6853         * nnweb.el (nnweb-google-parse-1): Update parser.
6854
6855 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6856
6857         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6858
6859 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6860
6861         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6862         regexp.
6863
6864 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6867         string-to-multibyte.
6868         (uudecode-decode-region-internal): Use it.
6869
6870         * lpath.el: Fbind string-as-multibyte for XEmacs.
6871
6872 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6875         custom choice.
6876
6877         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6878
6879 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6880
6881         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6882
6883         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6884         `write-region' to respect `mm-inhibit-file-name-handlers'.
6885
6886 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6887
6888         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6889         Use gnus-home-directory instead of "~/" or "$HOME".
6890
6891 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6894         to mention filename.
6895         Add comments at beginning regarding usage.
6896         (encrypt-write-file-contents): Change interactive so a string is
6897         acceptable.  If the file has no associated model, show an error instead
6898         of a nonsense prompt.
6899
6900 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6901
6902         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6903         Thanks to Yoshihiko Yamada for kind notification of this typo.
6904
6905 2007-01-12  Kenichi Handa  <handa@m17n.org>
6906
6907         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6908         multibyte buffer.
6909
6910 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * gnus-score.el (gnus-score-fast-scoring): New variable.
6913         (gnus-score-headers): Use it.
6914
6915         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6916
6917         * message.el (message-cite-original-1): Call
6918         gnus-article-highlight-citation if requested.
6919         (message-make-from): Allow name and address as optional arguments.
6920
6921         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6922
6923         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6924         bugs to doc string.
6925         (gnus-button-alist): Add mid\\|message-id.
6926         (gnus-button-fetch-group): Extend for use in
6927         `browse-url-browser-function'.
6928         (gnus-button-url-regexp): Try to catch paired parentheses like in
6929         Wikipedia URLs.
6930
6931         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6932         Suggested by Simon Krahnke <overlord@gmx.li>.
6933
6934 2007-01-13  Romain Francoise  <romain@orebokech.com>
6935
6936         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6937         Update copyright.
6938
6939 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6940
6941         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6942
6943 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * gnus-registry.el (gnus-registry-unfollowed-groups)
6946         (gnus-registry-split-fancy-with-parent): Fix documentation.
6947
6948 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6951         from nnweb groups.
6952
6953 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6954
6955         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6956         Xref urls.  Erase buffer before requesting head.
6957
6958 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6959
6960         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6961         customizable.
6962
6963 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6964
6965         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6966         no signing key is found.
6967         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6968         no encrypting and/or signing key is found.
6969
6970 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6973
6974 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6975
6976         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6977         headers read from disk with the ones newly found in the current search.
6978         This should no longer cause problems, because the article numbers in
6979         Gmane's `nov.php' output are ignored since the previous change.
6980
6981 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6982
6983         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6984
6985 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6988         replace-regexp-in-string; bind url-version; fbind display-images-p and
6989         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6990         find-face and set-itimer-function for Emacs; bind itimer-list for
6991         Emacs.
6992
6993         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6994
6995 2007-01-01  Romain Francoise  <romain@orebokech.com>
6996
6997         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6998
6999 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7000
7001         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7002         `define-minor-mode' macro definition expanded properly.
7003         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7004         exclude it there.
7005
7006         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7007         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7008         `fboundp' test.
7009         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7010         This is OK to autoload in (S)XEmacs now.
7011
7012 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7015         keystroke.
7016         (gnus-summary-limit-to-singletons): Fix typo.
7017
7018         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7019         else fails.
7020
7021 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7022
7023         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7024         docstring.
7025
7026         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7027         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7028         (gnus-summary-insert-dormant-articles): Fix typo in message.
7029
7030 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7033         nil for XEmacs.
7034         (gnus-message-citation-mode): Don't autoload in XEmacs.
7035
7036         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7037
7038 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7039
7040         * nnimap.el (nnimap-expunge-search-string): Mention
7041         nnimap-search-uids-not-since-is-evil in docstring.
7042
7043 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7044
7045         * spam.el: Revert to make-obsolete-variable because
7046         define-obsolete-variable-alias is not supported in Emacs 21.
7047
7048         * spam.el (spam-ifile-path, spam-ifile-database-path)
7049         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7050         make-obsolete-variable.
7051         (spam-bsfilter-path, spam-bsfilter-program)
7052         (spam-spamassassin-path, spam-spamassassin-program)
7053         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7054         use "path" inappropriately.
7055         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7056         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7057         variable names.
7058
7059 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7060
7061         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7062         summary buffer.
7063
7064         * password.el (password-cache-remove): Use clear-string to burn
7065         password, if available.
7066
7067 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7068
7069         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7070
7071         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7072
7073         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7074         (gnus-message-highlight-citation): Move defcustom here from
7075         gnus-cite.el.
7076         (gnus-message-citation-mode): Autoload.
7077
7078         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7079         checks to make it compile with XEmacs.
7080         (gnus-message-citation-mode): New minor mode.
7081         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7082         (gnus-message-highlight-citation): New variables.
7083         (gnus-message-search-citation-line)
7084         (gnus-message-add-citation-keywords)
7085         (gnus-message-remove-citation-keywords)
7086         (turn-on-gnus-message-citation-mode)
7087         (turn-off-gnus-message-citation-mode): New functions.
7088
7089 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7090
7091         * gnus-cite.el: Enable highlighting of different citation levels in
7092         message-mode.
7093
7094 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * message.el (message-make-fqdn): Fix comment.
7097         (message-bogus-system-names): Add ".local".
7098
7099         * spam.el (spam-ifile-path, spam-ifile-program)
7100         (spam-ifile-database-path, spam-ifile-database)
7101         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7102         Don't use "path" inappropriately.
7103         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7104         strings.
7105         (spam-check-ifile, spam-ifile-register-with-ifile)
7106         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7107         new variable names.
7108
7109         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7110         (gnus-treat-display-smileys): Simplify using
7111         gnus-image-type-available-p.
7112
7113         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7114         available.
7115
7116         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7117         `display-images-p' if available.
7118
7119 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7122         one after turning on the buffer's multibyteness instead of decoding
7123         them directly in the unibyte buffer that causes unexpected conversion
7124         in Emacs 23 (unicode).
7125
7126 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7127
7128         * message.el (message-generate-hashcash): Fix custom type.
7129
7130 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7133
7134 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7135
7136         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7137         disconnect icons.  Add help text.
7138
7139 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7142         negated to be consistent with the others we handle.
7143
7144 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7147         version of gnus-summary-buffer to something, so that we can use two
7148         article buffers at the same time.
7149
7150 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7153         trigger all the extra headers.
7154         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7155         sorting.
7156
7157 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7158
7159         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7160         solid groups.
7161
7162 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7163
7164         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7165
7166 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * legacy-gnus-agent.el: Add Copyright notice.
7169
7170 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7171
7172         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7173
7174 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7177
7178         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7179         to make it work reliably in CVS Emacs.
7180         (gnus-summary-limit-strange-charsets-predicate)
7181         (gnus-summary-limit-to-predicate): New functions.
7182
7183 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7184
7185         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7186         specifying array size.
7187         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7188         array if it is too small.
7189         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7190         (gnus-sort-threads-loop): New function.
7191
7192 2006-12-06  Chris Moore  <dooglus@gmail.com>
7193
7194         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7195         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7196
7197 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7198
7199         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7200         options.
7201
7202 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7205         DOS-ing the recipient.
7206
7207         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7208         the headers when creating the mapping to avoid mismappings.
7209         (nnweb-gmane-create-mapping): Always nix out old mapping.
7210
7211 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7214         and mm-verify-option to never.
7215
7216 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * message.el (message-signed-or-encrypted-p): New function.
7219         (message-forward-make-body): Use it.
7220
7221         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7222         Replace encode-coding-string with mm-encode-coding-string.
7223
7224 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * nneething.el (nneething-decode-file-name): Replace
7227         decode-coding-string with mm-decode-coding-string.
7228
7229         * gnus-int.el (gnus-open-server): Say failed server's name.
7230
7231 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7232
7233         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7234         strings to a single string.  Quote `errors-file-name'.
7235         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7236         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7237         Adjust calls.  Use `shell-quote-argument'.
7238
7239 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7240
7241         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7242         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7243
7244         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7245         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7246         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7247         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7248         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7249         (gnus-subscribe-newsgroup, gnus-1):
7250         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7251         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7252         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7253         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7254
7255 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7256
7257         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7258         keystroke.
7259         (gnus-summary-limit-to-bodies): Implement headersp.
7260
7261 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7264
7265 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7268
7269 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * message.el (message-generate-hashcash): Expand range of values to
7272         include `opportunistic'.
7273         (message-send-mail): Use it.
7274
7275 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7276
7277         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7278         and comment it.
7279
7280         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7281
7282 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * gnus-util.el (gnus-extract-address-components): Improve comment.
7285
7286 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-util.el (gnus-extract-address-components): Work with address in
7289         which the name portion contains @.
7290
7291         * lpath.el: Fbind custom-autoload.
7292
7293 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gnus.el (gnus-start): Move custom group up.
7296         (gnus-select-method): Don't autoload, but make it available for
7297         `customize-variable'.
7298         (gnus-getenv-nntpserver): Don't autoload.
7299
7300 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7301
7302         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7303
7304 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * message.el (message-sendmail-extra-arguments): New variable.
7307         (message-send-mail-with-sendmail): Use it.
7308
7309 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7312         mm-with-unibyte-current-buffer to make string unibyte.
7313
7314         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7315         mm-string-as-multibyte.
7316
7317 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7318
7319         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7320         Reported by Werner Koch <wk@gnupg.org>.
7321
7322 2006-11-14  Daiki Ueno  <ueno@p360>
7323
7324         * mml2015.el: Autoload epa-select-keys when compiling.
7325
7326 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7327
7328         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7329         message-options.
7330         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7331
7332 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7333
7334         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7335         EasyPG (< 0.0.6).
7336         (mml2015-always-trust): New user option.
7337         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7338         prompt.
7339
7340 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * nntp.el (nntp-authinfo-force): New variable.
7343         (nntp-send-authinfo): Use it.
7344
7345 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7348         decode encoded words.  Improve prompt.  Add comment about forwarding.
7349         (message-replacement-char): Move up.
7350
7351 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7352
7353         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7354         instead of gnus-intersection because arguments of gnus-sorted-nunion
7355         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7356
7357 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7358
7359         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7360         (message-simplify-subject-functions): Enable
7361         message-strip-subject-encoded-words by default.
7362
7363 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * message.el (message-strip-subject-encoded-words): New function.
7366         (message-simplify-subject-functions): New variable.
7367         (message-simplify-subject): Use it.  Fix typo in doc string.
7368         Support message-strip-subject-encoded-words.
7369
7370 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7371
7372         * gnus-diary.el (gnus-diary-delay-format-function):
7373         * nndiary.el (nndiary-reminders):
7374         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7375
7376 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7377
7378         * gnus-art.el (article-hide-boring-headers): Fetch date from
7379         gnus-original-article-buffer to avoid problems with localized date
7380         strings.
7381
7382 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7385
7386 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7389         New variables.
7390         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7391         (mm-charset-synonym-alist): Move some entries to
7392         mm-codepage-iso-8859-list.
7393         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7394         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7395
7396 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7399
7400 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7403         with Emacs 21 and XEmacs.
7404
7405 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7406
7407         * spam.el (spam-parse-address): New function for better parsing,
7408         catching errors, etc.
7409         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7410
7411 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * mm-view.el: Add interactive arg to html2text autoload.
7414
7415 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7418
7419 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7422         variables.
7423         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7424         (mm-charset-synonym-alist): Move some entries to
7425         mm-codepage-iso-8859-list.
7426
7427         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7428
7429 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * message.el (message-citation-line-format)
7432         (message-insert-formated-citation-line): Fix implementation of %E, %N
7433         and %n according to the doc string.
7434
7435 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7436
7437         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7438         car-safe to avoid bad parses.
7439
7440 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7443         names.
7444
7445         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7446
7447 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7450         header.
7451
7452         * message.el (message-draft-headers): Add Date.
7453         (message-headers-to-generate): Fix typo in docstring.
7454
7455         * nndraft.el (nndraft-required-headers): New variable.
7456         (nndraft-generate-headers): Use it.
7457
7458         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7459
7460 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7461
7462         * gnus-registry.el (gnus-registry-wash-for-keywords)
7463         (gnus-registry-find-keywords): New functions to allow easy searching of
7464         articles that are in the registry.
7465
7466 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7467
7468         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7469         ietf-drums-parse-address instead of gnus-extract-address-components.
7470         Reported by Damien Elmes <damien@repose.cx>.
7471
7472 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * gnus.el (gnus-mime): Remove unused custom group.
7475
7476 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7477
7478         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7479         "blank line" when searching for end of armor headers.
7480
7481 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gmm-utils.el (gmm-write-region): Fix variable name.
7484
7485 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * gmm-utils.el (gmm-write-region): New function based on compatibility
7488         code from `mm-make-temp-file'.
7489
7490         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7491
7492         * nnmaildir.el (nnmaildir--update-nov)
7493         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7494         Use `gmm-write-region'.
7495
7496 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7497
7498         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7499         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7500
7501         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7502
7503         * message.el (message-replacement-char): New variable.
7504         (message-fix-before-sending): Use it.
7505         (message-simplify-subject): New function to remove duplicate code.
7506         (message-reply, message-followup): Use it.
7507
7508         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7509         gnus-summary-limit-to-articles.
7510
7511 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-util.el (gnus-with-local-quit): New macro.
7514
7515         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7516
7517 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7518
7519         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7520         ignore non-string data.
7521
7522 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7523
7524         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7525         non-string data (needs to be done in the registry too).
7526
7527 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7528
7529         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7530         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7531         (gnus-registry-split-fancy-with-parent)
7532         (gnus-registry-fetch-simplified-message-subject-fast)
7533         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7534         Remove text properties on ingress into the registry and when it's saved.
7535         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7536         registry from entries with no groups.
7537
7538 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7539
7540         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7541         function to remove string properties.
7542
7543 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * gmm-utils.el (gmm): Adjust custom version.
7546
7547         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7548         custom version.
7549
7550         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7551
7552 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * gnus-art.el (gnus-insert-prev-page-button)
7555         (gnus-insert-next-page-button): Simplify.  Reformat.
7556
7557 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7558
7559         * gnus-art.el (gnus-insert-prev-page-button)
7560         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7561
7562 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7563
7564         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7565
7566 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7567
7568         * gnus-art.el (gnus-insert-mime-button)
7569         (gnus-insert-mime-security-button):
7570         Apply gnus-article-button-face to MIME and security buttons.
7571
7572 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7575         readable.
7576
7577 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7580
7581 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7582
7583         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7584         `browse-url-of-file' instead of `browse-url'.
7585
7586 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7587
7588         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7589         regexp.  Articles containing quotation were cut prematurely.
7590
7591 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * message.el (message-cite-original-1): Use nobody by default for the
7594         value of From header.
7595         (message-reply): Ditto.
7596
7597 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7598
7599         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7600         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7601         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7602
7603 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7606         mails in the doc string.  Add some URLs in comment.
7607         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7608
7609 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7612         backslashes handling and the way to find boundaries of quoted strings.
7613
7614 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7615
7616         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7617         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7618         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7619         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7620
7621 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7624         doc string.
7625         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7626
7627 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * lpath.el: Fbind epg-check-configuration.
7630
7631 2006-09-06  Simon Josefsson  <jas@extundo.com>
7632
7633         * mml2015.el (mml2015-use): Doc fix, mention epg.
7634
7635 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7636
7637         * mml2015.el (mml2015-use): Default to epg, if available.
7638
7639 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7640
7641         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7642         message-sender.
7643         (mml1991-epg-encrypt): Ditto.
7644         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7645         message-sender.
7646         (mml2015-epg-encrypt): Ditto.
7647
7648 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7649
7650         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7651         several common directories.
7652
7653 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7654
7655         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7656         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7657
7658 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-art.el (article-decode-encoded-words): Make it fast.
7661
7662 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7665
7666         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7667         in quoted string into `\'.
7668
7669 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7672         Use standard-syntax-table.
7673
7674 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-art.el (gnus-decode-address-function): New variable.
7677         (article-decode-encoded-words): Use it to decode headers which are
7678         assumed to contain addresses.
7679         (gnus-mime-delete-part): Remove useless `or'.
7680
7681         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7682         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7683         (gnus-nov-parse-line): Use it to decode From header.
7684         (gnus-get-newsgroup-headers): Ditto.
7685         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7686
7687         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7688         (mail-decode-encoded-address-string): New alias.
7689
7690         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7691         New function.
7692         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7693         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7694         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7695         (rfc2047-decode-string): Ditto.
7696         (rfc2047-decode-address-region): New function.
7697         (rfc2047-decode-address-string): New function.
7698
7699 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * message.el (message-caesar-buffer-body): Allow rotating headers.
7702
7703         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7704
7705         * message.el (message-insert-formated-citation-line): Fix %f.
7706         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7707
7708 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7711         (gnus-bookmark-mouse-available-p): New macro.
7712         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7713         (gnus-bookmark-bmenu-show-infos): Use it.
7714         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7715         (gnus-bookmark-bmenu-hide-infos): Ditto.
7716         (gnus-bookmark-remove-properties): New function.
7717         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7718         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7719         (gnus-bookmark-write-file): Bind coding-system-for-write.
7720         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7721         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7722         group before selecting it.
7723         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7724         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7725         quit-window if it is not available; use gnus-mouse-2 and bind it to
7726         gnus-bookmark-bmenu-select-by-mouse.
7727         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7728         (gnus-bookmark-bmenu-select-by-mouse): New function.
7729
7730 2006-08-13  Romain Francoise  <romain@orebokech.com>
7731
7732         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7733         space.
7734
7735 2006-08-10  Romain Francoise  <romain@orebokech.com>
7736
7737         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7738         (dns-mode-soa-auto-increment-serial): New user option.
7739         (dns-mode-soa-maybe-increment-serial): New function.
7740         (dns-mode): Add the latter to `write-contents-functions'.
7741
7742 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * compface.el (uncompface): Use binary rather than raw-text-unix.
7745
7746 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * compface.el (uncompface): Make sure the eol conversion doesn't take
7749         place when communicating with the external programs.  Reported by
7750         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7751
7752 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7755
7756 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7757
7758         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7759         Make it more robust by parsing author and date independently.
7760
7761 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7764
7765 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7766
7767         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7768         first matching secret key.
7769         (mml2015-epg-encrypt): Ditto.
7770
7771         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7772         first matching secret key.
7773         (mml1991-epg-encrypt): Ditto.
7774
7775         * mml2015.el (mml2015-encrypt-to-self): New user option.
7776         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7777         mml2015-epg-encrypt-to-self is set.
7778
7779         * mml1991.el (mml1991-encrypt-to-self): New variable.
7780         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7781         mml1991-epg-encrypt-to-self is set.
7782
7783         * mml2015.el (mml2015-signers): New user option.
7784         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7785         (mml2015-epg-encrypt): Allow to select signing keys.
7786
7787         * mml1991.el (mml1991-signers): New variable.
7788         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7789         (mml1991-epg-encrypt): Allow to select signing keys.
7790
7791 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * nnheader.el (nnheader-insert-head): Make it work even if the file
7794         uses CRLF for the line-break code.
7795
7796 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7797
7798         * mml2015.el: Require mml-sec instead of password.
7799         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7800         (mml2015-cache-passphrase): Inherit the default value from
7801         mml-secure-cache-passphrase.
7802         (mml2015-passphrase-cache-expiry): Inherit the default value from
7803         mml-secure-passphrase-cache-expiry.
7804
7805         * mml1991.el: Require mml-sec instead of password.
7806         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7807         (mml1991-cache-passphrase): Inherit the default value from
7808         mml-secure-cache-passphrase.
7809         (mml1991-passphrase-cache-expiry): Inherit the default value from
7810         mml-secure-passphrase-cache-expiry.
7811
7812         * mml-sec.el: Require password.
7813         (mml-secure-verbose): New user option.
7814         (mml-secure-cache-passphrase): New user option.
7815         (mml-secure-passphrase-cache-expiry): New user option.
7816
7817 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7818
7819         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7820         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7821         andreas@altroot.de (Andreas Vögele).
7822
7823         FIXME: Use `tiny change'?
7824
7825 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7826
7827         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7828         workaround for the url package included with Emacs.
7829
7830         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7831
7832 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7835         correctly.  This fixes a bug caused by the 2006-05-12 change.
7836
7837 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7838
7839         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7840         some information about the error when saying that the `bogus' mail
7841         group will be used.
7842
7843 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7846         string.
7847
7848 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7849
7850         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7851
7852 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7853
7854         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7855
7856 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7857
7858         * mml1991.el (mml1991-function-alist): Add epg.
7859         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7860         (mml1991-epg-encrypt): New functions.
7861
7862 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7863
7864         * mml2015.el (mml2015-verbose): New variable.
7865         (mml2015-cache-passphrase): Ditto.
7866         (mml2015-passphrase-cache-expiry): Ditto.
7867         (mml2015-function-alist): Add epg.
7868         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7869         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7870         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7871         functions.
7872
7873 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7874
7875         * message.el (message-cite-original-1): Preserve region when removing
7876         quoted text due to X-No-Archive in order to avoid bogus attribution
7877         when citing multiple messages.
7878
7879 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7880
7881         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7882         Kenneth Jacker <khj@be.cs.appstate.edu>.
7883
7884 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gnus-diary.el (gnus-user-format-function-d)
7887         (gnus-user-format-function-D): Autoload.
7888
7889         * imap.el (Commentary): Fix typo.
7890
7891         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7892         2006-04-22 contribution.
7893
7894 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7895
7896         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7897         It didn't really fix the bogosity I'm seeing with solid web groups.
7898
7899 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7900
7901         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7902         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7903         created using server names.  If we use the feature without declaring
7904         it, Gnus does not properly manage server and group state.
7905
7906         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7907         bound.
7908
7909 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7910
7911         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7912         looking up the method using GROUP's prefix before inventing a new one.
7913         It is used on killed/unknown groups in various places where returning
7914         an all-new method isn't expected by the caller.
7915
7916         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7917         and match semantics of gnus-group-real-prefix.
7918
7919 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * nnmail.el (nnmail-broken-references-mailers): New variable.
7922         (nnmail-ignore-broken-references): New function generalizing
7923         nnmail-fix-eudora-headers.
7924         (nnmail-fix-eudora-headers): Now obsolete.
7925
7926         * gnus-art.el (gnus-button-handle-custom): Support
7927         `customize-apropos*'.
7928
7929 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930
7931         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7932
7933         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7934         articles.
7935
7936 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * message.el (message-cite-reply-above): New variable.
7939         (message-yank-original): Use it.
7940
7941 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7944
7945 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7948         as read.
7949
7950         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7951
7952 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7955         (gnus-bookmark-default-file): Use gnus-directory.
7956         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7957         Remove "*" in doc string.
7958         (gnus-bookmark-write-file): Simplify.
7959         (gnus-bookmark-maybe-sort-alist): Use `when'.
7960         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7961         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7962         FIXME about Emacs 21 and XEmacs compatibility.
7963         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7964         compatibility.
7965         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7966         compatibility.
7967         (gnus-bookmark-menu-heading): Fix version.
7968
7969 2006-06-19  Bastien Guerry  <bzg@altern.org>
7970
7971         * gnus-bookmark.el: New file.
7972
7973 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * message.el (message-syntax-checks): Doc fix.
7976
7977 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7978
7979         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7980         unsubscribed groups as if they were killed ones.  It causes duplicate
7981         entries in gnus-newsrc-alist.
7982
7983 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * message.el (message-syntax-checks): Doc fix.
7986         (message-send-mail): Add check for continuation headers.
7987         (message-check-news-header-syntax): Fix regexp used to check for
7988         continuation headers.
7989
7990 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7993
7994 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7997
7998 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8001         default-truncate-lines.
8002
8003 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8006         to fill the utf-8 entry.
8007
8008         * lpath.el: Fbind unicode-precedence-list.
8009
8010 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8011
8012         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8013
8014 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8015
8016         * gnus-agent.el (directory-files-and-attributes): Move all the way
8017         forward (the third and final move).
8018         (gnus-agent-read-agentview): Trap reconstruction errors due to
8019         nonexistant directory.  Handle by returning nil.
8020
8021 2006-05-30  Didier Verna  <didier@xemacs.org>
8022
8023         * message.el (message-dont-reply-to-names): Update the custom type.
8024         * message.el (message-dont-reply-to-names): New defsubst: potentially
8025         convert a list of regexps into a single one.
8026         * message.el (message-get-reply-headers): Use it.
8027         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8028
8029 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus-agent.el (directory-files-and-attributes): Move forward.
8032
8033 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-ml.el (gnus-mailing-list-subscribe)
8036         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8037         (gnus-mailing-list-message): Fix doc strings.
8038
8039 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8040
8041         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8042         of doing it manually.
8043
8044 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8047         comment.
8048
8049 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8050
8051         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8052         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8053         (gnus-agent-read-local): All symbols allocated in my-obarray.
8054         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8055         (gnus-agent-regenerate-group): Check numeric names to see if they are
8056         messages or groups.
8057         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8058         better way of do this...)
8059
8060         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8061         'dummy.group' (there should be a better way of do this...)
8062
8063 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8066         (gnus-saved-headers): Ditto.
8067         (gnus-default-article-saver): Mention functions may have properties.
8068         (gnus-article-save): Override gnus-save-all-headers and
8069         gnus-saved-headers by :headers property which saver function may have.
8070         (gnus-summary-save-in-file): Add :headers property.
8071         (gnus-summary-write-to-file): Ditto.
8072
8073         * gnus-sum.el (gnus-summary-save-article): Bind
8074         gnus-prompt-before-saving to t when saving many articles in a file;
8075         always show all headers.
8076
8077         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8078
8079 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8082         marks.
8083
8084         * message.el (message-indent-citation): Add optional arguments to allow
8085         using it outside of message buffers.
8086
8087         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8088         (gnus-article-treat-unfold-headers): Use it.
8089         (gnus-article-truncate-lines): New variable.
8090         (gnus-article-mode): Use it.
8091         (gnus-article-toggle-truncate-lines): New function.
8092
8093         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8094         gnus-article-toggle-truncate-lines.
8095
8096         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8097         coding system in XEmacs, use binary.
8098
8099 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8102         after-load-alist.
8103
8104         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8105         this function should save decoded articles.
8106         (gnus-summary-write-to-file): Use property to specify this function
8107         should save decoded articles and specify gnus-summary-save-in-file
8108         should be used to save articles other than the first one when saving
8109         many articles.
8110         (gnus-summary-save-body-in-file): Use property to specify this
8111         function should save decoded articles.
8112         (gnus-summary-write-body-to-file): Use property to specify this
8113         function should save decoded articles and specify
8114         gnus-summary-save-body-in-file should be used to save articles other
8115         than the first one when saving many articles.
8116
8117         * gnus-sum.el (gnus-summary-save-article): Simplify.
8118
8119 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-art.el (gnus-default-article-saver): Add
8122         gnus-summary-write-body-to-file.
8123         (gnus-article-save-coding-system): Don't use coding system object
8124         in XEmacs.
8125         (gnus-read-save-file-name): Add optional `dir-var' argument which
8126         specifies directory in which files are saved; work even if optional
8127         `variable' argument is not specified.
8128         (gnus-summary-write-to-file): Read file name.
8129         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8130         (gnus-summary-write-body-to-file): New function.
8131
8132         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8133         (gnus-summary-local-variables): Add it.
8134         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8135         (gnus-summary-save-article): Remove optional `decode' argument;
8136         determine whether to decode articles by the value of
8137         gnus-default-article-saver; when saving many files using
8138         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8139         it first and use gnus-summary-save-in-file or
8140         gnus-summary-save-body-in-file thereafter unless
8141         gnus-prompt-before-saving is always; move point to article which
8142         will be saved.
8143         (gnus-summary-save-article-file): Revert.
8144         (gnus-summary-write-article-file): Revert.
8145         (gnus-summary-save-article-body-file): Revert.
8146         (gnus-summary-write-article-body-file): New function.
8147
8148 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-art.el (gnus-default-article-saver): Doc fix.
8151         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8152         from gnus-summary-save-article-coding-system, and default to a
8153         certain coding system.
8154         (gnus-output-to-file): Add coding cookie and encode text according
8155         to gnus-article-save-coding-system; don't use mm-append-to-file.
8156
8157         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8158         gnus-art.el and rename to gnus-article-save-coding-system.
8159         (gnus-summary-save-article): Require gnus-art; don't show all
8160         headers if it decodes articles; don't add coding cookie here;
8161         don't bind mm-text-coding-system-for-write.
8162         (gnus-summary-save-article-file): Save decoded articles.
8163         (gnus-summary-write-article-file): When saving many files, use
8164         gnus-summary-write-to-file first and gnus-summary-save-in-file
8165         thereafter unless gnus-prompt-before-saving is always.
8166         (gnus-summary-save-article-body-file): Save decoded articles.
8167
8168         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8169
8170 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * nnrss.el (nnrss-check-group): Bind hash-index.
8173
8174 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8175
8176         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8177         its hash index.  Store this hash in `nnrss-group-data'.
8178         (nnrss-read-group-data): Update accordingly.
8179
8180 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8183         entry.
8184
8185         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8186         gnus-article-browse-html-article.
8187
8188 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8189
8190         * gnus-sum.el (gnus-summary-mime-map): Add
8191         gnus-article-browse-html-article.
8192
8193         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8194
8195 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8198         suitable coding systems in customize.
8199
8200 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8201
8202         * mail-source.el (mail-sources): Fix custom type.
8203
8204 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8207         (gnus-summary-expire-articles-now): Shorten prompt.
8208
8209         * gmm-utils.el (wid-edit): Require.
8210         (defun-gmm): Renamed from `gmm-defun-compat'.
8211         (gmm-image-search-load-path): Use it.
8212         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8213
8214 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8217         variable.
8218         (gnus-summary-save-article): Add optional `decode' argument.  If
8219         it is set and gnus-summary-save-article-coding-system is non-nil,
8220         save decoded article.
8221         (gnus-summary-write-article-file): Save decoded article if
8222         gnus-summary-save-article-coding-system is non-nil.
8223
8224         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8225         type.
8226
8227 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8230
8231 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8234         first to test gnus-single-article-buffer which may be buffer-local.
8235
8236         * gnus-sum.el (gnus-summary-setup-buffer): Make
8237         gnus-single-article-buffer buffer-local and nil in ephemeral
8238         group; make gnus-article-buffer, gnus-article-current, and
8239         gnus-original-article-buffer always buffer-local.
8240         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8241         group.
8242         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8243
8244 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * nnml.el (nnml-request-compact-group): Compressed files might not
8247         have .gz extension.
8248
8249 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8250
8251         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8252         (mm-copy-to-buffer): Use with-current-buffer.
8253         (mm-display-part): Simplify.
8254         (mm-inlinable-p): Add optional arg `type'.
8255
8256 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8257
8258         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8259         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8260         Try harder to show the attachment internally or externally using
8261         gnus-mime-view-part-as-type.
8262
8263 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * message.el (message-from-style, message-signature-separator)
8266         (message-user-organization-file, message-send-mail-function)
8267         (message-citation-line-function, message-yank-prefix)
8268         (message-indent-citation-function, message-signature)
8269         (message-signature-file, message-signature-insert-empty-line):
8270         Remove autoloads.
8271
8272         * gnus-art.el (gnus-buttonized-mime-types): Remove
8273         "multipart/signed".  Revert 2006-04-26 change.
8274
8275 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8276
8277         * gnus.el (gnus-version-number): Bump version.
8278
8279 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8280
8281         * gnus.el: No Gnus v0.5 is released.
8282
8283 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8284
8285         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8286         fetching articles by message-id.
8287
8288 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * message.el (hashcash): Require hashcash as normal.
8291
8292         * ecomplete.el (ecomplete-highlight-match-line): Use
8293         point-at-eol.
8294         (ecomplete-highlight-match-line): Use `highlight', because that
8295         face exists in both Emacs and XEmacs.
8296
8297         * message.el (message-display-abbrev): Use point-at-bol.
8298
8299         * mail-source.el: Don't require timer/timer-funcs.
8300
8301         * gnus-async.el: Ditto.
8302
8303         * password.el: Ditto.
8304
8305         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8306
8307         * mm-url.el: Ditto.
8308
8309         * gnus-xmas.el: Don't require timer-funcs.
8310
8311         * mm-util.el: Require timer/timer-funcs.
8312
8313 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8314
8315         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8316         Close.
8317
8318 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8321         unibyte after clear-decrypt function runs.
8322
8323         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8324         returns as a unibyte string.
8325
8326 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * lpath.el: Revert.
8329
8330         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8331         (pgg-gpg-process-sentinel): Revert.
8332
8333         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8334         (pgg-pgp-lookup-key): Revert.
8335
8336         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8337         (pgg-pgp5-lookup-key): Revert.
8338
8339         * pgg.el (pgg-fetch-key): Revert.
8340
8341 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * lpath.el: Fbind string-as-multibyte for XEmacs.
8344
8345         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8346         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8347         (mml1991-pgg-encrypt): Ditto.
8348
8349         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8350         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8351         a multibyte buffer.
8352
8353         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8354         (pgg-pgp-lookup-key): Ditto.
8355
8356         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8357         (pgg-pgp5-lookup-key): Ditto.
8358
8359         * pgg.el (pgg-fetch-key): Ditto.
8360
8361 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * message.el (message-user-organization-file): Check several
8364         locations of the organization file.
8365
8366         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8367         Add gnus-article-view-part-as-type.
8368
8369         * gnus-art.el (gnus-article-view-part-as-type): New function.
8370
8371         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8372         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8373
8374         * mml.el: Simplify autoload.
8375         (mml-mode): defvar dnd-protocol-alist instead of using
8376         symbol-value.
8377         (mml-default-directory): New variable.
8378         (mml-minibuffer-read-file): Use it.
8379         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8380
8381         * message.el (message-citation-line-format): New variable.
8382         (message-insert-formated-citation-line): New function.
8383         (message-citation-line-function): Add
8384         `message-insert-formated-citation-line' to custom type.
8385
8386         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8387         to doc string.
8388
8389         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8390         depending on mm-verify-option.
8391
8392 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8395         binding pgg-* variables; reimplement the section which prevents
8396         MIME header from being signed.
8397         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8398         pgg-text-mode; remove a blank line at the top of body.
8399
8400         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8401         lines at the top of body; use gnus-newsgroup-charset if there's no
8402         Charset header.
8403
8404 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * message.el (message-self-insert-commands): Doc fix.
8407
8408         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8409         (mm-uu-pgp-encrypted-test): Ditto.
8410         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8411         between header and body; return application/pgp-encrypted handle
8412         if decryption failed; decode decrypted body by charset.
8413
8414         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8415         element match to application/pgp-*.
8416
8417 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8418
8419         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8420         HTML.
8421
8422 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * mail-source.el (mail-source-call-script): Message the error
8425         string.
8426
8427 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8428
8429         * gnus-util.el (gnus-byte-compile): Use it.
8430
8431 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8432
8433         * gnus-util.el (kill-empty-logs): New function.
8434
8435 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8436
8437         * message.el (message-mail-alias-type): Doc fix.
8438         (message-mail-alias-type-p): New function.
8439         (message-send): Use it.
8440         (message-mode): Ditto.
8441         (message-strip-forbidden-properties): Ditto.
8442
8443         * ecomplete.el (ecomplete-database-file-coding-system): New
8444         variable.
8445         (ecomplete-save): Use it.
8446         (ecomplete-setup): Use it.
8447
8448 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * message.el (message-self-insert-commands): New variable.
8451         (message-strip-forbidden-properties): Use it.
8452
8453 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8456         that doesn't make XEmacs choke.
8457
8458 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * gnus-util.el (gnus-replace-in-string):
8461         Prefer replace-regexp-in-string over of replace-in-string.
8462
8463 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-util.el (gnus-select-frame-set-input-focus):
8466         Use select-frame-set-input-focus if it is available in XEmacs; use
8467         definition defined in Emacs 22 for old Emacsen.
8468
8469         * dgnushack.el: Autoload unmorse-region for XEmacs.
8470
8471         * lpath.el: Bind cursor-in-non-selected-windows and
8472         select-frame-set-input-focus for XEmacs.
8473
8474 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8477
8478 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8479
8480         * gnus-registry.el (gnus-registry-cache-save): Remove text
8481         properties when saving via the temp buffer.
8482
8483 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * message.el (message-generate-hashcash): Honor custom type.
8486
8487 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * message.el (message-generate-hashcash): Default to non-nil when
8490         hashcash is found.
8491
8492         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8493         (gnus-refer-thread-limit): Increase default to 500.
8494
8495         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8496
8497         * flow-fill.el (fill-flowed): Allow delete-space.
8498
8499 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8502         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8503         Remove autoloads.
8504
8505 2006-04-18  Simon Josefsson  <jas@extundo.com>
8506
8507         * message.el (message-generate-hashcash): Default to.
8508
8509 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8512         concatenating segments rather than before concatenating them.
8513
8514 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8517
8518 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8521
8522         * message.el (message-forward-make-body-plain): Allow
8523         message-forward-ignored-headers to be a list.
8524         (message-remove-ignored-headers): Factor out into function.
8525         (message-forward-make-body-mml): Use it.
8526
8527         * imap.el (imap-quote-specials): New function.
8528         (imap-login-auth): Quote specials.
8529
8530         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8531         (rfc2231-parse-string): Allow concatanation of parameters that
8532         aren't contiguous.  The test case is
8533           (mail-header-parse-content-type "message/external-body;
8534             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8535             access-type=LOCAL-FILE;
8536             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8537
8538 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8539
8540         * nntp.el (nntp-accept-process-output): Return the value of
8541         `nnheader-accept-process-output'.
8542
8543 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8544
8545         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8546         (gnus-button-alist): Recognize more diff formats.
8547         (gnus-button-patch): Strip directory.
8548
8549 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8552         Emacs 22 when setting focus.
8553
8554 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8555
8556         * gnus-art.el (gnus-article-treat-types): Do treatment of
8557         text/x-verbatim parts.
8558         (gnus-button-patch): New command.
8559
8560         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8561         addresses that contain invalid characters.
8562
8563 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564
8565         * message.el (message-put-addresses-in-ecomplete): Use
8566         gnus-replace-in-string.
8567         (message-is-yours-p): Use the more correct
8568         mail-header-parse-address instead of
8569         mail-extract-address-components.
8570         (message-put-addresses-in-ecomplete): Fix typo.
8571
8572         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8573         keystroke.
8574
8575         * gnus-art.el (gnus-treatment-function-alist): Change order of
8576         newsgroups/generic header folding to avoid double-folding.
8577
8578         * message.el (message-hidden-headers): Add X-Draft-From.
8579
8580         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8581         command.
8582         (gnus-summary-repeat-search-article-backward): New command.
8583
8584         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8585         groups in the parent topic.
8586
8587 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8588
8589         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8590         (spam-extra-header-to-number): Return the CRM114 number as a
8591         number instead of a string.
8592
8593 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8594
8595         * gnus-art.el (gnus-face-properties-alist): Moved here from
8596         gnus-fun.
8597
8598         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8599
8600 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * message.el (message-strip-forbidden-properties): Only display on
8603         self-insert-command.
8604
8605         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8606         reindent.
8607         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8608
8609 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8610
8611         * smiley.el (smiley-style): Fix typo.
8612
8613 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * hashcash.el (hashcash-insert-payment-async-2): Use
8616         message-goto-eoh instead of doing it manually.
8617         (mail-add-payment): Use message-narrow-to-header instead of trying
8618         to do the same itself.
8619
8620         * message.el (message-hidden-headers): Add Face.
8621
8622         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8623         reparenting code.
8624         (gnus-summary-reparent-children): Refactored out code.
8625         (gnus-summary-thread-map): New keystroke.
8626         (gnus-summary-reparent-children): Make into command.
8627
8628         * smiley.el (smiley-style): Default to `medium' if using a large
8629         font.
8630
8631         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8632         does it itself.
8633
8634         * message.el (message-point-in-header-p): Simplify definition.
8635
8636 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8637
8638         * nnagent.el (nnagent-request-set-mark): Silence log file
8639         writing.
8640         (nnagent-request-set-mark): Use write-region instead of
8641         append-to-file.
8642
8643         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8644         strange select method.
8645
8646         * ecomplete.el (ecomplete-display-matches): Get highlightling
8647         right.
8648         (ecomplete-display-matches): Use literals.
8649         (ecomplete-display-matches): Disable message logging.
8650
8651         * message.el (message-display-abbrev): Small optimization.
8652
8653         * ecomplete.el (ecomplete-display-matches): Allow automatic
8654         display.
8655
8656         * message.el (message-strip-forbidden-properties): Display
8657         abbrevs.
8658         (message-display-abbrev): Get automatic display right.
8659
8660         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8661         keystrokes.
8662
8663 2006-04-13  Romain Francoise  <romain@orebokech.com>
8664
8665         TODO: Backport to v5-10!
8666
8667         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8668         Moved here (and renamed) from gnus-registry.el.
8669
8670         * gnus-registry.el: Require gnus-util.
8671         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8672
8673 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * gnus-group.el (gnus-group-catchup-current): Change
8676         if-then-else-if-then-else into cond.
8677         (gnus-group-catchup): Indent.
8678         (group-name-at-point): New function.
8679         (gnus-fetch-group): Provide default from thing at point.
8680
8681 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * message.el (message-display-abbrev): Fix regexp.
8684
8685         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8686         choosing.
8687         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8688         dead variables.
8689
8690         * message.el (message-newline-and-indent): Remove debugging.
8691         (message-display-abbrev): Use new implementation.
8692
8693 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gnus-art.el (gnus-article-mode): Set
8696         cursor-in-non-selected-windows to nil.
8697
8698         * smiley.el: Revert previous change.
8699         (smiley-data-directory): defvar it before using it in the
8700         defcustom of `smiley-style'.
8701
8702 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8703
8704         * message.el (message-newline-and-indent): New function.
8705
8706         * ecomplete.el: Implement more bits.
8707
8708         * message.el (message-put-addresses-in-ecomplete): Clean up the
8709         string.
8710
8711         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8712
8713         * gnus-sum.el (gnus-summary-save-parts): Bind
8714         gnus-summary-save-parts-counter and use it to make unique file
8715         names.
8716
8717         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8718
8719         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8720         parameter to say whether to actually parse the individual
8721         addresses.
8722
8723         * message.el (message-put-addresses-in-ecomplete): New function.
8724         (ecomplete): Require.
8725         (message-mail-alias-type): Add ecomplete as an option.
8726
8727 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8728
8729         * flow-fill.el (fill-flowed): Remove trailing space from blank
8730         quoted lines.
8731
8732 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733
8734         * smiley.el (smiley-style): Move definition later to avoid a
8735         compilation warning.
8736
8737 2006-04-12  Kenichi Handa  <handa@m17n.org>
8738
8739         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8740         buffer and then decode the buffer text if necessary.
8741         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8742         first, and after mm-encode-body, change the buffer to unibyte.
8743         Use mm-disable-multibyte instead of set-buffer-multibyte.
8744
8745 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8748         Content-Type header instead of Content-Disposition header.
8749         (gnus-mime-inline-part): Ditto.
8750         (gnus-mime-view-part-as-charset): Ignore charset that the part
8751         specifies.
8752
8753         * mm-decode.el (mm-display-part): Work with external parts and
8754         usual parts similarly.
8755
8756         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8757         instead of gnus-display-mime.
8758
8759         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8760         instead of with-temp-buffer.
8761
8762         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8763         tag to summarized topics part in order to encode non-ASCII text.
8764
8765 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * smiley.el (smiley-style): New variable.
8768         (smiley-directory): New function.
8769         (smiley-data-directory): Derive from `smiley-style' using
8770         `smiley-directory'.
8771         (smiley-regexp-alist): Add new entries.
8772
8773         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8774         (gnus-article-browse-delete-temp): Add :version.
8775
8776 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8777
8778         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8779         the sieve region.
8780
8781 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * gnus.el (gnus-version-number): Bump version.
8784
8785 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * gnus.el: No Gnus v0.4 is released.
8788
8789 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790
8791         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8792         layout.
8793
8794         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8795         unknown charset.
8796
8797         * message.el (message-header-synonyms): Add Original-To to the
8798         default.
8799
8800         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8801         optional parameter.
8802
8803 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * gnus-fun.el (gnus): Require it for gnus-directory.
8806
8807 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8810
8811 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8812
8813         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8814
8815 2006-04-05  Simon Josefsson  <jas@extundo.com>
8816
8817         * password.el (password-reset): New function.
8818
8819 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8820
8821         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8822         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8823
8824 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8825
8826         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8827         Some whitespace was matched into the url, which broke browsing hits
8828         > 100 when mm-url-use-external was nil.
8829
8830 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8833         gnus-extra-headers for 'Newsgroups.
8834
8835         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8836         bound.
8837
8838 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8839
8840         * pgg-gpg.el: Clean up process buffers every time gpg processes
8841         complete.
8842
8843 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8846         doc string.
8847
8848 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8849
8850         * pgg-gpg.el (pgg-gpg-process-filter)
8851         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8852
8853         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8854         lines, temporary fix.
8855
8856 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8859
8860 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8861
8862         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8863         default-enable-multibyte-characters.  This reverts the change from
8864         revision 6.17 which is no longer necessary because the passphrase
8865         is sent separately now.  GnuPG messages are unreadable under
8866         multibyte locales with default-enable-multibyte-characters set to
8867         nil.
8868
8869 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * message.el (message-tool-bar-gnome): Move "spell".
8872
8873 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8876         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8877         instead.
8878
8879 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8880
8881         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8882         newsgroups handling for NNTP overviews which don't include
8883         Newsgroups.
8884
8885 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8886
8887         * message.el (message-resend): Bind message-generate-hashcash to nil.
8888
8889 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8890
8891         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8892         when searching for already-paid recipients.
8893
8894 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8895
8896         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8897         passphrases when it is not needed.
8898         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8899         passphrase stuff from gpg, should only be necessary when you use
8900         gpg with a smartcard.
8901
8902 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * mml.el (mml-insert-mime): Ignore cached contents of
8905         message/external-body part.
8906
8907         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8908         (mm-insert-part): Ditto.
8909
8910 2006-03-23  Simon Josefsson  <jas@extundo.com>
8911
8912         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8913         Reiner.
8914         (pgg-gpg-use-agent-p): Use it again.
8915
8916 2006-03-23  Simon Josefsson  <jas@extundo.com>
8917
8918         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8919         older emacsen.
8920         (pgg-gpg-use-agent-p): Don't use it.
8921
8922 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8925         if we can.
8926
8927 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8928
8929         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8930         (pgg-gpg-update-agent): New function.
8931         (pgg-gpg-use-agent-p): New function.
8932         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8933         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8934         (pgg-gpg-sign-region): Use it.
8935
8936 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8939         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8940
8941 2006-03-21  Simon Josefsson  <jas@extundo.com>
8942
8943         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8944         <wilde@sha-bang.de>.
8945         (pgg-gpg-use-agent): New variable.
8946         (pgg-gpg-process-region): Use it.
8947         (pgg-gpg-encrypt-region): Likewise.
8948         (pgg-gpg-encrypt-symmetric-region): Likewise.
8949         (pgg-gpg-decrypt-region): Likewise.
8950         (pgg-gpg-sign-region): Likewise.
8951         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8952
8953 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8956
8957         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8958         Add comment on version.
8959
8960 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * smiley.el: Add missing test smiley.
8963
8964 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * mm-decode.el (mm-with-part): New macro.
8967         (mm-get-part): Use it; work with message/external-body as well.
8968         (mm-save-part): Treat name and filename equally.
8969
8970         * mm-extern.el (mm-extern-cache-contents): New function.
8971         (mm-inline-external-body): Use it; force the part to be displayed;
8972         move undisplayer added to the cached handle to the parent.
8973
8974         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8975         (gnus-mime-view-part-as-type): Work with message/external-body.
8976
8977         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8978
8979 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8982         images in image-load-path.  [Sync with image.el, revision 1.60, in
8983         Emacs.]
8984
8985 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8988         path rather than symbol.  Always return list of directories.
8989         Guarantee that image directory comes first.  [Sync with image.el,
8990         revision 1.59, in Emacs.]
8991
8992         * message.el (message-make-tool-bar): Adjust to new API of
8993         `gmm-image-load-path-for-library'.
8994
8995         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8996
8997         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8998
8999 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9000
9001         * gnus-art.el (gnus-article-only-boring-p):
9002         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9003         intangible text.
9004         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9005
9006 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9009         `defun' instead of `gmm-defun-compat'.
9010
9011 2006-03-14  Simon Josefsson  <jas@extundo.com>
9012
9013         * message.el (message-unique-id): Don't use message-number-base36
9014         if (user-uid) is a float.
9015         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9016
9017 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9020
9021         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9022         empty line between a part and a message part.
9023
9024 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * smiley.el: Add more test smileys.
9027         (smiley-data-directory, smiley-regexp-alist)
9028         (gnus-smiley-file-types): Fix doc strings.
9029         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9030         adding new elements.
9031         (smiley-mouse-map): Unused code.  Make it a comment.
9032
9033 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9036         scan latest NoCeM messages instead of old ones.
9037         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9038         delimiters that are recently used.
9039         (gnus-nocem-load-cache): Add autoload cookie.
9040
9041         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9042
9043         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9044         level which is larger than gnus-use-nocem is specified.
9045
9046         * gnus-group.el (gnus-group-get-new-news): Ditto.
9047
9048 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-util.el (gnus-tool-bar-update): New function.
9051
9052         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9053         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9054
9055         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9056
9057         * gnus-group.el (gnus-group-redraw-when-idle)
9058         (gnus-group-redraw-check): Remove.
9059         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9060
9061 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9064         if optional last element is specified in splits (FIELD VALUE...).
9065
9066 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9069         to gmm-image-load-path-for-library.  Call with no-error argument.
9070         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9071
9072         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9073
9074         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9075
9076         * gmm-utils.el (gmm-image-load-path): Remove alias.
9077
9078 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gmm-utils.el (gmm-image-load-path): Add alias.
9081
9082         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9083         nnml-generate-nov-databases-1.
9084         (nnml-generate-nov-databases): Use it.
9085         (nnml-generate-nov-databases-directory): Document no-active
9086         argument.
9087
9088         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9089         directory if path is t.  Add no-error.
9090
9091         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9092         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9093
9094         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9095         resetting gnus-article-browse-html-temp-list.
9096
9097         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9098         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9099         Add example to docstring.  Rename local variables.  Move error
9100         checks to default case in cond and simplify.
9101
9102 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9105         handle is multipart when calling it recursively.
9106         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9107
9108 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9109
9110         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9111         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9112
9113 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9116         is loaded.
9117
9118         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9119         loaded.
9120
9121 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9124         to "Emacs 23 (unicode)" in doc string.
9125
9126         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9127         "Emacs 23 (unicode)" in comment.
9128
9129 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9132
9133         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9134         characters 160 through 255 in Emacs 23.
9135
9136 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9139         gnus-article-browse-html-temp.
9140         (gnus-article-browse-delete-temp): Make it customizable.  Add
9141         `file'.  Adjust doc string.
9142         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9143         query for each file.  Adjust doc string.
9144         (gnus-article-browse-html-parts): Add
9145         `gnus-article-browse-delete-temp-files' to
9146         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9147
9148 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9149
9150         * gnus-art.el (gnus-article-browse-html-temp)
9151         (gnus-article-browse-delete-temp): New variables.
9152         (gnus-article-browse-delete-temp-files): New function.
9153         (gnus-article-browse-html-parts): Use it.
9154
9155 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9158
9159         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9160         string.
9161
9162         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9163         gnus-summary-insert-new-articles when unplugged.  Remove
9164         gnus-summary-search-article-forward.
9165
9166         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9167         display-visual-class instead of display-color-cells.
9168
9169 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * dgnushack.el: Autoload customize-group for XEmacs.
9172
9173         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9174         message/* containing non-ASCII text properly.
9175
9176 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * message.el: Require gmm-utils, remove autoloads.
9179         (message-tool-bar): Set default based on
9180         gmm-tool-bar-style.
9181         (message-tool-bar-gnome): Add gmm-customize-mode.
9182
9183         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9184         gmm-tool-bar-style.
9185         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9186
9187         * gnus-group.el (gnus-group-tool-bar): Set default based on
9188         gmm-tool-bar-style.
9189         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9190
9191         * gmm-utils.el (gmm-image-directory): Rename variable from
9192         gmm-image-load-path.
9193         (gmm-image-load-path): Use gmm-image-directory.
9194         (gmm-customize-mode): New function.
9195         (gmm-tool-bar-style): New variable.
9196
9197         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9198         gnus-group-redraw-line-number.
9199         (gnus-group-redraw-check): Simplify.
9200         (gnus-group-tool-bar-update): Remove redraw check.
9201         (gnus-group-make-tool-bar): Add redraw check.
9202
9203 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9204
9205         * gnus-art.el (gnus-button): Add missing parentheses.
9206
9207 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * lpath.el: Fbind line-number-at-pos.
9210
9211 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9214
9215 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-art.el (gnus-button): New face.
9218         (gnus-article-button-face): Use it.
9219
9220         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9221         gnus-summary-next-page.  Re-order.
9222
9223         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9224         next-node are now included.
9225         (gnus-group-redraw-line-number): New internal variable.
9226         (gnus-group-redraw-check): Helper function for updating the tool
9227         bar.
9228         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9229
9230         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9231
9232         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9233         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9234         Use it to match format of Spamassassin 3.0 and later.  Reported by
9235         IRIE Tetsuya <irie@t.email.ne.jp>.
9236         (spam-check-bogofilter)
9237         (spam-bogofilter-register-with-bogofilter): Fix args of
9238         `gnus-error' calls.
9239
9240 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9243         unnecessary interaction when sending queued mails.  Reported by
9244         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9245
9246 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9249         first or last are nil.
9250
9251 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9252
9253         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9254
9255 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9258
9259 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * dns.el (query-dns): Protect more against buggy tcp output.
9262
9263 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9266         nov.php.
9267
9268 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9269
9270         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9271         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9272         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9273         output on the server side.
9274         (nnweb-google-create-mapping): Update regexps and add some
9275         progress indication.
9276
9277 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9280         gnus-agent-toggle-plugged.  Re-order icons.
9281         (gnus-group-tool-bar-gnome): Add
9282         gnus-group-{prev,next}-unread-group.
9283         (gnus-group-tool-bar-gnome): Re-order icons.
9284
9285         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9286         gnus-summary-insert-new-articles.
9287
9288         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9289         comments.
9290
9291         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9292         also available in Emacs 21.3.
9293
9294         * message.el (message-fix-before-sending): Change "Emacs 22" to
9295         "Emacs 23 (unicode)" in comment.
9296
9297         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9298         "Emacs 23 (unicode)" in comment.
9299
9300         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9301         comment.
9302         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9303
9304         * mm-view.el (mm-fill-flowed): Add :version.
9305
9306 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9309         and load-path.
9310
9311 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * message.el: Autoload gmm-image-load-path.
9314         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9315         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9316         consitency.
9317
9318         * gmm-utils.el (gmm-image-load-path): Also search in
9319         "../etc/images".  Don't set gmm-image-load-path if we don't find
9320         the image.
9321
9322 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gmm-utils.el (gmm-image-load-path): Don't make
9325         `gmm-image-load-path' include subdirectories which the second arg
9326         `image' might specify.
9327
9328         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9329         subdirectory to icon file names.
9330
9331         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9332
9333 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9336         gmm-image-load-path calls.
9337
9338         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9339
9340         * message.el (message-make-tool-bar): Ditto.
9341
9342         * mml.el (mml-preview): Added comment concerning tool bar icons.
9343
9344         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9345         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9346
9347         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9348         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9349
9350         * message.el (message-tool-bar-gnome): Use new icon names.
9351         (message-make-tool-bar): Use `gmm-image-load-path'.
9352
9353         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9354         functions from MH-E.
9355         (gmm-image-load-path): New variable from MH-E.
9356         (gmm-image-load-path): New function from MH-E.  Added arguments
9357         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9358         *-image-load-path-called-flag.
9359
9360 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9361
9362         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9363
9364 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9365
9366         * nnimap.el (nnimap-request-move-article): Change folder back to
9367         source group before deleting.
9368
9369 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9372
9373         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9374         mm-url.
9375
9376         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9377
9378 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9381         coding system which mm-charset-to-coding-system returns for a
9382         given charset is valid.
9383
9384 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9385
9386         * html2text.el (html2text-remove-tag-list):
9387         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9388
9389 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9390
9391         * gnus-cus.el: Revert 2005-10-17 change.
9392
9393 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-art.el (article-strip-banner): Call
9396         article-really-strip-banner only when the regexp match is made.
9397
9398 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-art.el (article-strip-banner): Use
9401         gnus-extract-address-components instead of
9402         mail-header-parse-addresses to make it work with non-ASCII text;
9403         remove mail-encode-encoded-word-string.
9404
9405         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9406         values which are surrounded with \"...\"; make it never cause a
9407         Lisp error; give up parsing of parameters if it failed in
9408         extracting type.
9409
9410 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9411
9412         * smime.el (smime-cert-by-ldap-1): Fix bug where
9413         `smime-ldap-search' returns results without userCertificates.
9414
9415 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9418
9419 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * spam.el (spam-check-spamassassin-headers): Adapt format for
9422         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9423         <ari@mbf.ocn.ne.jp>.
9424         (spam-list-of-processors): Add spam-use-gmane.
9425
9426 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9429         make-temp-file; make it work with XEmacs as well.
9430
9431         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9432         mm-make-temp-file.
9433
9434         * mm-decode.el (mm-display-external): Use the 3rd arg of
9435         mm-make-temp-file.
9436         (mm-create-image-xemacs): Ditto.
9437
9438 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9441         with message-narrow-to-headers.
9442         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9443         (gnus-draft-check-draft-articles): New function.
9444         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9445
9446 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * gnus-art.el (gnus-article-browse-html-parts):
9449         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9450         Don't use suffix argument for mm-make-temp-file for Emacs 21
9451         compatibility.  Remove useless `format'.
9452
9453 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9454
9455         * nnweb.el (nnweb-google-wash-article): Update regexps.
9456         (nnweb-group-alist): Use defvoo instead of defvar.
9457
9458 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9461         re-loading nn* modules.
9462
9463 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9466         for `tool-bar-mode' and don't check it's default-value.
9467
9468         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9469
9470         * message.el (message-make-tool-bar): Ditto.
9471
9472         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9473         `substring'.  Shorten tmp-file name.
9474
9475         * gnus.el: Remove bogus comment.
9476
9477 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9478
9479         * gnus-art.el (gnus-article-browse-html-parts): New function.
9480         (gnus-article-browse-html-article): New function for viewing html
9481         articles with a browser.
9482
9483 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9484
9485         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9486         in elisp.
9487         (pgg-gpg-encrypt-symmetric-region): Ditto.
9488         (pgg-gpg-sign-region): Ditto.
9489
9490         * pgg-def.el (pgg-text-mode): New variable.
9491
9492         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9493         (mml2015-pgg-encrypt): Ditto.
9494
9495         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9496         (mml1991-pgg-encrypt): Ditto.
9497
9498 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9501         message-make-date instead of current-time-string.
9502
9503         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9504         to gnus-decoded which mm-uu might set.
9505
9506 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9509         don't decode quoted parameters; remove misimported Emacs code.
9510         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9511         (rfc2231-decode-encoded-string): Don't use split-string which
9512         behaves differently according to Emacs version; use
9513         mm-decode-coding-region to convert charset to coding-system.
9514         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9515         (rfc2231-encode-string): Remove misimported Emacs code.
9516
9517 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9520         when calling mail-header-parse-content-type.
9521         (article-de-quoted-unreadable): Ditto.
9522         (article-de-base64-unreadable): Ditto.
9523         (article-wash-html): Ditto.
9524
9525         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9526         calling mail-header-parse-content-type and
9527         mail-header-parse-content-disposition.
9528         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9529         mail-header-parse-content-type.
9530
9531         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9532         insert charset and format parameters; encode description after
9533         inserting it to buffer.
9534         (mml-insert-parameter): Fold lines properly even if a parameter is
9535         segmented into two or more lines; change the max column to 76.
9536
9537         * rfc1843.el (rfc1843-decode-article-body): Don't use
9538         ignore-errors when calling mail-header-parse-content-type.
9539
9540         * rfc2231.el (rfc2231-parse-string): Return at least type if
9541         possible; don't cause an error even if it fails in parsing of
9542         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9543         (rfc2231-encode-string): Don't break lines at the beginning, leave
9544         it to mml-insert-parameter.
9545
9546         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9547         calling mail-header-parse-content-type.
9548
9549 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * spam-report.el (spam-report-gmane-use-article-number):
9552         Improve doc string.
9553         (spam-report-gmane-internal): Check if a suitable header was found
9554         in the article.
9555
9556 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9559         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9560
9561 2006-02-05  Romain Francoise  <romain@orebokech.com>
9562
9563         Update copyright notices of all files in the gnus directory.
9564
9565 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9566
9567         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9568
9569 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9572         segmented lines of parameter value to cope with Thunderbird 1.5
9573         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9574         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9575         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9576
9577 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9578
9579         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9580         parts.
9581
9582 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9583
9584         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9585         there's only one active file for all servers.
9586         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9587         solid groups.  Gnus might have used a FAST request to select the group.
9588         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9589         and nnweb-search redundantly in the active file.
9590         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9591         (nnweb-request-create-group): Don't use ARGS.
9592         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9593         initialisations.  Let nnoo do the work.
9594
9595 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9598         Say the part has been decoded.
9599
9600         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9601
9602 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9603
9604         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9605         mailcap-viewer-test-cache when there's no 'test clause, since that
9606         will invert the meaning of a "nil" test previously determined by
9607         mailcap-mailcap-entry-passes-test.
9608
9609 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9612         compiling.
9613
9614         * gnus-sum.el: Ditto.
9615
9616         * message.el: Don't bind tool-bar-map when compiling.
9617
9618 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9619
9620         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9621
9622 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9623
9624         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9625         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9626         current Google Groups.
9627
9628 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9629
9630         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9631         and tool-bar-mode.
9632
9633         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9634         and tool-bar-mode.
9635
9636         * message.el (message-tool-bar-update): Simplify.
9637         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9638
9639         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9640         gnus-summary-buffer.
9641         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9642         gnus-summary-reply.
9643
9644         * gmm-utils.el (gmm): Add :version.
9645
9646 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * Makefile.in (clean): New rule.
9649         (distclean): Use it.
9650
9651 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9652
9653         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9654         autoload.
9655
9656 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gmm-utils.el (gmm-verbose): Add :group.
9659
9660 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * message.el: Change some comments WRT tool-bars.
9663
9664         * gnus-sum.el (gnus-summary-tool-bar)
9665         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9666         (gnus-summary-tool-bar-zap-list): New variables.
9667         (gnus-summary-make-tool-bar): Complete rewrite using
9668         `gmm-tool-bar-from-list'.
9669
9670         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9671         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9672         variables.
9673         (gnus-group-make-tool-bar): Complete rewrite using
9674         `gmm-tool-bar-from-list'.
9675         (gnus-group-tool-bar-update): New function.
9676
9677         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9678
9679 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9682         is dissected into a single part of which the type is the same as
9683         the given one; decode charset.
9684
9685 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9686
9687         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9688         into alists as symbol not string, since that's what
9689         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9690         look for.
9691
9692 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9695         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9696
9697         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9698
9699 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9702         (gnus-xmas-mime-security-button-menu): New function.
9703
9704         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9705         (gnus-mime-security-button-menu): New definition.
9706         (gnus-mime-security-button-map): Use them.
9707         (gnus-mime-security-button-menu): New function.
9708         (gnus-insert-mime-security-button): Addition to help echo.
9709         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9710         (gnus-mime-security-pipe-part): New functions.
9711
9712         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9713         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9714
9715         * mm-decode.el (mm-handle-set-disposition): Remove.
9716         (mm-handle-set-description): Remove.
9717
9718 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9721         (mm-w3m-standalone-supports-m17n-p): New function.
9722         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9723         w3m usage.
9724
9725         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9726         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9727
9728 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * message.el (message-tool-bar-zap-list): Use
9731         gmm-tool-bar-zap-list as custom type.
9732         (message-tool-bar-update): New function.
9733         (message-tool-bar, message-tool-bar-gnome)
9734         (message-tool-bar-retro): Add message-tool-bar-update.
9735         (message-tool-bar-gnome): Add flyspell-buffer.
9736
9737         * gnus-util.el (gnus-error): Describe `args'.
9738
9739         * gmm-utils.el (gmm-error): Describe `args'.
9740         (gmm-tool-bar-zap-list): New widget.
9741         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9742
9743 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9746         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9747         the number of recursive calls.
9748
9749         * mm-decode.el (mm-handle-set-disposition): New macro.
9750         (mm-handle-set-description): New macro.
9751
9752 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9755         encoding.
9756
9757 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * message.el (message-tool-bar-zap-list, message-tool-bar)
9760         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9761         (message-tool-bar-local-item-from-menu): Remove.
9762         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9763         (message-make-tool-bar): New function.
9764         (message-mode): Use `message-make-tool-bar'.
9765
9766         * gmm-utils.el: New file.
9767         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9768         (gmm-lazy): New widget copied from `nnmail.el'.
9769         (gmm-tool-bar-from-list): New function for creating customizable
9770         tool bars.
9771         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9772         output.
9773         (gmm): Add :prefix to defgroup.
9774
9775 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9776
9777         * gmm-utils.el (gmm-widget-p): New function.
9778
9779 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * mml.el (mml-attach-file): Describe `description' in doc string.
9782         (mml-menu): Add Emacs MIME manual and PGG manual.
9783
9784 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9785
9786         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9787
9788 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9789
9790         * nntp.el (nntp-end-of-line): Doc fix.
9791
9792 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9793
9794         * imap.el (imap-open): Handle case where buffer is a buffer
9795         object.
9796
9797 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9798
9799         * gnus-delay.el (gnus-delay): Don't autoload.
9800         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9801         to be re-loaded when customizing the `gnus-delay' group.
9802
9803 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9804
9805         * message.el (message-insert-citation-line): Use newlines.
9806
9807 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9808
9809         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9810         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9811         these routines, so the passphrase can be managed externally and
9812         passed in to the system.
9813         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9814         pgg-add-passphrase-to-cache function.
9815
9816         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9817         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9818         these routines, so the passphrase can be managed externally and
9819         passed in to the system.
9820         (pgg-pgp5-sign-region): Use new name of
9821         pgg-add-passphrase-to-cache function.
9822
9823 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9824
9825         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9826         part of the decoded armor to find the key-identifier.
9827         (pgg-gpg-lookup-key-owner): New function to return the
9828         human-readable identifier of a key owner.
9829         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9830         itself.
9831         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9832         the key value) if we have a key and can match it against a secret
9833         key.  Also, added a note pointing out fact that the prompt only
9834         indicates the first matching key.
9835
9836         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9837         pgg-decrypt-region.
9838         (pgg-add-passphrase-to-cache): Rename from
9839         `pgg-add-passphrase-cache' to reduce confusion (all callers
9840         changed).
9841         (pgg-remove-passphrase-from-cache): Rename from
9842         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9843         changed).
9844         (pgg-read-passphrase, pgg-add-passphrase-cache)
9845         (pgg-remove-passphrase-cache): Add informative docstrings.
9846         (pgg-decrypt): Convey provided passphrase in subordinate call to
9847         pgg-decrypt-region.
9848
9849 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9850
9851         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9852         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9853         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9854         'passphrase' argument, so the passphrase can be managed externally
9855         and then passed in to the system.
9856
9857         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9858         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9859         so the passphrase cache can be used reliably with identifiers
9860         besides a pgp packet's key id.
9861
9862         * pgg-gpg.el (pgg-gpg-encrypt-region)
9863         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9864         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9865         these routines, so the passphrase can be managed externally and
9866         passed in to the system.
9867
9868         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9869         'notruncate' argument, so the passphrase cache can be used
9870         reliably with identifiers besides a pgp packet's key id.
9871
9872 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9873
9874         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9875         symmetric encryption.
9876         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9877         encrypted session key.
9878         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9879         message ask for the passphrase in a proper way.
9880
9881         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9882         New user commands for symmetric encryption.
9883
9884 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9887
9888         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9889
9890 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9891
9892         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9893
9894 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * mm-decode.el (mm-inlined-types): Add application/pgp.
9897         (mm-automatic-display): Ditto.
9898
9899         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9900         part as text.
9901
9902 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * nnrss.el: Update copyright.
9905         (nnrss-opml-import): Query whether to subscribe to each entry.
9906
9907         * gnus-art.el:
9908         * gnus-sum.el:
9909         * gnus-xmas.el:
9910         * messagexmas.el:
9911         * mm-uu.el:
9912         * mm-view.el: Update copyright.
9913
9914 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * message.el (message-info): New function.
9917         (message-mode-menu): Add it.
9918         Update copyright.
9919
9920         * ChangeLog: Fix and update copyright.
9921
9922 2006-01-13  Romain Francoise  <romain@orebokech.com>
9923
9924         * message.el (message-forward-subject-name-subject): Prefer the
9925         address to 'nowhere' if the sender has no name.
9926         Fix typo.  Update copyright year.
9927
9928 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-art.el (article-wash-html): Use
9931         gnus-summary-show-article-charset-alist if a numeric arg is given.
9932         (gnus-article-wash-html-with-w3m-standalone): New function.
9933
9934         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9935         mm-inline-text-html-render-with-w3m-standalone.
9936         (mm-text-html-washer-alist): Map w3m-standalone to
9937         gnus-article-wash-html-with-w3m-standalone.
9938         (mm-inline-text-html-render-with-w3m-standalone): New function.
9939
9940 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9943         Improve LaTeX.
9944
9945 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9948         (nnrss-request-article): Render text/plain parts as HTML.
9949
9950         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9951         the buffer.
9952
9953 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9956         custom definition of `gnus-posting-styles'.
9957
9958         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9959         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9960
9961 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9964         Use nntp for bug archive.
9965
9966 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9969         parts.
9970         (nnrss-normalize-date): New function converts ISO 8601 date into
9971         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9972         (nnrss-check-group): Use it.
9973
9974 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9977
9978         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9979         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9980         (nnrss-insert-w3): Ditto.
9981
9982 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9985         the articles to be forwarded including the case where neither a
9986         number of articles nor a region is specified.
9987
9988 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * nnrss.el (nnrss-request-article): Fix last change; fill
9991         text/plain parts.
9992
9993 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9996         in text/plain part.
9997         (nnrss-check-group): Don't add excessive newline to dc:subject.
9998
9999 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10000
10001         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10002         article.
10003
10004 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10007         (nnml-use-compressed-files, nnml-save-mail): Support other
10008         comression programs such as bzip2.
10009
10010 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * dns.el (query-dns): Make sure we check the buffer size before
10013         removing tcp headers.
10014
10015 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10018         remove MIME buttons associated with multipart/alternative parts.
10019         (gnus-mime-display-alternative): Tag buttons using `article-type'
10020         text property.
10021
10022         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10023         associated with multipart/alternative parts.
10024
10025         * gnus-art.el (gnus-signature-separator): Fix custom type.
10026
10027         * mm-decode.el (mm-inlined-types): Fix custom type.
10028         (mm-keep-viewer-alive-types): Ditto.
10029         (mm-automatic-display): Ditto.
10030         (mm-attachment-override-types): Ditto.
10031         (mm-inline-override-types): Ditto.
10032         (mm-automatic-external-display): Ditto.
10033
10034 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * spam-report.el (spam-report-user-mail-address)
10037         (spam-report-user-agent): New variables.
10038         (spam-report-url-ping-plain): Use spam-report-user-agent.
10039
10040 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10041
10042         * gnus-art.el (gnus-button-handle-custom): Do not just use
10043         `customize-apropos' for any "M-x customize-*" button but the
10044         function called for.  Accept both the function name and its
10045         argument in order to achieve this.
10046         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10047         function name to `gnus-button-handle-custom' in case of "M-x
10048         customize-*" buttons.
10049
10050 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10053         multipart/alternative and add xref to mm-discouraged-alternatives
10054         in doc string.
10055
10056         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10057         gnus-buttonized-mime-types in doc string.
10058
10059 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10062         Suggest image/.* in the doc string.
10063
10064 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10067         message-marks (Debian bug #342521).
10068
10069 2005-12-12  Simon Josefsson  <jas@extundo.com>
10070
10071         * password.el (password-read-from-cache): Add.
10072         (password-read): Use it.
10073
10074 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10077         us-ascii as a MIME charset.
10078
10079         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10080         against the case where the 2nd arg TYPE is nil.
10081
10082 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * pop3.el (pop3-stream-type): Fix custom version.
10085
10086         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10087
10088 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10089
10090         * mm-decode.el (mm-display-external): Add missing cdr.
10091
10092 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10095         RFC1524) if it is in mailcap or add a suffix according to
10096         mailcap-mime-extensions when generating a temp filename; postpone
10097         deleting a temp file for 2 seconds for some wrappers, shell
10098         scripts, and so on, which might exit right after having started a
10099         viewer command as a background job.
10100
10101 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * nntp.el (nntp-marks-directory): Fix custom group.
10104
10105         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10106         steps when < 10.
10107
10108         * gnus-start.el (gnus-no-server-1): Mention
10109         `gnus-level-default-subscribed' in doc string.
10110
10111 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10112
10113         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10114         parens.
10115
10116 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-xmas.el (gnus-use-toolbar): Revert.
10119         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10120         gnus-use-toolbar is default.
10121
10122         * messagexmas.el (message-use-toolbar): Revert.
10123         (message-setup-toolbar): Use global default-toolbar if
10124         message-use-toolbar is default.
10125
10126 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10129         according to default-toolbar-visible-p.
10130
10131         * messagexmas.el (message-use-toolbar): Ditto.
10132
10133 2005-11-26  Dave Love  <fx@gnu.org>
10134
10135         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10136         (tls-program, tls-success): Provide openssl alternative.
10137
10138         * starttls.el: Doc fixes.
10139         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10140         SERVICE to PORT.
10141
10142         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10143         port null or service name.
10144         (starttls-negotiate): Autoload.
10145
10146 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * message.el (message-kill-to-signature): Fix interactive spec.
10149
10150 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * pop3.el (pop3-open-server): Recognize a string as a service name.
10153
10154 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10155
10156         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10157
10158 2005-11-23  Dave Love  <fx@gnu.org>
10159
10160         Add pop3s, pop3/starttls.
10161
10162         * pop3.el (pop3-authentication-scheme): Clarify doc.
10163         (open-tls-stream, starttls-open-stream): Autoload.
10164         (pop3-stream-type): New.
10165         (pop3-open-server): Use it.
10166
10167         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10168         for POP.
10169         (mail-source-keyword-map): Add :stream for POP.
10170         (mail-source-fetch-pop): Use pop3-stream-type.
10171
10172 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10175         of current-time-string.
10176
10177 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10178
10179         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10180         date header.
10181
10182 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10183
10184         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10185         it can seriously impact performance as it bypasses the agent's
10186         local caches.
10187
10188 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10189
10190         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10191         must be explicitly online rather than "not explicitly offline" for
10192         its flags to be synchronized.
10193
10194         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10195         that gnus-uu-unmark-thread will function correctly.
10196
10197         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10198         1024K is instead displayed as 1M.
10199
10200 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10203
10204 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10205
10206         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10207
10208 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10209
10210         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10211         error message to display actual error condition.
10212         (gnus-agent-save-local): Avoid saving symbols that are bound to
10213         nil as they simply result in a warning message in
10214         gnus-agent-read-local.
10215
10216 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10219         rather than make-variable-buffer-local for file-precious-flag.
10220
10221 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10222
10223         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10224         for duplicates which are removed.  The invalid sort check then
10225         triggers a rescan after the sort as sorting may have moved
10226         duplicate entries such that they can be cheaply detected.
10227
10228 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10231
10232 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10233
10234         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10235         internal variable to a custom variable.  Changed default value
10236         from compressed(2) to uncompressed(1).
10237         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10238         support for uncompressed agentview files.  Taken together, reading
10239         the agentview file should now be 6-7 times faster.
10240
10241 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10242
10243         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10244         as a buffer-local variable.  This avoids creating truncated
10245         dribble files as a result of a hang up, eg.
10246
10247 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10248
10249         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10250         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10251         XEmacs.
10252
10253 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * gnus-start.el (gnus-start-draft-setup): Enforce
10256         `gnus-draft-mode' for nndraft:drafts at startup.
10257
10258         * gnus.el (gnus-splash): Change custom group.
10259         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10260         allow-list argument.
10261
10262         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10263         string.
10264
10265 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * gnus-art.el (gnus-default-article-saver): Add user-defined
10268         `function' to custom type.
10269
10270 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10271
10272         * imap.el (imap-open): Handle case where buffer is a buffer
10273         object.
10274
10275 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10278         long lines.
10279         (gnus-cache-delete-group): Wrap doc strings.
10280
10281         * gnus-agent.el (gnus-agent-rename-group)
10282         (gnus-agent-delete-group): Wrap doc strings.
10283
10284 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * messagexmas.el (message-use-toolbar): Change the valid values
10287         into default, top, bottom, left, and right.
10288         (message-toolbar-thickness): New variable.
10289         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10290         well.
10291         (message-setup-toolbar): Make it work.
10292
10293         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10294         (gnus-use-toolbar): Change the valid values into default, top,
10295         bottom, left, and right.
10296         (gnus-toolbar-thickness): New variable.
10297         (gnus-xmas-setup-toolbar): New function.
10298         (gnus-xmas-setup-group-toolbar): Use it.
10299         (gnus-xmas-setup-summary-toolbar): Use it.
10300
10301 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * gnus-start.el (gnus-1): Add "native" to
10304         gnus-predefined-server-alist.
10305
10306         * gnus.el (gnus-method-to-server): Don't add "native" to the
10307         lists here, because that leads to problems when
10308         gnus-select-method is bound.
10309
10310 2005-11-09  Simon Josefsson  <jas@extundo.com>
10311
10312         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10313         use (not sort-by-date) instead.
10314
10315 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10316
10317         * gnus-delay.el (gnus-delay-group): Don't autoload.
10318         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10319         to be re-loaded when customizing the `gnus-delay' group.
10320
10321 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10322
10323         * message.el: Revert last changes.
10324         (message-insert-citation-line): Use newlines.
10325
10326 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10327
10328         * message.el (message-courtesy-message)
10329         (message-mark-insert-begin, message-mark-insert-end)
10330         (message-elide-ellipsis, message-cancel-message)
10331         (message-add-header, message-change-subject)
10332         (message-cross-post-followup-to-header)
10333         (message-cross-post-insert-note, message-reduce-to-to-cc)
10334         (message-widen-reply, message-delete-not-region)
10335         (message-kill-to-signature, message-insert-signature)
10336         (message-insert-importance-high, message-insert-importance-low)
10337         (message-insert-or-toggle-importance)
10338         (message-insert-disposition-notification-to)
10339         (message-indent-citation, message-yank-original)
10340         (message-cite-original-without-signature, message-cite-original)
10341         (message-insert-citation-line, message-position-on-field)
10342         (message-fix-before-sending, message-send-mail-partially)
10343         (message-send-mail, message-send-mail-with-sendmail)
10344         (message-send-mail-with-qmail, message-send-news)
10345         (message-check-news-header-syntax, message-generate-headers)
10346         (message-insert-courtesy-copy, message-fill-address)
10347         (message-fill-header, message-shorten-references)
10348         (message-setup-1, message-cancel-news)
10349         (message-forward-make-body-plain, message-forward-make-body-mime)
10350         (message-forward-make-body-mml, message-encode-message-body)
10351         (message-forward-make-body-digest-plain)
10352         (message-forward-make-body-digest-mime)
10353         (message-use-alternative-email-as-from): Insert `hard-newline'
10354         instead of ordinary newlines.
10355
10356 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * message.el (message-generate-headers): Downcase the argument
10359         given to message-check-element.
10360
10361 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10362
10363         * nntp.el (nntp-authinfo-rejected): New error condition.
10364         (nntp-wait-for): Use new error condition to signal authentication
10365         error.
10366         (nntp-retrieve-data): Rethrow new error condition to break out of
10367         recursive call to nntp-send-authinfo.
10368
10369 2005-11-08  Romain Francoise  <romain@orebokech.com>
10370
10371         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10372         (gnus-summary-exit-map): Bind to `Z p'.
10373         (gnus-summary-make-menu-bar): Add menu item.
10374
10375 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10378         (gnus-treat-*): Add `first' in all doc strings.
10379
10380         * gnus-group.el (gnus-group-compact-group): Fix typo.
10381
10382 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus.el (gnus-parameters-case-fold-search): New variable.
10385         (gnus-parameters-get-parameter): Use it.
10386
10387         * gnus-score.el (gnus-home-score-file): Doc fix.
10388
10389 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10390
10391         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10392
10393 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * mm-util.el (mm-special-display-p): New function.
10396
10397         * mml.el (mml-preview): Use it; doc fix.
10398
10399 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10400
10401         * imap.el (imap-open): Handle case where buffer is a buffer object.
10402
10403 2005-10-29  Romain Francoise  <romain@orebokech.com>
10404
10405         * message.el (message-fix-before-sending): Fix comment.
10406
10407 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10408
10409         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10410
10411 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10412
10413         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10414         Used in gnus-score.el.
10415
10416 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10419
10420 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10423         whitespace removed in revision 7.8.  Use concatenated string to
10424         protect trailing whitespace.
10425
10426 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10427
10428         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10429         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10430         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10431         Courier IMAP ("some version from 2004").  Mostly based on similar
10432         code in the same function.
10433
10434 2005-10-26  Didier Verna  <didier@xemacs.org>
10435
10436         * gnus-group.el (gnus-group-compact-group): Invalidate original
10437         article buffer.
10438         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10439         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10440         NOV database and in article itself.
10441         Invalidate article backlog.
10442
10443 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10446
10447 2005-10-26  Simon Josefsson  <jas@extundo.com>
10448
10449         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10450         part of 2004-07-25 change.
10451
10452 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * message.el (message-display-completion-list): New function.
10455         (message-expand-group): Use it; make sure the Completions buffer
10456         is modifiable.
10457 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10458
10459         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10460         user-mail-name is an empty string.
10461
10462 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10465         depending on gnus-score-decay-constant.
10466
10467         * encrypt.el (encrypt-insert-file-contents)
10468         (encrypt-write-file-contents): Don't use `gnus-message'.
10469
10470         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10471         arguments.
10472         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10473         arguments to mm-uu-verbatim-marks-extract.
10474         (mm-uu-hide-markers): New variable.
10475         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10476
10477         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10478         (gnus-convert-image-to-face-command): Use "convert" by default to
10479         allow other input image formats.
10480         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10481         accordingly.
10482
10483 2005-10-23  Simon Josefsson  <jas@extundo.com>
10484
10485         * imap.el (imap-gssapi-program): Align command line parameters
10486         with latest GNU SASL.
10487         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10488
10489 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10490
10491         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10492         HTML.
10493         (nnslashdot-request-article): Ditto.
10494
10495         * lpath.el (featurep): Add nobreak-char-display.
10496
10497 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10498
10499         * mail-source.el (mail-source-fetch-pop): Require pop3.
10500         (mail-source-check-pop): Ditto.
10501
10502 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10505         errors.
10506
10507 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10510         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10511
10512         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10513
10514         * mm-bodies.el (mm-decode-string): Call
10515         `mm-charset-to-coding-system' with allow-override argument.
10516
10517 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10520         (rfc2047-charset-to-coding-system): New function.
10521         (rfc2047-decode-encoded-words): New function.
10522         (rfc2047-decode-region): Use them.
10523         (rfc2047-decode-cte): Remove.
10524         (rfc2047-parse-and-decode): Remove.
10525         (rfc2047-decode): Remove.
10526
10527 2005-10-15  Kenichi Handa  <handa@m17n.org>
10528
10529         * rfc2047.el (rfc2047-decode-cte): New function.
10530         (rfc2047-decode-region): Change the way to decode successive
10531         encoded-words: decode B- or Q-encoding in each encoded-word,
10532         concatenate them, and decode it as charset.
10533
10534 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * lpath.el: Fbind codepage-setup for XEmacs.
10537
10538 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10539
10540         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10541         widget-move-and-invoke.
10542         (gnus-custom-mode): Use gnus-custom-map.
10543
10544 2005-10-15  Bill Wohler  <wohler@newt.com>
10545
10546         * message.el (message-tool-bar-map): Renamed image file from
10547         mail_send to mail/send.
10548
10549 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10550
10551         * message.el (message-expand-group): Pass the common
10552         prefix substring of completion to `display-completion-list'.
10553
10554 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * mml-sec.el (mml-secure-method): New internal variable.
10557         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10558         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10559         functions using mml-secure-method.
10560
10561         * mml.el (mml-mode-map): Add key bindings for those functions.
10562         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10563         Harder <harder@myrealbox.com>.
10564         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10565         end of message if point is the headers of the message.
10566
10567         * message.el (message-in-body-p): New function.
10568
10569         * assistant.el: Autoload gnus-util and netrc.
10570
10571         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10572         Use `mm-charset-override-alist' only when decoding.
10573
10574         * mm-bodies.el (mm-decode-body): Call
10575         `mm-charset-to-coding-system' with allow-override argument.
10576
10577         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10578         `filename' from Content-Disposition if Content-Type doesn't
10579         provide `name'.
10580         (gnus-mime-view-part-as-type): Set default instead of
10581         initial-input.
10582
10583 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10584
10585         * format-spec.el (format-spec): Propagate text properties of % spec.
10586
10587 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * gnus-art.el (gnus-treat-predicate): Add `first'.
10590
10591 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10594         (mm-charset-override-alist): New variable.
10595         (mm-charset-to-coding-system): Use it.
10596         (mm-codepage-setup): New helper function.
10597         (mm-charset-eval-alist): New variable.
10598         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10599         about unknown charsets.
10600
10601         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10602
10603 2005-10-04  David Hansen  <david.hansen@gmx.net>
10604
10605         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10606         (nnrss-check-group): Ditto.
10607
10608 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10611         Rename x-gnus-verbatim to x-verbatim.
10612         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10613
10614         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10615         x-verbatim.
10616
10617         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10618
10619         * gnus-util.el (gnus-remove-duplicates): Remove.
10620
10621         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10622         instead of gnus-remove-duplicates.
10623
10624         * message.el (message-remove-duplicates): Remove.
10625         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10626         message-remove-duplicates.
10627
10628         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10629         available, else use implementation from `delete-dups'.
10630
10631         * message.el (message-insert-expires): New function.
10632         (message-mode-map): Add key binding.
10633         (message-mode-field-menu): Add menu entry.
10634         (message-mode): Document it.
10635         (message-make-expires-date): Use `message-make-date'.
10636
10637 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10638
10639         * message.el (message-make-expires-date): New function.
10640
10641 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * Makefile.in (list-installed-shadows): New entry.
10644         (install): Use it.
10645         (remove-installed-shadows): New entry.
10646
10647         * dgnushack.el (dgnushack-default-load-path): New variable.
10648         (dgnushack-find-lisp-shadows): New function.
10649         (dgnushack-remove-lisp-shadows): New function.
10650
10651 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * Makefile.in (install-el-elc): New entry.
10654         (install): Use it so that .el files are necessarily installed.
10655
10656 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10659
10660 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10661
10662         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10663         function rather than the diff-mode.el package.
10664         (mm-display-external): Use with-current-buffer.
10665         (mm-viewer-completion-map, mm-viewer-completion-map):
10666         Move initialization inside declaration.
10667
10668 2005-09-29  Simon Josefsson  <jas@extundo.com>
10669
10670         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10671         autoload mail-check-payment.
10672         (spam-check-hashcash): Define unconditionally, since hashcash.el
10673         is part of Gnus now.  Ignore errors from payment checking.
10674
10675 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * message.el (message-bold-region, message-unbold-region): Rename
10678         from `bold-region' and `unbold-region'.
10679
10680         * message.el: Remove useless autoloads.
10681
10682 2005-09-28  Simon Josefsson  <jas@extundo.com>
10683
10684         * message.el (message-use-idna): Default to t.
10685         (message-use-idna): Test whether encoding works too.  Doc fix.
10686
10687 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * nntp.el (nntp-warn-about-losing-connection): Remove.
10690
10691 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10692
10693         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10694         customizable.  Change default value.
10695         (mm-uu-diff-groups-regexp): Change default value.
10696         (mm-uu-type-alist): Add doc string.
10697         (mm-uu-configure): Add doc string.  Make it interactive.
10698         (mm-uu-tex-groups-regexp): New variable.
10699         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10700         (mm-uu-type-alist): Add LaTeX documents.
10701         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10702         of "text/verbatim".
10703         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10704
10705         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10706         instead of "text/verbatim".
10707
10708         * message.el (message-mark-inserted-region)
10709         (message-mark-insert-file): Use slrn style marks when called with
10710         prefix argument.
10711
10712 2005-09-27  Simon Josefsson  <jas@extundo.com>
10713
10714         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10715
10716 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10717
10718         * message.el (message-remove-duplicates): New function.
10719         Implementation borrowed from `gnus-remove-duplicates'.
10720         (message-idna-to-ascii-rhs): Also encode idna addresses in
10721         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10722         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10723         only ask about the same idna domain once per header and also tell
10724         in what header to replace the idna domain.
10725
10726         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10727         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10728         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10729         a header is decoded and not just the last one.
10730
10731 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10734         has been decoded.
10735
10736         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10737         (mm-insert-part): Don't modify text if it has been decoded.
10738
10739         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10740         decoded.
10741
10742         * mm-view.el (mm-inline-text): Don't strip text props unless
10743         decoding enriched or richtext parts.
10744
10745 2005-09-25  Romain Francoise  <romain@orebokech.com>
10746
10747         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10748         * gnus-start.el (gnus-subscribe-interactively):
10749         * gnus-uu.el (gnus-uu-grab-articles):
10750         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10751         space.
10752
10753 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10754
10755         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10756         * mm-view.el (mm-view-pkcs7-decrypt):
10757         * gnus-sum.el (gnus-summary-limit-to-extra)
10758         (gnus-summary-respool-article, gnus-read-move-group-name):
10759         * gnus-score.el (gnus-summary-increase-score):
10760         * gnus-util.el (gnus-completing-read-with-default):
10761         * gnus-art.el (gnus-read-save-file-name)
10762         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10763         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10764         * message.el (message-check-news-header-syntax):
10765         Follow convention for reading with the minibuffer.
10766
10767 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * spam-report.el (spam-report-url-ping-plain):
10770         Use gnus-extended-version as User-Agent.
10771
10772         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10773         default value is nil.
10774
10775         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10776         (mm-uu-verbatim-marks-extract): New function.
10777         (mm-uu-extract): New face.
10778         (mm-uu-copy-to-buffer): Use it.
10779
10780         * spam-report.el (spam-report-gmane-ham): Renamed from
10781         `spam-report-gmane-unspam'.
10782         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10783         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10784
10785         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10786         Autoload.
10787         (spam-report-gmane-unregister-routine): Renamed
10788         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10789
10790 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10791
10792         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10793         (spam-report-gmane-unregister-routine): Add support for gmane
10794         unregistration.
10795
10796         * spam-report.el (spam-report-gmane-unspam)
10797         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10798         (spam-report-gmane): Change to take a single article and do unspam
10799         registration.
10800
10801 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * mm-url.el (mm-url-decode-entities): Fix regexp.
10804
10805 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10808         default to nil, to be able to use Gnus at all.  If the default
10809         switches to something else, then the function should be fixed not
10810         be exceedingly slow.
10811
10812 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10813
10814         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10815         fail hard.
10816
10817         * spam-report.el: Add better Keywords line.
10818
10819         * spam.el: Add Maintainer and better Keywords line.
10820
10821 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * gnus-art.el (gnus-article-replace-part)
10824         (gnus-mime-replace-part): New functions.
10825         (gnus-mime-action-alist, gnus-mime-button-commands)
10826         (gnus-mime-save-part-and-strip): Added file argument.
10827         (gnus-article-part-wrapper): Added interactive argument.
10828
10829         * gnus-sum.el (gnus-summary-mime-map): Add
10830         `gnus-article-replace-part'.
10831
10832 2005-09-19  Didier Verna  <didier@xemacs.org>
10833
10834         The nnml compaction feature:
10835         * nnml.el (nnml-request-compact-group): New function.
10836         * nnml.el (nnml-request-compact): New function.
10837         * gnus-int.el (gnus-request-compact-group): New function.
10838         * gnus-int.el (gnus-request-compact): New function.
10839         * gnus-group.el (gnus-group-compact-group): New function.
10840         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10841         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10842         * gnus-srvr.el (gnus-server-compact-server): New function.
10843         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10844         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10845
10846 2005-09-18  Deepak Goel  <deego@gnufans.org>
10847
10848         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10849         format spec.
10850
10851 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10854
10855 2005-09-15  Romain Francoise  <romain@orebokech.com>
10856
10857         * message.el (message-fill-paragraph): Clarify docstring.
10858
10859 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * gnus-art.el (gnus-mime-display-part): Protect against broken
10862         MIME messages.
10863
10864 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10867         before parsing header.
10868
10869 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10870
10871         * html2text.el (html2text-replace-list): Add new entities.
10872
10873 2005-09-11  Romain Francoise  <romain@orebokech.com>
10874
10875         * message.el (message-alternative-emails): Improve docstring.
10876         (message-setup-1): Call `message-use-alternative-email-as-from'
10877         after `message-setup-hook' to give it precedence over posting
10878         styles, etc.
10879         (message-use-alternative-email-as-from): Add docstring.  Remove
10880         the original From header if present.
10881
10882         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10883         (nnml-save-mail): Use it.
10884
10885         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10886         articles.  Add new argument `silent'.
10887         (gnus-uu-mark-all): Report the total number of marked articles.
10888
10889 2005-09-10  Romain Francoise  <romain@orebokech.com>
10890
10891         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10892         (gnus-uu-mark-series): Likewise.
10893
10894 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * spam-report.el (spam-report-gmane): Fix generation of spam
10897         report URL.
10898
10899 2005-09-10  Simon Josefsson  <jas@extundo.com>
10900
10901         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10902         t, based on discussion on the ding list with Robert Epprecht
10903         <epprecht@solnet.ch>.
10904
10905 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * spam-report.el (spam-report-gmane): Make it work without
10908         X-Report-Spam header.  Gmane now only provides Archived-At.
10909         This is only used if `spam-report-gmane-use-article-number' is nil.
10910         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10911
10912         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10913         make `gnus-summary-sort-by-recipient' work with threading.
10914
10915         * nnweb.el (nnweb-google-wash-article): Print a message if article
10916         is not available.
10917
10918 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10919
10920         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10921         change.  Decode text/* parts content before displaying.
10922
10923 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10926
10927 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10930
10931         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10932         url-package-name, url-package-version,
10933         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10934         w3m-display-inline-images, and w3m-minor-mode-map.
10935
10936 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * message.el (message-tab-body-function): Fix mismatched custom type.
10939
10940         * gnus.el (gnus-group-change-level-function): Ditto.
10941
10942         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10943
10944         * gnus-art.el (gnus-signature-limit)
10945         (gnus-article-mime-part-function): Ditto.
10946
10947 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * mml.el (mml-mode): Silence the byte compiler.
10950
10951         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10952         using `(sit-for 0)' before moving the point to the specified part;
10953         skip unbuttonized parts.
10954         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10955         return to the summary window if gnus-auto-select-part is non-nil.
10956
10957 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10960         variables.
10961         (mml-dnd-attach-file, mml-mode): Use them.
10962
10963         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10964         Make fetching article by MID work again for Google Groups.  Added
10965         FIXME concerning gnus-group-make-web-group.
10966
10967         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10968         Don't depend on Gnus by using mail-extract-address-components if
10969         gnus-extract-address-components is not bound.
10970
10971 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10972
10973         * gnus-art.el (gnus-mime-display-security): Don't display the
10974         signature, but only the signed part.
10975
10976 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10979
10980         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10981         list, not listp.
10982
10983 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10984
10985         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10986         when encoding.
10987
10988         * mm-bodies.el (mm-decode-content-transfer-encoding):
10989         De-canonicalize CRLF for all text content types, not just
10990         text/plain.
10991
10992 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10995         valid article; point arrow and cursor at the MIME button.
10996
10997 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11000         Suggested by Dan Christensen <jdc@uwo.ca>.
11001
11002         * mm-decode.el (mm-save-part): Enable change of prompt.
11003
11004 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11005
11006         * gnus-msg.el (gnus-inews-add-send-actions): Made
11007         `message-post-method' lambda parameter ARG `&optional'.
11008
11009 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * gnus-sum.el (gnus-summary-mime-map): Added
11012         gnus-article-save-part-and-strip, gnus-article-delete-part and
11013         gnus-article-jump-to-part.
11014
11015         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11016         (gnus-article-edit-part): Use it.
11017         (gnus-article-part-wrapper): Added no-handle argument.
11018         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11019         functions.
11020
11021 2005-08-29  Romain Francoise  <romain@orebokech.com>
11022
11023         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11024         docstring.
11025         (gnus-face-from-file): Likewise.
11026
11027 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11030         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11031         non-nil.
11032         (gnus-auto-select-part): New variable.
11033         (gnus-article-jump-to-part): New function.
11034         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11035         (gnus-mime-delete-part): Allow selecting specified part after
11036         deleting or stripping parts.
11037         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11038         part if argument is bogus.
11039
11040 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11041
11042         * gnus-art.el (w3m-minor-mode-map):
11043         * gnus-spec.el (gnus-newsrc-file-version):
11044         * gnus-util.el (nnmail-active-file-coding-system)
11045         (gnus-original-article-buffer, gnus-user-agent):
11046         * gnus.el (gnus-ham-process-destinations)
11047         (gnus-parameter-ham-marks-alist)
11048         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11049         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11050         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11051         * mm-decode.el (gnus-current-window-configuration):
11052         * mm-extern.el (gnus-article-mime-handles):
11053         * mm-url.el (url-current-object, url-package-name)
11054         (url-package-version):
11055         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11056         (smime-keys, w3m-cid-retrieve-function-alist)
11057         (w3m-current-buffer, w3m-display-inline-images)
11058         (w3m-minor-mode-map):
11059         * mml-smime.el (gnus-extract-address-components):
11060         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11061         (gnus-newsrc-hashtb, message-default-charset)
11062         (message-deletable-headers, message-options)
11063         (message-posting-charset, message-required-mail-headers)
11064         (message-required-news-headers):
11065         * mml1991.el (mc-pgp-always-sign):
11066         * mml2015.el (mc-pgp-always-sign):
11067         * nnheader.el (nnmail-extra-headers):
11068         * rfc1843.el (gnus-decode-encoded-word-function)
11069         (gnus-decode-header-function, gnus-newsgroup-name):
11070         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11071
11072 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11073
11074         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11075         the end of the date treatments.
11076
11077 2005-08-15  Simon Josefsson  <jas@extundo.com>
11078
11079         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11080         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11081         Capello and Romain Francoise.
11082         (pgg-fetch-key-function): Removed, not used?
11083         (pgg-insert-url-with-w3): Require url, to get
11084         url-insert-file-contents regardless of where it is defined.
11085
11086 2005-08-13  Romain Francoise  <romain@orebokech.com>
11087
11088         * message.el (message-cite-original-1): New function.
11089         (message-cite-original): Use it.
11090         (message-cite-original-without-signature): Ditto.
11091
11092 2005-08-08  Romain Francoise  <romain@orebokech.com>
11093
11094         * message.el (message-yank-empty-prefix): New variable.
11095         (message-indent-citation): Use it.
11096         (message-cite-original-without-signature): Respect X-No-Archive.
11097
11098 2005-08-08  Simon Josefsson  <jas@extundo.com>
11099
11100         * pgg.el: Autoload url-insert-file-contents instead of loading
11101         w3/url.
11102         (pgg-insert-url-with-w3): Don't load url here.
11103
11104 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11105
11106         * message.el (message-kill-to-signature): Don't insert newline at
11107         bol.
11108         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11109
11110 2005-08-06  Romain Francoise  <romain@orebokech.com>
11111
11112         * message.el (message-user-fqdn): Fix typo in docstring.
11113
11114 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11115
11116         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11117
11118         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11119
11120 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * mm-bodies.el (mm-encode-body): Use coding system rather than
11123         charset to encode text.
11124
11125         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11126         number of charsets if utf-8 is available (XEmacs).
11127
11128 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11131         taken from `gnus-button-mid-or-mail-regexp'.
11132         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11133         (gnus-button-alist): Improve regexp for domain part of the MIDs
11134         for news:localpart@domain buttons.
11135         (gnus-button-ctan-directory-regexp): Update.
11136
11137 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * sieve-manage.el (sieve-manage-interactive-login): Use
11140         make-local-variable rather than make-variable-buffer-local.
11141         (sieve-manage-open): Ditto.
11142         (sieve-manage-authenticate): Ditto.
11143
11144         * mml.el (mml-generate-mime-1): Make the content type default to
11145         text/plain if the filename is not specified.
11146
11147 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11150         instead of insert-buffer.
11151
11152         * message.el (message-yank-original): Ditto; set the mark at the
11153         end of the yanked message.
11154
11155 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11158         lines to scroll rather than to stop it.
11159
11160         * mml.el (mml-generate-default-type): Add doc string.
11161         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11162         default to application/octet-stream when determining the content
11163         type if it is not specified for the part or the mml contents; add
11164         a comment about mml-generate-default-type.
11165
11166 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11169         make it default to application/octet-stream when determining the
11170         content type if it is not specified for the external contents.
11171
11172 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11175         segmented parameter but also other parameters might be there.
11176
11177 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * mm-decode.el (mm-display-external): Delete temp file, directory
11180         and buffer immediately if the external process is exited.
11181
11182 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11185         fewer lines than that of scroll-margin.
11186         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11187
11188 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-art.el (gnus-article-next-page): Revert.
11191         (gnus-article-beginning-of-window): New macro.
11192         (gnus-article-next-page-1): Use it.
11193         (gnus-article-prev-page): Ditto.
11194         (gnus-article-edit-part): Use insert-buffer-substring instead of
11195         insert-buffer.
11196         (gnus-article-edit-exit): Ditto.
11197
11198         * gnus-util.el (gnus-beginning-of-window): Remove.
11199         (gnus-end-of-window): Remove.
11200
11201         * lpath.el: Don't bind header-line-format and scroll-margin.
11202
11203 2005-07-25  Simon Josefsson  <jas@extundo.com>
11204
11205         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11206         to have the url package without w3.  Reported by Daiki Ueno
11207         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11208
11209 2005-07-20  Didier Verna  <didier@xemacs.org>
11210
11211         * gnus-diary.el: Remove the description comment (nndiary is now
11212         properly documented in the Gnus manual).
11213         Fix the spelling of "Back End".
11214         * nndiary.el: Ditto.
11215         Fix the copyright notice.
11216
11217 2005-07-18  Romain Francoise  <romain@orebokech.com>
11218
11219         * gnus-sum.el (gnus-summary-to-prefix)
11220         (gnus-summary-newsgroup-prefix): New variables.
11221         (gnus-summary-from-or-to-or-newsgroups): Use them.
11222
11223 2005-07-17  Romain Francoise  <romain@orebokech.com>
11224
11225         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11226         space as it's generally not especially interesting to the user.
11227
11228 2005-07-16  Romain Francoise  <romain@orebokech.com>
11229
11230         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11231         nil to avoid prompting and file modification if one of the
11232         messages at the top of the nnfolder file contains a copyright
11233         notice.
11234         Update copyright notice.
11235
11236         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11237         instead of `current-time-string' as the latter creates a time
11238         string that is not RFC 2822 compliant (it lacks the zone).
11239         Update copyright notice.
11240
11241 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11242
11243         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11244         for text/rtf.  Display default in prompt.  Pass default for M-n.
11245
11246         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11247
11248 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11249
11250         * gnus-msg.el (gnus-button-mailto): Remove
11251         save-selected-window-window hackery because it relies on
11252         save-selected-window internals.
11253
11254 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11257         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11258         (gnus-article-prev-page): Ditto.
11259
11260         * gnus-util.el (gnus-beginning-of-window): New function.
11261         (gnus-end-of-window): New function.
11262
11263         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11264
11265 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11266
11267         * gnus-score.el (gnus-score-edit-all-score): Set
11268         gnus-score-edit-exit-function to gnus-score-edit-done and call
11269         gnus-message.
11270
11271 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * gnus-msg.el (gnus-button-mailto): Remove
11274         save-selected-window-window hackery because it relies on
11275         save-selected-window internals.
11276
11277 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11280         add-minor-mode.
11281         (gnus-binary-mode): Ditto.
11282
11283         * gnus-topic.el (gnus-topic-mode): Ditto.
11284
11285 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11286
11287         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11288         (gnus-article-prev-page): Take scroll-margin into consideration.
11289
11290 2005-07-04  Lute Kamstra  <lute@gnu.org>
11291
11292         Update FSF's address in GPL notices.
11293
11294 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11295
11296         * gnus.el (gnus-exit):
11297         * gnus-group.el (gnus-group-icons):
11298         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11299
11300         * gnus-nocem.el (gnus-nocem):
11301         * message.el (message-various, message-buffers, message-sending)
11302         (message-interface, message-forwarding, message-insertion)
11303         (message-headers, message-news, message-mail):
11304         * pgg-gpg.el (pgg-gpg):
11305         * pgg-parse.el (pgg-parse):
11306         * pgg-pgp.el (pgg-pgp):
11307         * pgg-pgp5.el (pgg-pgp5):
11308         * pop3.el (pop3): Finish `defgroup' description with period.
11309
11310 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * gnus-art.el (article-display-face): Improve the efficiency.
11313         (article-display-x-face): Ditto; remove grey x-face stuff.
11314
11315 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-art.el (article-display-face): Correct the position in
11318         which Faces are inserted.
11319
11320 2005-06-29  Didier Verna  <didier@xemacs.org>
11321
11322         * gnus-art.el (article-display-face): Display faces in correct
11323         order.
11324
11325 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11328         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11329         (gnus-nocem-check-article): Fetch the Type header.
11330         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11331         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11332         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11333         make sure gnus-nocem-hashtb is initialized.
11334         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11335         (gnus-nocem-unwanted-article-p): Ditto.
11336
11337         * pgg.el (pgg-verify): Return the verification result.
11338
11339 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340
11341         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11342         is ascii.
11343
11344 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11345
11346         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11347         `show-nonbreak-escape'.
11348
11349 2005-06-23  Lute Kamstra  <lute@gnu.org>
11350
11351         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11352
11353         * dig.el (dig-mode):
11354         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11355
11356 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11357
11358         * nnimap.el (nnimap-split-download-body): Fix spellings.
11359
11360 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11361
11362         * gnus-art.el (gnus-article-encrypt-body):
11363         * gnus-cus.el (gnus-score-customize):
11364         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11365         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11366
11367 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11368
11369         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11370         header by looking for magic "MII" at the beginnig.
11371
11372 2005-06-16  Miles Bader  <miles@gnu.org>
11373
11374         * gnus-xmas.el (gnus-xmas-group-startup-message):
11375         Use renamed gnus-splash face.
11376
11377         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11378         (assistant-field-face): New backward-compatibility alias for renamed
11379         face.
11380         (assistant-render-text): Use renamed assistant-field face.
11381
11382         * spam.el (spam): Remove "-face" suffix from face name.
11383         (spam-face): New backward-compatibility alias for renamed face.
11384         (spam-face, spam-initialize): Use renamed spam face.
11385
11386         * message.el (message-header-to, message-header-cc)
11387         (message-header-subject, message-header-newsgroups)
11388         (message-header-other, message-header-name)
11389         (message-header-xheader, message-separator, message-cited-text)
11390         (message-mml): Remove "-face" suffix from face names.
11391         (message-header-to-face, message-header-cc-face)
11392         (message-header-subject-face, message-header-newsgroups-face)
11393         (message-header-other-face, message-header-name-face)
11394         (message-header-xheader-face, message-separator-face)
11395         (message-cited-text-face, message-mml-face):
11396         New backward-compatibility aliases for renamed faces.
11397         (message-font-lock-keywords): Use renamed message faces.
11398
11399         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11400         (sieve-test-commands, sieve-tagged-arguments):
11401         Remove "-face" suffix from face names.
11402         (sieve-control-commands-face, sieve-action-commands-face)
11403         (sieve-test-commands-face, sieve-tagged-arguments-face):
11404         New backward-compatibility aliases for renamed faces.
11405         (sieve-control-commands-face, sieve-action-commands-face)
11406         (sieve-test-commands-face, sieve-tagged-arguments-face):
11407         Use renamed sieve faces.
11408
11409         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11410         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11411         (gnus-group-news-3-empty, gnus-group-news-4)
11412         (gnus-group-news-4-empty, gnus-group-news-5)
11413         (gnus-group-news-5-empty, gnus-group-news-6)
11414         (gnus-group-news-6-empty, gnus-group-news-low)
11415         (gnus-group-news-low-empty, gnus-group-mail-1)
11416         (gnus-group-mail-1-empty, gnus-group-mail-2)
11417         (gnus-group-mail-2-empty, gnus-group-mail-3)
11418         (gnus-group-mail-3-empty, gnus-group-mail-low)
11419         (gnus-group-mail-low-empty, gnus-summary-selected)
11420         (gnus-summary-cancelled, gnus-summary-high-ticked)
11421         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11422         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11423         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11424         (gnus-summary-low-undownloaded)
11425         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11426         (gnus-summary-low-unread, gnus-summary-normal-unread)
11427         (gnus-summary-high-read, gnus-summary-low-read)
11428         (gnus-summary-normal-read, gnus-splash):
11429         Remove "-face" suffix from face names.
11430         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11431         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11432         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11433         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11434         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11435         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11436         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11437         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11438         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11439         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11440         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11441         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11442         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11443         (gnus-summary-normal-ticked-face)
11444         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11445         (gnus-summary-normal-ancient-face)
11446         (gnus-summary-high-undownloaded-face)
11447         (gnus-summary-low-undownloaded-face)
11448         (gnus-summary-normal-undownloaded-face)
11449         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11450         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11451         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11452         (gnus-splash-face):
11453         New backward-compatibility aliases for renamed faces.
11454         (gnus-group-startup-message): Use renamed gnus faces.
11455
11456         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11457         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11458         (gnus-server-agent): Remove "-face" suffix from face names.
11459         (gnus-server-agent-face, gnus-server-opened-face)
11460         (gnus-server-closed-face, gnus-server-denied-face)
11461         (gnus-server-offline-face):
11462         New backward-compatibility aliases for renamed faces.
11463         (gnus-server-agent-face, gnus-server-opened-face)
11464         (gnus-server-closed-face, gnus-server-denied-face)
11465         (gnus-server-offline-face): Use renamed gnus faces.
11466
11467         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11468         Remove "-face" suffix from face names.
11469         (gnus-picon-xbm-face, gnus-picon-face):
11470         New backward-compatibility aliases for renamed faces.
11471
11472         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11473         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11474         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11475         (gnus-cite-11): Remove "-face" suffix from face names.
11476         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11477         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11478         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11479         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11480         New backward-compatibility aliases for renamed faces.
11481         (gnus-cite-attribution-face, gnus-cite-face-list)
11482         (gnus-article-boring-faces): Use renamed gnus faces.
11483
11484         * gnus-art.el (gnus-signature, gnus-header-from)
11485         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11486         (gnus-header-content): Remove "-face" suffix from face names.
11487         (gnus-signature-face, gnus-header-from-face)
11488         (gnus-header-subject-face, gnus-header-newsgroups-face)
11489         (gnus-header-name-face, gnus-header-content-face):
11490         New backward-compatibility aliases for renamed faces.
11491         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11492
11493         * gnus-sum.el (gnus-summary-selected-face)
11494         (gnus-summary-highlight): Use renamed gnus faces.
11495         * gnus-group.el (gnus-group-highlight): Likewise.
11496
11497 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11498
11499         * gnus-sieve.el (gnus-sieve-article-add-rule):
11500         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11501         * spam-stat.el (spam-stat-buffer-change-to-spam)
11502         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11503
11504         * message.el (message-is-yours-p):
11505         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11506
11507 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * mm-view.el (mm-inline-text): Withdraw the last change.
11510
11511 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11514         executing enriched-decode.
11515
11516 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11519         charset of tar files.
11520
11521 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11522
11523         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11524
11525 2005-06-04  Lute Kamstra  <lute@gnu.org>
11526
11527         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11528         information is never recorded.
11529
11530 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11531
11532         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11533
11534 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * pop3.el (pop3-apop): Run md5 in the binary mode.
11537
11538         * starttls.el (starttls-set-process-query-on-exit-flag):
11539         Use eval-and-compile.
11540
11541 2005-05-31  Simon Josefsson  <jas@extundo.com>
11542
11543         * smime.el (smime-replace-in-string): Define.
11544         (smime-cert-by-ldap-1): Use it.
11545
11546 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-art.el (article-display-x-face): Replace
11549         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11550
11551         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11552         set-process-query-on-exit-flag or process-kill-without-query.
11553
11554         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11555         loop instead of replace-regexp.
11556
11557         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11558         instead of process-kill-without-query if it is available.
11559
11560         * lpath.el: Fbind ldap-search-entries.
11561
11562         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11563         instead of find-file-hooks if it is available.
11564
11565         * mml1991.el: Bind pgg-default-user-id when compiling.
11566
11567         * mml2015.el: Bind pgg-default-user-id when compiling.
11568
11569         * nndraft.el (nndraft-request-associate-buffer):
11570         Use write-contents-functions instead of write-contents-hooks if it is
11571         available.
11572
11573         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11574         instead of find-file-hooks if it is available.
11575
11576         * nntp.el (nntp-open-connection): Replace
11577         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11578         (nntp-open-ssl-stream): Ditto.
11579         (nntp-open-tls-stream): Ditto.
11580
11581         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11582         set-process-query-on-exit-flag or process-kill-without-query.
11583         (starttls-open-stream-gnutls): Use it instead of
11584         process-kill-without-query.
11585         (starttls-open-stream): Ditto.
11586
11587 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11588
11589         * smime.el (smime-cert-by-ldap-1): Don't use
11590         replace-regexp-in-string.
11591
11592 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11593
11594         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11595
11596         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11597         in PEM format.  Adjust to the XEmacs compability.
11598
11599 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11602         by `string-to-number'.
11603         * gnus-agent.el (gnus-agent-regenerate-group)
11604         (gnus-agent-fetch-articles): Ditto.
11605         * gnus-art.el (gnus-button-fetch-group): Ditto.
11606         * gnus-cache.el (gnus-cache-generate-active)
11607         (gnus-cache-articles-in-group): Ditto.
11608         * gnus-group.el (gnus-group-set-current-level)
11609         (gnus-group-insert-group-line): Ditto.
11610         * gnus-score.el (gnus-score-set-expunge-below)
11611         (gnus-score-set-mark-below, gnus-summary-score-effect)
11612         (gnus-summary-score-entry): Ditto.
11613         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11614         (gnus-soup-pack): Ditto.
11615         * gnus-spec.el (gnus-xmas-format): Ditto.
11616         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11617         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11618         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11619         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11620         * nndb.el (nndb-get-remote-expire-response): Ditto.
11621         * nndiary.el (nndiary-parse-schedule-value)
11622         (nndiary-string-to-number, nndiary-request-replace-article)
11623         (nndiary-request-article): Ditto.
11624         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11625         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11626         * nneething.el (nneething-make-head): Ditto.
11627         * nnfolder.el (nnfolder-request-article)
11628         (nnfolder-retrieve-headers): Ditto.
11629         * nnheader.el (nnheader-file-to-number): Ditto.
11630         * nnkiboze.el (nnkiboze-request-article): Ditto.
11631         * nnmail.el (nnmail-process-unix-mail-format)
11632         (nnmail-process-babyl-mail-format): Ditto.
11633         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11634         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11635         (nnmh-request-create-group, nnmh-request-list-1)
11636         (nnmh-request-group, nnmh-request-article): Ditto.
11637         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11638         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11639         * nnsoup.el (nnsoup-make-active): Ditto.
11640         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11641         * nntp.el (nntp-find-group-and-number)
11642         (nntp-retrieve-headers-with-xover): Ditto.
11643         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11644         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11645         (pgg-format-key-identifier): Ditto.
11646         * pop3.el (pop3-last, pop3-stat): Ditto.
11647         * qp.el (quoted-printable-decode-region): Ditto.
11648
11649         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11650         of concat.
11651
11652 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11655
11656         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11657
11658         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11659
11660         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11661
11662         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11663
11664         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11665
11666         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11667         (gnus-carpal-mode): Ditto.
11668
11669         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11670         (gnus-browse-mode): Ditto.
11671
11672         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11673
11674         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11675
11676 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11677
11678         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11679
11680 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-util.el (gnus-run-mode-hooks): New function.
11683
11684         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11685
11686         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11687         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11688
11689 2005-05-27  Lute Kamstra  <lute@gnu.org>
11690
11691         * dns-mode.el (dns-mode): Specify customization group.
11692
11693 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11694
11695         * gnus-agent.el (gnus-agent-make-mode-line-string):
11696         Use mode-line-highlight as mouse-face.
11697
11698 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * canlock.el (canlock): Change the parent group to news.
11701
11702         * deuglify.el (gnus-outlook-deuglify): Add :group.
11703
11704         * dig.el (dig): Add :group.
11705
11706         * dns-mode.el (dns-mode): Add :group.
11707
11708         * encrypt.el (encrypt): Add :group.
11709
11710         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11711         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11712         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11713         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11714         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11715
11716         * gnus-diary.el (gnus-diary): Add :group.
11717
11718         * gnus.el (gnus-group-news-1-face): Add :group.
11719         (gnus-group-news-1-empty-face): Ditto.
11720         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11721         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11722         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11723         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11724         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11725         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11726         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11727         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11728         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11729         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11730         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11731         (gnus-summary-high-ticked-face): Ditto.
11732         (gnus-summary-low-ticked-face): Ditto.
11733         (gnus-summary-normal-ticked-face): Ditto.
11734         (gnus-summary-high-ancient-face): Ditto.
11735         (gnus-summary-low-ancient-face): Ditto.
11736         (gnus-summary-normal-ancient-face): Ditto.
11737         (gnus-summary-high-undownloaded-face): Ditto.
11738         (gnus-summary-low-undownloaded-face): Ditto.
11739         (gnus-summary-normal-undownloaded-face): Ditto.
11740         (gnus-summary-high-unread-face): Ditto.
11741         (gnus-summary-low-unread-face): Ditto.
11742         (gnus-summary-normal-unread-face): Ditto.
11743         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11744         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11745
11746         * hashcash.el (hashcash): New custom group.
11747         (hashcash-default-payment): Add :group.
11748         (hashcash-payment-alist): Ditto.
11749         (hashcash-default-accept-payment): Ditto.
11750         (hashcash-accept-resources): Ditto.
11751         (hashcash-path): Ditto.
11752         (hashcash-extra-generate-parameters): Ditto.
11753         (hashcash-double-spend-database): Ditto.
11754         (hashcash-in-news): Ditto.
11755
11756         * message.el (message-minibuffer-local-map): Add :group.
11757
11758         * netrc.el (netrc): Add :group.
11759
11760         * sieve-manage.el (sieve-manage-log): Add :group.
11761         (sieve-manage-default-user): Diito.
11762         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11763         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11764         (sieve-manage-authenticators): Ditto.
11765         (sieve-manage-authenticator-alist): Ditto.
11766         (sieve-manage-default-port): Ditto.
11767
11768         * sieve-mode.el (sieve-control-commands-face): Add :group.
11769         (sieve-action-commands-face): Ditto.
11770         (sieve-test-commands-face): Ditto.
11771         (sieve-tagged-arguments-face): Ditto.
11772
11773         * smime.el (smime): Add :group.
11774
11775         * spam-report.el (spam-report): Add :group.
11776
11777         * spam.el (spam, spam-face): Add :group.
11778
11779 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780
11781         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11782         return \n.\n.\n at the end of articles.  Protect against that.
11783         (nntp-with-open-group): Allow debugging.
11784
11785         * nnheader.el (mail-header-set-extra): Make into a function
11786         because I just could't understand how to quote the list properly.
11787
11788         * dns.el (query-dns-cached): New function.
11789
11790 2005-05-26  Lute Kamstra  <lute@gnu.org>
11791
11792         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11793
11794 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11797
11798         * gnus-art.el: Don't autoload mail-extract-address-components.
11799
11800         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11801         eval-and-compile to evaluate it.
11802
11803         * hashcash.el: Don't autoload executable-find.
11804
11805         * nndb.el: Don't declare the nndb back end two or more times; don't
11806         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11807
11808         * nntp.el: Autoload format-spec instead of format; use
11809         eval-and-compile to evaluate autoload forms.
11810
11811 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11812
11813         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11814
11815 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11816
11817         * gnus.el (gnus-version-number): Bump version.
11818
11819 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11820
11821         * gnus.el: No Gnus v0.3 is released.
11822
11823 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824
11825         * lpath.el (featurep): Bind show-nonbreak-escape.
11826
11827 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus-art.el (gnus-article-edit-part): Disable undo.
11830
11831 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11834         gnus-article-date-lapsed-new-header is t if date timer is active;
11835         skip headers in which the original date value is empty.
11836         (gnus-article-save-original-date): Redefine it as a macro.
11837         (gnus-display-mime): Use it.
11838
11839 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * gnus-art.el (article-date-ut): Support converting date in
11842         forwarded parts as well.
11843         (gnus-article-save-original-date): New function.
11844         (gnus-display-mime): Use it.
11845
11846 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11847
11848         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11849         enclosure element of <item>.
11850
11851 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * message.el (message-kill-buffer-query): Renamed from
11854         `message-kill-buffer-query-if-modified'.  Added :version.
11855
11856 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11859         window layout.
11860
11861 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * mml.el: Autoload dnd when compiling.
11864
11865 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11868         x-dnd-*.
11869
11870 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * qp.el (quoted-printable-encode-region): Save excursion.
11873
11874 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11875
11876         * message.el (message-kill-buffer-query-if-modified): Add new variable
11877         so the user can kill a modified message buffer quickly.
11878         (message-kill-buffer): Use it.
11879
11880 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * lpath.el: Fbind display-time-event-handler; don't fbind
11883         string-to-multibyte.
11884
11885         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11886
11887 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11890         contained in text because xml.el decodes entities) with LFs.
11891
11892 2005-04-11  Lute Kamstra  <lute@gnu.org>
11893
11894         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11895         differently.
11896
11897 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11898
11899         * mm-util.el (mm-detect-coding-region): Typo.
11900
11901 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11904
11905 2005-04-06  Deepak Goel  <deego@gnufans.org>
11906
11907         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11908         user-function allow user modifications of the scores.
11909         (spam-stat-score-buffer-user): New function, to allow
11910         user-computed modifications to the score.
11911         (spam-stat-score-buffer-user-functions): List of additional
11912         scoring functions.
11913         (spam-stat-error-holder): Global temporary error holder.
11914         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11915         variable.
11916
11917 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11918
11919         * gnus-registry.el (gnus-registry-clean-empty-function)
11920         (gnus-registry-trim, gnus-registry-fetch-groups)
11921         (gnus-registry-delete-group): Groups that match
11922         `gnus-registry-ignored-groups' are removed from the registry
11923         entries, not just ignored for splitting.  This helps clean up the
11924         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11925         to get all the groups a message ID is in.
11926
11927         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11928         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11929         (spam-stat-score-buffer-user-functions): Add :number custom type.
11930
11931 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11934         argument in XEmacs.
11935
11936         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11937         (nnrss-request-group): Decode group name first.
11938         (nnrss-request-article): Make a text/plain article if mml-to-mime
11939         failed.
11940         (nnrss-get-encoding): Return a compatible encoding according to
11941         nnrss-compatible-encoding-alist.
11942         (nnrss-find-el): Use consp instead of listp.
11943         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11944
11945 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11948         which Emacs 20 doesn't support.
11949         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11950
11951 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11954         silence the byte compiler inside the defun.
11955
11956         * gnus-demon.el (parse-time-string): Add autoload.
11957
11958         * gnus-delay.el (parse-time-string): Add autoload.
11959
11960         * gnus-art.el (parse-time-string): Add autoload.
11961
11962         * nnultimate.el (parse-time): Require for `parse-time-string'.
11963
11964 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11967
11968         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11969
11970         * smime.el (smime-ldap-host-list): Add :version.
11971
11972 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11975         pass it to `gnus-browse-read-group'.
11976         (gnus-browse-read-group): Add NUMBER argument and pass it to
11977         `gnus-group-read-ephemeral-group'.
11978
11979         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11980         argument and pass it to `gnus-group-read-group'.
11981
11982 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11983
11984         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11985         mm-xemacs-find-mime-charset-1 if we have the mule feature
11986         available at runtime.
11987
11988 2005-03-25  Werner Lemberg  <wl@gnu.org>
11989
11990         * nnmaildir.el: Replace `illegal' with `invalid'.
11991
11992 2005-03-23  Lute Kamstra  <lute@gnu.org>
11993
11994         * time-date.el: Add comment on time value formats.
11995         Don't require parse-time.
11996         (with-decoded-time-value): New macro.
11997         (encode-time-value): New function.
11998         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11999         (days-to-time): Return a valid time value when arg is huge.
12000         (time-since): Use time-subtract.
12001         (time-to-number-of-days): Use time-to-seconds.
12002
12003 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12004
12005         * gnus-start.el (gnus-display-time-event-handler):
12006         Check display-time-timer at runtime rather than only at load time
12007         in case display-time-mode is turned off in the mean time.
12008
12009 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12012         used.
12013
12014         * nneething.el (nneething-map-file-directory): Derive from
12015         `gnus-directory'.
12016
12017         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12018         the To/Cc button.
12019
12020 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * nnmaildir.el (nnmaildir-request-accept-article):
12023         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12024
12025 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12026
12027         * gnus-async.el: Require timer-funcs at compile time when in
12028         XEmacs for `run-with-idle-timer'.
12029
12030 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12031
12032         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12033         autoloaded function.
12034
12035 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12036
12037         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12038
12039 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12040
12041         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12042
12043 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12044
12045         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12046         gnus-expert-user to default.
12047
12048 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12049
12050         * nnimap.el (nnimap-open-server): Ditto.
12051
12052         * imap.el (imap-authenticate): Fix typo.
12053
12054 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12055
12056         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12057         buffer (since IMAP server might return FETCH response out of
12058         order, and the nntp buffer must be sorted).
12059
12060 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12061
12062         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12063         comparison on string.
12064
12065         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12066         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12067         (gnus-agent-summary-fetch-series): Modified to protect against
12068         gnus-agent-summary-fetch-group clearing processable flags.
12069         (gnus-agent-synchronize-group-flags): Update live group buffer as
12070         synchronization may occur due to the user toggle the plugged
12071         status.
12072         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12073         successfully downloaded.
12074         (gnus-agent-expire-group-1): Avoid using markers when the overview
12075         is in ascending order; greatly improves performance.
12076         (gnus-agent-regenerate-group): Use
12077         gnus-agent-synchronize-group-flags to reset read status in both
12078         gnus and server.
12079         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12080
12081 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * message.el: Don't autoload former message-utils variables.
12084         (message-strip-subject-trailing-was): Change doc string.
12085
12086         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12087         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12088         (nnweb-google-search): Add "hl=en" here.
12089         (nnweb-google-parse-1, nnweb-google-create-mapping):
12090         Don't hardcode URL.
12091
12092 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * message.el (message-get-reply-headers, message-followup):
12095         Mention related variables `message-use-followup-to' and
12096         `message-use-mail-followup-to', in the information buffer.
12097
12098         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12099         of broken groups(-beta).google.com.
12100
12101 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12102
12103         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12104         parameter to invoked gnus-request-move-article; remove the
12105         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12106         all at once instead of once per article.
12107         (gnus-summary-remove-process-mark): Accept a list of articles as
12108         well as a single article for processing.
12109
12110         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12111         parameter.
12112
12113         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12114
12115         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12116
12117         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12118         parameter.
12119
12120         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12121         parameter.
12122
12123         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12124         parameter and remove the gnus-sum-hint-move-is-internal variable.
12125
12126         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12127         parameter.
12128
12129         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12130         parameter.
12131
12132         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12133         parameter.
12134
12135         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12136
12137         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12138         parameter.
12139
12140         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12141         parameter.
12142
12143 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12144
12145         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12146         a more conservative way.
12147
12148 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12149
12150         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12151         buffer, so it moves the window's cursor.
12152
12153 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12154
12155         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12156         `mm-dissect-multipart' and receive the from field as an (optional)
12157         argument from `mm-dissect-multipart'.
12158         (mm-dissect-multipart): Receive the from field as an argument and
12159         pass it on when we call `mm-dissect-buffer' on MIME parts.
12160         Fixes verification/decryption of signed/encrypted MIME parts.
12161
12162 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12163
12164         * gnus-sum.el (gnus-summary-move-article): Set
12165         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12166         whatever it calls (right now, only nnimap-request-move article
12167         respects it).
12168
12169         * nnimap.el (nnimap-request-move-article): When
12170         gnus-sum-hint-move-is-internal is set, don't do the extra
12171         nnimap-request-article.
12172
12173 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12176
12177         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12178         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12179
12180         * gnus-sum.el (gnus-summary-caesar-message):
12181         Apply `gnus-treat-article' after rotation.
12182
12183         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12184         doc string.
12185
12186 2005-02-22  Simon Josefsson  <jas@extundo.com>
12187
12188         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12189         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12190         <arne@arnested.dk>.
12191         (encrypt): Add password-cache and password-cache-expiry as group
12192         members.
12193
12194 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12195
12196         * smime.el (smime-ldap-host-list): Doc fix.
12197         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12198         cache) password.
12199         (smime-sign-region): Use it.
12200         (smime-decrypt-region): Use it.
12201         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12202         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12203         fails.
12204         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12205         certificate from DER to PEM format rather than calling openssl.
12206
12207         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12208
12209         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12210         for signing/encryption.
12211
12212         * mml.el (mml-parse-1): Use them.
12213
12214 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12215
12216         * nnrss.el (nnrss-verbose): Removed.
12217         (nnrss-request-group): Use `nnheader-message' instead.
12218
12219 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12220
12221         * nnrss.el (nnrss-verbose): New variable.
12222         (nnrss-request-group): Make it say nnrss is requesting a group.
12223
12224 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12227         Handle news URL with given port correctly.
12228
12229 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12232         containing special characters.
12233
12234         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12235
12236         * mml.el (mime-to-mml): Ditto.
12237
12238         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12239         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12240         (rfc2047-decode-region): Quote decoded words containing special
12241         characters when rfc2047-quote-decoded-words-containing-tspecials
12242         is non-nil.
12243
12244 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12245
12246         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12247
12248         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12249
12250 2005-02-15  Simon Josefsson  <jas@extundo.com>
12251
12252         * nnimap.el (nnimap-debug): Doc fix.
12253
12254         * imap.el (imap-debug): Doc fix.
12255
12256 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12259
12260 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12261
12262         * gnus.el (spam-contents): Improve docs for spam-contents
12263         parameter in its variable incarnation.
12264
12265 2005-02-14  Simon Josefsson  <jas@extundo.com>
12266
12267         * smime-ldap.el: Use require instead of load-library for ldap.
12268         (smime-ldap-search): Indent.
12269         (smime-ldap-search-internal): Shorten line.
12270
12271         * smime.el (smime-cert-by-dns): Add doc-string.
12272         (smime-cert-by-ldap-1): Indent.
12273
12274         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12275         mml-smime-get-dns-ldap.
12276         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12277
12278 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12279
12280         * smime.el: Require smime-ldap.
12281         (smime-ldap-host-list): New variable.
12282         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12283
12284         * mml-smime.el (mml-smime-encrypt-query): New function.
12285         (mml-smime-encrypt-query): Use it.
12286
12287         * smime-ldap.el: New file.
12288
12289 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12292
12293 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12296         argument in doc string.  Make query for type more clear.
12297
12298 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12299
12300         * gnus.el (gnus-group-startup-message): Search for gnus images in
12301         etc/images/gnus.
12302         * mm-util.el (mm-image-load-path): Likewise.
12303         * smiley.el (smiley-data-directory): Search for smilies in
12304         etc/images/smilies.
12305
12306 2005-02-09  Kim F. Storm  <storm@cua.dk>
12307
12308         Change Emacs release version from 21.4 to 22.1 throughout.
12309         Change Emacs development version from 21.3.50 to 22.0.50.
12310
12311 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12314
12315         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12316         non-Mule XEmacs as well.
12317         (mm-decompress-buffer): Signal an error intentionally if it does
12318         not decompress compressed data because auto-compression-mode is
12319         disabled.
12320
12321 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12322
12323         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12324         an ID in the registry even if it has no groups.
12325
12326 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12329         merge it into mm-decompress-buffer.
12330         (gnus-mime-copy-part): Use the MIME part charset, the value which
12331         a user specified or gnus-newsgroup-charset for decoding, like
12332         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12333         save-buffer what was used.  Suggested by Kevin Ryde
12334         <user42@zip.com.au>.
12335         (gnus-mime-inline-part): Allow the name parameter as well as the
12336         filename parameter; force decompressing of compressed data; always
12337         display contents being not decoded as unibyte.
12338
12339         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12340         as well as the filename parameter.
12341
12342         * mm-util.el (mm-decompress-buffer): Merge
12343         gnus-mime-jka-compr-maybe-uncompress.
12344         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12345         of compressed data.
12346
12347 2005-02-08  Simon Josefsson  <jas@extundo.com>
12348
12349         * imap.el (imap-log): Doc fix.
12350
12351 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12354         the coding cookies; decompress compressed parts.
12355
12356         * mml.el (mml-generate-mime-1): Add the charset parameter according
12357         to the value which a user specified manually or the coding cookie.
12358
12359         * mm-util.el (mm-string-to-multibyte): New function.
12360         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12361         (mm-coding-system-to-mime-charset): New function.
12362         (mm-decompress-buffer): New function.
12363         (mm-find-buffer-file-coding-system): New function.
12364
12365         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12366         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12367         parts.
12368
12369 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12370
12371         * mm-view.el (mm-display-inline-fontify): Decode a part according
12372         to the charset parameter.
12373
12374 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12377         prefix arg is neither nil nor a number, as info specifies.
12378
12379 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12382         timestamps.
12383
12384 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12385
12386         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12387         groups error checking and notify user.
12388
12389 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12390
12391         * message.el (message-send-mail-function): Check existence of
12392         sendmail-program first before using default value
12393         `message-send-mail-with-sendmail'.  Otherwise use more generic
12394         `smtpmail-send-it'.
12395
12396 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * nntp.el (nntp-request-update-info): Always return nil.
12399
12400 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12401
12402         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12403
12404 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12405
12406         * message.el (message-beginning-of-line): Change the behavior when
12407         invoked between BOL and : so that it first moves backward.
12408
12409 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12412         article buffer when editing of the article is discarded.
12413         (gnus-article-prepare): Revert.
12414
12415 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-art.el (gnus-article-prepare):
12418         Remove message-strip-forbidden-properties from the local hook.
12419
12420 2005-01-27  Simon Josefsson  <jas@extundo.com>
12421
12422         * password.el (password-cache-add): Only start one timer per key.
12423         Reported by Derek Atkins <warlord@MIT.EDU>.
12424
12425 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12426
12427         * run-at-time.el: Removed.  It is no longer needed as
12428         timer-funcs.el in the xemacs-base package has a working version of
12429         `run-at-time'.
12430
12431         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12432
12433         * password.el: Require timer-funcs instead of run-at-time in
12434         XEmacs.
12435         Remove `password-run-at-time' macro.
12436         (password-cache-add): Use `run-at-time' instead of
12437         `password-run-at-time'.
12438
12439         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12440         Remove `nnheader-cancel-function-timers' alias,
12441         `cancel-function-timers' exists in XEmacs in timer-funcs.
12442
12443         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12444         for `run-with-idle-timer'.
12445
12446         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12447         for `run-at-time'.
12448
12449         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12450         for `with-timeout'.
12451
12452         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12453         the same as for XEmacs 21.4.
12454         No need to ignore `run-with-idle-timer', this function exists in
12455         XEmacs now in timer-funcs.el in the xemacs-base package.
12456         (dgnushack-compile): No need to delete
12457         run-at-time.el from the list of files to compile because it
12458         doesn't exist anymore.
12459
12460 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12463         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12464
12465 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12466
12467         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12468         sensitively.
12469
12470 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12471
12472         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12473
12474 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12477         which will be inserted according to the multibyteness of a buffer
12478         rather than the type of contents.  Suggested by ARISAWA Akihiro
12479         <ari@mbf.ocn.ne.jp>.
12480
12481         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12482         of string which old xml.el may return rather than a string.
12483
12484 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12487
12488 2005-01-16  Simon Josefsson  <jas@extundo.com>
12489
12490         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12491         idn/idna.el isn't available.
12492         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12493         <michael@waxrat.com>.
12494
12495         * hashcash.el: Remove non-FSF copyright header.
12496
12497         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12498         (hashcash-generate-payment): Use it.
12499         (hashcash-generate-payment-async): Use it.
12500
12501 2005-01-15  Simon Josefsson  <jas@extundo.com>
12502
12503         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12504         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12505
12506         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12507         gnus-summary-idna-message.
12508         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12509         (gnus-summary-idna-message): New function.
12510
12511 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12514         gnus-novice-user.
12515
12516 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * nnrss.el (nnrss-request-delete-group): Delete entries in
12519         nnrss-group-alist as well.
12520         (nnrss-save-server-data): Insert newline.
12521
12522 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * gnus.el (gnus-user-agent): Use list of symbols instead of
12525         symbols.  Display full version number for (S)XEmacs.  Optionally
12526         display (S)XEmacs codename.
12527
12528         * gnus-util.el (gnus-emacs-version): Update for new
12529         `gnus-user-agent'.
12530
12531         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12532         Gnus version.
12533
12534 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12537         which is unreadable in some setups.
12538
12539 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-spec.el (gnus-update-format-specifications): Flush the
12542         group format spec cache if it doesn't support decoded group names.
12543
12544 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12547         Allow to apply decay on score files matching a regexp.
12548
12549 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12552         compatibility in %g and %c.
12553
12554 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12557         name for only %g and %c.
12558         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12559         of gnus-tmp-group to decoded group name.
12560         (gnus-group-make-rss-group): Exclude `/'s from group names.
12561
12562 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * nnrss.el (nnrss-get-encoding): Fix regexp.
12565
12566 2004-12-27  Simon Josefsson  <jas@extundo.com>
12567
12568         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12569         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12570         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12571
12572 2004-12-17  Kim F. Storm  <storm@cua.dk>
12573
12574         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12575
12576         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12577
12578 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12579
12580         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12581
12582 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * nnrss.el: Require rfc2047 and mml.
12585         (nnrss-file-coding-system): New variable.
12586         (nnrss-format-string): Redefine it as an inline function.
12587         (nnrss-decode-group-name): New function.
12588         (nnrss-string-as-multibyte): Remove.
12589         (nnrss-retrieve-headers): Decode group name; don't use
12590         nnrss-format-string.
12591         (nnrss-request-group): Decode group name.
12592         (nnrss-request-article): Decode group name; allow a Message-ID as
12593         well as an article number; don't use nnrss-format-string; encode a
12594         Message-ID string which may contain non-ASCII characters; use
12595         mml-to-mime to compose a MIME article.
12596         (nnrss-request-expire-articles): Decode group name.
12597         (nnrss-request-delete-group): Decode group name.
12598         (nnrss-fetch): Clarify error message.
12599         (nnrss-read-server-data): Use insert-file-contents instead of load;
12600         bind file-name-coding-system; use multibyte buffer.
12601         (nnrss-save-server-data): Bind coding-system-for-write to the
12602         value of nnrss-file-coding-system; bind file-name-coding-system;
12603         add coding cookie.
12604         (nnrss-read-group-data): Use insert-file-contents instead of load;
12605         bind file-name-coding-system; use multibyte buffer.
12606         (nnrss-save-group-data): Bind coding-system-for-write to the
12607         value of nnrss-file-coding-system; bind file-name-coding-system.
12608         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12609         make it work with non-ASCII text.
12610         (nnrss-find-el): Make it work with old xml.el as well.
12611
12612 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12613
12614         * nnrss.el (nnrss-get-encoding): New function.
12615         (nnrss-fetch): Use unibyte buffer initially; bind
12616         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12617         decode contents according to the encoding attribute.
12618         (nnrss-save-group-data): Add coding cookie.
12619         (nnrss-mime-encode-string): New function.
12620         (nnrss-check-group): Use it to encode subject and author.
12621
12622 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12623
12624         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12625         imaginary variable.
12626
12627 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12630         correctly even if there are wide characters.
12631
12632 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12633
12634         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12635         downcased symbol names; make a new cache instead of reusing
12636         bbdb-hashtable.
12637
12638 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12641         concatenating segments rather than before concatenating them.
12642         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12643
12644         * message.el (message-get-reply-headers): Bind `extra'.
12645
12646 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12647
12648         * message.el (message-extra-wide-headers): New variable.
12649         (message-get-reply-headers): Use it.
12650
12651 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12654         (gnus-agent-group-pathname): Ditto.
12655
12656         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12657
12658         * gnus-group.el (gnus-group-make-group): Decode group name.
12659         (gnus-group-make-rss-group): Register the group data after opening
12660         the nnrss group.
12661
12662 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12663
12664         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12665         by expiry now get marked as read.
12666
12667 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12670
12671 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12672
12673         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12674         unify Latin characters in XEmacs.
12675         (mm-find-mime-charset-region): Use it.
12676
12677 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-util.el (gnus-delete-directory): New function.
12680
12681         * gnus-agent.el (gnus-agent-delete-group): Use it.
12682
12683         * gnus-cache.el (gnus-cache-delete-group): Use it.
12684
12685 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12688         names.
12689
12690 2004-12-16  Simon Josefsson  <jas@extundo.com>
12691
12692         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12693
12694 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12697
12698         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12699         (gnus-group-set-current-level): Decode group name.
12700
12701 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12702
12703         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12704         failed.
12705
12706 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-group.el (gnus-group-delete-group): Decode group name.
12709         (gnus-group-make-rss-group): Encode group name.
12710         (gnus-group-catchup-current): Decode group name.
12711         (gnus-group-kill-group): Decode group name.
12712
12713 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12714
12715         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12716
12717 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-group.el (gnus-group-make-rss-group):
12720         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12721
12722         * gnus-start.el (gnus-setup-news): Honor user's setting to
12723         gnus-message-archive-method.  Suggested by Lute Kamstra
12724         <lute@gnu.org>.
12725
12726 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12727
12728         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12729         global counterparts of the buffer-local variables.
12730
12731 2004-11-16  Romain Francoise  <romain@orebokech.com>
12732
12733         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12734         counterparts of the buffer-local variables.
12735
12736 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * message.el (message-forbidden-properties): Fixed typo in doc
12739         string.
12740
12741 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12742
12743         * gnus-util.el (gnus-replace-in-string): Added doc string.
12744
12745         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12746         to avoid problems when splitting mails with many recipients.
12747
12748 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12749
12750         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12751         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12752
12753 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12754
12755         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12756         if there is no hashtable in memory or file modification time is
12757         newer than cached timestamp.
12758
12759 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12762         not-matching option.
12763
12764 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12767         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12768         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12769         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12770         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12771         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12772
12773 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * message.el (message-forward-make-body-mml): Remove headers
12776         according to message-forward-ignored-headers if a message is decoded.
12777
12778 2004-12-02  Romain Francoise  <romain@orebokech.com>
12779
12780         * message.el (message-forward-make-body-plain): Always remove
12781         headers according to message-forward-ignored-headers.
12782
12783 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12784
12785         * spam.el (spam-summary-prepare-exit): Remove the
12786         gnus-summary-limit pop for now, it has problems with ham marks for
12787         me.
12788
12789 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12790
12791         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12792         correctly.
12793
12794 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12795
12796         * format-spec.el (format-spec): Message the char.
12797
12798 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12799
12800         * gnus-art.el (gnus-split-methods): Reformat comments.
12801
12802         * spam.el (spam-summary-prepare-exit): Remove article limits
12803         before exiting the summary buffer.
12804
12805 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12808         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12809
12810         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12811         order to silence the byte compiler.
12812
12813         * spam.el: Fix the way to silence the byte compiler, which
12814         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12815         bbdb-search-simple, spam-BBDB-register-routine,
12816         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12817         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12818         spam-stat-buffer-is-spam, spam-stat-load,
12819         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12820         spam-stat-save and spam-stat-split-fancy.
12821
12822 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12825         which may confuse users.
12826         (canlock-password-for-verify): Ditto.
12827
12828         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12829
12830         * gnus-art.el (gnus-emphasis-alist): Ditto.
12831
12832         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12833
12834         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12835
12836         * gnus-start.el (gnus-save-killed-list): Ditto.
12837
12838         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12839         (gnus-sum-thread-tree-root): Ditto.
12840         (gnus-sum-thread-tree-false-root): Ditto.
12841         (gnus-sum-thread-tree-single-indent): Ditto.
12842
12843         * message.el (message-courtesy-message): Ditto.
12844         (message-archive-note): Ditto.
12845         (message-subscribed-address-file): Ditto.
12846         (message-user-fqdn): Ditto.
12847
12848         * spam-report.el (spam-report-gmane-regex): Ditto.
12849
12850         * spam.el (spam-blackhole-good-server-regex): Ditto.
12851
12852 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * mml.el (mml-preview): Widen the message buffer before copying
12855         the contents to the preview buffer; sort headers before previewing.
12856
12857         * message.el (message-hidden-headers): Fix the way to avoid a bug
12858         in the `repeat' widget in Emacs 21.3 or earlier.
12859
12860 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * message.el (message-hidden-headers): Default to "^References:".
12863         Improve customization type.  Suggested by Reiner Steib
12864         <Reiner.Steib@gmx.de>.
12865
12866 2004-11-25  Romain Francoise  <romain@orebokech.com>
12867
12868         * message.el (message-strip-forbidden-properties): Remove check for
12869         obsolete `message-hidden' text property, hidden headers are not
12870         accessible in the buffer anymore.
12871
12872 2004-11-22  Romain Francoise  <romain@orebokech.com>
12873
12874         * message.el (message-header-format-alist): Add `From' in list
12875         so that it can be sorted.
12876         (message-fix-before-sending): Widen and sort headers before
12877         sending.
12878         (message-hide-headers): Use narrowing to hide headers by moving
12879         them to the top of the buffer and narrowing to the region
12880         underneath.
12881
12882 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12883
12884         * message.el (message-strip-forbidden-properties): Bind
12885         buffer-read-only (etc) to nil.
12886
12887 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12890         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12891
12892 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12893
12894         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12895
12896 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12897
12898         * dns.el (query-dns): Use sit-for to time instead of
12899         accept-process-output, since that doesn't seem to work on udp
12900         sockets.
12901
12902 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12905
12906 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12907
12908         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12909         doc string.  Improve doc string.
12910
12911 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * nntp.el (nntp-request-update-info): Return nil if
12914         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12915         may not call gnus-activate-group which uselessly issues the GROUP
12916         commands for all nntp groups and wastes time.  Reported by Romain
12917         Francoise <romain@orebokech.com>.
12918
12919         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12920
12921 2004-11-15  Simon Josefsson  <jas@extundo.com>
12922
12923         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12924         headers separately.
12925         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12926         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12927
12928 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * gnus-start.el (gnus-convert-old-newsrc):
12931         Assign legacy-gnus-agent to 5.10.7.
12932
12933 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12934
12935         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12936         start of the lines.
12937
12938 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12939
12940         * hashcash.el (hashcash-default-payment): Change default to 20.
12941         (hashcash-default-accept-payment): Change default to 20.
12942         (hashcash-process-alist): New variable.
12943         (hashcash-generate-payment-async): Add.
12944         (hashcash-already-paid-p): Add.
12945         (hashcash-insert-payment): Don't generate payments twice.
12946         (hashcash-insert-payment-async): Add.
12947         (hashcash-insert-payment-async-2): Add.
12948         (hashcash-cancel-async): Add.
12949         (hashcash-wait-async): Add.
12950         (hashcash-processes-running-p): Add.
12951         (hashcash-wait-or-cancel): Add.
12952         (mail-add-payment): New optional argument.  Conditionally start
12953         asynchronous calculation.
12954         (mail-add-payment-async): Add.
12955
12956         * message.el (message-send-mail): Wait for asynchronous hashcash
12957         results.  Don't clobber existing X-Hashcash headers.
12958         (message-setup-1): Call mail-add-payment-async when
12959         message-generate-hashcash is non-nil.
12960
12961 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12962
12963         * message.el (message-use-alternative-email-as-from): Examine the
12964         From header as well; use message-make-from in order to include a
12965         user's full name.
12966
12967 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12970         default; improve customization type.
12971         (gnus-emphasis-custom-with-format): New macro.
12972         (gnus-emphasis-custom-value-to-external): New function.
12973         (gnus-emphasis-custom-value-to-internal): New function.
12974
12975 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12976
12977         * dns.el (query-dns): Resolve reverse addresses.
12978
12979 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12980
12981         * gnus-group.el (gnus-group-get-new-news): Use it.
12982
12983         * gnus-start.el (gnus-check-reasonable-setup): New function.
12984
12985 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12988         "Args out of range" error.  Reported by Arnaud Giersch
12989         <arnaud.giersch@free.fr>.
12990
12991 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12992
12993         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12994
12995 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12996
12997         * spam.el (spam group): Add :version.
12998
12999         * pgg-def.el (pgg group): Add :version.
13000
13001 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * gnus-art.el (gnus-article-edit-article): Don't associate the
13004         article buffer with a draft file.  This is a temporary measure
13005         against the 2004-08-22 change to gnus-article-edit-mode.
13006
13007 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13010         (html2text-format-tags): Remove unused variable `attr'.
13011
13012 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13015
13016         * tls.el (tls-process-connection-type, tls-success)
13017         (tls-certtool-program): Add :version.
13018
13019         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13020         (starttls-extra-arguments, starttls-process-connection-type)
13021         (starttls-connect, starttls-failure, starttls-success): Add :version.
13022
13023         * spam-stat.el (spam-stat): Add :version.
13024
13025         * sieve.el (sieve): Add :version.
13026
13027         * sha1.el (sha1): Add :version.
13028         (sha1-use-external): Remove redundant version.
13029
13030         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13031         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13032         (nnmail-split-fancy-match-partial-words)
13033         (nnmail-split-lowercase-expanded): Add :version.
13034
13035         * nndiary.el (nndiary): Add :version.
13036
13037         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13038
13039         * mml-sec.el (mml-default-sign-method)
13040         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13041         Add :version.
13042
13043         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13044
13045         * mm-url.el (mm-url-use-external, mm-url-program)
13046         (mm-url-arguments): Add :version.
13047
13048         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13049         (mm-attachment-file-modes, mm-decrypt-option)
13050         (mm-w3m-safe-url-regexp): Add :version.
13051
13052         * message.el (message-cite-prefix-regexp)
13053         (message-sendmail-envelope-from, message-minibuffer-local-map)
13054         (message-user-fqdn, message-completion-alist): Add :version.
13055
13056         * gnus-win.el (gnus-configure-windows-hook)
13057         (gnus-use-frames-on-any-display): Add :version.
13058
13059         * gnus-art.el (gnus-article-address-banner-alist)
13060         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13061         (gnus-treat-from-picon, gnus-treat-mail-picon)
13062         (gnus-treat-x-pgp-sig): Add :version.
13063
13064         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13065         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13066         (gnus-summary-article-delete-hook)
13067         (gnus-summary-display-while-building): Add :version.
13068
13069         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13070         (gnus-get-top-new-news-hook): Add :version.
13071
13072         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13073         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13074
13075         * gnus-registry.el (gnus-registry): Add :version.
13076
13077         * gnus-spec.el (gnus-use-correct-string-widths)
13078         (gnus-make-format-preserve-properties): Add :version.
13079
13080         * gnus.el (gnus-group-charter-alist)
13081         (gnus-group-fetch-control-use-browse-url)
13082         (gnus-install-group-spam-parameters): Add :version.
13083
13084         * gnus-diary.el (gnus-diary): Add :version.
13085
13086         * gnus-delay.el (gnus-delay): Add :version.
13087
13088         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13089         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13090         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13091         Add :version.
13092
13093         * gnus-agent.el (gnus-agent-max-fetch-size)
13094         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13095         (gnus-agent-prompt-send-queue): Add :version.
13096
13097         * deuglify.el (gnus-outlook-deuglify): Add :version.
13098
13099         * html2text.el: Beautify code.  Improve doc strings.  Some
13100         checkdoc cleanup.
13101         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13102
13103 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13104
13105         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13106
13107 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13108
13109         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13110         when package is loaded.
13111
13112         * spam.el (spam-summary-score-preferred-header): Add global preference
13113         for people who want to override the default SpamAssassin over
13114         Bogofilter preference (when both are set).
13115         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13116         (spam-user-format-function-S): Check
13117         spam-summary-score-preferred-header.
13118         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13119         (spam-user-format-function-S): Format the score correctly.
13120
13121 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13124         signature file.  Suggested by Manoj Srivastava
13125         <srivasta@golden-gryphon.com>.
13126
13127         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13128         iso-2022-jp even in the Japanese language environment.
13129         Suggested by Jason Rumney <jasonr@gnu.org>.
13130
13131 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13134         use the same characters as the dummy marks; make it free from
13135         getting affected by the language environment.
13136         (gnus-summary-read-group-1): Update mark positions only when the
13137         format spec is updated.
13138
13139         * gnus-spec.el (gnus-update-format-specifications): Return a list
13140         of updated types.
13141
13142 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13145         of boundp to check if display-warning is available.
13146
13147 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13148
13149         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13150
13151 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * nnspool.el (nnspool-spool-directory): Use news-path if the
13154         news-directory variable is not bound.
13155
13156         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13157         function instead of display-warning if it is not available.
13158
13159 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13162         v5-10: Use `point-at-bol'.
13163
13164 2004-10-26  Simon Josefsson  <jas@extundo.com>
13165
13166         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13167         <chenggao@gmail.com>.
13168
13169 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13172         instead.
13173
13174 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13175
13176         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13177         to remove a server from the nnimap-server-buffer-alist.
13178         (nnimap-open-connection, nnimap-close-server): Use it.
13179
13180         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13181
13182 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13185         running the major-mode function.
13186
13187 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13190         dummy marks in the right way.
13191
13192 2004-10-18  David Edmondson  <dme@dme.org>
13193
13194         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13195         excessively.
13196
13197 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * gnus-util.el (gnus-split-references): Accept a nil references
13200         string and go on blissfully.
13201
13202         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13203         cases where the references string is non-nil but has no references.
13204
13205         * encrypt.el: Add autoload tags.
13206
13207         * spam.el (spam-resolve-registrations-routine): Remove article
13208         from unregistration list too.  Reported by David Hanak
13209         <dhanak@isis.vanderbilt.edu>
13210
13211 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13214         nil.  Changed custom type.
13215
13216 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13219
13220         * gnus-sum.el (gnus-summary-move-article): Use it.
13221
13222 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13223
13224         * encrypt.el: Add autoload cookies.
13225
13226         * spam.el (spam-backend-article-list-property)
13227         (spam-backend-get-article-todo-list)
13228         (spam-backend-put-article-todo-list)
13229         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13230         Resolve registrations separately.
13231         (spam-register-routine): Format comments.
13232         (spam-unregister-routine, spam-register-routine): Always call with
13233         specific-articles, no default list.
13234         (spam-summary-prepare-exit): Use the spam-classifications function.
13235
13236         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13237         gnus-encrypt.el.
13238
13239         * encrypt.el: Copied from gnus-encrypt.el.
13240
13241         * gnus-encrypt.el: Commented that it's obsolete.
13242
13243 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13246         (gnus-score-save): Use it.
13247
13248         * message.el (message-bury): Use `window-dedicated-p'.
13249
13250 2004-10-15  Simon Josefsson  <jas@extundo.com>
13251
13252         * pop3.el (top-level): Don't require nnheader.
13253         (pop3-read-timeout): Add.
13254         (pop3-accept-process-output): Add.
13255         (pop3-read-response, pop3-retr): Use it.
13256
13257 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13258
13259         * spam.el (spam-register-routine): Move comment.
13260         (spam-verify-bogofilter): Use 'unknown for the initial
13261         spam-bogofilter-valid state, not 'never.
13262
13263         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13264         for netrc-machine.
13265
13266         * nnimap.el (nnimap-open-connection): Use
13267         netrc-machine-user-or-password.
13268
13269 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13270
13271         * gnus-registry.el (gnus-registry-unload-hook):
13272         Set as a variable with add-hook.
13273
13274         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13275         of news-path.
13276
13277         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13278
13279         * spam.el: Delete duplicate `provide'.
13280         (spam-unload-hook): Set as a variable with add-hook.
13281
13282 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13283
13284         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13285         in the doc string.
13286
13287         * message.el (message-ignored-news-headers)
13288         (message-ignored-supersedes-headers)
13289         (message-ignored-resent-headers)
13290         (message-forward-ignored-headers): Improve custom type.
13291
13292 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * message.el (message-tokenize-header): Fix 2004-09-06 change
13295         which used point-min in the wrong place.
13296
13297 2004-10-12  Simon Josefsson  <jas@extundo.com>
13298
13299         * tls.el (tls-certtool-program): New variable.
13300         (tls-certificate-information): New function, based on
13301         ssl-certificate-information.
13302
13303 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * compface.el: Move the version of ELisp-based uncompface program
13306         to the contrib directory because of the copyright problem.
13307
13308 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * message.el (message-kill-buffer): Raise the current frame.
13311
13312 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13315
13316         * gnus.el (message-y-or-n-p): Autoload.
13317
13318         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13319         (pop3-password-required, pop3-authentication-scheme)
13320         (pop3-leave-mail-on-server): Made customizable.
13321         (pop3): New custom group.
13322         (pop3-retr): Remove `sleep-for' statements.
13323         Suggested by Dave Love <fx@gnu.org>.
13324
13325         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13326         Windows/DOS.
13327
13328         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13329         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13330         Dave Love <fx@gnu.org>.
13331
13332         * mml.el (mml-minibuffer-read-disposition): Require match.
13333         Suggested by Dave Love <fx@gnu.org>.
13334
13335 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13338         doc string.
13339
13340 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13343
13344 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13345
13346         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13347         instead of calling `mm-insert-inline', to decode text/* parts
13348         before displaying them.
13349
13350 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * mm-uu.el (mm-uu-text-plain-type): New variable.
13353         (mm-uu-pgp-signed-extract-1): Use it.
13354         (mm-uu-pgp-encrypted-extract-1): Use it.
13355         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13356         bind mm-uu-text-plain-type with that value.
13357         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13358         mm-uu-dissect.
13359
13360 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gnus-group.el (gnus-update-group-mark-positions):
13363         * gnus-sum.el (gnus-update-summary-mark-positions):
13364         * message.el (message-check-news-body-syntax):
13365         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13366         of string-as-multibyte.
13367
13368 2004-10-05  Juri Linkov  <juri@jurta.org>
13369
13370         * gnus-group.el (gnus-update-group-mark-positions):
13371         * gnus-sum.el (gnus-update-summary-mark-positions):
13372         * message.el (message-check-news-body-syntax):
13373         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13374         8-bit unibyte values to a multibyte string for search functions.
13375
13376 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13379         (mm-uu-dissect-text-parts): New function.
13380
13381         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13382         dissect text parts.
13383
13384         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13385         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13386
13387         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13388
13389         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13390         gnus-current-topics instead of gnus-current-topic.
13391
13392 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13393
13394         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13395
13396 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13397
13398         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13399         where approriate.
13400
13401         * nnml.el (nnml-generate-active-info): do.
13402
13403         * nndiary.el (nndiary-generate-active-info): do.
13404
13405         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13406         (gnus-topic-move): do.
13407
13408         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13409         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13410
13411         * gnus-srvr.el (gnus-server-prepare)
13412         (gnus-server-open-all-servers): do.
13413
13414         * gnus-msg.el (gnus-summary-cancel-article)
13415         (gnus-summary-resend-message)
13416         (gnus-summary-mail-crosspost-complaint): do.
13417
13418         * gnus-move.el (gnus-change-server): do.
13419
13420         * gnus-group.el (gnus-group-unmark-all-groups)
13421         (gnus-group-set-current-level): do.
13422
13423 2004-10-04  Simon Josefsson  <jas@extundo.com>
13424
13425         * message.el (message-generate-hashcash): Doc fix.
13426
13427 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13428
13429         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13430         avoid infinite recursion via gnus-get-function.
13431
13432 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13433
13434         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13435
13436         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13437
13438         * nnmail.el (nnmail-split-history): do.
13439
13440         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13441         (nnml-request-delete-group): do.
13442
13443         * nnslashdot.el (nnslashdot-read-groups): do.
13444
13445         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13446         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13447
13448         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13449         (nnspool-sift-nov-with-sed): Use last.
13450         (nnspool-retrieve-headers-with-nov): Use mapc.
13451         (nnspool-request-newgroups): Use dolist.
13452         (nnspool-request-group): Use last.
13453
13454         * nntp.el (nntp-read-server-type): Use dolist.
13455
13456         * nnvirtual.el (nnvirtual-create-mapping)
13457         (nnvirtual-update-read-and-marked): Use dolist.
13458         (nnvirtual-convert-headers): Simplify.
13459
13460 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13461
13462         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13463         support for sync'ing tick marks.
13464
13465 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13468         there's no visible header.
13469
13470 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13471
13472         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13473         necessary, pass full group name to gnus-request-set-marks.
13474
13475 2004-10-01  Simon Josefsson  <jas@extundo.com>
13476
13477         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13478         acroread.
13479
13480 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13481
13482         * spam-report.el (spam-report-gmane): Fix interactive.
13483
13484         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13485
13486         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13487         when writing file.
13488         (gnus-agent-synchronize-flags): Don't default to being
13489         interactive.
13490
13491 2004-09-30  Simon Josefsson  <jas@extundo.com>
13492
13493         * message.el (message-generate-hashcash): Add.
13494         (message-send-mail): Use it, call mail-add-payment.
13495
13496 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13497
13498         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13499
13500 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13501
13502         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13503         gnus-requst-update-info with explicit code to sync the in-memory
13504         info read flags with the marks being sync'd to the backend.
13505
13506         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13507
13508 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13509
13510         * spam.el (spam-verify-bogofilter): Add new function.
13511         (spam-check-bogofilter)
13512         (spam-bogofilter-register-with-bogofilter): Use it.
13513         (spam-verify-bogofilter): Add small fixes.
13514
13515 2004-09-28  Simon Josefsson  <jas@extundo.com>
13516
13517         * hashcash.el (hashcash-generate-payment): Revert.
13518
13519 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13520
13521         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13522         gnus-extract-references instead of gnus-split-references.
13523
13524         * gnus-util.el (gnus-extract-references): Add new function, analogous
13525         to gnus-split-references but extracts only the message-ID without
13526         anything extra.
13527
13528         * hashcash.el (hashcash-generate-payment)
13529         (hashcash-check-payment): Do the right thing if hashcash-path is
13530         nil (because the hashcash program could not be found).
13531
13532         * spam.el (spam-use-hashcash): Remove comment.
13533
13534 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13535
13536         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13537         (gnus-cache-enter-article, gnus-cache-remove-article)
13538         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13539
13540         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13541
13542         * gnus-art.el (article-hide-boring-headers)
13543         (article-translate-strings, article-display-face)
13544         (gnus-article-mime-match-handle-first)
13545         (gnus-article-highlight-headers)
13546         (gnus-article-add-buttons-to-head): do.
13547
13548 2004-09-27  Simon Josefsson  <jas@extundo.com>
13549
13550         * hashcash.el: New version, from
13551         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13552         ../contrib/.
13553
13554 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13557
13558 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13559
13560         * gnus-dup.el (gnus-dup-open): Use mapc.
13561         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13562
13563         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13564         Reported by Stefan Wiens <s.wi@gmx.net>.
13565
13566         * gnus.el (gnus-shutdown): Use dolist.
13567
13568         * gnus-undo.el (gnus-undo): Use mapc.
13569
13570         * nnrss.el (nnrss-generate-active): do.
13571
13572         * message.el (message-cite-original-without-signature)
13573         (message-cite-original): Use mapc.
13574         (message-do-actions, message-make-forward-subject): Use dolist.
13575
13576 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13577
13578         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13579         deletion to remove entire duplicate line.  Fixes merged article
13580         number bug.
13581
13582 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13583
13584         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13585         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13586         first ask if you want to open a server and then, even when you
13587         responded with no, asking if you want to synchronize the server's
13588         flags.
13589         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13590         multi-line expressions.
13591         (gnus-agent-synchronize-group-flags): New internal function.
13592         Updates marks in memory (in the info structure) AND in the
13593         backend.
13594
13595         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13596
13597         * nnagent.el (nnagent-request-set-mark): Use
13598         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13599         method, to ensure that synchronization updates marks in the
13600         backend and in the info (in memory) structure.
13601
13602 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13605         convention fully; don't miss the root article of a thread; make
13606         the X-Draft-From header with correct article numbers.
13607
13608 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13609
13610         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13611         unless plugged.  Disable the agent so that an open failure causes
13612         an error.
13613
13614         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13615         Reverted 2004-09-21 change.  The backend must be opened while
13616         synchronizing flags even when the backend stores the flags
13617         locally.
13618
13619 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13620
13621         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13622         in `header' match.  Reported by Svend Tollak Munkejord.
13623
13624         * message.el (message-cite-original): Fix use of
13625         `message-cite-articles-with-x-no-archive'.
13626
13627 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13630         (gnus-window-to-buffer): Ditto.
13631
13632         * mml.el (mml-preview-buffer): New variable.
13633         (mml-preview): Manage window layout with gnus-buffer-configuration.
13634
13635         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13636         X-Draft-From header even if those articles aren't quoted.
13637
13638 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13639
13640         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13641         (gnus-request-set-mark, gnus-request-update-mark): Use new
13642         g-s-t-u-l-m to decide to use backend even when unplugged.
13643
13644 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13647         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13648
13649 2004-09-20  Simon Josefsson  <jas@extundo.com>
13650
13651         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13652         "utf-16-le".
13653
13654 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13655
13656         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13657
13658 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * uudecode.el (uudecode-use-external): Add :version.
13661
13662         * smime.el (smime-CA-file, smime-encrypt-cipher)
13663         (smime-dns-server): Add :version.
13664
13665         * smiley.el (gnus-smiley-file-types): Add :version.
13666
13667         * sha1.el (sha1-use-external): Add :version.
13668
13669         * pgg-def.el (pgg-query-keyserver): Add :version.
13670
13671         * nnmail.el (nnmail-fancy-expiry-targets)
13672         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13673         Add :version.
13674
13675         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13676         (nnimap-retrieve-groups-asynchronous): Add :version.
13677         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13678
13679         * mml.el (mml-content-disposition-parameters)
13680         (mml-insert-mime-headers-always): Add :version.
13681
13682         * mm-util.el (mm-coding-system-priorities): Add :version.
13683
13684         * mm-decode.el (mm-inline-text-html-with-images)
13685         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13686         (mm-verify-option): Add :version.
13687         (mm-text-html-renderer): Change :version.
13688
13689         * message.el (message-fcc-externalize-attachments)
13690         (message-required-headers, message-draft-headers)
13691         (message-subject-trailing-was-query)
13692         (message-subject-trailing-was-ask-regexp)
13693         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13694         (message-mark-insert-end, message-archive-header)
13695         (message-archive-note, message-cross-post-default)
13696         (message-cross-post-note, message-followup-to-note)
13697         (message-cross-post-note-function, message-use-mail-followup-to)
13698         (message-subscribed-address-functions)
13699         (message-subscribed-address-file, message-subscribed-addresses)
13700         (message-subscribed-regexps, message-allow-no-recipients)
13701         (message-yank-cited-prefix, message-signature-insert-empty-line)
13702         (message-hidden-headers, message-hierarchical-addresses)
13703         (message-mail-user-agent, message-use-idna)
13704         (message-valid-fqdn-regexp)
13705         (message-strip-special-text-properties, message-header-synonyms)
13706         (message-beginning-of-line, message-tab-body-function): Add :version.
13707         (message-insert-canlock, message-wide-reply-confirm-recipients):
13708         Change :version.
13709
13710         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13711         and :version.
13712         (mail-source-delete-old-incoming-confirm)
13713         (mail-source-movemail-program): Add :version.
13714
13715         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13716         (gnus-agent-cache, gnus-agent): Change :version.
13717
13718         * gnus-util.el (gnus-use-byte-compile): Change :version.
13719
13720         * gnus-sum.el (gnus-summary-make-false-root-always)
13721         (gnus-summary-default-high-score)
13722         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13723         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13724         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13725         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13726         (gnus-sum-thread-tree-single-indent)
13727         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13728         (gnus-sum-thread-tree-leaf-with-other)
13729         (gnus-sum-thread-tree-single-leaf): Add :version.
13730         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13731         (gnus-article-loose-mime): Change :version.
13732
13733         * gnus-start.el (gnus-backup-startup-file)
13734         (gnus-save-startup-file-via-temp-buffer): Add :version.
13735
13736         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13737         (gnus-server-offline-face): Add :version.
13738
13739         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13740
13741         * gnus-msg.el (gnus-gcc-externalize-attachments)
13742         (gnus-debug-files, gnus-debug-exclude-variables)
13743         (gnus-discouraged-post-methods): Change :version.
13744         (gnus-confirm-mail-reply-to-news)
13745         (gnus-confirm-treat-mail-like-news): Add :version.
13746
13747         * gnus-int.el (gnus-server-unopen-status): Add :version.
13748
13749         * gnus-group.el (gnus-group-jump-to-group-prompt)
13750         (gnus-large-ephemeral-newsgroup)
13751         (gnus-fetch-old-ephemeral-headers): Add :version.
13752
13753         * gnus-fun.el (gnus-x-face-directory)
13754         (gnus-convert-pbm-to-x-face-command)
13755         (gnus-convert-image-to-x-face-command)
13756         (gnus-convert-image-to-face-command): Add :version.
13757
13758         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13759
13760         * gnus-cite.el (gnus-cite-blank-line-after-header)
13761         (gnus-article-boring-faces): Add :version.
13762
13763         * gnus-art.el (gnus-buttonized-mime-types)
13764         (gnus-inhibit-mime-unbuttonizing)
13765         (gnus-treat-display-face)
13766         (gnus-treat-body-boundary): Change :version.
13767         (gnus-body-boundary-delimiter, gnus-picon-databases)
13768         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13769         (gnus-treat-date-english, gnus-treat-fold-headers)
13770         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13771         (gnus-treat-mail-picon, gnus-treat-wash-html)
13772         (gnus-article-encrypt-protocol)
13773         (gnus-use-idna, gnus-article-over-scroll)
13774         (gnus-mime-display-multipart-alternative-as-mixed)
13775         (gnus-mime-display-multipart-related-as-mixed)
13776         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13777         (gnus-ctan-url, gnus-button-ctan-handler)
13778         (gnus-button-handle-ctan-bogus-regexp)
13779         (gnus-button-ctan-directory-regexp)
13780         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13781         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13782         (gnus-button-man-level, gnus-button-emacs-level)
13783         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13784
13785         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13786         (gnus-agent-go-online): Change :version.
13787         (gnus-agent-expire-unagentized-dirs)
13788         (gnus-agent-auto-agentize-methods): Add :version.
13789
13790         * flow-fill.el (fill-flowed-display-column)
13791         (fill-flowed-encode-column): Add :version.
13792
13793         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13794         (gnus-outlook-deuglify-unwrap-max)
13795         (gnus-outlook-deuglify-cite-marks)
13796         (gnus-outlook-deuglify-unwrap-stop-chars)
13797         (gnus-outlook-deuglify-no-wrap-chars)
13798         (gnus-outlook-deuglify-attrib-cut-regexp)
13799         (gnus-outlook-deuglify-attrib-verb-regexp)
13800         (gnus-outlook-deuglify-attrib-end-regexp)
13801         (gnus-outlook-display-hook): Add :version.
13802
13803         * binhex.el (binhex-use-external): Add :version.
13804
13805 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13808         and `invisible'.
13809
13810 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13811
13812         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13813         in gnus-registry-trim.
13814
13815 2004-09-13  Simon Josefsson  <jas@extundo.com>
13816
13817         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13818
13819         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13820
13821         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13822         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13823         <yamaoka@jpl.org>.
13824         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13825         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13826         <yamaoka@jpl.org>.
13827
13828         * sieve.el (sieve-manage-mode): Ditto.
13829
13830 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13833
13834 2004-09-11  Simon Josefsson  <jas@extundo.com>
13835
13836         * dns-mode.el: Add.
13837
13838         * mm-view.el (mm-display-dns-inline): Add.
13839
13840         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13841         (mm-automatic-display): Ditto.
13842
13843         * mailcap.el (mailcap-mime-data): Add text/dns.
13844         (mailcap-mime-extensions): Map .soa to text/dns.
13845
13846 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13847
13848         * gnus-art.el (article-decode-mime-words, article-babel)
13849         (gnus-article-highlight-signature, gnus-article-add-buttons)
13850         (gnus-signature-toggle): Remove unnecessary bindings of
13851         `inhibit-read-only' inherited from v5.10 merge.
13852
13853 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * nntp.el (nntp): New customization group.
13856         (nntp-authinfo-file): Add customization group.
13857
13858         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13859
13860         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13861
13862         * gnus.el (to-address, to-list, subscribed)
13863         (large-newsgroup-initial): Ditto.
13864
13865         * flow-fill.el (fill-flowed-display-column)
13866         (fill-flowed-encode-column): Ditto.
13867
13868 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13869
13870         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13871         Use point-min rather than 1.
13872         (message-send-mail): Use buffer-size rather than point-max.
13873
13874         * gnus-sum.el (gnus-summary-search-article-forward):
13875         Signal a specific `search-failed' rather than a generic `error'.
13876
13877         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13878         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13879         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13880
13881 2004-09-10  Simon Josefsson  <jas@extundo.com>
13882
13883         * nndb.el (require): Remove tcp and duplicate cl.
13884
13885 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * gnus-agent.el (directory-files-and-attributes): Move forward.
13888
13889 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13890
13891         * gnus-agent.el (directory-files-and-attributes): Optionally
13892         defined to support XEmacs.
13893
13894 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13895
13896         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13897         to avoid run-time CL dependencies.
13898         (gnus-agent-unfetch-articles): New function.
13899         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13900         article numbers even when local .overview file is missing.
13901         (gnus-agent-read-article-number): New function.  Only accepts
13902         27-bit article numbers.
13903         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13904         gnus-agent-read-article-number.
13905         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13906         from backend while recognizing that article numbers in .overview
13907         must be valid.
13908         (gnus-agent-update-files-total-fetched-for): Use
13909         directory-files-and-attributes to improve performance.
13910         * gnus-int.el (gnus-request-move-article): Use
13911         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13912         improve performance.
13913
13914         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13915         some users confused by references to .newsrc when they only have a
13916         .newsrc.eld file.
13917         (gnus-convert-mark-converter-prompt)
13918         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13919         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13920         New function.  Used internally to only display 'gnus converting
13921         files' message when actually necessary.
13922
13923         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13924         methods now autoloaded.
13925
13926 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13929         identifiers.
13930
13931 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * gnus-picon.el: Fix indentation and closing parenthesis.
13934
13935 2004-09-01  Simon Josefsson  <jas@extundo.com>
13936
13937         * message.el (message-canlock-generate): Require sha1, not
13938         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13939         to require within a function.  Sadly, if sha1.el isn't loaded, the
13940         let binding in m-c-g will hide the defcustom definition, which is
13941         bad.)
13942
13943         * canlock.el: Require sha1, not sha1-el.
13944
13945         * message.el: Don't autoload sha1 (there is a autoload cookie in
13946         sha1.el).
13947
13948         * sha1-el.el: Renamed to sha1.el.
13949
13950 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13951
13952         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13953
13954 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13955
13956         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13957
13958 2004-08-30  Kim F. Storm  <storm@cua.dk>
13959
13960         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13961
13962         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13963         Add :group 'nnimap.
13964
13965 2004-08-30  Andreas Schwab  <schwab@suse.de>
13966
13967         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13968         ?* and ?\;.
13969
13970         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13971         and ?\' to symbol instead of whitespace.
13972
13973 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13976
13977         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13978         instead of re-search-forward.
13979
13980         * gnus-uu.el (gnus-uu-save-article): Ditto.
13981         (gnus-uu-post-encode-uuencode): Ditto.
13982
13983         * html2text.el (html2text-clean-list-items): Ditto.
13984         (html2text-clean-dtdd): Ditto.
13985         (html2text-format-tags): Ditto.
13986
13987         * message.el (message-send-mail-with-sendmail): Fix regexp.
13988         (message-fill-field-general): Use search-forward instead of
13989         re-search-forward.
13990         (unbold-region): Ditto.
13991
13992         * nnrss.el (nnrss-request-article): Ditto.
13993
13994         * nnslashdot.el (nnslashdot-request-article): Ditto.
13995
13996         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13997
13998         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13999         "Unrecognized menu descriptor" error in XEmacs.
14000
14001 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14002
14003         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14004         parent article of a sparse article in the thread hashtb.
14005
14006 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14007
14008         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14009         (nnmail-expand-newtext): Lowercase expanded entries if
14010         nnmail-split-lowercase-expanded is non-nil.
14011
14012 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14015
14016         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14017         of gnus-tmp-news-method into string under XEmacs.  It will be
14018         passed to gnus-correct-length which takes only a string argument.
14019
14020 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * gnus-util.el (gnus-bind-print-variables): New macro.
14023         (gnus-prin1): Use it.
14024         (gnus-prin1-to-string): Use it.
14025         (gnus-pp): New function.
14026         (gnus-pp-to-string): New function.
14027
14028         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14029         Replace pp-to-string with gnus-pp-to-string.
14030         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14031         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14032         * gnus-msg.el (gnus-debug): Ditto.
14033         * gnus-score.el (gnus-score-save): Ditto.
14034         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14035         gnus-pp-to-string.
14036         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14037         with gnus-pp.
14038         * score-mode.el (gnus-score-pretty-print): Ditto.
14039         * webmail.el (webmail-debug): Ditto.
14040
14041 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * gnus-art.el (article-display-face, article-display-x-face):
14044         Use buffer-read-only.
14045
14046 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-art.el (article-hide-list-identifiers):
14049         Bind inhibit-read-only as t.
14050
14051 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14054
14055 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14056
14057         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14058         (gnus-narrow-to-page): Don't assume point-min == 1.
14059         (gnus-article-edit-mode): Derive from message-mode.
14060
14061         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14062         point-min == 1.
14063
14064         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14065         Disable incorrect use of `assert'.
14066
14067         * message.el (message-mode): Set comment-start-skip.
14068
14069
14070 2004-08-22  Sam Steingold  <sds@gnu.org>
14071
14072         * pop3.el (pop3-leave-mail-on-server): New user variable.
14073         (pop3-movemail): Delete mail only when it is nil.
14074
14075 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14078
14079         * mml.el (mml-preview): Use `pop-to-buffer'.
14080
14081         * message.el (message-goto-mail-followup-to): Insert after "To".
14082         (message-carefully-insert-headers): Add comment.
14083
14084         * gnus.el: Remove unused variable `gnus-article-check-size'.
14085
14086         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14087
14088         * gnus-art.el (gnus-button-alist): Improve
14089         `gnus-button-handle-library' entry.
14090
14091 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14092
14093         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14094         downcase, since XEmacs capitalizes error messages differently.
14095
14096 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14097
14098         * nntp.el: Add (require 'gnus) due to reference to
14099         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14100
14101 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14102
14103         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14104         `mm-fill-flowed'.
14105
14106         * mm-decode.el (mm-dissect-singlepart): Check it.
14107
14108 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14109
14110         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14111         'imap' for netrc parsing.
14112
14113 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * mailcap.el (mailcap-mime-data): Mark as risky.
14116
14117 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14120         may be included in the encoded word.
14121         (rfc2047-encode): Don't append a space if the encoded word
14122         includes close parenthesis.
14123
14124 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14127         of text within parentheses.
14128
14129 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14132         (gnus-encrypt-write-file-contents): Make the password key the file
14133         name PLUS the cipher, not just the cipher.  Also remove failed
14134         passwords from the cache.
14135
14136 2004-08-06  Simon Josefsson  <jas@extundo.com>
14137
14138         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14139         fix.
14140
14141 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14144         LWSP.
14145
14146 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14147
14148         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14149         to append in-reply-to: data to the references: header.
14150
14151         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14152         (netrc-parse): Use gnus-encrypt.el functions.
14153
14154         * gnus-encrypt.el: Add new file for encryption support; currently
14155         does only a few GPG ciphers and an internal XOR cipher.
14156
14157         * password.el: Add comments on using password-read-and-add.
14158         (password-read-and-add): Add function to read and add the
14159         password to the cache at once.
14160
14161 2004-07-28  Simon Josefsson  <jas@extundo.com>
14162
14163         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14164         parameter (but don't use it, for now).
14165
14166         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14167         instead of hard coding to nil.
14168
14169 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14172         as mm-inline-image-xemacs does.
14173
14174 2004-07-26  Simon Josefsson  <jas@extundo.com>
14175
14176         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14177         Revert part of 2004-07-17 change below.
14178
14179 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14182         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14183
14184 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14185
14186         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14187         quotes that actually start with ">" at the beginning of the
14188         lines.
14189
14190 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * rfc2047.el (rfc2047-encode-region): Fix last change.
14193         (rfc2047-encode-parameter): Remove useless concat.
14194
14195 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14198         encode special characters; fix some kind of misconfigured headers;
14199         signal a real error if debug-on-quit or debug-on-error is non-nil.
14200         (rfc2047-encode-max-chars): New variable.
14201         (rfc2047-encode-1): Use it.
14202         (rfc2047-encode-parameter): New function.
14203
14204         * mml.el (mml-insert-parameter): Remove an excessive space.
14205
14206 2004-07-17  Simon Josefsson  <jas@extundo.com>
14207
14208         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14209         Kai Grossjohann <kai@emptydomain.de>.
14210         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14211         (gnus-group-make-menu-bar): Ditto.
14212
14213         * gnus-util.el (gnus-group-server): Add.
14214
14215 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14216
14217         * message.el (message-clone-locals): Clone sendmail and smtp
14218         variables.
14219
14220 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * rfc2047.el (rfc2047-encode-region): Fix last change.
14223
14224 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14227         characters as non-special.
14228
14229 2004-07-09  Simon Josefsson  <jas@extundo.com>
14230
14231         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14232         Users will lose all flag changes made while unplugged with
14233         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14234         good default.  See numerous reports on ding mailing list.
14235
14236 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14239         add generate-head-function and generate-article-function to the
14240         rfc822-forward entry.
14241         (nndoc-rfc822-forward-generate-article): New function.
14242         (nndoc-rfc822-forward-generate-head): New function.
14243
14244         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14245
14246 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14247
14248         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14249         respect display group parameter and gnus-summary-expunge-below.
14250         (gnus-articles-to-read): Remove unused reference to display group
14251         parameter.
14252
14253 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14254
14255         * nnheader.el (nnheader-uniquify-message-id): New experimental
14256         variable.
14257         (nnheader-nov-read-message-id): Use it.
14258
14259         * spam-report.el (spam-report-gmane): Add interactive.
14260
14261 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14264         qp-or-base64 for the application/* types.
14265
14266 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14267
14268         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14269
14270 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14271
14272         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14273         trim value.
14274
14275 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14276
14277         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14278         New macro and function.
14279         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14280
14281 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14284         after-load-alist.
14285
14286 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14287
14288         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14289         update info that isn't there.
14290
14291 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14292
14293         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14294         entry.
14295
14296 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * mm-view.el (mm-inline-render-with-function): Use multibyte
14299         buffer; decode html source by charset.
14300
14301         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14302
14303         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14304         Mule-UCS is loaded under XEmacs.
14305         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14306
14307 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14308
14309         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14310
14311 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * mm-util.el (mm-coding-system-p): Return a coding-system.
14314         (mm-mime-mule-charset-alist): Use shift_jis instead of
14315         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14316         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14317         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14318         instead of japanese-shift-jis and iso-latin-1 respectively in
14319         order to share the default value with both Emacs and XEmacs-mule.
14320         (mm-mule-charset-to-mime-charset): Make
14321         mm-coding-system-priorities effective.
14322         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14323         while predicating of candidates upon the priorities.
14324
14325 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14326
14327         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14328         gnus-uu-invert-processable.
14329
14330         * gnus.el: Autoload gnus-uu-invert-processable.
14331
14332 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * mm-util.el (mm-with-multibyte-buffer): New macro.
14335
14336         * rfc2047.el (rfc2047-encode-string): Use it.
14337         (rfc2047-encode-region): Move point to the end of the region after
14338         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14339
14340 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14343         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14344
14345 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14348         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14349         Karl Chen <quarl@nospam.quarl.org>.
14350
14351 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14352
14353         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14354         invalid addresses.
14355
14356 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14357
14358         * spam.el: Change section markers, revise TODO list.
14359         (spam-backends): Make new master list of all installed backends.
14360         (spam-summary-exit-behavior): Add new variable to determine how
14361         messages moves are done at summary exit.
14362         (spam-move-spam-nonspam-groups-only)
14363         (spam-process-ham-in-nonham-groups)
14364         (spam-process-ham-in-spam-groups): Remove variables, the
14365         spam-summary-exit-behavior variable should be used to manage this
14366         behavior.
14367         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14368         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14369         and spam-old-spam-articles.
14370         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14371         Add empty variables, placeholders for the backends they represent.
14372         (spam-set-difference): Move, unchanged.
14373         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14374         unless the user has a processor variable.
14375         (spam-classifications, spam-classification-valid-p)
14376         (spam-backend-properties, spam-backend-property-valid-p)
14377         (spam-backend-function-type-valid-p)
14378         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14379         (spam-report-articles-gmane, spam-report-articles-resend):
14380         Remove functions, they are not needed.
14381         (spam-install-backend-super, spam-backend-list)
14382         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14383         (spam-backend-function, spam-backend-ham-registration-function)
14384         (spam-backend-spam-registration-function)
14385         (spam-backend-ham-unregistration-function)
14386         (spam-backend-spam-unregistration-function)
14387         (spam-backend-statistical-p, spam-backend-mover-p)
14388         (spam-install-backend-alias, spam-install-checkonly-backend)
14389         (spam-install-mover-backend, spam-install-nocheck-backend)
14390         (spam-install-backend, spam-install-statistical-backend)
14391         (spam-install-statistical-checkonly-backend): Add backend installation
14392         support.
14393         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14394         (spam-group-processor-p): Use the new backend code and respect the
14395         summary exit behavior.
14396         (spam-mark-spam-as-expired-and-move-routine): Remove.
14397         (spam-summary-prepare): Change to use the new spam-old-articles
14398         variable.
14399         (spam-copy-or-move-routine, spam-copy-spam-routine)
14400         (spam-move-spam-routine, spam-copy-ham-routine)
14401         (spam-move-ham-routine): Add code to copy/move ham or spam.
14402         (spam-fetch-field-fast): Improve doc and code, plus allow the
14403         'number request.
14404         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14405         variables.
14406         (spam-split, spam-find-spam): Use the new backend code.
14407         (spam-registration-functions): Remove variable.
14408         (spam-unregister-routine): Add convenience wrapper.
14409         (spam-log-undo-registration, spam-register-routine)
14410         (spam-log-processing-to-registry)
14411         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14412         where possible.
14413         (spam-check-gmane-xref, spam-check-regex-headers)
14414         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14415         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14416         (spam-check-bogofilter-headers, spam-check-spamoracle)
14417         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14418         (spam-check-crm114-headers): Use the spam-split-group that
14419         spam-split prepares, no need to determine it every time.
14420
14421         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14422         to the nnheader-parse-naked-head call.
14423
14424         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14425
14426         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14427         the nnheader-nov-read-message-id call.
14428
14429 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14432         gnus-activate-group twice.  Suggested by Markus Peter
14433         <warp@spin.de>.
14434
14435 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gnus-art.el (gnus-article-time-format): Exchange the order of
14438         day and month in the default value; fix customization type.
14439         (article-date-ut): Use add-text-properties.
14440         (article-make-date-line): Use message-make-date instead of
14441         current-time-string.
14442
14443         * message.el (message-fetch-field): Don't use set-text-properties.
14444         (message-make-date): Simplify.
14445
14446         * messagexmas.el (message-xmas-make-date): New function.
14447         (message-xmas-redefine): Defalias message-make-date to it.
14448
14449 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14452         (rfc2047-encode-region): Treat text within parentheses as special;
14453         show the original text when error has occurred.
14454
14455         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14456         already-computed method to gnus-activate-group.
14457
14458         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14459         same select-methods identical Lisp objects.
14460
14461         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14462         object when modifying the info.
14463
14464 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14467         gnus-opened-servers since it has never been opened with the new
14468         configuration yet.
14469
14470 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14473         arg to nnheader-generate-fake-message-id.
14474
14475 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14476
14477         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14478         number and build a fake message ID localized to a group and
14479         article number (so it's repeatable from that point on).
14480         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14481         ID format.
14482
14483         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14484         nnheader-generate-fake-message-id with the article number.
14485
14486 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14487
14488         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14489         end-of-buffer.
14490
14491 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14492
14493         * message.el (message-ignored-supersedes-headers): Add Approved.
14494
14495 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14498         goto-char.
14499         (rfc2047-encode): Fold the line before encoding.
14500
14501 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14502
14503         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14504         folding -- not all headers can be folded, and this should be done
14505         by the message composition mode.  Probably.  I think.
14506
14507 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14510         fast.
14511
14512         * gnus-ems.el (gnus-remove-image): Don't use
14513         message-text-with-property; remove only the image found first.
14514
14515         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14516         found first.
14517
14518 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14519
14520         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14521
14522 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * message.el (message-text-with-property): Make it fast and accept
14525         optional arguments.
14526         (message-strip-forbidden-properties): Use it.
14527         (message-fix-before-sending): Follow the m-t-w-p change.
14528
14529         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14530
14531 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el (article-hide-headers): Don't change the buffer
14534         mistakenly when performing mml-preview even if
14535         gnus-single-article-buffer is nil.
14536
14537 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14538
14539         * message.el (message-expand-name-databases): New user option.
14540         (message-expand-name): Use it.
14541
14542 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14543
14544         * spam.el (spam-report-articles-resend)
14545         (spam-report-resend-register-routine): Allow ham reporting.
14546         (spam-report-resend-register-ham-routine): Add wrapper.
14547         (spam-registration-functions): Add ham resending functions.
14548         (spam-list-of-processors): Add ham resend processor.
14549
14550         * gnus.el (ham-resend-to): Add new group parameter.
14551         (spam-process): Add ham resend option.
14552
14553         * spam-report.el (spam-report-resend): Allow reporting ham.
14554         (spam-report-resend-ham): Add wrapper.
14555
14556 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14557
14558         * message.el (message-cite-articles-with-x-no-archive): New
14559         variable.
14560         (message-cite-original): Use it.
14561
14562 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14563
14564         * message.el (message-cite-original): Respect X-No-Archive.
14565
14566 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * gnus-art.el (article-hide-headers): Refer to the values for
14569         gnus-ignored-headers and gnus-visible-headers in the summary
14570         buffer since a user may have set them as group parameters.
14571
14572 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14573
14574         * assistant.el (assistant-node-name): Add convenience function.
14575         (assistant-render-text, assistant-render-node): Add error handling,
14576         plus handle multiple next nodes.
14577         (assistant-find-next-node): Comment out for now.
14578         (assistant-find-next-nodes): Add function, returns list of next
14579         nodes.
14580
14581 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14582
14583         * mail-source.el (mail-source-directory): Fix doc-string.
14584
14585 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14586
14587         * assistant.el (assistant-render-text, assistant-eval): Add :set
14588         widget type, which is different because it takes and returns a
14589         list.  Much hilarity ensues.
14590
14591 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14592
14593         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14594
14595         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14596         doc-string.
14597
14598         * gnus-start.el (gnus-activate-group): Added doc-string.
14599
14600 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14603
14604 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14605
14606         * assistant.el (assistant-render-text): Try to add a :set
14607         widget, more to come.
14608
14609         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14610         strings.
14611         (spam-report-articles-resend)
14612         (spam-register-routine): Do registration iff any articles warrant
14613         it.
14614         (spam-summary-prepare-exit): Change log message for nil group
14615         destinations.
14616
14617 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14618
14619         * spam.el (spam-report-resend-register-routine): Allow
14620         spam-report-resend-to to be a group parameter or a global value.
14621
14622 2004-05-26  Simon Josefsson  <jas@extundo.com>
14623
14624         * starttls.el: Merge with my GNUTLS based starttls.el.
14625         (starttls-gnutls-program, starttls-use-gnutls)
14626         (starttls-extra-arguments, starttls-process-connection-type)
14627         (starttls-connect, starttls-failure, starttls-success): New
14628         variables.
14629         (starttls-program, starttls-extra-args): Doc fix.
14630         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14631         functions.
14632         (starttls-negotiate, starttls-open-stream): Check
14633         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14634         function if it is set.
14635
14636 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14639         structured fields.
14640
14641 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14644
14645 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14648         variable.
14649         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14650         assigning the spam-mark to new messages.
14651
14652 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14653
14654         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14655
14656 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14659
14660         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14661         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14662         default.
14663
14664 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14665
14666         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14667         correct data.
14668
14669 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14670
14671         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14672         (spam-group-processor-p): Fix function.
14673         (spam-group-processor-multiple-p)
14674         (spam-group-spam-processor-report-gmane-p)
14675         (spam-group-spam-processor-report-resend-p)
14676         (spam-group-spam-processor-bogofilter-p)
14677         (spam-group-spam-processor-blacklist-p)
14678         (spam-group-spam-processor-ifile-p)
14679         (spam-group-ham-processor-ifile-p)
14680         (spam-group-spam-processor-spamoracle-p)
14681         (spam-group-spam-processor-crm114-p)
14682         (spam-group-ham-processor-bogofilter-p)
14683         (spam-group-spam-processor-stat-p)
14684         (spam-group-ham-processor-stat-p)
14685         (spam-group-ham-processor-whitelist-p)
14686         (spam-group-ham-processor-BBDB-p)
14687         (spam-group-ham-processor-spamoracle-p)
14688         (spam-group-ham-processor-copy-p): Remove functions with some
14689         prejudice against unneeded code.
14690         (spam-report-articles-resend)
14691         (spam-report-resend-register-routine): Allow the group/topic
14692         spam-resend-to value to override spam-report-resend-to.
14693         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14694         properly now.
14695
14696         * gnus.el (spam-resend-to): Add group/topic parameter.
14697         (spam-process): Move the OBSOLETE processors to the end of the
14698         choices.
14699
14700 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14701
14702         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14703         with resend-to set to nil, and then ask the user if necessary.
14704         (spam-report-resend): spam-report-resend takes a list of articles, not
14705         separate article numbers.
14706
14707 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14710         addition to emacs-w3m.
14711
14712 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14713
14714         * assistant.el (assistant-authinfo-data): New function.
14715         (assistant-eval): Eval for entire assistant.
14716
14717         * netrc.el (netrc-services-file): New variable.
14718         (netrc-parse-services): New function.
14719         (netrc-find-service-name): New function.
14720         (netrc-find-service-number): New function.
14721         (netrc-port-equal): New function.
14722         (netrc-machine): Use it.
14723
14724         * nnimap.el (nnimap-open-connection): Use netrc.
14725
14726         * gnus-util.el (gnus-netrc-get): Remove aliases.
14727
14728         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14729
14730         * assistant.el (wid-edit): Fix compilation.
14731
14732         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14733
14734 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14735
14736         * gnus-util.el (gnus-set-file-modes): New function.  (small
14737         patch).
14738
14739 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14740
14741         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14742
14743         * assistant.el (assistant-render-node): Fix up rendering and
14744         read-only text.
14745         (assistant-render-node): Reset.
14746         (assistant-make-read-only): Not sticky.
14747
14748 2004-05-20  Danny Siu  <dsiu@adobe.com>
14749
14750         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14751         centered even when gnus-auto-center-summary is t.
14752
14753 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14754
14755         * dns.el (dns-get-txt-answer): New function.
14756         (dns-read-txt): Ditto.
14757         (query-dns): Use it.
14758
14759 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14762         active for foreign groups even if the group level is higher than
14763         the specified value.
14764
14765 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14766
14767         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14768         non-active groups.
14769
14770         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14771
14772 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14773
14774         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14775
14776 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14779         (spam-crm114-header, spam-crm114-spam-switch)
14780         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14781         (spam-crm114-positive-spam-header)
14782         (spam-crm114-database-directory, spam-list-of-processors)
14783         (spam-group-spam-processor-crm114-p)
14784         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14785         (spam-generic-score, spam-list-of-checks)
14786         (spam-list-of-statistical-checks, spam-registration-functions)
14787         (spam-check-crm114-headers, spam-crm114-score)
14788         (spam-check-crm114, spam-crm114-register-with-crm114)
14789         (spam-crm114-register-spam-routine)
14790         (spam-crm114-unregister-spam-routine)
14791         (spam-crm114-register-ham-routine)
14792         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14793         asjo@koldfront.dk (Adam Sjøgren).
14794
14795         * gnus.el: Add spam-use-crm114.
14796
14797         * spam.el (spam-list-of-processors, spam-registration-functions):
14798         Add spam-use-resend.
14799         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14800         (spam-report-articles-gmane): Add doc fix.
14801         (spam-report-articles-resend, spam-report-resend-register-routine):
14802         Add wrappers around spam-report-resend-to.
14803
14804         * spam-report.el (spam-report-resend-to, spam-report-resend):
14805         Add support for resending spam.
14806         (spam-report-gmane): Fix line length >80.
14807
14808         * gnus.el (spam-process): Add spam-use-resend.
14809
14810 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14811
14812         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14813         number of processed spam messages.
14814         (spam-ham-copy-or-move-routine): Return the number of processed
14815         ham messages.
14816         (spam-summary-prepare-exit): Use the above values to decide
14817         whether status messages shouled be displayed.
14818
14819 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14822         `rfc2047-encoding-function-alist' in order to avoid conflicting
14823         with the old version.
14824         (rfc2047-encode-region): Concatenate words containing non-ASCII
14825         characters in structured fields; don't encode space-delimited
14826         ASCII words even in unstructured fields; don't break words at
14827         char-category boundaries.
14828         (rfc2047-encode-1): New function.
14829         (rfc2047-encode): Use it; encode text so that it occupies the
14830         maximum width within 76-column; work correctly on Q encoding for
14831         iso-2022-* charsets.
14832         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14833         sure not to break a line just after the header name.
14834         (rfc2047-b-encode-region): Removed.
14835         (rfc2047-b-encode-string): New function.
14836         (rfc2047-q-encode-region): Removed.
14837         (rfc2047-q-encode-string): New function.
14838
14839         * mm-util.el (mm-replace-in-string): New function.
14840
14841 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14842
14843         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14844         get it right.
14845         (gnus-inews-make-draft): Really.
14846
14847 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14848
14849         * nnmh.el (nnmh-request-list-1): Don't check the link count
14850         before descending.  (small patch)
14851
14852 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14853
14854         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14855         stuff.
14856
14857         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14858         on real group name.
14859
14860         * gnus-art.el (gnus-signature-limit): Doc fix.
14861
14862         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14863
14864         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14865
14866 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14867
14868         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14869         isn't a string.
14870
14871 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14872
14873         * gnus-draft.el (gnus-draft-send): Bind
14874         rfc2047-encode-encoded-words.
14875
14876         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14877         (rfc2047-encodable-p): Say that =? needs encoding.
14878         (rfc2047-encode-encoded-words): New variable.
14879
14880         * gnus-group.el (gnus-group-select-group): Doc fix.
14881
14882         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14883
14884         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14885         to nil.
14886
14887         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14888
14889         * nnheader.el (nnheader-get-lines-and-char): New function.
14890
14891 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * gnus-msg.el (gnus-summary-followup-with-original): Document
14894         yanking of region when active.
14895
14896 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14899         groups if the group level is higher than the specified value.
14900
14901 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14902
14903         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14904         (gnus-group-jump-to-group): Added prefix argument using
14905         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14906         non-active group.
14907
14908         * compface.el (uncompface): Be verbose when changing
14909         `uncompface-use-external'.
14910
14911         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14912         handle manual section.
14913
14914 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14915
14916         * gnus-art.el (gnus-button-alist): Revert previous change.
14917
14918 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14921
14922 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14923
14924         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14925         whether backend can accept message.
14926
14927         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14928
14929 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14930
14931         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14932         Avoid creating directory when nntp-marks-is-evil is true.
14933         Reported by Reiner Steib.
14934
14935 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14936
14937         * gnus-picon.el (gnus-picon-style): New variable.
14938         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14939         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14940         Jesper Harder <harder@ifa.au.dk>.
14941
14942 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14943
14944         * message.el (message-fill-field): Return point.
14945         (message-generate-headers): Go to end of field.
14946
14947         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14948         stuff for non-living groups.
14949
14950 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14951
14952         * gnus-art.el (gnus-article-followup-with-original)
14953         (gnus-article-reply-with-original): gnus-mark-active-p ->
14954         gnus-region-active-p.
14955
14956 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14957
14958         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14959         only when there is spam or ham to be processed.
14960
14961 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14962
14963         * mail-source.el (mail-source-delete-crash-box): Refactor.
14964         (mail-source-fetch): Use it.
14965         (mail-source-fetch-file): Ditto.
14966         (mail-source-fetch-directory): Run postscript in loop.
14967         (mail-source-fetch-pop): Delete.
14968         (mail-source-fetch-maildir): Ditto.
14969         (mail-source-fetch-imap): Ditto.
14970
14971         * imap.el (imap-authenticators): Comment out sasl.
14972
14973         * message.el (message-skip-to-next-address): New function.
14974         (message-fill-header-address): Refactor.
14975         (message-fill-address): Use it.
14976         (message-delete-address): Use it.
14977         (message-fill-header-general): Refactor.
14978         (message-fill-field-address): Rename.
14979         (message-narrow-to-field): Find the start of the header.
14980         (message-header-format-alist): Don't pre-fill.
14981         (message-fill-header): Removed.
14982         (message-insert-header): New function.
14983         (message-shorten-references): Use it.
14984
14985         * rfc2047.el (rfc2047-field-value): Strip props.
14986
14987         * mail-parse.el (mail-header-make-address): New alias.
14988
14989         * ietf-drums.el (ietf-drums-make-address): New function.
14990
14991         * imap.el: Add compiler directives.
14992
14993         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14994
14995         * gnus-art.el (article-decode-idna-rhs): Don't use
14996         message-idna-inside-rhs-p.
14997
14998 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14999
15000         * message.el (message-idna-inside-rhs-p): Removed.
15001         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15002
15003         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15004         false positives.
15005
15006 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15007
15008         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15009
15010 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15011
15012         * nneething.el (nneething-file-name): Don't create spurious
15013         files.
15014
15015         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15016         (gnus-inews-do-gcc): Remove sleep.
15017
15018         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15019         part under point.
15020
15021         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15022         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15023
15024 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15025
15026         * spam.el (spam-summary-prepare-exit): Fixed (length).
15027
15028 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15029
15030         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15031         as expired without moving it" message when there are spam
15032         messages left.
15033
15034 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15035
15036         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15037         header is not nil.
15038
15039 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15040
15041         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15042         nntp-possibly-create-directory, not nntp-possibly-change-group.
15043         (nntp-marks-changed-p): New arg SERVER.
15044         (nntp-request-update-info): Adjust caller.
15045
15046 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15047
15048         * nntp.el (nntp-save-marks): Pass missing arg.
15049
15050 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15051
15052         * nntp.el: Support marks.
15053         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15054         (nntp-marks-modtime, nntp-marks-directory): New variables.
15055         (nntp-request-set-mark, nntp-request-update-info)
15056         (nntp-possibly-create-directory, nntp-marks-changed-p)
15057         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15058         functions.
15059
15060 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15061
15062         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15063         (gnus-xmas-redefine): Rename.
15064
15065         * gnus-score.el (gnus-score-insert-help): Use
15066         gnus-select-lowest-window.
15067
15068         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15069         appt-select-lowest-window and rename to gnus-select-lowest-window.
15070
15071         * gnus.el: do.
15072
15073 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15074
15075         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15076         encodings of MIME-encoded words, in order to improve
15077         interoperability with several broken MUAs.
15078
15079 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15080
15081         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15082         tags, only when charsets are not specified in headers.
15083         (mm-inline-text-html-render-with-w3m): Ditto.
15084
15085         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15086         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15087
15088 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15089
15090         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15091         instead of MIME-decoded from fields when checking
15092         `gnus-article-address-banner-alist'.
15093
15094 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15095
15096         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15097         description rather than subject.
15098
15099 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15100
15101         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15102
15103 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15104
15105         * gnus.el (gnus-version-number): Bump.
15106
15107 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15108
15109         * gnus.el: No Gnus v0.2 is released.
15110
15111 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15112
15113         * gnus-agent.el (gnus-agent-read-agentview): Inline
15114         gnus-uncompress-range.
15115
15116 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15117
15118         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15119         `exec-installed-p'.
15120
15121 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15122
15123         * gnus.el (spam-process, spam-autodetect-methods): Add
15124         bsfilter and bsfilter-headers.
15125
15126         * spam.el (spam-bsfilter): New customize group.
15127         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15128         (spam-bsfilter-header, spam-bsfilter-probability-header)
15129         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15130         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15131         (spam-bsfilter-database-directory): New options.
15132         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15133         (spam-list-of-statistical-checks, spam-registration-functions):
15134         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15135         (spam-bsfilter-score): New command.
15136         (spam-check-bsfilter-headers, spam-check-bsfilter)
15137         (spam-bsfilter-register-with-bsfilter)
15138         (spam-bsfilter-register-spam-routine)
15139         (spam-bsfilter-unregister-spam-routine)
15140         (spam-bsfilter-register-ham-routine)
15141         (spam-bsfilter-unregister-ham-routine): New functions.
15142         (spam-generic-score): Support bsfilter; Accept an optional argument
15143         to recalcurate spam score even if scoring header has already been
15144         added.
15145         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15146         optional argument to recalcurate spam score even if scoring header
15147         has already been added.
15148
15149 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15150
15151         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15152         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15153         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15154         link is missing.
15155
15156 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15157
15158         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15159         (html2text-get-attr): Rewrite.
15160
15161         * message.el (message-setup-1): Remove redundant put-text-property
15162         on mail-header-separator.
15163
15164 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * gnus-registry.el (gnus-registry-cache-whitespace)
15167         (gnus-registry-action, gnus-registry-spool-action)
15168         (gnus-registry-split-fancy-with-parent): Change message levels
15169         from 5 to 3 or 7, as needed.
15170
15171         * spam.el (spam-summary-prepare-exit)
15172         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15173         (spam-split, spam-find-spam, spam-log-undo-registration)
15174         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15175         level from 5 to 6.
15176
15177 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15180         2004-03-04 change).
15181
15182 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15183
15184         * sieve-manage.el (sieve-manage-open):
15185         * nnweb.el (nnweb-insert-html):
15186         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15187         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15188         * nnspool.el (nnspool-request-group):
15189         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15190         * nnml.el (nnml-request-update-info):
15191         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15192         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15193         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15194         (nnimap-request-set-mark):
15195         * nnfolder.el (nnfolder-request-update-info):
15196         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15197         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15198         * gnus-uu.el (gnus-uu-find-articles-matching):
15199         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15200         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15201         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15202         * gnus-nocem.el (gnus-nocem-scan-groups):
15203         * gnus-int.el (gnus-start-news-server):
15204         * gnus-group.el (gnus-group-make-kiboze-group)
15205         (gnus-group-browse-foreign-server):
15206         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15207         Use mapc when appropriate.
15208
15209 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15210
15211         FIXME: Make separate entries for each person.
15212
15213         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15214         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15215         <shields@msrl.com>:
15216
15217         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15218         may need for spam sorting and scoring.
15219         (spam-user-format-function-S): Add user format function suitable for
15220         general use.
15221         (spam-article-sort-by-spam-status): Add sorting function for summary
15222         sorting.
15223         (spam-extra-header-to-number): Add function to get a score from a
15224         header.
15225         (spam-summary-score): Add function to get a numeric score from the
15226         headers.
15227         (spam-generic-score): Fix function doc, was in wrong place.
15228         (spam-initialize): Take symbols when it's run, and install the
15229         extra headers that spam-necessary-extra-headers thinks we need.
15230
15231 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15232
15233         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15234         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15235
15236 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15237
15238         * gnus-sum.el (gnus-set-global-variables)
15239         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15240         (gnus-article-get-xrefs, gnus-summary-best-group)
15241         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15242         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15243         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15244         Use with-current-buffer.
15245
15246 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15247
15248         * spam.el (spam-summary-prepare-exit): Simplify logic.
15249         (spam-fetch-article-header): Read the article header if it's not
15250         available.
15251         (spam-list-articles): Simplify logic.
15252         (spam-filelist-register-routine): Fix bug with unregister-list.
15253
15254         * gnus-registry.el: Fix comments at beginning.
15255
15256 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15257
15258         * message.el (message-cater-to-broken-inn): Remove.
15259         (message-shorten-references): Make sure the total folded length of
15260         References is shorter than 998 characters to cater to a bug in INN
15261         2.3.  Also, don't pretend that references aren't folded -- this
15262         hasn't worked for a while.
15263
15264 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15265
15266         * gnus-agent.el (gnus-agentize):
15267         gnus-agent-send-mail-real-function no longer set to current value
15268         of message-send-mail-function but rather a lambda that calls
15269         message-send-mail-function.  The change makes the agent real-time
15270         responsive to user changes to message-send-mail-function.
15271
15272 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15273
15274         * legacy-gnus-agent.el
15275         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15276         help from Florian Weimer <fw@deneb.enyo.de>
15277
15278 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * nnmail.el (nnmail-cache-insert): Revert last change.
15281
15282 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * nnmail.el (nnmail-cache-insert): Always check whether
15285         nnmail-cache-ignore-groups matches a group name.
15286
15287 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15288
15289         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15290         (spam-find-spam, spam-log-processing-to-registry)
15291         (spam-log-registered-p, spam-log-unregistration-needed-p)
15292         (spam-log-undo-registration): Use gnus-message instead of
15293         gnus-error, none of these errors are fatal.
15294
15295         * gnus-registry.el (gnus-registry-clean-empty-function)
15296         (gnus-registry-clean-empty): Remove only empty entries without
15297         extra data.
15298
15299 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * spam-stat.el (spam-stat-buffer-change-to-spam)
15302         (spam-stat-buffer-change-to-non-spam): Change (error) to
15303         (gnus-message 8) invocation.
15304
15305 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * nntp.el (nntp-via-netcat-command): New variable.
15308         (nntp-via-netcat-switches): New variable.
15309         (nntp-open-via-rlogin-and-netcat): New function.
15310         (nntp-open-connection-function): Doc fix.
15311         (nntp-telnet-command): Doc fix.
15312         (nntp-end-of-line): Doc fix.
15313         (nntp-via-rlogin-command): Doc fix.
15314         (nntp-via-user-name): Doc fix.
15315         (nntp-via-address): Doc fix.
15316
15317 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15320         error in Emacs 21.1.
15321
15322 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15325
15326 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15327
15328         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15329         (gnus-agent-with-refreshed-group): New macro.
15330         (gnus-agent-rename-group): New function.
15331         (gnus-agent-delete-group): New function.
15332         (gnus-agent-save-group-info): Use gnus-command-method when
15333         `method' parameter is nil.  Don't write nil entries into the
15334         active file.
15335         (gnus-agent-get-group-info): New function.
15336         (gnus-agent-fetch-articles): Use
15337         gnus-agent-update-files-total-fetched-for to increment disk space
15338         used.
15339         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15340         gnus-agent-update-view-total-fetched-for to increment disk space
15341         used.
15342         (gnus-agent-get-local): Added optional parameters to avoid calling
15343         gnus-group-real-name and gnus-find-method-for-group.
15344         (gnus-agent-set-local): Delete stored entry if either min, or max,
15345         are nil.
15346         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15347         quit, use gnus-agent-regenerate-group to record existance of any
15348         articles fetched to disk before the quit occurred.
15349         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15350         gnus-agent-update-view-total-fetched-for, and
15351         gnus-agent-update-files-total-fetched-for to decrement disk space
15352         used.
15353         (gnus-agent-retrieve-headers): Use
15354         gnus-agent-update-view-total-fetched-for to increment disk space
15355         used.
15356         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15357         with gnus-agent-update-files-total-fetched-for to decrement disk
15358         space and fresh group buffer.
15359         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15360         (gnus-agent-need-update-total-fetched-for): New variable.
15361         (gnus-agent-update-files-total-fetched-for): New function.
15362         (gnus-agent-update-view-total-fetched-for): New function.
15363         (gnus-agent-total-fetched-for): New function.
15364
15365         * gnus-cache.el (gnus-cache-save-buffers): Use
15366         gnus-cache-update-overview-total-fetched-for to change disk space
15367         used by this group.
15368         (gnus-cache-possibly-enter-article): Use
15369         gnus-cache-update-file-total-fetched-for to increment disk space
15370         used by this group.
15371         (gnus-cache-possibly-remove-article): Use
15372         gnus-cache-update-file-total-fetched-for to decrement disk space
15373         used by this group.
15374         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15375         (gnus-cache-rename-group): New function.
15376         (gnus-cache-delete-group): New function.
15377         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15378         (gnus-cache-need-update-total-fetched-for): New variable.
15379         (gnus-cache-with-refreshed-group): New macro.
15380         (gnus-cache-update-file-total-fetched-for): New function.
15381         (gnus-cache-update-overview-total-fetched-for): New function.
15382         (gnus-cache-rename-group-total-fetched-for): New function.
15383         (gnus-cache-delete-group-total-fetched-for): New function.
15384         (gnus-cache-total-fetched-for): New function.
15385
15386         * gnus-group.el: Require gnus-sum and autoload functions to
15387         resolve warnings when gnus-group.el compiled alone.
15388         (gnus-group-line-format): Documented new %F.
15389         (size of Fetched data) group line format; identifies disk space
15390         used by agent and cache.
15391         (gnus-group-line-format-alist): Defined new F format.
15392         (gnus-total-fetched-for): New function.
15393         (gnus-group-delete-group): No longer update
15394         gnus-cache-active-altered as gnus-request-delete-group now keeps
15395         the cache in sync.
15396         (gnus-group-list-active): Let the agent store a server's active
15397         list if currently plugged.
15398
15399         * gnus-int.el (gnus-request-delete-group):
15400         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15401         local disk in sync with the server.
15402         (gnus-request-rename-group):
15403         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15404         local disk in sync with the server.
15405
15406         * gnus-start.el (gnus-get-unread-articles):
15407         Cosmetic simplification to logic.
15408
15409         * gnus-util.el (gnus-rename-file): New function.
15410
15411 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15412
15413         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15414
15415 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15416
15417         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15418         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15419
15420 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15421
15422         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15423         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15424
15425 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15426
15427         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15428
15429 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15430
15431         * spam.el (spam-set-difference): Add function to replace
15432         gnus-set-difference in spam.el.
15433         (spam-summary-prepare-exit): Use spam-set-difference.
15434
15435 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15436
15437         * gnus-registry.el (gnus-registry-cache-file): Update to use
15438         gnus-dribble-directory OR gnus-home-directory OR ~.
15439         (gnus-registry-split-fancy-with-parent): Fix doc.
15440
15441 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * message.el (message-exchange-point-and-mark): Use
15444         message-mark-active-p.  Suggested by Jesper Harder
15445         <harder@ifa.au.dk>.
15446
15447 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * message.el (message-exchange-point-and-mark): Don't activate
15450         region if it was inactive.  Suggested by Hiroshi Fujishima
15451         <pooh@nature.tsukuba.ac.jp>.
15452
15453 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-art.el (article-display-face): Display Faces in the same
15456         order as X-Faces.
15457
15458 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15461
15462 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15465         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15466         (gnus-article-mime-hierarchy): Remove.
15467         (gnus-article-mime-hierarchy-next): Remove.
15468         (gnus-article-mode): Revert 2004-03-19 change.
15469         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15470         (gnus-insert-mime-button): Revert 2004-03-19 change.
15471         (gnus-mime-accumulate-hierarchy): Remove.
15472         (gnus-mime-enter-multipart): Remove.
15473         (gnus-mime-leave-multipart): Remove.
15474         (gnus-mime-display-part): Revert 2004-03-19 change.
15475         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15476
15477         * mml.el (mml-preview): Revert 2004-03-19 change.
15478
15479 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15480
15481         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15482
15483 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15486         t while entering a file name using the mm-with-multibyte macro.
15487         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15488
15489         * mm-util.el (mm-with-multibyte): New macro.
15490
15491 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15494         user option.
15495         (gnus-mime-multipart-functions): Doc and customization fix.
15496         (gnus-article-mime-hierarchy): New variable.
15497         (gnus-article-mime-hierarchy-next): New variable.
15498         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15499         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15500         gnus-article-mime-hierarchy-next to nil.
15501         (gnus-insert-mime-button): Show hierarchy numbers.
15502         (gnus-mime-accumulate-hierarchy): New function.
15503         (gnus-mime-enter-multipart): New function.
15504         (gnus-mime-leave-multipart): New function.
15505         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15506         (gnus-mime-display-alternative): Show hierarchy numbers.
15507
15508         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15509         gnus-article-mime-hierarchy-next to nil.
15510
15511 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15512
15513         * dns.el: Don't require gnus-xmas.
15514
15515 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15516
15517         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15518         inline PGP.
15519         (mml-menu): Disable mml-quote-region if mark is inactive.
15520
15521 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15524         when the group's active is not available.
15525
15526 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15529         error.
15530
15531 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * imap.el (imap-store-password): New variable.
15534         (imap-interactive-login): Use it.
15535         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15536
15537 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15540         window-start and hscroll to summary window.
15541
15542 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15543
15544         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15545         conversion message to newsrc-dribble when an actual conversion is
15546         performed.
15547
15548 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15549
15550         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15551
15552 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * mm-decode.el (mm-complicated-handles): New function reviving
15555         former definition of mm-multiple-handles.
15556
15557         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15558         (gnus-mime-delete-part): Use it.
15559
15560 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15561
15562         * gnus-agent.el (gnus-agent-read-local): Bind
15563         nnheader-file-coding-system to gnus-agent-file-coding-system to
15564         avoid the implicit assumption that they will always be equal.
15565         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15566         coding-system-for-write, as the with-temp-file macro first prints
15567         to a buffer then saves the buffer.
15568
15569 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-art.el (gnus-article-edit-part): New function.
15572         (gnus-mime-save-part-and-strip): Use it; do query instead of
15573         signaling an error; don't use mm-multiple-handles.
15574         (gnus-mime-delete-part): Ditto.
15575
15576 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15577
15578         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15579         old file versions.
15580         (gnus-group-prepare-hook): Removed function that converted list
15581         form of gnus-agent-expire-days to group properties.
15582
15583         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15584         (gnus-request-accept-article): Re-indented.
15585
15586         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15587         converters to handle old agent file formats.  Added logic for a
15588         "backup before upgrading warning".
15589         (gnus-convert-mark-converter-prompt): Developers can mark
15590         functions as needing (default), or not needing,
15591         gnus-convert-old-newsrc's "backup before upgrading warning".
15592         (gnus-convert-converter-needs-prompt): Tests whether the user
15593         should be protected from potentially irreversable changes by the
15594         function.
15595
15596         * legacy-gnus-agent.el: New.  Provides converters that are only
15597         loaded when gnus-convert-old-newsrc needs to call them.
15598
15599 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * mail-source.el (mail-source-touch-pop): Doc fix.
15602
15603         * message.el (message-smtpmail-send-it): Doc fix.
15604
15605 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15606
15607         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15608
15609         * nnmail.el (nnmail-split-fancy): do.
15610
15611         * gnus-kill.el (gnus-kill, gnus-execute): do.
15612
15613 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15614
15615         * gnus-sum.el (gnus-widget-reversible-match)
15616         (gnus-widget-reversible-to-internal)
15617         (gnus-widget-reversible-to-external): New functions.
15618         (gnus-widget-reversible): New widget.
15619         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15620
15621 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15622
15623         * gnus-sum.el (gnus-thread-sort-functions)
15624         (gnus-article-sort-functions): Document `(not F)' items.
15625
15626 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15627
15628         * spam.el (spam-use-gmane-xref): Add new backend.
15629         (spam-gmane-xref-spam-group): Add variable to control the name of the
15630         Gmane spam group.
15631         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15632         (spam-regex-headers-spam, spam-regex-headers-ham)
15633         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15634         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15635         backends and checks.
15636         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15637
15638         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15639         an autodetect method.
15640
15641 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15642
15643         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15644         articles are being added to a group.
15645         (gnus-request-replace-article): Inform the agent that articles
15646         need to be uncached as the cached contents are no longer valid.
15647
15648 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * binhex.el: Don't autoload executable-find.
15651
15652         * canlock.el: Don't autoload mail-fetch-field.
15653
15654         * dgnushack.el: Autoload c-mode for XEmacs.
15655
15656         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15657
15658         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15659         rmail-dont-reply-to and rmail-output.
15660
15661         * gnus-score.el: Don't autoload ffap-string-at-point.
15662
15663         * gnus-setup.el: Don't autoload sc-cite-original.
15664
15665         * imap.el: Don't autoload base64-decode-string,
15666         base64-encode-string and md5.
15667
15668         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15669         and rmail-msg-restore-non-pruned-header.
15670
15671         * mm-decode.el: Don't autoload executable-find.
15672
15673         * mm-url.el: Don't autoload executable-find.
15674
15675         * mm-view.el: Don't autoload diff-mode.
15676
15677         * nndb.el: Don't autoload news-reply-mode, news-setup,
15678         cancel-timer and telnet.
15679
15680         * password.el: Don't autoload run-at-time for Emacs.
15681
15682         * sha1-el.el: Don't autoload executable-find.
15683
15684         * sieve-mode.el: Don't autoload c-mode.
15685
15686         * uudecode.el: Don't autoload executable-find.
15687
15688 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15689
15690         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15691         (gnus-agent-possibly-alter-active): Avoid null in numeric
15692         comparison.
15693         (gnus-agent-set-local): Refuse to save null in local object table.
15694         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15695         list of articles that will be marked as unread.
15696
15697 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15700
15701 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15702
15703         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15704         language tags.
15705
15706 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15707
15708         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15709         Don't bind "obarray".
15710
15711         * gnus-sum.el (gnus-thread-sort-functions): Added
15712         `gnus-thread-sort-by-most-recent-number' and
15713         `gnus-thread-sort-by-most-recent-date'.
15714         Reported by Kai Grossjohann <kai@emptydomain.de>.
15715
15716 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15719
15720 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15721
15722         * gnus-cus.el (gnus-agent-customize-category): Removed
15723         ignore-errors macro reference that required cl to be loaded at
15724         run-time.
15725
15726         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15727         single-interval range of the form (min . max).  Previously the
15728         range had to look like ((min . max)).  Likewise, return
15729         (min . max) rather than ((min . max)).
15730         (gnus-range-map): Use gnus-range-normalize to accept
15731         single-interval range.
15732
15733         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15734         the cache, but not the agent, now appear with their usual face.
15735
15736         * dgnushack.el (loaddir): New variable that is bound to the
15737         directory containing the dgnushack.el file. Use loaddir, rather
15738         than srcdir, to update load-path. Change lets dgnushack compile
15739         code in directories other than GNUS/lisp.
15740
15741 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * lpath.el: Don't bind w3m-safe-url-regexp.
15744
15745         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15746         w3m-safe-url-regexp variable buffer-local.
15747
15748         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15749
15750 2004-02-27  Simon Josefsson  <jas@extundo.com>
15751
15752         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15753         gnus-group-real-prefix.
15754         (gnus-summary-move-article): Use it, instead of
15755         gnus-group-real-prefix.
15756
15757 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * lpath.el: Bind w3m-safe-url-regexp.
15760
15761         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15762         w3m-safe-url-regexp variable buffer-local and set it as the value
15763         of mm-w3m-safe-url-regexp.
15764
15765         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15766
15767         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15768         parsing gnus-posting-styles when the message is not for replying.
15769
15770         * dgnushack.el: Autoload sgml-mode for XEmacs.
15771
15772         * nnrss.el (nnrss-opml-export): Use
15773         mm-set-buffer-file-coding-system instead of
15774         set-buffer-file-coding-system.
15775
15776 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15777
15778         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15779         of checkdoc.el).
15780         * nnrss.el: do.
15781         * gnus-mlspl.el: do.
15782         * gnus-ml.el: do.
15783         * gnus-srvr.el: do.
15784
15785         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15786
15787 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15788
15789         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15790         Corrections to custom-manual links.
15791
15792         * gnus-art.el (gnus-article): Ditto.
15793
15794         * mm-decode.el (mime-display, mime-security): Ditto.
15795
15796 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15797
15798         * flow-fill.el: Typo.
15799
15800 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15801
15802         * spam-wash.el: New file.
15803
15804 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15805
15806         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15807
15808 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15809
15810         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15811         to be run with new-articles as LIST1, not LIST2.
15812         (spam-registration-functions): Add spam-use-ham-copy as a nil
15813         registration backend.
15814
15815 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15816
15817         * spam-stat.el (spam-stat-washing-hook): New option.
15818         (spam-stat-buffer-words): Use it.
15819         (spam-stat-process-directory, spam-stat-test-directory): Use
15820         insert-file-contents-literally.
15821         (spam-stat-coding-system): New variable.
15822         (spam-stat-load, spam-stat-save): Use it.
15823
15824 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * spam-report.el (spam-report-plug-agent): Quote
15827         spam-report-url-to-file and spam-report-url-ping-plain.
15828
15829 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15832         / in mailto URLs.
15833
15834 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15835
15836         * spam-report.el (spam-report-process-queue): Fix interactive use.
15837         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15838         (spam-report-unplug-agent): Doc fixes.
15839         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15840         (spam-report-agentize, spam-report-deagentize): Autoload.
15841
15842 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15845
15846         * message.el (message-setup-fill-variables): Add mml tags to
15847         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15848         <ajk@iu.edu>.
15849         (message-mode): Don't modify paragraph-separate there.
15850
15851 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * compface.el (uncompface-use-external): Default to undecided.
15854         (uncompface-use-external-threshold): New variable.
15855         (uncompface-float-time): New macro.
15856         (uncompface): Determine whether to use the external decoder if
15857         uncompface-use-external is undecided.
15858
15859 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15860
15861         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15862         after images.
15863
15864         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15865
15866 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15867
15868         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15869
15870         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15871
15872         * gnus-sum.el (gnus-summary-limit-to-age)
15873         (gnus-summary-limit-children): do.
15874
15875         * gnus-int.el (gnus-request-scan): do.
15876
15877         * gnus-group.el (gnus-group-suspend): do.
15878
15879         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15880
15881         * gnus-cite.el (gnus-cite-parse-attributions): do.
15882
15883         * gnus-agent.el (gnus-summary-set-agent-mark)
15884         (gnus-agent-regenerate-group): do.
15885
15886         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15887
15888         * binhex.el (binhex-decode-region-internal): do.
15889
15890 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * gnus-fun.el (gnus-face-properties-alist): New user option.
15893         (gnus-display-x-face-in-from): Use it.
15894
15895         * gnus-art.el (article-display-face): Ditto.
15896
15897         * compface.el (uncompface-use-external): Default to nil.
15898
15899 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15900
15901         * nntp.el (nntp-erase-buffer): New function.
15902         (nntp-retrieve-data, nntp-send-command)
15903         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15904         (nntp-possibly-change-group): Use it.
15905
15906         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15907         with-current-buffer.
15908
15909 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15910
15911         * compface.el: Merge the ELisp-based uncompface program.
15912         (compface): New customization group.
15913         (uncompface-use-external): New user option.
15914         (uncompface): Call uncompface-internal if uncompface-use-external
15915         is nil.
15916         (uncompface-internal): New function.  Note that there are also
15917         some other functions and variables added for this function.
15918
15919 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15920
15921         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15922         if necessary.
15923
15924 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15925
15926         * spam-report.el (spam-report-unplug-agent)
15927         (spam-report-plug-agent, spam-report-deagentize)
15928         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15929         Add support for the Agent in spam-report: when unplugged, report to a
15930         file; when plugged, submit all the requests.
15931
15932         * spam.el (spam-register-routine): Fix message about
15933         registration.
15934
15935 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15936
15937         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15938         dependencies.
15939         (rfc2047-encode): Use it.
15940
15941         * gnus-art.el (gnus-button-marker-list): Move before first
15942         reference.
15943
15944         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15945         (imap-parse-body): Fix format string mismatch.
15946
15947         * gnus-score.el (gnus-summary-increase-score): do.
15948
15949         * nnrss.el (nnrss-close): New function.
15950
15951 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15952
15953         * nnrss.el (nnrss-make-filename): New function.
15954         (nnrss-request-delete-group, nnrss-read-server-data)
15955         (nnrss-save-server-data, nnrss-read-group-data)
15956         (nnrss-save-group-data): Use it.
15957         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15958         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15959         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15960
15961 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15962
15963         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15964
15965 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15966
15967         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15968         files.
15969
15970         * message.el (message-generate-headers-first): Don't quote nil
15971         and t in docstrings.
15972
15973         * imap.el (imap-id): do.
15974
15975         * gnus-agent.el (gnus-agent-consider-all-articles)
15976         (gnus-agent-queue-mail): do.
15977
15978 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * spam-report.el (spam-report-process-queue): New function.
15981         Process requests from `spam-report-requests-file'.
15982         (spam-report-process-queue): Doc fix.
15983
15984 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15985
15986         * spam.el (spam-register-routine)
15987         (spam-log-processing-to-registry, spam-log-registered-p)
15988         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15989         Change "check" to "spam-check" for semi-clarity.
15990
15991 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15992
15993         * pop3.el: Require nnheader.
15994
15995         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15996
15997         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15998
15999         * gnus-picon.el: Require cl.
16000
16001         * gnus-fun.el: Require gnus-ems and gnus-util.
16002
16003         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16004
16005         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16006
16007         * gnus-art.el (gnus-article-edit-mode): Define before first
16008         reference.
16009
16010 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16011
16012         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16013         (gnus-uu-post-encoded): Use point-at-bol.
16014
16015         * gnus-topic.el (gnus-group-active-topic-p): do.
16016
16017         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16018
16019         * gnus-group.el (gnus-group-kill-region): do.
16020
16021         * gnus-art.el (article-date-ut): do.
16022
16023         * message.el (message-fetch-field): Remove redundant
16024         case-fold-search binding.
16025         (message-narrow-to-field): Simplify.
16026
16027 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * spam.el (spam-directory): Derive from `gnus-directory'.
16030
16031         * spam-report.el (spam-report-url-to-file)
16032         (spam-report-requests-file): New function and variable for offline
16033         reporting.
16034         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16035         and user defined function.
16036         (spam-report-url-ping-mm-url): Remove doubled slash.
16037
16038 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16041
16042 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16043
16044         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16045         format string mismatch.
16046
16047         * sieve.el (sieve-deactivate-all): do.
16048
16049         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16050
16051         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16052
16053         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16054
16055         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16056
16057 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16058
16059         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16060         the list of checks.
16061
16062 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16063
16064         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16065         padding.
16066
16067 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16068
16069         * mm-view.el (mm-fill-flowed): New variable.
16070         (mm-inline-text): Use it.
16071
16072 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16073
16074         * spam.el (spam-spamassassin-register-ham-routine)
16075         (spam-spamassassin-register-spam-routine): Fix function names.
16076
16077 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus.el (gnus-tmp-grouplens): Remove.
16080         (gnus-summary-line-format): Remove grouplens.
16081
16082         * gnus-group.el (gnus-group-line-format): Ditto.
16083
16084         * gnus-spec.el (gnus-format-specs): Ditto.
16085         (gnus-update-format-specifications): Flush the group format spec
16086         cache if there's the grouplens stuff.
16087         (gnus-parse-simple-format): Replace %l with the empty string.
16088
16089 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16090
16091         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16092         omission.
16093
16094 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16097         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16098
16099 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16100
16101         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16102         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16103         New macros and functions.
16104         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16105         Handle > NLINK_MAX messages.
16106         * nnmaildir.el (nnmaildir-request-set-mark): Use
16107         nnmaildir--emlink-p and nnmaildir--eexist-p.
16108
16109 2004-01-25  Alex Schroeder  <alex@gnu.org>
16110
16111         * spam-stat.el (spam-stat-process-directory-age): New option.
16112         (spam-stat-process-directory): Use it.
16113
16114 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16115
16116         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16117         (spam-stat-save): Accept prefix argument.
16118
16119 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16120
16121         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16122         links" error.
16123
16124 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16127         the rest of the and/or forms.
16128
16129 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16130
16131         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16132         compatibility with old .newsrc.eld files.
16133
16134         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16135
16136         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16137
16138         * gnus-start.el (gnus-1): do.
16139
16140         * gnus-group.el (gnus-group-line-format-alist): do.
16141
16142         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16143
16144         * gnus-gl.el: Remove.
16145
16146 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16147
16148         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16149         marks consisting of a single range {for example, (3 . 5)} rather
16150         than a list of a single range { ((3 . 5)) }.
16151
16152 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16153
16154         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16155         with-current-buffer.
16156         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16157         avoid consing a string.
16158
16159         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16160         Remove obsolete entries for big5 and gb2312.
16161
16162 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16163
16164         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16165         uncompressed list.
16166
16167 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16168
16169         * spam-stat.el (spam-stat-strip-xref): New function.
16170         (spam-stat-process-directory): Use it.
16171
16172         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16173         here -- it's done in message-fetch-field.
16174
16175 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16176
16177         * gnus-agent.el (gnus-agent-queue-mail)
16178         (gnus-agent-prompt-send-queue): New variables.
16179         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16180         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16181         "nndraft:queue" along to gnus-draft-send.  Use
16182         gnus-agent-prompt-send-queue.
16183         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16184         is "nndraft:queue".  Suggested by Gaute Strokkenes
16185         <gs234@srcf.ucam.org>
16186
16187         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16188         (agent-enable-undownloaded-faces): Added.
16189         (gnus-agent-cat-groups): Use eval-and-compile, not
16190         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16191         method of gnus-agent-cat-groups even when the buffer has been
16192         evaled.
16193         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16194         delete gnus-agent-save-active-1.
16195         (gnus-agent-save-groups): Deleted.  Identical to
16196         gnus-agent-save-active.
16197         (gnus-agent-write-active): No longer adjust agent's copy of active
16198         file as agent's adjustments are now stored in their own
16199         file.  Removed optional parameter.
16200         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16201         servers.  Add use of min/max range limits from server's local
16202         file.
16203         (gnus-agent-save-alist): Removed unused optional argument.
16204         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16205         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16206         (gnus-agent-set-local): A per-server file that keeps min/max range
16207         limits for articles known to the agent.  Provides a fast mechanism
16208         for altering many active ranges.
16209         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16210         active file (local makes it unnecessary).
16211         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16212
16213         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16214         (agent-enable-undownloaded-faces): Added.
16215
16216         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16217         disable it when sending to "nndraft:queue".
16218         (gnus-group-send-queue): Add safety check to avoid sending queue
16219         when unplugged.
16220
16221         * gnus-group.el (gnus-group-catchup): Use new
16222         gnus-sequence-of-unread-articles, not
16223         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16224         numbers of articles.  Use gnus-range-map to avoid having to
16225         uncompress the unread list.
16226         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16227         Fixed invalid ange-ftp reference.
16228
16229         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16230         (gnus-sorted-range-intersection): Intersection of two ranges
16231         without requiring that they first be uncompressed.
16232
16233         * gnus-start.el (gnus-activate-group): Unless blocked by the
16234         caller, possibly expand the active range to include both cached
16235         and agentized articles.
16236         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16237         multiple version-dependent converters.
16238         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16239         gnus-agent-save-active.
16240         (gnus-save-newsrc-file): Save dirty agent range limits.
16241
16242         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16243         gnus-agent-possibly-alter-active.
16244         (gnus-adjust-marked-articles): Faster handling of simple lists.
16245
16246 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16247
16248         * spam-stat.el (spam-stat-test-directory): New optional argument
16249         displays a list of files detected.  Suggested by Andrew Cohen
16250         <cohen@andy.bu.edu>.
16251         (spam-stat-buffer-words-with-scores): Don't narrow and change
16252         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16253
16254 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16255
16256         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16257         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16258         (spam-spamassassin-arguments)
16259         (spam-spamassassin-spam-flag-header)
16260         (spam-spamassassin-positive-spam-flag-header)
16261         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16262         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16263         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16264         (spam-list-of-processors, spam-list-of-checks)
16265         (spam-list-of-statistical-checks, spam-registration-functions)
16266         (spam-check-spamassassin-headers, spam-check-spamassassin)
16267         (spam-spamassassin-score)
16268         (spam-spamassassin-register-with-sa-learn)
16269         (spam-spamassassin-register-spam-routine)
16270         (spam-spamassassin-register-ham-routine)
16271         (spam-assassin-register-spam-routine)
16272         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16273         (spam-bogofilter-score): Fix to show article before scoring.
16274
16275 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16276
16277         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16278         default scoring function.
16279         (spam-generic-score): Call spam-spamassassin-score if
16280         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16281         spam-bogofilter-score otherwise.
16282
16283         * gnus.el (spam-process, spam-autodetect-methods): Add
16284         spamassassin and spamassassin-headers.
16285
16286 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16287
16288         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16289         Suppress unnecessary messages.
16290
16291 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16292
16293         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16294         make-hash-table.
16295
16296 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * canlock.el (base64-encode-string): Don't autoload it.
16299
16300 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * run-at-time.el: Remove useless (require 'itimer),
16303         eval-and-compile and (featurep 'xemacs).
16304
16305 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16306
16307         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16308         GROUP is a virtual group.
16309
16310 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16311
16312         * gnus.el: Autoload `message-y-or-n-p'.
16313
16314 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16315
16316         * pgg-parse.el: Remove unnecessary (require 'custom).
16317
16318         * pgg-def.el: do.
16319
16320         * nnmail.el: do.
16321
16322         * gnus-undo.el: do.
16323
16324         * gnus-picon.el: do.
16325
16326         * gnus-util.el: do.
16327
16328 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16331
16332 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16335         handle, as well as a list.
16336
16337         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16338         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16339         (mm-w3m-cid-retrieve): Simplify.
16340
16341 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16342
16343         * message.el (message-kill-to-signature): Allow prefix arg to
16344         specify number of lines to keep before signature.
16345
16346 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16347
16348         * message.el (message-kill-to-signature): Change docstring.
16349
16350 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * canlock.el: Always require sha1-el.
16353         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16354
16355         * message.el: Autoload sha1 only when compiling.
16356
16357         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16358         eudc-expand-inline for XEmacs.
16359
16360 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * message.el (message-canlock-generate): Require sha1-el.
16363
16364 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16365
16366         * message.el (message-expand-name): Silence the byte compiler.
16367
16368         * lpath.el: Add detect-coding-system.
16369
16370         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16371         cus-edit.
16372
16373 2004-01-13  Simon Josefsson  <jas@extundo.com>
16374
16375         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16376         Invoke gnus-score-mode.  Reported by
16377         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16378
16379         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16380         Jim Blandy <jimb@redhat.com> (tiny change).
16381
16382 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16383
16384         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16385
16386 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16387
16388         * spam.el (spam-get-article-as-string): Update to use
16389         gnus-request-article-this-buffer, much simpler.
16390         (spam-get-article-as-buffer): Remove.
16391
16392 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16393
16394         * message.el (message-expand-name): Use EUDC if the user uses that.
16395
16396 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16397
16398         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16399         character for the encoding to avoid consing a string.
16400
16401         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16402         unnecessarily.
16403
16404         * mm-util.el (mm-replace-chars-in-string): Remove.
16405
16406         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16407         of mm-replace-chars-in-string.
16408
16409 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16410
16411         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16412
16413         * mm-util.el (mm-subst-char-in-string): Support inplace.
16414
16415         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16416         a new string in every iteration.  Use shy groups.
16417
16418 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16419
16420         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16421         * gnus-soup.el (gnus-soup-group-brew):
16422         * gnus-msg.el (gnus-put-message):
16423         * gnus-move.el (gnus-group-move-group-to-server):
16424         * gnus-kill.el (gnus-batch-score):
16425         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16426         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16427         (gnus-group-update-group, gnus-group-read-group)
16428         (gnus-group-make-group, gnus-group-make-help-group)
16429         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16430         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16431         (gnus-group-sort-by-unread, gnus-group-catchup)
16432         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16433         (gnus-group-yank-group, gnus-group-set-info)
16434         (gnus-group-list-groups):
16435         * gnus.el (gnus-generate-new-group-name):
16436         * gnus-delay.el (gnus-delay-send-queue):
16437         * nnvirtual.el (nnvirtual-catchup-group):
16438         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16439         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16440         (gnus-group-prepare-topics, gnus-topic-check-topology):
16441         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16442         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16443         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16444         (gnus-group-make-articles-read):
16445         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16446         (gnus-group-change-level, gnus-kill-newsgroup)
16447         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16448         (gnus-get-unread-articles, gnus-make-articles-unread)
16449         (gnus-make-ascending-articles-unread): Use accessor
16450         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16451         to get group information for improved readability.
16452
16453
16454 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16455
16456         * gnus-art.el (article-decode-mime-words, article-babel)
16457         (gnus-article-highlight-signature, gnus-article-add-buttons)
16458         (gnus-signature-toggle): Use gnus-with-article-buffer.
16459
16460         * gnus-art.el (gnus-article-highlight-headers)
16461         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16462
16463         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16464         (gnus-article-set-globals, gnus-request-article-this-buffer)
16465         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16466         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16467         (gnus-mime-display-alternative): Use with-current-buffer.
16468
16469 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16470
16471         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16472         also under 80 char limit, and call gnus-error if needed.
16473         (spam-fetch-article-header): Fix - it was a
16474         buffer-local variable (gnus-newsgroup-data).
16475         (spam-find-spam): Use spam-generate-fake-headers, forget about
16476         spam-insert-fake-headers.
16477         (spam-insert-fake-headers): Remove.
16478
16479 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16480
16481         * deuglify.el (gnus-article-outlook-unwrap-lines)
16482         (gnus-outlook-rearrange-article)
16483         (gnus-outlook-repair-attribution-outlook)
16484         (gnus-outlook-repair-attribution-block)
16485         (gnus-outlook-repair-attribution-other): Remove redundant
16486         save-excursion.
16487
16488 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16489
16490         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16491         (spam-fetch-field-subject-fast)
16492         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16493         (spam-fetch-article-header): Add functions to deal with Gnus
16494         internals for fast retrieval of article header data.
16495         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16496
16497 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16498
16499         * pop3.el (pop3-md5): Remove.
16500         (pop3-apop): Replace pop3-md5 with md5.
16501
16502         * mm-bodies.el: base64 is always built-in.
16503
16504         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16505         with-current-buffer.
16506
16507 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * canlock.el (canlock-insert-header): Remove excessive grouping in
16510         regexp.
16511
16512         * gnus-sum.el (gnus-summary-read-document): Ditto.
16513
16514         * gnus-uu.el (gnus-uu-part-number): Ditto.
16515
16516         * html2text.el (html2text-remove-tags): Ditto.
16517         (html2text-format-tags): Ditto.
16518         (html2text-format-single-elements): Ditto.
16519
16520         * mml.el (mml-parse-1): Ditto.
16521
16522 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16523
16524         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16525
16526         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16527
16528         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16529
16530         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16531
16532 2003-11-15  Simon Josefsson  <jas@extundo.com>
16533
16534         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16535         (pgg-gpg-lookup-key): Use regexp match instead of
16536         split-string (split-string is different between emacs 21.2 and
16537         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16538
16539 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * gnus-art.el (gnus-mime-view-all-parts)
16542         (gnus-article-part-wrapper, gnus-article-view-part): Use
16543         with-current-buffer.
16544
16545 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * spam.el (spam-disable-spam-split-during-ham-respool)
16548         (spam-spamoracle-database, spam-cache-lookups)
16549         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16550         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16551         (spam-group-ham-marks, spam-group-spam-marks)
16552         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16553         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16554         also add spam-use-blackholes to the statistical checks.
16555         (spam-fetch-field-fast): Add interface to fetching fields, may
16556         become a macro.
16557         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16558         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16559         (spam-insert-fake-headers): Fake an article when needed.
16560         (spam-find-spam): Fake article when possible.
16561         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16562         (spam-check-bogofilter-headers): Use message-fetch-field instead
16563         of nnmail-fetch-field.
16564
16565 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16566
16567         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16568
16569 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16570
16571         * spam.el (spam-split): Do not require spam-use-CHECK to be
16572         enabled if that check is passed to spam-split explicitly; also
16573         fix so 'spam doesn't get converted to spam-split-group when
16574         spam-split-symbolic-return is t.
16575         (spam-find-spam): Find registrations of the article and use those
16576         instead of re-running spam-split to find the spam/ham
16577         classification of the article.
16578         (spam-log-processing-to-registry, spam-log-registered-p)
16579         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16580         Use gnus-error instead of gnus-message.
16581         (spam-log-registration-type): Add function to determine the
16582         classification of a message based on registry entries; will
16583         return nil if both 'spam and 'ham are found.
16584         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16585         a reasonably fast local cache without the loading errors.
16586         (spam-cache-lookups): Set to t by default.
16587         (spam-find-spam): Don't try to guess spam-cache-lookups.
16588         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16589         spam-caches entry.
16590         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16591         caching of whitelist/blacklist entries.
16592         (spam-check-whitelist, spam-check-blacklist): Invoke
16593         spam-from-listed-p with a type, not a cache variable.
16594         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16595
16596 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16597
16598         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16599
16600         * nnmail.el (nnmail-split-fancy): do.
16601
16602         * mml.el (mml-parse): do.
16603
16604         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16605         (gnus-score-adaptive): do.
16606
16607 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16610         (gnus-mime-button-map): Don't set keymap parent.
16611         (gnus-button-ctan-directory-regexp): Use shy grouping.
16612         (gnus-prev-page-map): Don't set keymap parent.
16613         (gnus-prev-page-map): Remove duplicated one.
16614         (gnus-next-page-map): Don't set keymap parent.
16615         (gnus-mime-security-button-map): Ditto.
16616
16617         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16618         version number.
16619
16620         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16621
16622 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * canlock.el (canlock-sha1-function): Remove.
16625         (canlock-sha1-function-for-verify): Remove.
16626         (canlock-openssl-program): Remove.
16627         (canlock-openssl-args): Remove.
16628         (canlock-ignore-errors): Remove.
16629         (canlock-sha1-with-openssl): Remove.
16630         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16631         (canlock-verify): Don't use canlock-ignore-errors.
16632
16633         * sha1-el.el (sha1-string-external): Make it can return a string
16634         in binary form.
16635         (sha1-region-external): Ditto.
16636         (sha1-string-internal): Ditto.
16637         (sha1-region-internal): Ditto.
16638         (sha1-region): Ditto.
16639         (sha1-string): Ditto.
16640         (sha1): Ditto.
16641
16642 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16643
16644         * spam.el (spam-report-articles-gmane): New command.
16645
16646 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16649
16650         * run-at-time.el (run-at-time-saved): Remove.
16651         (run-at-time): Doc fix.
16652
16653 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16654
16655         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16656         (gnus-summary-limit-map): Add it.
16657         (gnus-summary-make-menu-bar): do.
16658
16659 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16660
16661         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16662         Make attempt at some caching support (done for BBDB only now).
16663         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16664         addresses to be checked.
16665         (spam-clear-cache-BBDB): Add function, to be invoked by
16666         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16667         (spam-check-BBDB): Check and use the caches, if
16668         spam-cache-lookups is on, remove superfluous (provide).
16669
16670 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16673
16674 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16675
16676         * run-at-time.el (run-at-time-saved): Move to after the definition
16677         of `run-at-time'.
16678
16679         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16680
16681 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16684         mm-w3m-local-map-property.
16685
16686         * mm-view.el (mm-w3m-mode-map): Remove.
16687         (mm-w3m-local-map-property): Remove.
16688         (mm-inline-text-html-render-with-w3m): Don't use
16689         mm-w3m-local-map-property.
16690
16691 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * run-at-time.el: New file.
16694
16695         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16696         under Emacs.
16697
16698         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16699         of gnus-set-text-properties.
16700
16701         * gnus-uu.el (gnus-uu-save-article): Ditto.
16702
16703         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16704
16705         * gnus-cite.el (gnus-cite-parse): Ditto.
16706
16707         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16708         of gnus-.
16709
16710         * gnus-xmas.el (run-at-time): Require run-at-time.
16711
16712         * gnus.el: Changed calls to nnheader-run-at-time and
16713         password-run-at-time throughout to use run-at-time directly.
16714
16715         * password.el: Removed definition of run-at-time.
16716
16717         * nnheaderxm.el: Remove definition of run-at-time.
16718
16719 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16720
16721         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16722         in prompt.
16723
16724 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16725
16726         * messagexmas.el (message-xmas-redefine): Alias
16727         `message-make-caesar-translation-table' to
16728         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16729         version.
16730
16731         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16732         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16733         `gnus-xmas-set-text-properties'.
16734         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16735         `gnus-xmas-completing-read'.
16736         (gnus-xmas-completing-read): Removed.
16737         (gnus-xmas-open-network-stream): Removed.
16738
16739         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16740         XEmacs version.
16741
16742         * dns.el (dns-make-network-process): Use `open-network-stream'
16743         instead of `gnus-xmas-open-network-stream'.
16744
16745         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16746
16747         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16748
16749 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16750
16751         * gnus-art.el (gnus-mime-display-alternative)
16752         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16753         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16754         Don't use gnus-local-map-property.
16755
16756         * gnus-util.el (gnus-local-map-property): Remove.
16757
16758         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16759         gnus-completing-read-maybe-default with completing-read.
16760
16761         * gnus-util.el (gnus-completing-read): do.
16762         (gnus-completing-read-maybe-default): Remove.
16763
16764 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16765
16766         * password.el: Only autoload `run-at-time' if not XEmacs.
16767         Only autoload the itimer functions if XEmacs.
16768
16769 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16772         XEmacsen.
16773
16774         * dgnushack.el: Autoload executable-find for XEmacs.
16775
16776 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16777
16778         * gnus-art.el (gnus-read-string): Remove.
16779         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16780         read-string.
16781
16782 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16783
16784         * netrc.el: Autoload password-read.
16785         (netrc): Add configuration group.
16786         (netrc-encoding-method, netrc-openssl-path): Add
16787         variables for encoding and decoding of files with symmetric
16788         ciphers.
16789         (netrc-encode): Add assistant function to encode a file with
16790         netrc-encoding-method.
16791         (netrc-parse): Add interactive parameter, added optional
16792         decoding if netrc-encoding-method is non-nil but otherwise
16793         behavior is standard.
16794         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16795         Do s/encode/encrypt/ everywhere.
16796
16797         * spam.el: Remove executable-find autoload.
16798
16799 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16800
16801         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16802
16803         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16804
16805 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gnus-art.el (gnus-treat-ansi-sequences)
16808         (article-treat-ansi-sequences): New variable and function.
16809         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16810
16811         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16812         Use it.
16813
16814 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16815
16816         * mm-util.el (mm-quote-arg): Remove.
16817
16818         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16819         shell-quote-argument.
16820
16821         * gnus-uu.el (gnus-uu-command): do.
16822
16823         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16824
16825         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16826         with make-char.
16827
16828         * mm-util.el (mm-make-char): Remove.
16829
16830         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16831         add-minor-mode.
16832
16833         * gnus-undo.el (gnus-undo-mode): do.
16834
16835         * gnus-topic.el (gnus-topic-mode): do.
16836
16837         * gnus-sum.el (gnus-dead-summary-mode): do.
16838
16839         * gnus-start.el (gnus-slave-mode): do.
16840
16841         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16842
16843         * gnus-ml.el (gnus-mailing-list-mode): do.
16844
16845         * gnus-gl.el (gnus-grouplens-mode): do.
16846
16847         * gnus-draft.el (gnus-draft-mode): do.
16848
16849         * gnus-dired.el (gnus-dired-mode): do.
16850
16851         * gnus-ems.el (gnus-add-minor-mode): Remove.
16852
16853         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16854         Replace gnus-char-width with char-width.
16855
16856         * gnus-ems.el (gnus-char-width): Remove.
16857
16858         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16859         Replace gnus-char-width with char-width.
16860
16861         * gnus-ems.el (gnus-char-width): Remove.
16862
16863         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16864         definition.
16865         Remove Emacs 20 hash table compatibility code.
16866
16867         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16868         20 compatibility code.
16869
16870         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16871
16872         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16873
16874         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16875         with point-at-{eol,bol}.
16876
16877         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16878
16879         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16880
16881         * flow-fill.el (fill-flowed-point-at-bol)
16882         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16883
16884         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16885         Replace with point-at-{eol,bol} throughout all files.
16886
16887 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * ntlm.el (ntlm-string-as-unibyte): New macro.
16890         (ntlm-build-auth-response): Use it.
16891
16892         Remove Emacs 20 stuff:
16893         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16894         (butlast, mapc, remove): Remove the compiler macros.
16895         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16896         of delq and copy-sequence.
16897         * gnus-art.el (popup-menu): Remove the compiler macro.
16898         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16899         Emacs 20.
16900
16901 2004-01-05  Simon Josefsson  <jas@extundo.com>
16902
16903         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16904         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16905         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16906         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16907         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16908         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16909         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16910         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16911         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16912         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16913         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16914         string-xor into ntlm-string-xor.  Suggested by
16915         Jesper Harder <harder@myrealbox.com>.
16916
16917         * ntlm.el: Don't include poem.
16918
16919         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16920         Jesper Harder <harder@myrealbox.com>.
16921
16922         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16923
16924         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16925         probably breaks emacs with DL patch, but do we care? Is anyone
16926         still using the DL stuff?)
16927
16928         * sieve-manage.el: Use the password package.
16929         (sieve-manage-read-passwd): Remove.
16930         (sieve-manage-interactive-login): Use password.  Re-add
16931         condition-case around loop.
16932
16933         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16934         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16935         the password package.
16936
16937 2003-02-19  Simon Josefsson  <jas@extundo.com>
16938
16939         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16940         token.
16941
16942 2002-08-07  Simon Josefsson  <jas@extundo.com>
16943
16944         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16945         (sieve-manage-authenticators):
16946         (sieve-manage-authenticator-alist): Add some SASL mechs.
16947         (sieve-sasl-auth): New function.
16948         (sieve-manage-cram-md5-auth):
16949         (sieve-manage-plain-auth): Rewrite using SASL library.
16950         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16951         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16952         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16953         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16954
16955 2004-01-05  Simon Josefsson  <jas@extundo.com>
16956
16957         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16958         New files.
16959
16960 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16961
16962         * gnus-group.el (gnus-no-groups-message): Update.
16963
16964         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16965
16966 2003-11-09  Simon Josefsson  <jas@extundo.com>
16967
16968         * imap.el: Support for ID IMAP extension (RFC 2971).
16969         (imap-local-variables): Add imap-id.
16970         (imap-id): New variable.
16971         (imap-id): New function.
16972         (imap-parse-response): Parse untagged ID response.
16973         * nnimap.el (nnimap-id): New variable.
16974         (nnimap-open-connection): Use it.
16975
16976 2003-12-28  Simon Josefsson  <jas@extundo.com>
16977
16978         * gnus-score.el (gnus-score-edit-all-score): New.
16979         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16980
16981 2004-01-04  Simon Josefsson  <jas@extundo.com>
16982
16983         * password.el: Add.
16984
16985 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16986
16987         * dns.el (dns-query-types): Fix typo.
16988         (dns-query-types): New function.
16989         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16990         PTR and SOA replies, see RFC 1035.
16991
16992 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16993
16994         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16995
16996         * Moved to Changelog.2.
16997
16998 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16999
17000         * gnus.el (gnus-version-number): Bump version.
17001
17002 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17003
17004         * gnus.el: No Gnus v0.1 is released.
17005
17006 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17007
17008         * gnus.el: No Gnus v0.0 is released.
17009
17010 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17011
17012         * gnus.el (gnus-version-number): Bump.
17013         (gnus-version): No.
17014
17015 See ChangeLog.2 for earlier changes.
17016
17017     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17018       Free Software Foundation, Inc.
17019
17020   This file is part of GNU Emacs.
17021
17022   GNU Emacs is free software: you can redistribute it and/or modify
17023   it under the terms of the GNU General Public License as published by
17024   the Free Software Foundation, either version 3 of the License, or
17025   (at your option) any later version.
17026
17027   GNU Emacs is distributed in the hope that it will be useful,
17028   but WITHOUT ANY WARRANTY; without even the implied warranty of
17029   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17030   GNU General Public License for more details.
17031
17032   You should have received a copy of the GNU General Public License
17033   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17034
17035 ;; Local Variables:
17036 ;; coding: utf-8
17037 ;; fill-column: 79
17038 ;; add-log-time-zone-rule: t
17039 ;; End: