Wait for the response to STARTTLS before starting negotiation.
[gnus] / lisp / ChangeLog
1 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4         before starting negotiation.
5
6         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7         privacy reasons.
8         (gnus-treat-mail-gravatar): Ditto.
9
10         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11         buffer when inserting images.  Inserting text into the headers, for
12         instance, can make them invalid.
13
14 2010-09-25  Julien Danjou  <julien@danjou.info>
15
16         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
17         variables.
18
19         * nnheader.el: Remove useless variables news-reply-yank-from and
20         news-reply-yank-message-id.
21
22         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
23         variables.
24
25         * mml1991.el: Remove useless mml1991-verbose.
26
27         * gnus.el: Remove useless variable gnus-use-generic-from.
28         Remove obsolete variable gnus-topic-indentation.
29
30         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
31
32         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
33
34         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
35
36         * gnus-group.el: Remove useless gnus-group-icon-cache.
37         Remove useless gnus-ephemeral-group-server.
38
39         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
40
41         * mml2015.el: Remove useless mml2015-verbose.
42
43         * mml-smime.el: Remove useless mml-smime-verbose.
44
45         * gnus.el: Remove useless gnus-local-domain.
46
47         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
48         gnus-gravatar-size.
49
50         * gnus-art.el: Remove useless gnus-treat-translate.
51
52 2010-09-24  Julien Danjou  <julien@danjou.info>
53
54         * gnus-sum.el: Add support for Gravatars.
55
56         * gnus-art.el: Add support for Gravatars.
57
58         * gnus-gravatar.el: Add this file.
59
60         * gravatar.el: Add this file.
61
62 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
65
66         * gnus-group.el (gnus-group-fetch-faq): Removed.
67
68         * gnus.el (gnus-group-faq-directory): Removed.
69
70         * gnus-group.el (gnus-group-fetch-charter): Removed.
71
72         * gnus.el (gnus-group-charter-alist): Removed.
73
74         * gnus-group.el (gnus-group-archive-directory): Removed.
75         (gnus-group-recent-archive-directory): Ditto.
76         (gnus-group-make-archive-group): Removed.
77
78         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
79
80         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
81         use the same article number for all the cached articles.
82
83         * nnimap.el (nnimap-command): Register the last command time so
84         that we can use it for idling NOOPs.
85         (nnimap-open-connection): Start the keeplive timer.
86         (nnimap-make-process-buffer): Store all the process buffers.
87         (nnimap-keepalive): New function.
88
89         * starttls.el: (starttls-open-stream): Add autoload cookie.
90
91 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
92
93         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
94         handling.
95
96 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
99         its data structures.
100
101         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
102         instead of the cl.el copy-list.
103         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
104         equalp.
105
106 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
109         and tool-bar-local-item-from-menu.
110
111         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
112         mode-line-highlight face for Emacs.
113
114         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
115         loading gnus-sum.elc; fix comment for canlock-verify.
116         (gnus-article-jump-to-part): Use read-number.
117         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
118         Emacs pre-21 compatible code for help-echo.
119         (gnus-article-next-page-1): No need to adjust the number of lines.
120         (gnus-article-describe-bindings): Always use help-buffer.
121
122         * gnus-audio.el (gnus-audio-inline-sound)
123         * gnus-cus.el (gnus-custom-mode)
124         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
125
126         * gnus-sum.el (gnus-remove-overlays): Doc fix.
127
128         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
129         compatible code.
130
131 2010-09-24  Glenn Morris  <rgm@gnu.org>
132
133         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
134         visiting the fcc file in rmail-mode.
135
136         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
137
138 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * nnir.el: Silence the byte compiler.
141
142         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
143         alias to browse-url-url-encode-chars if any.
144         (gnus-html-encode-url): Use it.
145
146 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * gnus-start.el (gnus-use-backend-marks): New variable.
149         (gnus-get-unread-articles-in-group): Use it.
150
151         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
152         makeover.
153
154 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
155
156         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
157
158 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
161         Removed.
162         (gnus-setup-news-hook): Removed
163         gnus-fixup-nnimap-unread-after-getting-new-news.
164
165         * gnus-int.el (gnus-request-update-info): Protect against backends not
166         having the function.
167
168         * nnimap.el (nnimap-stream): Mention starttls.
169         (nnimap-open-connection): Add starttls support.
170
171 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
172
173         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
174
175 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
178         BODYSTRUCTUREs.
179         (nnimap-transform-headers): Unfold quoted {42} headers.
180
181         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
182         the info.
183         (gnus-get-unread-articles): Only call updatep on backends that support
184         it.
185
186         * nnweb.el (nnweb-request-update-info): NOOP.
187
188         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
189
190         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
191         since it only deals with marks.
192
193         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
194         gnus-request-marks, and make a new gnus-request-update-info.
195
196         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
197         the active instead of the high number, which is usually too low.
198
199 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
200
201         * netrc.el (netrc-parse): Remove encrypt.el mentions.
202         * encrypt.el: Removed.
203
204 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
207         server in symbolic form.
208
209         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
210         0.9.
211
212 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
215         (nnimap-update-info): Fix up code slightly.
216
217         * gnus-int.el (gnus-open-server): Add tracing for performance
218         debugging.
219
220         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
221         (gnus-group-insert-group-line): Pass the real group name so that it
222         gets the right data.
223
224         * gnus-start.el (gnus-get-unread-articles): Don't have
225         `gnus-get-unread-articles-in-group' update info, since that can be
226         really slow and doesn't seem to be needed?
227
228 2010-09-22  Dan Christensen  <jdc@uwo.ca>
229
230         * time-date.el (date-to-time): Try using parse-time-string first before
231         using the slower timezone-make-date-arpa-standard.
232
233 2010-09-22  Julien Danjou  <julien@danjou.info>
234
235         * gnus-group.el (gnus-group-insert-group-line): Call
236         gnus-group-highlight-line.
237         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
238         default hook list.
239         (gnus-group-update-eval-form): Add new function.
240         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
241         (gnus-group-get-icon): Use gnus-group-update-eval-form.
242
243 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
246         immediate, then expire all articles.
247         (nnimap-update-info): Fix off-by-one errors.
248         (nnimap-flags-to-marks): Would return no marks lists for group with no
249         flags.  Instead return the other data.
250
251 2010-09-22  Julien Danjou  <julien@danjou.info>
252
253         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
254         Only return an icon.
255         (gnus-group-insert-group-line): Compute icon to return.
256
257         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
258         variable.
259         (gnus-html-image-fetched): Only cache if
260         gnus-html-image-automatic-caching is set.
261         (gnus-html-image-fetched): Check for errors.
262
263 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
266         once per method on `g'.  This ensures that backends like nnfolder don't
267         open all their folders.
268
269         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
270         (nnimap-request-list): Nix out group in the correct buffer.
271         (nnimap-parse-flags): Implement by using `read' instead of
272         hand-parsing.
273         (nnimap-flags-to-marks): Pass on permanent-flags.
274         (nnimap-make-process-buffer): Record the server name.
275         (nnimap-parse-flags): Fix typo.
276         (nnimap-request-scan): Run split on the server in general, not just a
277         single group.
278
279         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
280         parameter, and propagate this downwards.
281
282         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
283         since EXAMINE changes it on the server.
284
285         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
286         this command might take a while.
287
288 2010-09-22  Julien Danjou  <julien@danjou.info>
289
290         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
291         harmful if you have 2 images side-by-side, they can't be properly
292         update on text deletion.  Using text-property is safer here.
293         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
294         data.
295
296 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * nnimap.el (nnimap-expunge-inbox): Removed.
299         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
300         (nnimap-expunge): Flip default to t.
301
302         * gnus.el (gnus-method-to-server): Don't push things to the cache
303         unless it's unique.
304         (gnus-server-to-method): Ditto.
305
306 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
307
308         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
309
310 2010-09-22  Julien Danjou  <julien@danjou.info>
311
312         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
313         get the start of data.
314         (gnus-html-encode-url): Add this function to encode special chars in
315         URL.
316         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
317         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
318
319         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
320         default.
321         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
322
323         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
324         images alt-text.
325         (gnus-html-put-image): Put alt-text as help-echo.
326
327 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
330         * mm-util.el (mm-decompress-buffer)
331         * nnir.el (nnir-run-find-grep)
332         * pop3.el (pop3-list): Use 3rd arg of split-string.
333
334         * time-date.el (format-seconds): Comment fix.
335
336         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
337         and byte-optimize-form-code-walker.
338         (dgnushack-make-auto-load): Don't advise make-autoload.
339
340         * lpath.el: Remove Emacs 21 stuff.
341
342 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
345         outside the active range.  Suggested by Dan Christensen.
346
347         * gnus-start.el (gnus-get-unread-articles): Get the extended method
348         slightly later to avoid double-getting it.
349
350         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
351         previous patch.
352
353         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
354
355 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
356
357         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
358
359 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus-int.el (gnus-open-server): Give a better error message in the
362         "go offline" case.
363
364         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
365         marks for nnimap, which is seldom the right thing to do.
366
367         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
368         (gnus-same-method-different-name): New function.
369
370         * nnimap.el (parse-time): Require.
371
372         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
373         method in the presence of many similar methods.
374
375         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
376
377         * nnimap.el (nnimap-find-expired-articles): Don't refer to
378         nnml-inhibit-expiry.
379
380         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
381         find out whether methods are equal.
382
383         * nnimap.el (nnimap-find-expired-articles): New function.
384         (nnimap-process-expiry-targets): New function.
385         (nnimap-request-move-article): Request the article before looking at
386         what the Message-ID is.  Fix found by Andrew Cohen.
387         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
388
389         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
390         for oldness in addition to being a predicate.
391
392         * nnimap.el (nnimap-request-group): When we have zero articles, return
393         the right data to Gnus.
394         (nnimap-request-expire-articles): Only delete articles immediately if
395         the target is 'delete.
396
397         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
398         method, this would bug out.
399
400         * gnus-group.el (gnus-group-expunge-group): Renamed from
401         gnus-group-nnimap-expunge, and implemented as a normal interface
402         function.
403
404         * gnus-int.el (gnus-request-expunge-group): New function.
405
406         * nnimap.el (nnimap-request-create-group): Implement.
407         (nnimap-request-expunge-group): New function.
408
409 2010-09-21  Julien Danjou  <julien@danjou.info>
410
411         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
412         (gnus-html-cache-expired): Add new function.
413         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
414         wethever we should display image for fetch it.
415         Compute alt-text earlier to pass it to the fetching function too.
416         (gnus-html-schedule-image-fetching): Change function argument to only
417         get one image at a time, not a list.
418         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
419         cache.
420         (gnus-html-get-image-data): New function to retrieve image data from
421         cache.
422         (gnus-html-put-image): Change buffer argument to use image data rather
423         than file, and place image above region rather than inserting a new
424         one. Do not take alt-text as argument, since it's useless now: we place
425         the image above alt-text.
426         (gnus-html-prune-cache): Remove.
427         (gnus-html-show-images): Start to fetch image when we find one, do not
428         push into a temporary list.
429         (gnus-html-prefetch-images): Only fetch image if they have expired.
430         (gnus-html-browse-image): Fix, use 'gnus-image-url.
431         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
432
433 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
436
437 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
440         spec inser "*" if the group isn't active instead of 0.
441
442         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
443         opening the server.
444         (nnimap-request-delete-group): Implement group deletion.
445         (nnimap-transform-headers): Return the size of the entire message in
446         the Bytes header, not just the size of the first part.
447         (nnimap-request-move-article): When moving an article from nnimap,
448         request the article first so the accepting form has an article to
449         accept.  Reported by Dan Christensen.
450         (nnimap-command): Make sure that the error message doesn't error out.
451
452 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
453
454         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
455         we haven't requested anything.
456
457 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
460         "".  Fix found by Andrew Cohen.
461
462         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
463         instead of -encode-string.
464
465 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
468
469         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
470         by mm-subst-char-in-string.
471
472 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
475         waiting for the connection string.
476
477         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
478         arriving.
479
480         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
481         bogus characters.  This allows selecting certain Gmail groups.
482
483         * nnimap.el (nnimap-find-wanted-parts-1): New function.
484         (nnimap-fetch-partial-articles): New variable.
485         (nnimap-open-connection): When looking for credentials, also use the
486         nnimap-server-port.
487         (nnimap-request-article): Return the group/article number, so that Gnus
488         `^' works as expected.
489         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
490         them.
491
492         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
493         comments.
494         (gnus-methods-sloppily-equal): New function.
495         (gnus): When using the development version of Gnus, load the gnus-load
496         file.
497
498         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
499         `gnus-open-server' on each method before trying to scan them etc.  This
500         ensures that all the backend parameters are set correctly.
501
502         * nnimap.el (nnimap-authenticator): New variable.
503         (nnimap-open-connection): Allow anonymous login.
504         (nnimap-transform-headers): The chars header is called Chars not
505         Bytes.
506         (nnimap-wait-for-response): Don't infloop if the IMAP connection
507         drops.
508
509         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
510         patch, found by Knut Anders Hatlen.
511
512 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
513
514         * gnus-agent.el (gnus-agent-batch-confirmation)
515         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
516         to gnus-message.
517         * gnus-art.el (gnus-article-describe-briefly): Likewise.
518         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
519         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
520         * gnus-int.el (gnus-open-server): Likewise.
521         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
522         (gnus-score-check-syntax): Likewise.
523         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
524         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
525         Likewise.
526         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
527
528 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
531         calling conventions so that prefetch doesn't bug out.
532
533 2010-09-19  Julien Danjou  <julien@danjou.info>
534
535         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
536         rather than `subst-char-in-region' in order to be able to replace ASCII
537         char by UTF-8 ones.
538
539         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
540         than curl.
541         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
542         the right URL and ALT text on images.
543         (gnus-html-wash-tags): Fix tag case.
544         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
545         (gnus-article-html): Add -o display_ins_del=2 option.
546         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
547
548 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
551         the extra mail headers, which sometimes seem to happen for unknown
552         reasons.
553
554         * mail-parse.el (mail-header-encode-parameter): Define as
555         rfc2045-encode-string instead of as rfc2231-encode-string, since some
556         (or most, perhaps?) mail readers don't understand the latter, but do
557         understand the former.
558
559         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
560         to nil, so that no methods are automatically agentized.  I think this
561         is probably what most users want.
562
563         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
564         from url-retrieve, for instance about invalid URLs.
565
566         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
567         groups that have no articles.
568         (nnimap-request-article): Check that we really got an article when we
569         requested one.
570
571         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
572         doesn't exist.
573
574         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
575         nntp buffer so the agent can save it.
576         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
577         that CRLF doesn't get translated to \n.
578         (nnimap-open-connection): Don't make 'shell commands only send \n.
579
580 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
581
582         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
583         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
584         Update var name.
585         (nnml-generate-nov-file): Use dolist.
586         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
587         Use with-current-buffer.
588
589 2010-09-18  Julien Danjou  <julien@danjou.info>
590
591         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
592         parallel.
593
594 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * nnimap.el (nnimap-update-info): When doing partial marks update, get
597         the range update right.
598         (nnimap-request-group): Don't make `M-g' bug out on group with no
599         marks.
600         (nnoo): Required, so that other packages can require nnimap.
601         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
602         command we're looking for.  This helps when the server sends more
603         responses after we've gotten everything we expected.
604         (nnimap): Add a `newlinep' field to keep track of end-of-line
605         conventions.
606         Don't send CRLF to things that don't want it.
607         (nnimap-request-accept-article): Ditto.
608
609 2010-09-18  Julien Danjou  <julien@danjou.info>
610
611         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
612         than curl to retrieve images.
613
614 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * nnimap.el (nnimap-update-info): Extend the info so that we can set
617         the marks.
618         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
619         (nnimap-wait-for-connection): New function.
620         (nnimap-open-connection): If we have PREAUTH, don't query for login
621         credentials.
622         (nnimap-update-info): Fix off-by-one error when concatenating ranges
623         when doing a partial update.
624
625 2010-09-18  Julien Danjou  <julien@danjou.info>
626
627         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
628         tags.
629
630 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * nnimap.el (nnimap-credentials): New function.
633         (nnimap-open-connection): Use the new function to look for credentials
634         also on the numeric equivalents of "imap" and "imaps".
635
636         * gnus-start.el (gnus-activate-group): Send the info to
637         gnus-request-group.
638
639         * nnimap.el (nnimap-request-group): Have the "check" version of the
640         function parse flags and update the info, so that a `M-g' get a total
641         resync of all flags from the group.
642
643         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
644         to allow backends to alter the info on group selection.  Also alter all
645         the backend -request-group functions to take the parameter.
646
647         * nnimap.el (nnimap-store-info): New function.
648         (nnimap-update-info): Store the info for later usage.
649         (nnimap-request-group): Use the stored info for the dont-check case, so
650         that we don't retrieve all marks when we enter a group.
651
652         * nnimap.el: Use deffoo instead of defun for interface functions.
653
654         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
655         update the group info.  This makes the nndraft groups, for instance, go
656         back to their old behaviour.
657
658         * gnus-sum.el (gnus-select-newsgroup): Indent.
659
660         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
661         in.
662         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
663         nothing.
664
665         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
666         from methods that are denied.
667
668         * gnus-int.el (gnus-method-denied-p): New function.
669
670         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
671         store the password instead of netrc.
672         (nnimap-open-connection): Don't error out when we can't make a
673         connections.
674
675         * auth-source.el (auth-source-create): In the password prompt, say what
676         we're querying for.  Also prompt for user name if that hasn't been
677         given.
678
679         * nnimap.el (nnimap-with-process-buffer): Removed.
680
681 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
684         method when we're reading from the agent.
685
686         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
687
688         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
689         that's probably most useful for users.
690
691         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
692         "failed" all the time.
693
694         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
695         ...)) with (with-current-buffer ... ).
696
697         * nntp.el (nntp-open-server): Return whether the open was successful or
698         not.
699
700         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
701         select an unread unseen article first.
702
703         * nnimap.el (nnimap-open-connection): If the user doesn't have a
704         /etc/services, supply some sensible port defaults.
705
706         * dgnushack.el: Define netrc-credentials.
707
708 2010-09-17  Julien Danjou  <julien@danjou.info>
709
710         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
711
712 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
713
714         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
715         doesn't have any parameters.
716
717 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
720         only upcased checks.
721
722         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
723
724         * nnimap.el (nnimap-open-shell-stream): New function.
725         (nnimap-open-connection): Use it.
726         (nnimap-transform-headers): Get the number of lines in each message.
727         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
728         number of lines.
729         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
730         problem.
731
732         * utf7.el (utf7-encode): Autoload.
733
734         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
735         to allow the mail splitting to not return a default group.  This is
736         useful for nnimap, which will leave unmatched mail in the inbox.
737
738         * nnimap.el: Rewritten.
739
740         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
741         nnimap usage.
742
743         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
744         if the move is internal, so that nnimap can do fast internal moves.
745
746         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
747         data.
748         (gnus-read-active-for-groups): Support finishing the early retrieval of
749         data.
750
751         * gnus-range.el (gnus-range-nconcat): New function.
752
753         * gnus-int.el (gnus-finish-retrieve-group-infos)
754         (gnus-retrieve-group-data-early): New functions.
755
756 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
757
758         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
759         (nnrss-retrieve-groups):
760         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
761         (pop3-quit): Use with-current-buffer.
762
763 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
766         instead of nnheader-accept-process-output.
767
768         * dgnushack.el (dgnushack-compile): Add comment.
769
770         * lpath.el: No need to fbind propertize for XEmacs 21.4.
771
772         * gnus-html.el (gnus-html-schedule-image-fetching)
773         (gnus-html-prefetch-images): Replace process-kill-without-query by
774         gnus-set-process-query-on-exit-flag.
775
776 2010-09-16  Romain Francoise  <romain@orebokech.com>
777
778         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
779
780 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * gnus-registry.el (gnus-registry-install-shortcuts): The second
783         parameter to unintern is mandatory-ish in Emacs 24.
784
785         * gnus-html.el (gnus-html-schedule-image-fetching)
786         (gnus-html-prefetch-images): Check for curl before using it.
787
788         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
789         depend on curl, which isn't essential.
790
791         * imap.el: Revert back to version
792         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
793         seem problematic.
794
795 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
796
797         * gnus-registry.el (gnus-registry-install-shortcuts):
798         Explicitly pass `obarray' to `unintern' to avoid a warning.
799
800 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
803         change.
804
805         * nnrss.el (nnrss-request-list): Removed this function and related
806         functions, including the moreover stuff.
807
808 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * nnrss.el (nnrss-retrieve-groups): New function.
811
812 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
813
814         * .dir-locals.el: Add no-byte-compile cookie.
815
816 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * time-date.el (format-seconds): Comment fix.
819
820         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
821         for back end that doesn't support request-scan.
822
823 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
826         then do request scans from the backends.
827
828         * netrc.el (netrc-credentials): New conveniency function.
829
830         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
831         avoid running a hook per line, since this takes a lot of time,
832         profiling shows.
833         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
834         directly if gnus-visual-p is true.
835
836 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
839         groups; replace mapcar with dolist which is a bit faster; pass groups
840         info to gnus-read-active-file-1.
841         (gnus-read-active-file-1): Scan only specified groups if the new
842         optional arg `infos' is given.
843
844 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
847
848         * pop3.el (pop3-movemail): Removed.
849         (pop3-streaming-movemail): Renamed to pop3-movemail.
850
851         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
852         don't restrict end-tag searches to the end of the line.
853
854 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
857         articles of every unchecked group to t, which means unknown since the
858         server has never been opened.
859
860 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-html.el (gnus-html-show-alt-text): New command.
863         (gnus-html-browse-image): Ditto.
864         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
865         to browse the image directly.
866         (gnus-html-wash-tags): Search for images first, so that <a><img> works
867         better.
868
869         * gnus-async.el (gnus-async-article-callback): Call
870         `gnus-html-prefetch-images' unconditionally.
871
872         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
873         before feeding URLs to curl.
874
875 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
878         internal images as deletable by `W D D'.
879
880         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
881         (gnus-async-article-callback): Fix typo.
882
883 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
886         current line to work around bugs in the output from w3m.
887
888         * gnus-async.el (gnus-async-article-callback): Always prefetch images
889         for groups that want that.
890
891         * nntp.el (nntp-wait-for-string): Supply a timeout for
892         accept-process-output to ensure progress.
893
894         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
895         level to get unread articles from, then use that for foreign groups,
896         too.
897
898         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
899         confuses the rest of the function.
900
901         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
902         for the methods that support -retrieve-groups, too.
903
904         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
905
906 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
909         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
910
911         * pop3.el: Require cl when compiling.
912         (pop3-number-of-responses): Search for "+OK", not "+OK ".
913
914 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
917         that aren't going to be activated.
918         (gnus-get-unread-articles): Fix up the last commit.
919
920         * gnus-html.el (gnus-article-html): Allow calling without specifying
921         the handle.  In that case, dissect the buffer first.
922
923         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
924
925         * nnimap.el (nnimap-open-connection): Revert the change that would look
926         into authinfo for imaps instead of imap.
927
928         * gnus-start.el (gnus-activate-group): Take an optional parameter to
929         say that you don't want to call gnus-request-group with don-check, but
930         do check the reponse.  This is for virtual groups only.
931         (gnus-get-unread-articles): Count the archive groups as secondary, so
932         that they're activated the same way as before.
933
934         * imap.el (imap-message-map): Removed optional buffer parameter, since
935         no callers use it.
936         (imap-message-get): Ditto.
937         (imap-message-put): Ditto.
938         (imap-mailbox-map): Ditto.
939         (imap-mailbox-put): Ditto.
940         (imap-mailbox-get): Ditto.
941         (imap-mailbox-get): Revert last change for this function.
942
943         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
944         case-insensitively.
945         (nnimap-debug): Removed.
946
947         * imap.el (imap-fetch-safe): Removed function, and altered all callers
948         to use `imap-fetch' instead.  According to the comments, this should be
949         safe, since all other IMAP clients use the 1:* syntax.
950         (imap-enable-exchange-bug-workaround): Removed.
951         (imap-debug): Removed -- doesn't seem very useful.
952
953         * mail-source.el (mail-source-fetch): Don't message if we're fetching
954         mail from a file, and the file doesn't exist.
955
956         * imap.el (imap-log): New convenience function used throughout instead
957         of repeating the same code all over the place.
958
959         * pop3.el (pop3-streaming-movemail): Return t for success.
960
961         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
962         .authinfo if we're using ssl connection.
963
964         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
965         already have if we're in a main Gnus `g' run.
966
967         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
968
969 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
972
973         * nnmh.el (nnmh-request-list-1): Bind `file'.
974
975         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
976         alias to set-process-query-on-exit-flag or process-kill-without-query.
977         (pop3-open-server): Use it.
978
979 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * mail-source.el (mail-source-delete-crash-box): Always move the crash
982         box to the Incoming file.  Fixes mistake in previous checkin.
983
984         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
985         request loop (for debugging purposes) removed.
986
987         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
988         culprit is more visible.
989         (nnml-save-incremental-nov, nnml-open-incremental-nov)
990         (nnml-add-incremental-nov): New functions to do "incremental" nov
991         updates, where we just append to the end of the existing nov files
992         without reading/writing them in full.
993
994         * mail-source.el (mail-source-delete-crash-box): Really only check the
995         incoming files once in a while.
996
997         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
998
999         * mail-source.el (mail-source-delete-crash-box): Only check the
1000         incoming files for deletion once per day to save a lot of file
1001         accesses.
1002
1003         * pop3.el (pop3-logon): Fix up unbound variable typo.
1004
1005         * mail-source.el (pop3-streaming-movemail): Autoload.
1006
1007         * pop3.el (pop3-streaming-movemail): Respect
1008         pop3-leave-mail-on-server.
1009
1010         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1011         retrieval.
1012
1013         * pop3.el (pop3-process-filter): Removed unused function.
1014         (pop3-streaming-movemail, pop3-send-streaming-command)
1015         (pop3-wait-for-messages, pop3-write-to-file)
1016         (pop3-number-of-responses): New functions for streaming pop3
1017         retrieval.
1018
1019         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1020         come from no known methods.
1021         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1022         list.
1023
1024         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1025         message sizes.
1026         (pop3-movemail): Use erase-buffer instead of looping and deleting
1027         regions, which seems rather odd.
1028
1029         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1030         file once per `g' run.
1031
1032         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1033         directories.  This makes the draft queue directory work.
1034
1035         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1036         data from the backends, so that we only request the list of groups from
1037         each method once.  This should speed things up considerably.
1038
1039         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1040         detect that it's not implemented.
1041
1042         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1043         we actually do recurse down into the tree, but don't stat all leaf
1044         nodes.
1045
1046         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1047         then say so instead of bugging out.
1048
1049         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1050         files exist before trying to read them.
1051
1052         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1053         around <pre_int>.
1054
1055         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1056
1057         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1058
1059 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * mm-util.el (mm-image-load-path): Just return the image directories,
1062         not all directories in the path in addition to the image directories.
1063         (mm-image-load-path): Maintain a cache of the image directories so that
1064         the `g' command in Gnus doesn't have to stat dozens of directories each
1065         time.
1066
1067         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1068         (gnus-html-wash-tags): Add a new `i' command to insert images.
1069         (gnus-html-insert-image): New command and keystroke.
1070         (gnus-html-redisplay-with-images): New command and keystroke.
1071         (gnus-html-show-images): Renamed command.
1072         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1073         spacers.
1074         (gnus-html-wash-tags): Decode entities at the end, so that entities
1075         inside the tags don't mess up the rest of the "parsing".
1076
1077         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1078         so that nnimap methods aren't agentized by default.  There's apparently
1079         many problems related to agent/imap behaviour.
1080
1081         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1082
1083         * gnus-html.el: Doc fix.
1084
1085 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1088         specifier-spec-list for Emacs 21.
1089
1090         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1091         glyph-width and glyph-height instead of display-graphic-p and
1092         image-size; make avoidance of displaying small images work for XEmacs.
1093
1094         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1095         for XEmacs.
1096
1097         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1098         of symbol that holds plist data.
1099         (gnus-process-plist): Remove plist of process after getting it.
1100
1101 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * message.el (message-generate-hashcash): Change default to
1104         'opportunistic if hashcash is installed.
1105
1106         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1107         (gnus-html-put-image): Only call image-size once, since it's somewhat
1108         time-consuming on remote X servers.
1109
1110 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1113         type on data, not a file name.
1114
1115         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1116         window-pixel-edges for Emacs 21.
1117
1118         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1119         decoded contents.
1120         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1121
1122 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1125         group line format, since it isn't very interesting.
1126
1127         * gnus-agent.el (gnus-agent-short-article),
1128         (gnus-agent-long-article): Increase values for these two variables,
1129         since most people are likely to have more network connection and
1130         storage than before.
1131
1132         * gnus.el (gnus-refer-article-method): Change default to 'current.
1133         When referring an article, the common behaviour is to refer it from the
1134         current select method, not the native select method.  The chances of
1135         the native select method having the message in question is rather slim
1136         these days.
1137
1138         * gnus-sum.el (gnus-auto-select-subject): Change default to
1139         `unseen-or-unread'.  I think it's likely that most people want to
1140         select an unseen article over a previously seen, but unread one.
1141
1142         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1143         means that in the article buffer none of the minor mode elements will
1144         be shown, usually, and this is not desirable in most cases.
1145
1146         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1147         that commands like `d' (and the like) go to the next line in the
1148         buffer, instead of the next unread article.  I think this is the
1149         behaviour that is most natural for most users.
1150         (gnus-single-article-buffer): Change default to nil, so that people can
1151         have as many article buffers open as they have summary buffer.  I think
1152         this is the most natural way for the groups to behave.
1153
1154         * message.el (message-generate-new-buffers): Change default to
1155         `unsent', so that all new message buffers start their names with the
1156         string "*unsent", and it's easier to find the buffers if you move from
1157         them.
1158
1159 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1162         small.  They're probably tracking images.
1163         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1164         (gnus-html-rescale-image): Yet another try at getting the image sizing
1165         right.
1166
1167         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1168         nntp-marks-file-name is nil.
1169
1170 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * gnus-html.el (gnus-html-wash-tags)
1173         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1174         Better logging.
1175
1176 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1179
1180         * gnus-html.el (gnus-html-wash-tags): Check the value of
1181         gnus-blocked-images in the summary buffer.
1182
1183 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1186
1187 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1190         like "a", it seems like.
1191         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1192         since it needs to be picked from the correct buffer.
1193
1194         * nnwfm.el: Removed.
1195
1196         * nnlistserv.el: Removed.
1197
1198 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1201         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1202
1203 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnkiboze.el: Removed.
1206
1207         * nndb.el: Removed.
1208
1209         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1210         alt text.
1211         (gnus-html-rescale-image): Try to get the rescaling logic right for
1212         images that are just wide and not tall.
1213
1214         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1215         overshadow variable bindings.
1216
1217 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1218
1219         * gnus-html.el (gnus-html-wash-tags)
1220         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1221         extra logging.
1222
1223 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1226         (gnus-max-image-proportion): New variable.
1227         (gnus-html-rescale-image): New function.
1228         (gnus-html-put-image): Rescale images.
1229
1230 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1231
1232         Fix up some byte-compiler warnings.
1233         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1234         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1235         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1236         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1237         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1238         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1239         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1240
1241 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * gnus-html.el (gnus-article-html): Decode contents by charset.
1244
1245 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1248         (gnus-html-frame-width, gnus-blocked-images)
1249         * message.el (message-prune-recipient-rules): Add custom version.
1250         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1251
1252         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1253         functions.
1254
1255         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1256         gnus-process-get.
1257
1258 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1259
1260         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1261         instead of lsub directly.
1262
1263 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nnwarchive.el: Removed.
1266
1267         * gnus-soup.el: Removed.
1268
1269         * nnsoup.el: Removed.
1270
1271         * nnultimate.el: Removed.
1272
1273         * gnus-html.el (gnus-blocked-images): New variable.
1274
1275         * message.el (message-prune-recipients): New function.
1276         (message-prune-recipient-rules): New variable.
1277
1278         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1279         guess whether a long line is natural text or not.
1280
1281         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1282         gnus-process-plist and friends for compatibility.
1283
1284 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1285
1286         * gnus-html.el: Require packages that define macros used in this file.
1287         (gnus-article-mouse-face): Declare to silence byte-compiler.
1288         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1289         process-get.
1290         (gnus-html-put-image): Use plist-get to avoid getf.
1291         (gnus-html-prefetch-images): Use with-current-buffer.
1292
1293 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gnus-ems.el: Provide compatibility functions for
1296         gnus-set-process-plist.
1297
1298         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1299         header-line-format for XEmacs 21.4.
1300
1301         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1302         * gnus.el (gnus-valid-select-methods)
1303         * message.el (message-send-mail-partially-limit)
1304         * mm-decode.el (mm-text-html-renderer)
1305         * mml.el (mml-insert-mime-headers-always)
1306         * smiley.el (smiley-regexp-alist): Bump custom version.
1307
1308 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * gnus-html.el: require mm-url.
1311         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1312         with the url to `url'.
1313         (gnus-html-wash-tags): Support cid: URLs/images.
1314
1315 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1318         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1319         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1320
1321         * gnus-move.el: Removed file, since it doesn't really work.
1322
1323         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1324         UTF-8.  This seems to fix problems with some German web feeds.
1325
1326         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1327         at the top so that the proper colours are applied.
1328
1329         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1330         don't have dots in their names.
1331
1332         * gnus-art.el (gnus-article-view-part): Doc fix.
1333
1334         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1335         XEmacs-compatible.
1336         (gnus-html-put-image): Don't do images on non-graphic displays.
1337
1338         * nnslashdot.el: Removed this unused backend.
1339
1340         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1341         actions.
1342         (gnus-undo-register-1): Revert last change.
1343
1344         * gnus-group.el (gnus-group-completing-read): Protect against not
1345         having completion-styles bound.
1346
1347         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1348         make broken recipients happier.
1349
1350         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1351
1352         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1353         point parameter.
1354
1355         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1356
1357         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1358         completion-styles for group selection.
1359
1360 2009-02-04  Andreas Schwab  <schwab@suse.de>
1361
1362         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1363         headers and regexp-quote the match if necessary.
1364
1365 2009-03-24  Miles Bader  <miles@gnu.org>
1366
1367         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1368         the blinking smiley.
1369
1370 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1371
1372         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1373         blink smiley.
1374
1375 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1378         where the dribbel file lives exists.
1379
1380         * message.el (message-send-mail-partially-limit): Change the default to
1381         nil, since most people don't want this.
1382
1383         * mm-url.el (mm-url-decode-entities): Also decode entities like
1384         &#x3212.
1385
1386 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1387
1388         * gnus-sum.el (gnus-summary-idna-message):
1389         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1390         Hyperlink urls in docstrings with URL `...'.
1391
1392 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1393
1394         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1395         functions.
1396
1397 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1400         say what the mouseover text should be.
1401
1402         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1403         version of the mm-w3m-safe-url-regexp variable to only download images
1404         in the groups where we want that to happen.
1405
1406         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1407
1408         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1409         easier debugging.
1410         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1411         big pictures in the article buffer.
1412
1413         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1414         gnus-article-html.
1415         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1416         w3m.
1417
1418         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1419
1420 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1423         which doesn't exist.
1424
1425         * message.el (message-inhibit-ecomplete): New variable to allow some
1426         function to inhibit ecomplete address storage.
1427         (message-resend): Disable ecomplete message storage when resending
1428         messages.
1429
1430         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1431
1432 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1435         Save excursion while copying, moving, and deleting articles in order to
1436         prevent the cursor from jumping to unforeseen place.
1437
1438 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * lpath.el: No need to bind bookmark-current-buffer,
1441         bookmark-yank-point and bookmark-make-record-function.
1442
1443 2010-08-17  Glenn Morris  <rgm@gnu.org>
1444
1445         * gnus-sync.el: Require gnus components whose functions are used.
1446
1447         * gnus-art.el (bookmark-make-record-function):
1448         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1449         Declare for compiler.
1450
1451         * mm-url.el (mml-compute-boundary): Autoload.
1452
1453 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1456
1457 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1458
1459         Typo fix "hoo4a" -> "hook".
1460
1461         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1462
1463 2010-08-14  Glenn Morris  <rgm@gnu.org>
1464
1465         * gnus-sync.el (gnus-sync): Fix defgroup version.
1466
1467 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1468
1469         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1470
1471         * gnus-sync.el: Fix docs.
1472         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1473         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1474
1475 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1476
1477         Optimizations for gnus-sync.el.
1478
1479         * gnus-sync.el: Add docs about gnus-sync-backend
1480         possibilities.
1481         (gnus-sync-save): Remove unnecessary message.
1482         (gnus-sync-read): Optimize and show what groups were skipped.
1483
1484 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1485
1486         Minor bug fixes for gnus-sync.el.
1487
1488         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1489         read the sync on get-new-news.
1490
1491         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1492         quiet.
1493
1494         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1495
1496 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1497
1498         Make saving and restoring of hidden threads work with overlays.
1499         Patch applied by Ted Zlatanov.
1500
1501         * gnus-sum.el (gnus-hidden-threads-configuration)
1502         (gnus-restore-hidden-threads-configuration): Update to deal with text
1503         properties, rather than searching for a magic character.
1504
1505 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1506
1507         New gnus-sync.el library for synchronization of marks.
1508
1509         * gnus-sync.el: New library for synchronization of marks.
1510
1511         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1512         renamed from `gnus-registry-grep-in-list'.
1513
1514         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1515
1516         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1517
1518 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1521         determining charset of text fails.
1522
1523 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * nnmail.el (nnmail-get-new-mail-1): Revert.
1526
1527         * nnml.el (nnml-active-number): Make sure names of newly created groups
1528         in nnml-group-alist are encoded.
1529
1530 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1533         containing non-ASCII characters in active file for nnml back end.
1534
1535 2010-07-24  David Engster  <dengste@eml.cc>
1536
1537         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1538         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1539
1540 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1541
1542         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1543         tag (Bug#6654).
1544
1545 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1548         the article buffer, not the summary buffer.
1549
1550 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1553         Emacs 23 as well.
1554
1555 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1558         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1559
1560 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1561
1562         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1563         Patch applied by Karl Fogel.
1564
1565         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1566         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1567
1568 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1569
1570         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1571         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1572         C-w still not working correctly from Article buffers; Thierry's
1573         patch to fix that will be applied after this.
1574
1575         * gnus-art.el (bookmark-make-record-function): New local variable.
1576
1577         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1578         article buffer.
1579         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1580
1581 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1582
1583         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1584         on changes in bookmark.el.
1585
1586 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1589         `no-log' instead of message not to log prompt string.
1590
1591 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1592
1593         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1594         the *other* type of HTML form submission.
1595
1596 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1597
1598         * auth-source.el (auth-source-pick): If choice does not contain a
1599         questioned keyword, set the check to t.
1600
1601 2010-06-12  Romain Francoise  <romain@orebokech.com>
1602
1603         * gnus-util.el (gnus-date-get-time): Move up before first use.
1604
1605 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1608         (gnus-article-edit-part): Bind it to make last part that is substituted
1609         or deleted visible.
1610         (gnus-mime-display-single): Buttonize part of which id equals to
1611         gnus-mime-buttonized-part-id.
1612
1613 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1614
1615         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1616         (gnus-dd-mmm): Use gnus-date-get-time.
1617         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1618         simplify logic.
1619         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1620         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1621
1622 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1623
1624         * auth-source.el (top): Autoload `secrets-list-collections',
1625         `secrets-create-item', `secrets-delete-item'.
1626         (auth-sources): Fix tag string.
1627         (auth-get-source, auth-source-retrieve, auth-source-create)
1628         (auth-source-delete): New defuns.
1629         (auth-source-pick): Rewrite in order to avoid 2 passes.
1630         (auth-source-forget-user-or-password): New parameter USERNAME.
1631         (auth-source-user-or-password): New parameters CREATE-MISSING and
1632         DELETE-EXISTING.  Retrieve password interactively, if needed.
1633
1634 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1635
1636         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1637         deleting unused directories when gnus-expert-user is t.
1638
1639 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1642         for each temp file when gnus-article-browse-delete-temp is ask.
1643
1644 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1645
1646         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1647         Lisp calls to delete-backward-char by calls to delete-char.
1648
1649 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1650
1651         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1652
1653 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1654
1655         * password-cache.el (password-cache-remove): Fix docstring.
1656
1657 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1660         article unless decoding article to be saved.
1661
1662 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1665         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1666         generated within the mm-with-unibyte-current-buffer macro.
1667
1668 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1671         to nil when we're in a mml-preview buffer and no group is selected.
1672
1673 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1674
1675         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1676         when catching the `C-g'.  Reported by "Leo".
1677
1678 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * message.el (message-forward-make-body-plain)
1681         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1682         multibyte-string-p.
1683
1684         * lpath.el: Revert.
1685
1686 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * message.el (message-forward-make-body-mml): Assume original message
1689         is multibyte string; error on unibyte.
1690         (message-forward-make-body-plain): Ditto; don't add excessive newline
1691         in body end.
1692
1693         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1694
1695 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1696
1697         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1698         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1699
1700 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * mm-extern.el (mm-extern-url): Don't use
1703         mm-with-unibyte-current-buffer.
1704         (mm-extern-cache-contents): Use with-current-buffer instead of
1705         save-excursion + set-buffer.
1706
1707 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * mm-util.el (mm-emacs-mule): Remove.
1710
1711 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1712
1713         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1714         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1715         change.
1716
1717 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1720         bind the default value of enable-multibyte-characters to nil.
1721
1722 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * message.el (message-forward-make-body-plain)
1725         (message-forward-make-body-mml):
1726         Don't use mm-with-unibyte-current-buffer.
1727
1728 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1729
1730         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1731
1732 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1733
1734         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1735         (Bug#5592).
1736
1737 2010-05-07  Julien Danjou  <julien@danjou.info>
1738
1739         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1740         it to mm-pipe-part.
1741
1742         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1743         it is given.
1744
1745 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * binhex.el (binhex-decode-region-internal)
1748         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1749         (dns-query)
1750         * nnweb.el (nnweb-gmane-search)
1751         * pgg-parse.el (pgg-parse-armor)
1752         * pgg.el (pgg-verify-region)
1753         * sha1.el (sha1-string-external)
1754         * uudecode.el (uudecode-decode-region-internal)
1755         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1756         XEmacs.
1757
1758         * gnus-art.el (gnus-article-browse-html-parts)
1759         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1760         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1761         make-temp-file.
1762
1763         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1764         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1765         compiling.
1766
1767         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1768         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1769         XEmacs when compiling.
1770
1771         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1772         gnus-pick-mode-off-hook for XEmacs when compiling.
1773         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1774         gnus-binary-mode-off-hook for XEmacs when compiling.
1775
1776         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1777         nil if char-charset is not available.
1778
1779         * imap.el (imap-disable-multibyte)
1780         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1781         macros.
1782
1783         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1784         instead of encode-coding-string.
1785
1786         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1787         'xemacs) instead of mm-emacs-mule to switch function definitions.
1788         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1789
1790         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1791         bind temporary-file-directory for XEmacs;
1792         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1793         timer-set-function for XEmacs 21.4 and SXEmacs;
1794         bind timer-list for XEmacs 21.4 and SXEmacs;
1795         fbind char-charset and find-charset-region for non-Mule XEmacs;
1796         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1797         encode-coding-region and encode-coding-string for XEmacs having no
1798         file-coding feature.
1799
1800 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1801
1802         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1803
1804 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1807         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1808
1809 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1810
1811         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1812         alias `jka-compr-delete-temp-file' no longer exists.
1813
1814 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1815
1816         Use define-minor-mode in Gnus where applicable.
1817         * mml.el (mml-mode): Use define-minor-mode.
1818         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1819         (gnus-undo-mode): Use define-minor-mode.
1820         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1821         (gnus-dead-summary-mode): Use define-minor-mode.
1822         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1823         Initialize in declaration.
1824         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1825         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1826         (gnus-mailing-list-mode): Use define-minor-mode.
1827         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1828         (gnus-draft-mode): Use define-minor-mode.
1829         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1830         (gnus-dired-mode): Use define-minor-mode.
1831
1832 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1833
1834         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1835         handles on recursive mml-to-mime translation and check them for
1836         boundary delimiter collisions.  Reported by Greg Troxel.
1837
1838 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1841
1842 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1843
1844         * mm-util.el (mm-find-buffer-file-coding-system):
1845         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1846
1847 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1848
1849         * message.el (message-generate-headers): Record insertion of optional
1850         headers as well.  Otherwise the check to prevent repeated insertion of
1851         optional headers is a no-op.
1852
1853 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1854
1855         * smime.el: Don't mention CVS.
1856
1857         * nnrss.el (nnrss-fetch): Don't mention CVS.
1858
1859         * nnir.el: Don't mention CVS.
1860
1861 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1862
1863         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1864
1865 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * lpath.el: Fbind bookmark-default-handler,
1868         bookmark-get-bookmark-record, bookmark-make-record-default,
1869         bookmark-prop-get for Emacs <23 and XEmacs.
1870
1871 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1872
1873         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1874         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1875         Use with-current-buffer to silence the byte-compiler.
1876         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1877         bother to require `gnus'.
1878         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1879
1880 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1881
1882         * gnus-sum.el (gnus-summary-bookmark-make-record)
1883         (gnus-summary-bookmark-jump): New functions.
1884         (gnus-summary-mode): Setup bookmark support.
1885
1886 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1887
1888         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1889         if set.
1890
1891 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1894         gnus-article-browse-html-save-cid-image; make it work recursively for
1895         forwarded messages as well.
1896         (gnus-article-browse-html-parts): Work when prefix arg is given.
1897         (gnus-article-browse-html-article): Doc fix.
1898
1899 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1900
1901         * message.el (message-default-mail-headers):
1902         (message-default-headers): Carry the value mail-default-headers over
1903         into message-default-mail-headers, rather than message-default-headers.
1904
1905 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1906
1907         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1908         charset.
1909
1910         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1911         charset into the <meta> tag when the article is encoded to utf-8.
1912
1913 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1916         directories as well.
1917         (gnus-article-browse-html-parts): Work for images that do not specify
1918         file names; delete temp directory when quitting; insert header at the
1919         right place; use file: scheme for image files.
1920
1921 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1922
1923         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1924         (gnus-article-browse-html-parts): Use it to make temporary cid image
1925         files in addition to html file so that browser may display them.
1926
1927 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1930
1931 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1932
1933         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1934
1935 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1936
1937         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1938         about Secret Service API sources.  Improve Customize options.
1939         (auth-source-pick): Change to accept any number of search parameters.
1940         Implement fallbacks iteratively, not recursively.  Add scoring on the
1941         second pass and sort by score.  Call Secret Service API when needed.
1942         (auth-source-user-or-password): Use it.  Call Secret Service API
1943         directly when needed to get the user name and the password.
1944
1945 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1946
1947         * message.el (message-interactive): Doc fix.
1948         (message-qmail-inject-args): Reflow.
1949         (message-kill-to-signature): Fix typo in docstring.
1950
1951         * smiley.el (smiley-buffer): Fix typo in docstring.
1952
1953 2010-03-24  Glenn Morris  <rgm@gnu.org>
1954
1955         * mail-source.el (gnus-message): Declare.
1956         (mail-source-delete-old-incoming): Require gnus-util.
1957
1958 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1961
1962         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1963
1964         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1965         password-cache's default if it is not bound.
1966         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1967         password-cache-expiry's default if it is not bound.
1968
1969         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1970         available in Emacs 21.
1971
1972         * lpath.el: Suppress compiler warnings for:
1973         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1974         XEmacs;
1975         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1976         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1977         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1978
1979 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1980
1981         * auth-source.el (auth-sources): Fix up definition so extra parameters
1982         are always inline.
1983
1984 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1985
1986         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1987         wasn't updated after mismatch.  Clear cached mailbox info correctly
1988         when uidvalidity changes.
1989         (nnimap-group-prefixed-name): New function to avoid some code
1990         duplication.
1991         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1992         (nnimap-request-group): Use it.
1993         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1994         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1995         with many imap folders.  This is done by caching the group status from
1996         the imap server persistently in a group parameter `imap-status'.  (This
1997         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1998         but not persistently, so every Gnus startup was still very slow.)
1999
2000 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2001
2002         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2003         delete the extra newline.  Otherwise editing of :string and :number
2004         types don't work.
2005
2006 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2007
2008         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2009         secrets.el dependency.
2010         (auth-sources): Add optional user name.  Add secrets.el configuration
2011         choice (unused right now).
2012
2013 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2014
2015         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2016         `gnus-registry-install-shortcuts' fill in the functions.
2017
2018         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2019         warnings.
2020         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2021         (gnus-registry-install-shortcuts): Populate and use it in a
2022         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2023
2024 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2025
2026         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2027         In-place substitutions for the group name encoding/decoding.
2028         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2029         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2030         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2031         (nnimap-update-unseen, nnimap-request-list)
2032         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2033         (nnimap-request-set-mark, nnimap-split-to-groups)
2034         (nnimap-split-articles, nnimap-request-newgroups)
2035         (nnimap-request-create-group, nnimap-request-accept-article)
2036         (nnimap-request-delete-group, nnimap-request-rename-group)
2037         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2038         `encoded-mbx' for consistency.
2039         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2040         variable `imap-current-mailbox'.
2041
2042         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2043         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2044
2045 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2046
2047         * pop3.el (pop3-display-message-size-flag): Display message size byte
2048         counts during POP3 download.
2049         (pop3-movemail): Use it.
2050         (pop3-list): Implement listing of available messages.
2051
2052 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2053
2054         * nnir.el (nnir-get-article-nov-override-function): New function to
2055         override the normal NOV retrieval.
2056         (nnir-retrieve-headers): Use it.
2057
2058 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2059
2060         * auth-source.el (netrc-machine-user-or-password): Autoload.
2061
2062 2010-03-19  Glenn Morris  <rgm@gnu.org>
2063
2064         Stop message.el from loading about 40 libraries it doesn't always need.
2065         The general approach is to autoload rather than require, and to
2066         require in the specific functions rather than the file.  (Bug#5642)
2067
2068         * gmm-utils.el: Don't require wid-edit.
2069         (widget-create-child-value, widget-convert, widget-default-get):
2070         Autoload.
2071
2072         * gnus-util.el: Don't require time-date, netrc.
2073         (message-fetch-field, gnus-group-name-decode): Declare rather than
2074         autoloading.
2075         (gnus-fetch-field): Require message.
2076         (gnus-decode-newsgroups): Require gnus-group.
2077
2078         * ietf-drums.el: Don't require time-date.
2079
2080         * message.el: Don't require hashcash, canlock, ecomplete.
2081         Do require mail-utils.  Require nnheader only when compiling.
2082         (smtpmail-default-smtp-server): Remove declaration.
2083         (message-send-mail-function): Check smtpmail-default-smtp-server
2084         is bound rather than requiring smtpmail.
2085         (message-auto-save-directory, message-insert-signature): Use
2086         expand-file-name rather than nnheader-concat.
2087         (nnheader-insert-file-contents): Autoload.
2088         (hashcash-wait-async): Declare.
2089         (message-send-mail): Only call gnus-setup-posting-charset if
2090         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2091         (message-send-mail-with-sendmail): Require sendmail.
2092         (canlock-password, canlock-password-for-verify): Declare.
2093         (message-canlock-password): Require canlock.
2094         (nnheader-get-report): Autoload.
2095         (gnus-setup-posting-charset): Declare.
2096         (message-send-news): Require gnus-msg.
2097         (message-make-references, message-make-in-reply-to): Use mail-header-id
2098         rather than the alias mail-header-message-id.
2099         (ecomplete-add-item, ecomplete-save): Declare.
2100         (message-put-addresses-in-ecomplete): Require ecomplete.
2101         (ecomplete-display-matches): Autoload.
2102
2103         * mm-decode.el: Don't require mailcap, gnus-util.
2104         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2105         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2106         Autoload.
2107         (mailcap-mime-extensions): Declare.
2108
2109         * mm-encode.el: Don't require mailcap.
2110         (mailcap-extension-to-mime): Autoload.
2111
2112         * mml-sec.el: Don't require password-cache.
2113
2114         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2115         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2116         (mml-minibuffer-read-type): Require mailcap.
2117         (mml-preview): Require gnus-msg.
2118
2119         * mml1991.el: Require password-cache.
2120         (password-cache-expiry): Remove declaration.
2121
2122         * mml2015.el: Require password-cache.
2123         (password-cache-expiry): Remove declaration.
2124
2125         * nneething.el (mailcap): Require mailcap.
2126
2127         * nnheader.el (declare-function): Add compatibility stub.
2128         (message-remove-header): Declare rather than autoload.
2129         (nnheader-replace-header): Require message.
2130
2131         * nnimap.el (declare-function): Add compatibility stub.
2132         (netrc-parse, netrc-machine-user-or-password): Declare.
2133         (nnimap-open-connection): Require netrc.
2134
2135         * nntp.el (declare-function): Add compatibility stub.
2136         (netrc-parse, netrc-machine, netrc-get): Declare.
2137         (nntp-send-authinfo): Require netrc.
2138
2139         * rfc2047.el: Don't require qp.
2140         (quoted-printable-encode-region, quoted-printable-decode-string):
2141         Autoload.
2142
2143         * sieve-mode.el: Don't require easymenu.
2144         (easy-menu-add-item): Autoload it.
2145
2146         * spam-stat.el (time-to-number-of-days): Autoload it.
2147
2148 2010-03-19  Glenn Morris  <rgm@gnu.org>
2149
2150         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2151
2152 2010-03-18  Glenn Morris  <rgm@gnu.org>
2153
2154         * hashcash.el (declare-function): Remove duplicate definition.
2155
2156 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2157
2158         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2159         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2160         value if any backslash escapes).
2161
2162 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2165         if it is available.  (bug#5647)
2166
2167         * lpath.el: Suppress compiler warning for coding-system-from-name for
2168         Emacs 21 and XEmacs.
2169
2170 2010-03-14  Juri Linkov  <juri@jurta.org>
2171
2172         * hmac-def.el:
2173         * hmac-md5.el:
2174         * netrc.el: Fix keywords.
2175
2176 2010-02-26  Glenn Morris  <rgm@gnu.org>
2177
2178         * message.el (message-send-mail-function): Change the default, so that
2179         it inherits from a customized send-mail-function.  (Bug#5643)
2180
2181 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2182
2183         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2184         shell-command-to-string signals an error (bug#5299).
2185
2186 2010-02-24  Glenn Morris  <rgm@gnu.org>
2187
2188         * message.el (message-smtpmail-send-it)
2189         (message-send-mail-with-mailclient): Doc fixes.
2190
2191 2010-02-16  Glenn Morris  <rgm@gnu.org>
2192
2193         * message.el (message-default-mail-headers): Change the default value
2194         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2195
2196 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2199         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2200
2201 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2202
2203         * time-date.el (date-to-time): Doc fix (Bug#5408).
2204
2205 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2206
2207         * message.el (message-mail): Just pass yank-action on to message-setup.
2208         (message-setup): Handle (FUN . ARGS) form of yank-action.
2209         (message-with-reply-buffer, message-widen-reply)
2210         (message-yank-original): Handle non-buffer values of
2211         message-reply-buffer (Bug#4080).
2212         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2213
2214 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2215
2216         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2217         Fix typo in docstring.
2218
2219 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2220
2221         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2222         response.
2223
2224 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2227
2228         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2229
2230         * message.el (message-check-news-header-syntax): Protect against a
2231         string that `rfc822-addresses' returns when parsing fails.
2232
2233 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2236         (gnus-previous-char-property-change): New functions.
2237
2238         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2239
2240 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2241
2242         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2243         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2244
2245 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2246
2247         * message.el (message-exchange-point-and-mark): Rework last change to
2248         avoid using optional arg of exchange-point-and-mark, for backward
2249         compatibility.
2250
2251 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2252
2253         * message.el (message-exchange-point-and-mark): Call
2254         exchange-point-and-mark with an argument rather than setting
2255         mark-active by hand (Bug#5175).
2256
2257 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * nntp.el (nntp-service-to-port): Work for service expressed with
2260         numeric string; replace [:digit:] with [0-9] for XEmacs.
2261
2262 2009-12-17  Glenn Morris  <rgm@gnu.org>
2263
2264         * gnus-group.el (gnus-bug-group-download-format-alist):
2265         Change emacs entry to debbugs.gnu.org.  Bump :version.
2266
2267 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2268
2269         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2270
2271 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2272
2273         * message.el (message-info): Explain why we use `Info-goto-node'.
2274
2275 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2278
2279 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2280
2281         * message.el (message-completion-in-region): New compatibility function.
2282         (message-expand-group): Use it.
2283
2284 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2287         with no unread article should be listed if the 2nd arg `predicate' is
2288         given.
2289
2290 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2293
2294 2009-11-29  Juri Linkov  <juri@jurta.org>
2295
2296         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2297         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2298         on `gnus-recenter'. (Bug#4698, Bug#4981)
2299
2300 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2301
2302         * sha1.el (sha1-string-external): default-directory "/" in case
2303         otherwise non-existent.  process-connection-type pipe for touch of
2304         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2305
2306 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2307
2308         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2309         it's comms related and sgml-mode.el has "comm" on that basis too.
2310
2311 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2314         containing tspecial characters if they have been already quoted.
2315
2316 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2317
2318         * dns-mode.el (auto-mode-alist): Purecopy string.
2319
2320 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2321
2322         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2323
2324 2009-10-24  Glenn Morris  <rgm@gnu.org>
2325
2326         * gnus-art.el (help-xref-stack-item): Define for compiler.
2327
2328 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2329
2330         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2331
2332 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2335
2336 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2339         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2340
2341 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2344         (gnus-overlays-in): New alias to overlays-in.
2345
2346         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2347         gnus-overlay-get, and gnus-delete-overlay.
2348         (gnus-summary-show-thread): Make it work as well for systems in which
2349         next-single-char-property-change is not available.
2350         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2351
2352         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2353         (gnus-overlay-get): New alias to extent-property.
2354         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2355
2356         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2357         SXEmacs.
2358
2359         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2360         SXEmacs.
2361
2362 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2363
2364         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2365
2366 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2367
2368         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2369         and XEmacs that don't have `remove-overlays'.
2370
2371 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2372
2373         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2374         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2375         selective display.  Use overlays instead.
2376
2377 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2378
2379         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2380
2381 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2382
2383         * spam-stat.el (spam-stat-load): Fix typo in message.
2384
2385 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2386
2387         * dig.el (dig-invoke): Fix typo in docstring.
2388         (query-dig): Reflow docstring.
2389
2390 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2391
2392         * gnus-art.el (gnus-article-encrypt-body):
2393         * message.el (message-check-recipients):
2394         * mm-util.el (mm-codepage-setup):
2395         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2396         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2397
2398 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2399
2400         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2401         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2402         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2403         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2404         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2405
2406 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2407
2408         * dig.el: Add "Keywords: comm", as per net-utils.el.
2409
2410 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2411
2412         * dig.el (dig-mode): Use define-derived-mode.
2413
2414 2009-09-19  Glenn Morris  <rgm@gnu.org>
2415
2416         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2417
2418 2009-09-18  Glenn Morris  <rgm@gnu.org>
2419
2420         * gnus-diary.el (gnus-diary-check-message):
2421         * message.el (message-insert-formatted-citation-line):
2422         * nnbabyl.el (top-level):
2423         * nndiary.el (nndiary-schedule):
2424         Fix typos in condition-case handlers.
2425
2426 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2429         configuration that provides the sole article window in a frame;
2430         position point correctly after deleting a part.
2431
2432 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2433
2434         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2435         (spam-resolve-registrations-routine): Use it to unregister articles
2436         that change status.
2437
2438 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2441         with XEmacs.
2442         (parse-time-string-chars): Use it.
2443
2444 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * imap.el (imap-interactive-login): Better messages.
2447         (imap-open): Fix bug with renamed buffer on reconnect.
2448         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2449         for easier debugging and cleaner code.  On successful (guessed based on
2450         server capabilities) secondary authentication, set imap-state
2451         correctly.
2452         (imap-last-authenticator): Define imap-last-authenticator as a variable
2453         to avoid warnings.
2454
2455 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * nnrss.el (nnrss-request-article): Remove binding of
2458         default-enable-multibyte-characters that has gotten needless by
2459         the 2007-07-13 change in rfc2047-encode-message-header.
2460
2461         * mml.el (mml-insert-multipart): Error on the message header.
2462         (mml-insert-part): Error on the message header; position point at
2463         the end of a MIME tag.
2464
2465 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * time-date.el (autoload): Expand define-obsolete-function-alias into
2468         defalias and make-obsolete for old Emacsen that Gnus supports.
2469         (with-no-warnings): Define it for old Emacsen.
2470         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2471         is available.
2472         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2473         float-time is available; suppress compile warning for time-to-seconds.
2474
2475         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2476         (gnus-float-time): Alias to float-time if it exists.
2477
2478         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2479         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2480         float-time is available; suppress compile warning for time-to-seconds.
2481
2482         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2483         XEmacs.
2484
2485 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2486
2487         * imap.el (imap-message-map): Docstring fix.
2488
2489 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2492         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2493         Add the optional argument `encoding' that overrides the default.
2494
2495         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2496         mm-encode-buffer.
2497
2498 2009-09-04  Glenn Morris  <rgm@gnu.org>
2499
2500         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2501         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2502         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2503         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2504         * mm-util.el (mm-with-unibyte-current-buffer)
2505         (mm-find-buffer-file-coding-system):
2506         * yenc.el (yenc-decode-region): Use default-value rather than
2507         default-enable-multibyte-characters.
2508
2509 2009-09-03  Glenn Morris  <rgm@gnu.org>
2510
2511         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2512         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2513         than default-enable-multibyte-characters.
2514
2515 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2516
2517         * gnus-art.el (gnus-article-read-summary-keys):
2518         Fix gnus-buffer-configuration's value temporarily used.
2519
2520 2009-09-02  Glenn Morris  <rgm@gnu.org>
2521
2522         * gnus-util.el (gnus-float-time): New function.
2523         * gnus-delay.el (gnus-delay-article):
2524         * gnus-sum.el (gnus-thread-latest-date):
2525         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2526         * nnspool.el (nnspool-request-newgroups):
2527         Use gnus-float-time rather than time-to-seconds.
2528         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2529
2530         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2531         (gnus-header-subject-face, gnus-header-newsgroups-face)
2532         (gnus-header-name-face, gnus-header-content-face):
2533         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2534         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2535         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2536         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2537         (gnus-cite-face-11):
2538         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2539         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2540         (gnus-server-closed-face, gnus-server-denied-face)
2541         (gnus-server-offline-face):
2542         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2543         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2544         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2545         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2546         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2547         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2548         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2549         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2550         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2551         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2552         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2553         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2554         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2555         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2556         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2557         (gnus-summary-high-undownloaded-face)
2558         (gnus-summary-low-undownloaded-face)
2559         (gnus-summary-normal-undownloaded-face)
2560         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2561         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2562         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2563         (gnus-splash-face):
2564         * message.el (message-header-to-face, message-header-cc-face)
2565         (message-header-subject-face, message-header-newsgroups-face)
2566         (message-header-other-face, message-header-name-face)
2567         (message-header-xheader-face, message-separator-face)
2568         (message-cited-text-face, message-mml-face):
2569         * sieve-mode.el (sieve-control-commands-face)
2570         (sieve-action-commands-face, sieve-test-commands-face)
2571         (sieve-tagged-arguments-face):
2572         * spam.el (spam-face):
2573         Mark face aliases with "-face" in the name as obsolete.
2574
2575 2009-09-01  Glenn Morris  <rgm@gnu.org>
2576
2577         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2578         than goto-line.
2579
2580 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2583         Don't move point if the command is invoked inside the message header.
2584
2585 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2586
2587         * imap.el (imap-send-command): Simplify.
2588         (imap-wait-for-tag): point-max -> buffer-size.
2589
2590 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2591
2592         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2593         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2594         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2595         * nnir.el (nnir-swish-e-index-file):
2596         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2597         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2598         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2599         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2600         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2601         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2602
2603 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2606         Don't save excursion.
2607
2608 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2609
2610         * nnheader.el (nnheader-find-file-noselect):
2611         * mm-util.el (mm-insert-file-contents):
2612         Use (default-value 'major-mode) instead of default-major-mode.
2613
2614 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2615
2616         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2617
2618 2009-08-26  Glenn Morris  <rgm@gnu.org>
2619
2620         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2621         than placing in files.el.
2622
2623 2009-08-25  Glenn Morris  <rgm@gnu.org>
2624
2625         * nnir.el (top-level): Don't require cl at run-time.
2626         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2627         Replace cl-function substitute with gnus-replace-in-string.
2628         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2629         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2630         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2631         simplified expansions.
2632
2633 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2634
2635         * dig.el (dig): Add autoload cookie.
2636
2637 2009-08-22  Glenn Morris  <rgm@gnu.org>
2638
2639         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2640         goto-line.
2641
2642 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2643
2644         * parse-time.el (parse-time-string-chars): Save match data.
2645
2646 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2647
2648         * parse-time.el (parse-time-string-chars): Compute using character
2649         classes, to handle non-ascii characters (Bug#3190).
2650
2651 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2654
2655         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2656         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2657         (gnus-mm-display-part, gnus-mime-display-single)
2658         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2659         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2660
2661         * gnus-sum.el
2662         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2663         (gnus-summary-move-article): Add expirable mark to articles copied or
2664         moved to group that has auto-expire turned on if the option is non-nil.
2665
2666 2009-07-24  Glenn Morris  <rgm@gnu.org>
2667
2668         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2669         Fix typo.  (Bug#3903)
2670
2671 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2674         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2675         that should not be used for draft articles.
2676         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2677         that has no concern in minor mode keys.
2678         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2679         Abolish.
2680
2681 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2684         article without making inquiry to a user for unknown encoding.
2685
2686         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2687         (nnmaildir--scan): Assume i-node and device number that file-attributes
2688         returns might be cons-cell.
2689
2690         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2691
2692         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2693
2694 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2695
2696         * auth-source.el: Remove docs now in auth.texi.  Don't use
2697         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2698         `auth-source-hide-passwords' and use them.
2699
2700 2009-07-15  Glenn Morris  <rgm@gnu.org>
2701
2702         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2703
2704 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2707         excessive whitespace from the default values of title and description.
2708
2709 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2712         mail-fetch-field to fetch Content-Description header in order to
2713         exclude newlines.
2714
2715 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2716
2717         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2718         format used by GnuPG 2.0.11.
2719
2720 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2723         to deleted part.
2724
2725 2009-05-30  David Engster  <dengste@eml.cc>
2726
2727         * nnmairix.el: Remove old documentation in the commentary block.
2728         (nnmairix-request-group): Do not update active file for nnml back ends.
2729         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2730         end so that overview files are ignored.
2731         (nnmairix-update-groups): Make updating the groups more robust by using
2732         marks.
2733         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2734         with dollar characters in message-id.
2735
2736 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2737
2738         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2739         2008-12-25 in dns.el.
2740
2741 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2742
2743         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2744         could happen if the text is only composed of spaces and/or tabs.
2745
2746 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2747
2748         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2749         when sending a queued message to avoid extra mml tags.
2750
2751 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2754
2755 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2758         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2759         rmail-toggle-header for XEmacs;
2760         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2761
2762 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * gnus-dired.el: Remove autoload for gnus-setup-message.
2765         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2766         displaying Gnus logo; always use compose-mail.
2767
2768 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2771
2772 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2775         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2776         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2777         available.
2778         (gnus-nocem-epg-verify): New function.
2779
2780 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2781
2782         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2783
2784 2009-02-15  Glenn Morris  <rgm@gnu.org>
2785
2786         * gnus-util.el (rmail-insert-rmail-file-header)
2787         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2788         autoloads.
2789         (rmail-default-rmail-file): Remove unnecessary declaration.
2790         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2791
2792 2009-02-14  Glenn Morris  <rgm@gnu.org>
2793
2794         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2795         variable (only used in gnus-util, which declares it anyway).
2796         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2797         which was only needed by gnus-art (changed to not use it any more).
2798         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2799         only used in gnus-util, which autoloads it itself.
2800         (rmail-update-summary): Fix autoload.
2801
2802         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2803         rather than rmail-output-to-rmail-file.
2804
2805 2009-02-07  Glenn Morris  <rgm@gnu.org>
2806
2807         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2808         autoload of function that no longer exists.
2809         (rmail-toggle-header): Declare.
2810         (message-forward-rmail-make-body): Handle mbox Rmail.
2811
2812 2009-01-31  Glenn Morris  <rgm@gnu.org>
2813
2814         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2815         2009-01-09 change.
2816
2817 2009-01-31  Dave Love  <fx@gnu.org>
2818
2819         * imap.el (imap-fetch-safe): Bind debug-on-error.
2820         (imap-debug): Add imap-fetch-safe.
2821
2822 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2823
2824         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2825         (auth-source-forget-all-cached): New convenience function.
2826         (auth-source-user-or-password): Accept list of modes or a single mode.
2827
2828         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2829         auth-source modes.
2830
2831         * netrc.el (netrc-machine-user-or-password): Use list of
2832         auth-source modes.
2833
2834         * nnimap.el (nnimap-open-connection): Use list of
2835         auth-source modes.
2836
2837         * nntp.el (nntp-send-authinfo): Use list of
2838         auth-source modes.
2839
2840 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2841
2842         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2843         now.
2844
2845 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2848         coding system in XEmacs; add a workaround for XEmacs.
2849
2850         * lpath.el: Fbind coding-system-aliasee.
2851
2852 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2855         of current-language-environment.
2856
2857 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2858
2859         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2860         available at runtime.
2861
2862 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2865
2866 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2867
2868         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2869         the greatest positive fixnum value doesn't work under an XEmacs with
2870         bignum support; use the most-positive-fixnum constant instead,
2871         available since Emacs 21.1 with cl and XEmacs 21.1.
2872
2873 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2876         XEmacs gets not to work.
2877
2878 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mm-util.el (mm-coding-system-priorities): Allow the value like
2881         "Japanese (UTF-8)" of current-language-environment.
2882
2883 2009-01-09  Glenn Morris  <rgm@gnu.org>
2884
2885         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2886         with last-command-event.
2887
2888 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2889
2890         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2891         in the doc string.
2892
2893         * message.el (message-fix-before-sending): Amend comment.
2894
2895 2009-01-08  Dave Love  <fx@gnu.org>
2896
2897         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2898
2899 2009-01-07  David Engster  <dengste@eml.cc>
2900
2901         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2902         simplified server definitions by converting it via
2903         gnus-server-to-method.
2904
2905 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2908         parameter's operands.
2909
2910 2009-01-06  David Engster  <dengste@eml.cc>
2911
2912         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2913         primary select method (for gnus-group-mark-article-as-read).
2914
2915 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2916
2917         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2918         `(gnus)Face', not `(gnus)X-Face'.
2919
2920 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * mm-util.el (mm-ucs-to-char): New function.
2923
2924         * mm-url.el (mm-url-decode-entities): Use it.
2925
2926         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2927         unicode-to-char.
2928
2929 2009-01-05  Dave Love  <fx@gnu.org>
2930
2931         * time-date.el: Require cl for `declare'.
2932
2933 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2934
2935         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2936         Dave Love.
2937
2938 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2939
2940         * message.el (message-fix-before-sending): Add `eight-bit' to
2941         illegible-text check.
2942
2943 2009-01-03  Michael Olson  <mwolson@gnu.org>
2944
2945         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2946         `headers' is nil.  This can occur if the IMAP server does not have
2947         permissions to read messages from a folder, but can write new messages
2948         to the folder.
2949         (nnimap-request-article-part): Do not insert `data' if it is nil.
2950
2951         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2952         characters which will confuse `read', so skip past them.
2953
2954 2009-01-01  Dave Love  <fx@gnu.org>
2955
2956         * imap.el (imap-string-to-integer): Fix typo.
2957         (imap-fetch-safe): New function.
2958         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2959
2960         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2961
2962         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2963         (imap-parse-greeting): Fix doc strings.
2964         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2965         (imap-parse-flag-list): Make messages unique.
2966         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2967
2968         * nnimap.el: Fix author email.
2969         (nnimap-split-rule): Add FIXME comment.
2970         (nnimap-debug): Fix doc string.
2971
2972 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2973
2974         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2975
2976 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2977
2978         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2979         nslookup if resolv.conf isn't available.
2980         (dns-query): Rename from query-dns.
2981         (dns-query-cached): Rename from query-dns-cached.
2982
2983 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2986         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2987         to check if those variables exist (first appeared in Emacs 18.50).
2988
2989 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * mm-util.el (mm-line-number-at-pos): New function.
2992
2993         * spam-report.el (spam-report-process-queue): Use it.
2994
2995 2008-12-24  David Engster  <dengste@eml.cc>
2996
2997         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2998         parameters that haven't existed as variables as buffer-local variables.
2999
3000 2008-12-23  Dave Love  <fx@gnu.org>
3001
3002         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3003         cadar.
3004
3005         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3006         imap-starttls-p.
3007         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3008
3009 2008-12-22  Dave Love  <fx@gnu.org>
3010
3011         * imap.el: Fix author email.  Doc fixes.
3012         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3013         reply.
3014
3015 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3016
3017         * spam-report.el (spam-report-gmane-max-requests): New constant.
3018         (spam-report-gmane-wait): New variable.
3019         (spam-report-gmane-ham, spam-report-gmane-spam)
3020         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3021         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3022         the server.
3023
3024         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3025         Add explanations.
3026
3027         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3028         nnheader-accept-process-output and nnheader-read-timeout if available.
3029         (pop3-movemail): Use it.
3030
3031         * message.el (message-check-news-body-syntax): Fix signature check if
3032         there's an attachment.
3033
3034 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * mm-util.el: Add comments to the mm- emulating functions.
3037
3038 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3039
3040         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3041         by Stephen Berman <stephen.berman@gmx.net>.
3042
3043 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * mm-util.el (mm-substring-no-properties): New function.
3046         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3047         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3048         (mm-string-to-multibyte): Doc fix.
3049
3050         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3051
3052 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3053
3054         * mml.el (mml-attach-file): Strip text properties from file name.
3055         (Bug#1574)
3056
3057 2008-12-16  Glenn Morris  <rgm@gnu.org>
3058
3059         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3060
3061 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3064         knows since the charset specified might be a bogus alias that
3065         mm-charset-synonym-alist provides.
3066
3067 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3068
3069         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3070         "ISO_8859-1".
3071
3072         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3073
3074 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * mm-util.el (mm-charset-eval-alist):
3077         Define it before mm-charset-to-coding-system.
3078         (mm-charset-to-coding-system): Add optional argument `silent';
3079         define it before mm-charset-override-alist.
3080         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3081         default value if it can be used in Emacs currently running;
3082         silence mm-charset-to-coding-system.
3083
3084 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3087         `allow-override' which says whether to use `mm-charset-override-alist'.
3088         (rfc2047-decode-encoded-words): Use it.
3089
3090         * mm-util.el (mm-charset-override-alist): Fix custom type;
3091         add `(gb2312 . gbk)' to choices.
3092
3093 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3096         fast.
3097
3098         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3099
3100         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3101
3102 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3103
3104         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3105         on links.
3106
3107         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3108
3109 2008-12-03  Lute Kamstra  <lute@gnu.org>
3110
3111         * sha1.el: Remove leading * from docstrings of defcustoms,
3112         deffaces, defconsts and defuns.
3113
3114 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3117         users' addresses that don't have domain parts.
3118         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3119         rather than message-narrow-to-head since there will be the message
3120         header separator.
3121
3122 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3123
3124         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3125         since the result is inserted in a unibyte buffer anyway.
3126         (nnimap-demule-use-string-to-multibyte): Remove.
3127         (nnimap-demule): Alias it to mm-string-to-multibyte.
3128
3129 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3130
3131         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3132         variable for debugging bug#464 and bug#1174.
3133         (nnimap-demule): Use it.
3134
3135 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3138         score calculation correctly.
3139
3140 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3141
3142         * message.el (message-send-mail): Just set the buffer to unibyte
3143         rather than use mm-with-unibyte-current-buffer which does a lot more.
3144         (message-send-mail-partially): Don't bother with
3145         mm-with-unibyte-current-buffer since it's already been made unibyte by
3146         message-send-mail.
3147
3148 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3149
3150         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3151
3152 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3153
3154         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3155
3156 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3159         require itself and to remove `with-no-warnings'.
3160
3161 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3162
3163         * starttls.el (starttls-any-program-available): Get the name of the
3164         available TLS layer program.
3165         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3166         well as the host name in the "opening" message.
3167
3168         * auth-source.el (auth-source-cache, auth-source-do-cache)
3169         (auth-source-user-or-password): Cache passwords and logins by default,
3170         allow override with `auth-source-do-cache'.
3171         (auth-source-forget-user-or-password): Allow users to remove cache
3172         entries if needed.
3173
3174 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3175
3176         * md4.el (md4-buffer): Fix typo in docstring.
3177         (md4, md4-64): Doc fixes.
3178         (md4-pack-int32): Reflow docstring.
3179
3180 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3183         condition-case to only the forward-sexp call.
3184
3185 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3186
3187         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3188         quotes contained.  Make it more robust regardless by an extra
3189         condition-case wrapper.
3190
3191 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3194
3195 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * nnml.el (nnml-request-expire-articles): Check if the function set to
3198         `nnmail-expiry-target' returns the symbol `delete'.
3199
3200         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3201
3202         * nnmail.el (nnmail-expiry-target): Fix custom type.
3203
3204 2008-10-02  Glenn Morris  <rgm@gnu.org>
3205
3206         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3207         Silence compiler warning.
3208
3209 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3210
3211         * tls.el (open-tls-stream): Show the actual command being
3212         executed, instead of the format string.
3213
3214 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * lpath.el: Fbind codepage-setup for Emacs 23.
3217
3218 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3219
3220         * mml.el (mml-menu): Don't assume mml2015 is bound.
3221
3222 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3225         exists.
3226
3227 2008-09-27  Glenn Morris  <rgm@gnu.org>
3228
3229         * gnus-util.el (mail-header-remove-comments): Autoload it.
3230
3231 2008-09-27  Andreas Schwab  <schwab@suse.de>
3232
3233         * gnus-util.el (gnus-split-references): Strip comments.
3234         (gnus-parent-id): Likewise.
3235
3236 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3237
3238         * message.el (message-confirm-send): Fix version.
3239
3240 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * message.el (message-idna-to-ascii-rhs-1): Use
3243         mail-extract-address-components rather than mail-header-parse-addresses
3244         that is an alias by default to ietf-drums-parse-addresses that does not
3245         support non-ASCII names in headers' contents.
3246
3247 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3248
3249         * message.el (message-confirm-send): Fixed variable documentation to
3250         avoid the "y/n" wording.
3251
3252 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3253
3254         * message.el (message-set-auto-save-file-name): Save to a different
3255         filename so multiple messages (especially drafts) can be recovered.
3256
3257 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3258
3259         * message.el (message-confirm-send): Add appropriate version.
3260
3261 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3264         defvar.
3265
3266 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3267
3268         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3269         (mm-pkcs7-enveloped-magic): Ditto.
3270
3271 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3272
3273         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3274         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3275
3276 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3279         default, it's better.
3280
3281 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3284         summary line gnus-number property and ignore them (with a warning
3285         message).
3286
3287 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3290         macro caddr in the interactive form since it won't be expanded.
3291
3292 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3295         `charset'; fix name of function called recursively.
3296         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3297
3298 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3301         (gnus-mime-set-charset-parameters): New function.
3302         (gnus-mime-view-part-as-charset): Use it to correctly display part
3303         specifying wrong charset.
3304
3305 2008-09-08  David Engster  <dengste@eml.cc>
3306
3307         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3308         in completing-read for back end server.
3309
3310 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3311
3312         * message.el (message-confirm-send): New variable to confirm sending a
3313         message.
3314         (message-send): Use it.
3315
3316 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3317
3318         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3319
3320 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3323
3324 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3327         prevent tracking too many groups.
3328         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3329         Use it.
3330
3331 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3332
3333         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3334         moving point to the bottom of the window in order to avoid recentering.
3335
3336 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3339
3340         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3341         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3342         (gnus-article-beginning-of-window): Fix calculation.
3343
3344 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * gnus-msg.el (gnus-summary-supersede-article)
3347         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3348         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3349         message header.
3350
3351 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3352
3353         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3354         pending output coming after the status change.
3355
3356 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3357
3358         * message.el:
3359         * gnus-start.el:
3360         * gnus-registry.el: Remove VMS support.
3361
3362 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3365         macro.
3366         (rfc2104-hash): Use it.
3367
3368 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3371         (gnus-summary-sort-by-most-recent-date): New commands.
3372         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3373         and menu entries.
3374
3375 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3378         don't redisplay article for raw contents; remove plural articles stuff.
3379
3380         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3381         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3382         on gnus-summary-save-article; display results properly.
3383
3384 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * lpath.el: No need to fbind ns-focus-frame.
3387
3388 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3391
3392 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3395         gnus-save-all-headers.
3396
3397 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3398
3399         * gnus-util.el (ns-focus-frame): Remove declaration.
3400         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3401         like x.
3402
3403 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3404
3405         * rfc2104.el (rfc2104-zero): Delete defconst.
3406         (rfc2104-hex-alist): Likewise.
3407         (rfc2104-hex-to-int): Delete func.
3408         (rfc2104-hexstring-to-bitstring): Likewise.
3409         (rfc2104-nybbles): New defconst.
3410         (rfc2104-hash): Rewrite for speed.
3411
3412 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * tls.el (open-tls-stream): Make it work with the 2nd argument
3415         BUFFER that is a string but does not exist as a buffer object, as
3416         mentioned in the doc-string.
3417
3418 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3421         SXEmacs.
3422
3423 2008-07-16  Glenn Morris  <rgm@gnu.org>
3424
3425         * gnus-util.el (ns-focus-frame): Declare for compiler.
3426
3427 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3430         set as a group parameter.
3431         (gnus-summary-save-in-pipe): Work when it is called independently.
3432         (gnus-summary-pipe-to-muttprint): Don't modify
3433         gnus-summary-pipe-output-default-command.
3434
3435 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3436
3437         * message.el (message-send-mail-with-sendmail):
3438         Display the error message.
3439
3440 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-art.el (gnus-default-article-saver):
3443         Add gnus-summary-save-in-pipe to choices.
3444         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3445         gnus-summary-pipe-output-default-command as the default command.
3446         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3447         instead of gnus-last-shell-command.
3448
3449         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3450         New user option.
3451         (gnus-summary-muttprint-program): Mention the value will be changed.
3452         (gnus-summary-save-article): Force showing of all headers.
3453         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3454
3455 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3456
3457         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3458
3459 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3460
3461         * nnimap.el (nnimap-id):
3462         * sieve-manage.el (sieve-manage-open): Doc fixes.
3463
3464 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3465
3466         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3467         if available.
3468
3469 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3470
3471         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3472
3473         * nnkiboze.el (nnkiboze-generate-group):
3474         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3475
3476         * nnmairix.el: Require CL.
3477
3478 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * dgnushack.el: Autoload get-display-table and put-display-table for
3481         XEmacs 21.5.
3482
3483         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3484         21.4 and SXEmacs.
3485
3486 2008-06-15  David Engster  <dengste@eml.cc>
3487
3488         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3489
3490 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3491
3492         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3493         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3494         runtime choice under XEmacs.
3495
3496         * gnus-sum.el (gnus-summary-set-display-table):
3497         Use `gnus-put-display-table', `gnus-get-display-table',
3498         `gnus-set-display-table' for the display table, instead of `aset'.
3499
3500         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3501         Use `gnus-put-display-table', `gnus-get-display-table',
3502         `gnus-set-display-table' for the display table.
3503
3504 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3505
3506         * nnmairix.el: Add autoloads.
3507
3508 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3509
3510         * nnmairix.el (nnmairix-delete-recreate-group)
3511         (nnmairix-update-and-clear-marks): Fix error messages.
3512
3513 2008-06-14  David Engster  <dengste@eml.cc>
3514
3515         * nnmairix.el: Upgrade to version 0.6.
3516         (nnmairix-group-toggle-propmarks-this-group)
3517         (nnmairix-group-toggle-readmarks-this-group)
3518         (nnmairix-group-delete-recreate-this-group)
3519         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3520         (nnmairix-remove-tick-mark-original-article): New commands.
3521         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3522         (nnmairix-propagate-marks-to-nnmairix-groups)
3523         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3524         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3525         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3526         functions needed for marks propagation and manipulation of read marks.
3527         (nnmairix-update-groups): New function.
3528         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3529         (nnmairix-determine-original-group-from-registry)
3530         (nnmairix-determine-original-group-from-path)
3531         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3532         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3533         New helper functions.
3534         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3535         keystrokes for new commands.
3536         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3537         (nnmairix-request-group): Check allow-fast group parameter.
3538         (nnmairix-request-create-group): Set allow-fast group parameter if
3539         nnmairix-allowfast-default is set.
3540         (nnmairix-close-group): Propagate marks upon closing if needed.
3541         (nnmairix-group-toggle-threads-this-group): Use new.
3542         nnmairix-group-toggle-parameter helper function.
3543         (nnmairix-search): Better check for empty search result.
3544         (nnmairix-goto-original-article): Use new helper functions for
3545         determining original article.
3546         (nnmairix-show-original-article): Make sure message-id is in brackets.
3547         (nnmairix-call-mairix-binary): Change variable name.
3548         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3549         helper function.
3550         (nnmairix-widget-toggle-activate): Fix doc string.
3551
3552 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * nnir.el: Require edmacro when compiling with XEmacs.
3555         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3556         available in Emacs 21.
3557
3558 2008-06-11  Glenn Morris  <rgm@gnu.org>
3559
3560         * gnus-util.el (x-focus-frame):
3561         * gnus.el (image-size):
3562         * mm-decode.el (image-size): Declare.
3563
3564         * gnus-picon.el (declare-function): Add compat definition.
3565         (image-size): Declare.
3566
3567         * gnus-group.el (tool-bar-map):
3568         * gnus-sum.el (tool-bar-map): Define for compiler.
3569
3570         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3571
3572         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3573
3574         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3575         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3576         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3577         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3578         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3579         * sieve-manage.el, spam-report.el, spam.el:
3580         Remove unnecessary eval-and-compile of autoloads.
3581
3582 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3583
3584         * auth-source.el: Precise Tramp doc.
3585
3586 2008-06-07  Glenn Morris  <rgm@gnu.org>
3587
3588         * nnmairix.el: Remove unnecessary eval-when-compile.
3589
3590 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * lpath.el: Fbind propertize for XEmacs 21.4.
3593
3594 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3595
3596         * nnir.el: Move here from ../contrib.
3597
3598 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3599
3600         * gnus-util.el (gnus-read-shell-command): New function.
3601         * mm-decode.el (mm-pipe-part):
3602         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3603
3604 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3607
3608 2008-06-03  Glenn Morris  <rgm@gnu.org>
3609
3610         * pop3.el (nnheader-accept-process-output): Autoload it.
3611
3612 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3615         are not 2-digit hexadecimal characters that follow `%'s.
3616
3617 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * message.el (message-bogus-recipient-p): Fix type in doc string.
3620         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3621         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3622         Improve custom options.
3623         (message-bogus-recipient-p): Adjust accordingly.
3624
3625 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3626
3627         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3628         long-form month and day names.
3629
3630 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * dgnushack.el: Autoload debug, eudc-expand-inline and
3633         pgg-snarf-keys-region for XEmacs.
3634
3635         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3636
3637         * nnmairix.el: Require edmacro when compiling with XEmacs.
3638
3639 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3642         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3643
3644 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3645
3646         * auth-source.el: Add more docs.
3647
3648         * netrc.el (netrc-machine): Always match if the port is not given.
3649
3650 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3653         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3654         retrieval faster in some cases, but might make CPU usage larger.  If
3655         this has any bad side effects, we might revert this change.
3656
3657         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3658         seems to make mail retrieval much, much faster.
3659         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3660         unconditionally.
3661
3662         * gnus-draft.el (gnus-group-send-queue): Bind
3663         message-send-mail-partially-limit to nil to avoid being prompted.
3664
3665 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3666
3667         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3668
3669         * message.el (message-bogus-address-regexp): Fix and improve custom
3670         type.
3671         (message-setup-hook): Add message-check-recipients as custom option.
3672
3673 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3674
3675         * message.el (message-cite-function): Remove bogus autoload which crept
3676         in during merge from v5-10.
3677
3678 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3681
3682         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3683
3684         * auth-source.el: Preliminary Tramp docs.
3685         (auth-sources): Change the default auth-sources to use
3686         EPA .gpg files.
3687
3688 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3689
3690         * nntp.el: Autoload `auth-source-user-or-password'.
3691         (nntp-send-authinfo): Use it.
3692
3693         * nnimap.el: Autoload `auth-source-user-or-password'.
3694         (nnimap-open-connection): Use it.
3695
3696         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3697         for the gnus-message function.
3698         (auth-source-user-or-password): Use it.
3699
3700 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3701
3702         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3703         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3704         (rfc2104-hash): Use it.
3705
3706 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3707
3708         * gnus-art.el (gnus-article-toggle-truncate-lines):
3709         Don't use `iff' in docstring.
3710
3711 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3712
3713         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3714
3715         * gnus-util.el (gnus-extract-address-component-name)
3716         (gnus-extract-address-component-email): Convenience functions around
3717         `gnus-extract-address-components'.
3718
3719         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3720         Use `gnus-extract-address-component-email' to fix bug of comparing full
3721         sender name to `user-mail-address'.
3722
3723 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3724
3725         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3726         catch/throw to optimize.
3727         (gnus-registry-find-keywords): Just use member to find a keyword.
3728
3729 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3730
3731         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3732         is current before calling gnus-server-prepare.
3733         (gnus-server-setup-buffer, gnus-server-update-server)
3734         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3735
3736 2008-05-04  Juri Linkov  <juri@jurta.org>
3737
3738         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3739         (mailcap-file-default-commands): Use mailcap-replace-in-string
3740         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3741         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3742
3743 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3744
3745         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3746
3747 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3748
3749         * gnus.el: Bump version to 0.11.
3750
3751 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3752
3753         * gnus.el: No Gnus v0.10 is released.
3754
3755 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3758         hooks.
3759         (gnus-update-read-articles): Speed up non-marks-using users.
3760         (gnus-use-marks): Define gnus-use-marks.
3761         (gnus-propagate-marks): Rename variable to something more sensible.
3762
3763 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3764
3765         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3766         (gmm-image-load-path-for-library): Fix typos in docstrings.
3767         (gmm-message): Reflow docstring.
3768
3769 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3770
3771         * mail-source.el (mail-source-set-1, mail-source-bind):
3772         Move auth-source code out of the macro to clean it up and fix bugs.
3773
3774 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3775
3776         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3777         by sender if it's equal to user-mail-address, it's likely to be
3778         useless.
3779
3780         * mail-source.el (mail-source-bind): Don't use user or password if they
3781         are not bound.  Unintern them if they are nil.  Don't use server unless
3782         it's bound, and default it to empty string otherwise.
3783
3784 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * mail-source.el: Load auth-source.el.
3787         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3788         get user name or password, if auth-sources is set up.
3789
3790         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3791         strategy of splitting with parent.
3792         (gnus-registry-split-fancy-with-parent)
3793         (gnus-registry-post-process-groups): Use it and fix prior
3794         bug (returning a list as the split result).
3795
3796         * auth-source.el (auth-sources): Remove server parameter.
3797         (auth-source-pick, auth-source-user-or-password)
3798         (auth-source-user-or-password-imap)
3799         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3800         (auth-source-user-or-password-sftp)
3801         (auth-source-user-or-password-smtp): Remove server parameter.
3802
3803 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3804
3805         * smime.el (smime-sign-region, smime-encrypt-region)
3806         (smime-decrypt-region):
3807         Remove redundant calls to `generate-new-buffer-name'.
3808
3809 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3810
3811         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3812         Don't use QP for message/rfc822.
3813         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3814
3815 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3816
3817         * sieve-manage.el (sieve-string-bytes): Remove.
3818         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3819         correct byte-length only if the process's coding-system is the same as
3820         the one used internally by Emacs to represent strings.
3821
3822 2008-04-22  Juri Linkov  <juri@jurta.org>
3823
3824         * mailcap.el (mailcap-file-default-commands): New function.
3825
3826 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * message.el (message-signature-separator, message-cite-function):
3829         Change custom version.
3830
3831 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3832
3833         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3834         commands.
3835         (tls-checktrust): Ditto.
3836
3837 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * mm-decode.el (mm-display-external): Make temp file read-only.
3840
3841 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3842
3843         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3844         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3845         `C-c C-f d'.
3846
3847 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3848
3849         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3850
3851 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * gnus.el: Bump version to 0.9.
3854
3855 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3856
3857         * gnus.el: No Gnus v0.8 is released.
3858
3859 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3860
3861         * mail-source.el (mail-source-value):
3862         Prefer fboundp to functionp so it works with macros as well.
3863
3864 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3865
3866         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3867         Fix last change in case the element is not even a symbol.
3868
3869 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3870
3871         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3872         Prefer fboundp to functionp so it works with macros as well.
3873
3874 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3875
3876         * auth-source.el: Added docs.
3877         (auth-sources): Modify format to support server.
3878         (auth-source-pick, auth-source-user-or-password)
3879         (auth-source-user-or-password-imap)
3880         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3881         (auth-source-user-or-password-sftp)
3882         (auth-source-user-or-password-smtp): Add server parameter.
3883
3884 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * gnus-registry.el: Initialize the registry when gnus-registry-install
3887         is t.
3888
3889 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * compface.el (uncompface): Make buffer unibyte.
3892
3893 2008-04-05  Glenn Morris  <rgm@gnu.org>
3894
3895         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3896
3897 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3898
3899         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3900         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3901
3902         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3903         multibyteness after rather than before erasing it.
3904
3905         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3906         mm-with-multibyte.
3907         (gnus-request-article-this-buffer): Make sure the proper decoding is
3908         used if gnus-original-article-buffer happens to be unibyte.
3909
3910         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3911         default-enable-multibyte-characters.
3912
3913         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3914         default-enable-multibyte-characters.
3915
3916         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3917
3918         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3919
3920 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3921
3922         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3923         (imap-message-copyuid-1): Use it.
3924         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3925         J. Williams in
3926         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3927
3928         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3929         imap-enable-exchange-bug-workaround.
3930         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3931
3932 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3933
3934         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3935         a 100 byte status-checks into a 2-3MB transfer for each group.
3936         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3937         to enable bug workaround or not.
3938         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3939
3940 2008-03-31  Glenn Morris  <rgm@gnu.org>
3941
3942         * message.el (mml2015-use): Declare for compiler.
3943         (message-info): Require mml2015 when appropriate.
3944
3945 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3948         whitespace.
3949
3950 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3951
3952         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3953         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3954         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3955         (nntp-service-to-port): New function.
3956         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3957         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3958         (nntp-open-netcat-stream): New function.
3959         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3960
3961 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3962
3963         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3964
3965 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3966
3967         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3968
3969 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3970
3971         * dns.el (dns-write): Use set-buffer-multibyte.
3972
3973 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3974
3975         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3976
3977 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3978
3979         * message.el (message-signature-separator): Change default.
3980         Improve custom type.
3981         (message-cite-function): Change default to
3982         message-cite-original-without-signature.
3983
3984         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3985         toggle.
3986
3987         * message.el (message-check-news-body-syntax): Fix signature check.
3988         (message-setup-1): Mark buffer as unmodified _after_ running
3989         message-setup-hook and handling message-alternative-emails.
3990         (message-shorten-references): Be more strict when building list of
3991         valid references to comply with GNKSA.
3992
3993         * gnus-group.el (gnus-read-ephemeral-bug-group)
3994         (gnus-read-ephemeral-debian-bug-group)
3995         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3996
3997         * message.el (message-info): Don't use booleanp which isn't supported
3998         in Emacs 21 and XEmacs.
3999
4000 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4003         gnus-group-gmane-group-download-format.
4004         (gnus-group-read-ephemeral-gmane-group): Rename from
4005         gnus-group-read-ephemeral-gmane-group.
4006         (gnus-read-ephemeral-gmane-group-url): Rename from
4007         gnus-group-read-ephemeral-gmane-group-url.
4008         (gnus-bug-group-download-format-alist): New variable.
4009         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4010         (gnus-read-ephemeral-emacs-bug-group): New commands.
4011
4012 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4013
4014         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4015         (gnus-visible-headers): Improve custom type.
4016
4017 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4018
4019         * mml.el (mml-menu): Add workarounds for XEmacs.
4020
4021         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4022         X-Boundary header.
4023
4024         * message.el (message-simplify-recipients): Fix previous commit.
4025
4026 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4027
4028         * mm-util.el (mm-set-buffer-multibyte): New function.
4029         * mm-decode.el (mm-copy-to-buffer): Use it.
4030
4031 2008-03-19  Glenn Morris  <rgm@gnu.org>
4032
4033         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4034         Accidentally removed in the sync process with Emacs.
4035
4036 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4037
4038         * message.el (message-alter-recipients-discard-bogus-full-name):
4039         New function.
4040         (message-alter-recipients-function): New variable.
4041         (message-get-reply-headers): Use it.
4042         (message-replace-header): New helper function.
4043         (message-recipients-without-full-name): New variable.
4044         (message-simplify-recipients): New command.
4045
4046         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4047
4048         * message.el (message-info): Handle EasyPG manual.
4049
4050         * mml.el (mml-menu): Add entry for EasyPG.
4051
4052 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4053
4054         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4055         parameter.
4056
4057         * message.el (message-disassociate-draft): Specify drafts group name
4058         fully.
4059
4060 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4061
4062         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4063         unnecessary duplicates from the match list.
4064
4065 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4068
4069         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4070
4071         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4072         args of `how-many' of which the XEmacs version doesn't take; declare
4073         Info-index-next as function.
4074
4075 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4076
4077         * gnus-score.el (gnus-score-headers): Fix handling of
4078         gnus-inhibit-slow-scoring.
4079
4080         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4081         string.
4082         (gnus-button-url-regexp): Improve handling of parenthesis.
4083         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4084         (gnus-button-handle-info-keystrokes): Handle index entries.
4085
4086 2008-03-15  Glenn Morris  <rgm@gnu.org>
4087
4088         * parse-time.el (parse-time-string): Simplify.
4089
4090 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4093         Incoming* files.
4094
4095 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4096
4097         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4098         (auth-source-pick): Use it.
4099
4100 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4101
4102         * binhex.el (binhex-decode-region-internal):
4103         * uudecode.el (uudecode-decode-region-internal):
4104         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4105         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4106         setting default-enable-multibyte-characters.
4107
4108 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4109
4110         * auth-source.el (auth-source-protocols)
4111         (auth-source-protocols-customize, auth-source-choices): Added and
4112         modified variable customizations and defaults.
4113         (auth-source-pick, auth-source-user-or-password)
4114         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4115         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4116         (auth-source-user-or-password-sftp)
4117         (auth-source-user-or-password-smtp): Use new variables and provide an
4118         interface to netrc.el.
4119
4120 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4123         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4124         Make sure the nntp port to specify is a string.
4125
4126 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4127
4128         * nntp.el: Use with-current-buffer.
4129         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4130         dubious mm-with-unibyte-current-buffer.
4131         (nntp-with-open-group-function): New function extracted from
4132         nntp-with-open-group macro.
4133         (nntp-with-open-group): Use the function, so it's easier to debug.
4134         Add indentation and debugging info.
4135         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4136         the use of the netcat alternatives.
4137
4138         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4139         Avoid mm-string-as-multibyte as well.
4140
4141         * nnweb.el (nnweb-insert-html):
4142         Remove use of nnheader-string-as-multibyte.
4143
4144         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4145         (nnheader-string-as-multibyte): Remove.
4146
4147         * mm-view.el: Use inhibit-read-only.
4148         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4149         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4150         or unibyte-string.
4151
4152         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4153         (mm-uu-yenc-extract): Use with-current-buffer.
4154
4155         * gnus-soup.el (gnus-soup-send-packet): Don't use
4156         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4157
4158         * nnmh.el: Use with-current-buffer.
4159         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4160         mm-string-as-multibyte on the output of mm-encode-coding-string.
4161
4162         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4163         (nnimap-request-move-article): Use with-current-buffer.
4164
4165         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4166         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4167         conversion uses string-make-unibyte rather than string-as-unibyte.
4168
4169         * gnus-msg.el: Use with-current-buffer.
4170
4171         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4172
4173 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4174
4175         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4176         string for caching if it is 'PIN.
4177
4178 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * lpath.el: Consider the case without Emacs/W3.
4181
4182 2008-03-08  Glenn Morris  <rgm@gnu.org>
4183
4184         * time-date.el (date-to-time, time-subtract, time-add)
4185         (safe-date-to-time): Doc fixes.
4186
4187 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4188
4189         * mail-source.el (mail-source-delete-old-incoming-confirm):
4190         Change default to nil.
4191         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4192
4193 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * lpath.el: Rearrange.
4196
4197         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4198         (gnus-article-goto-prev-page): Work for articles having ^L's.
4199
4200         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4201
4202         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4203
4204 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4205
4206         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4207         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4208         (gnus-bookmark-jump): Adjust some variable names.
4209
4210 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4211
4212         * auth-source.el: New package.
4213         (auth-source-choices): Add customization entry point variable.
4214
4215         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4216         bug.
4217
4218 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4219
4220         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4221         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4222         (gnus-registry-install-shortcuts): Rename from
4223         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4224         the `gnus-registry-mark-map' keymap dynamically from
4225         `gnus-registry-marks'.  The generated functions update the summary line
4226         when a registry mark is added or deleted, and will call
4227         `gnus-registry-install-p' (see the comments in the code).
4228         (gnus-registry-user-format-function-M): Use concat intelligently.
4229
4230         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4231         the registry mark functions.
4232
4233 2008-03-05  Glenn Morris  <rgm@gnu.org>
4234
4235         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4236         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4237         gnus-art.
4238         (top-level): No need to load own source when compiling.
4239
4240 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4241
4242         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4243         Suggested by <chris.anderton@zetnet.co.uk>.
4244
4245 2008-03-04  Glenn Morris  <rgm@gnu.org>
4246
4247         * gnus-sum.el (top-level): No need to require gnus when compiling,
4248         since unconditionally required near start of file.
4249         (gnus-summary-display-while-building): Move definition before use.
4250
4251 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4252
4253         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4254         formatting function.
4255
4256 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4259         with plists.
4260         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4261         Use new format.
4262
4263 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4266         `where-is-internal' that returns a range of key sequences.
4267
4268 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4269
4270         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4271
4272         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4273         (gnus-summary-jump-to-group): Consider windows on other displayed
4274         frames as well.  Similar changes might be needed elsewhere, but that's
4275         the one I've bumped into during my use.
4276
4277         * nndoc.el (nndoc-oe-dbx-type-p):
4278         * gnus-msg.el (gnus-debug):
4279         * gnus-group.el (gnus-update-group-mark-positions):
4280         Use mm-string-to-multibyte.
4281
4282 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4283
4284         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4285         doesn't handle NotDashEscaped.
4286
4287         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4288         (mml-dnd-attach-options): Fix typo in custom choice.
4289
4290         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4291         nndoc-article-type to mbox.
4292         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4293
4294         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4295         to nil, instead of html2text.
4296
4297         * imap.el (imap-debug): Add `imap-ping-server'.
4298
4299         * gnus-bookmark.el: Add FIXMEs.
4300
4301         * message.el (message-form-letter-separator)
4302         (message-send-form-letter-delay): New variables.
4303         (message-send-form-letter): Use them.  New command to send form
4304         letters.  Requested by Uwe Siart.
4305         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4306
4307 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * Update copyright years.
4310
4311 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         Sync from EMACS_22_BASE.
4314
4315         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4316
4317 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4318
4319         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4320         empty author.
4321
4322 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4323
4324         * gnus-registry.el (gnus-registry-marks): Add variable for
4325         customization of marks and their appearance.
4326         (gnus-registry-read-mark): Use it.
4327         (gnus-registry-do-marks): Add utility function to loop through
4328         `gnus-registry-marks'.
4329         (gnus-registry-install-shortcuts-and-menus): Add function to install
4330         shortcuts and menus.
4331         (gnus-registry-initialize): Use it.
4332         (gnus-registry-default-mark): Clarify documentation.
4333
4334 2008-02-29  Glenn Morris  <rgm@gnu.org>
4335
4336         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4337         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4338         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4339         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4340         Change defcustom :version from 23.0 to 23.1.
4341
4342 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4343
4344         * gnus-registry.el (gnus-registry-follow-group-p)
4345         (gnus-registry-post-process-groups): Add functions to aid registry
4346         splitting and improve logging.  Clarify behavior in function
4347         documentation.
4348         (gnus-registry-split-fancy-with-parent): Use them.
4349
4350 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4351
4352         * gnus-art.el: Use with-current-buffer.
4353
4354 2008-02-27  David Engster  <dengste@eml.cc>
4355
4356         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4357         Express real group name in the response.
4358
4359 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4362         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4363         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4364         autoload gnus-registry-fetch-group when compiling.
4365         (nnmairix-request-group-with-article-number-correction): Remove
4366         unreferenced argument passed to nnmairix-call-backend.
4367
4368 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4371         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4372         Wilde.
4373
4374 2008-02-27  Glenn Morris  <rgm@gnu.org>
4375
4376         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4377         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4378         variables to defconsts.  Convert comments to doc-strings.
4379         (nnmairix-last-server, nnmairix-current-server): Convert from free
4380         variables to defvars.  Convert comments to doc-strings.
4381         (gnus-registry-fetch-group): Autoload.
4382         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4383         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4384         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4385         caddr.
4386         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4387         nnmairix-request-group-with-article-number-correction call.
4388         (nnmairix-fast, nnmairix-group): New, less general names, for free
4389         variables passed from nnmairix-request-group to
4390         nnmairix-request-group-with-article-number-correction.  Declare.
4391         (nnmairix-request-group-with-article-number-correction):
4392         Use nnmairix-fast, nnmairix-group rather than fast, group.
4393
4394 2008-02-26  David Engster  <dengste@eml.cc>
4395
4396         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4397         version 0.5.
4398
4399 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4400
4401         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4402         instead of making an extra function call.  Don't add the current group
4403         to articles only when they have the group.  Use
4404         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4405         Reported by David <de_bb@arcor.de>.
4406
4407 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4410         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4411
4412 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4413
4414         * mail-source.el (mail-source-delete-incoming): Change default.
4415         Supplement doc string.
4416
4417         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4418
4419 2008-02-14  Glenn Morris  <rgm@gnu.org>
4420
4421         * time-date.el (format-seconds): New function.
4422
4423 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4424
4425         * nnmail.el (nnmail-message-id-cache-file): Derive from
4426         `gnus-home-directory'.
4427
4428 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4429
4430         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4431         Document negative prefix.
4432
4433         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4434
4435 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * message.el (message-unsent-separator): Add the Exim bounce
4438         separator.
4439
4440 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4441
4442         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4443         list.
4444         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4445         recipient/signer list.
4446
4447 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * Makefile.in (datarootdir): Define.
4450         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4451         name that might contain whitespace.
4452
4453 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4456         fbound (Emacs 23 unicode), signal an error.
4457
4458 2008-02-08  Glenn Morris  <rgm@gnu.org>
4459
4460         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4461
4462 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4463
4464         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4465         ports to the calls to `netrc-machine-user-or-password' in addition to
4466         "imap" and "imaps".
4467
4468 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4469
4470         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4471
4472         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4473
4474 2008-02-01  Kenichi Handa  <handa@m17n.org>
4475
4476         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4477         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4478         (rfc2104-hash): Convert the result of concat to unibyte string.
4479
4480 2008-02-01  Dave Love  <fx@gnu.org>
4481
4482         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4483         coding-system-for-read.
4484         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4485
4486 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4487
4488         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4489         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4490         <hanche@math.ntnu.no>.
4491
4492 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4495
4496         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4497
4498 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4499
4500         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4501         * message.el (message-beginning-of-line): Use featurep instead of bound
4502         tests in order to resolve conditionals at compile time.
4503
4504 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4505
4506         * mail-source.el (mail-sources): Add `group' choice.
4507
4508         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4509         parameter `in-group' to control into which group the articles go.
4510         Add treatment of `group' mail-source.
4511
4512 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4515
4516         * mm-decode.el (mm-dissect-buffer): Decode description.
4517
4518         * mml.el (mml-to-mime): Encode message header first.
4519
4520 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4523         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4524
4525         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4526         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4527
4528 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4529
4530         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4531
4532 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4535         prefix keys.
4536         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4537         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4538         gnus-xmas.el.
4539
4540         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4541         (gnus-xmas-article-describe-bindings): New function.
4542         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4543         gnus-xmas-article-describe-bindings.
4544
4545         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4546
4547 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4548
4549         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4550         Add new variables for article mark management.
4551         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4552         list of extra data entries which, when present, will indicate that the
4553         article ID should not be trimmed from the registry.
4554         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4555         functions.
4556         (gnus-registry-read-mark): New function to read a mark name from the
4557         user.
4558         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4559         (gnus-registry-set-article-mark-internal): New functions to add and
4560         remove marks.
4561         (gnus-registry-get-article-marks): New function to show the marks for
4562         an article, or retrieve them for further use.
4563
4564 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4567         keys when no argument is given.
4568
4569 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * imap.el (imap-ping-server): New variable.
4572         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4573         (imap-ping-server): Minor doc string fixes.
4574
4575 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4576
4577         * imap.el (imap-ping-server): New function.
4578         (imap-opened): Call imap-ping-server.
4579
4580 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * gnus-sum.el (gnus-article-sort-by-random)
4583         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4584         jidanni@jidanni.org.
4585
4586 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-art.el (gnus-article-describe-bindings): New function.
4589         (gnus-article-read-summary-keys): Use it.
4590         (gnus-article-mode-map): Bind `C-h b' to it.
4591
4592 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4595         XEmacs.
4596         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4597         against non-character events.
4598
4599         * lpath.el: Fbind map-keymap for Emacs 21.
4600
4601 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4602
4603         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4604         command.
4605         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4606         instead of END.  Change name of the temp file.
4607         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4608         customizable.
4609
4610 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4613         bind `S W' to gnus-article-wide-reply-with-original; set default
4614         binding to gnus-article-read-summary-send-keys.
4615         (gnus-article-read-summary-keys): Fix the order of keys; display
4616         continuation keys correctly in the echo area; describe bindings
4617         correctly when keys end with `C-h'.
4618         (gnus-article-read-summary-send-keys): New function.
4619         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4620         for gnus-article-read-summary-send-keys; display continuation keys
4621         correctly in the echo area.
4622         (gnus-article-reply-with-original): Ignore prefix argument.
4623         (gnus-article-wide-reply-with-original): New function.
4624
4625         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4626         Emacs 21.
4627
4628 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4631         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4632
4633 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4634
4635         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4636         (gnus-group-read-ephemeral-gmane-group): New command.
4637
4638 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4639
4640         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4641
4642 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4643
4644         * message.el (message-send-mail-function): Increase custom version.
4645
4646         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4647         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4648
4649 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4650
4651         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4652         for the cases where imap-authenticate is called with a nil buffer
4653         parameter.
4654
4655 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4658         html parts correctly; support forwarded messages.
4659         (gnus-article-browse-html-article): Remove work buffers.
4660
4661         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4662         compiling.
4663         (netrc-bound-and-true-p): New macro.
4664         (netrc-parse): Use it instead of bound-and-true-p that is not available
4665         in XEmacs 21.4.
4666
4667 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4668
4669         * gnus-registry.el (gnus-registry-mark-article)
4670         (gnus-registry-article-marks): Add functionality to mark articles
4671         through the Gnus registry.
4672
4673         * encrypt.el: Clarify documentation for the new pgg method.
4674         (encrypt-file-alist): Add PGG option.
4675         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4676         functionality.  Abstract password key and messaging to external
4677         functions.
4678         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4679         (encrypt-message-method-and-cipher): Add new convenience external
4680         functions.
4681         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4682         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4683
4684         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4685         (netrc-parse): Use encrypt-file-alist to determine if
4686         encrypt-find-model or encrypt-insert-file-contents should be used.
4687
4688         * encrypt.el: Clarify documentation.  Load password-cache or
4689         password, whichever one is found first, instead of autoloading.
4690
4691 2007-12-19  Glenn Morris  <rgm@gnu.org>
4692
4693         * mml.el (message-options-set, message-narrow-to-head)
4694         (message-in-body-p, message-mail-p, message-encode-message-body):
4695         Autoload.
4696         (message-remove-header, message-narrow-to-headers-or-head)
4697         (message-subscribed-p, message-make-mail-followup-to)
4698         (message-position-on-field, message-news-p)
4699         (message-options-set-recipient, message-generate-headers)
4700         (message-sort-headers): Declare as functions.
4701
4702 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4705         convention in doc string.
4706
4707 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4710         title to html parts.
4711         (gnus-article-browse-html-article): Pass message header to it.
4712
4713         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4714
4715 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4718         or password compatible with XEmacs.
4719
4720 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4721
4722         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4723         format document.
4724         (gnus-mime-delete-part): Don't write description line if empty.
4725         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4726
4727 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4728
4729         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4730         (gnus-summary-mark-read-and-unread-as-read)
4731         (gnus-summary-mark-current-read-and-unread-as-read)
4732         (gnus-summary-mark-unread-as-ticked): Doc fix.
4733         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4734
4735 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4736
4737         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4738         Christoph Conrad <christoph.conrad@gmx.de>.
4739
4740 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4741
4742         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4743         yes-or-no-p.
4744
4745 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * mm-decode.el (mm-add-meta-html-tag): New function.
4748         (mm-save-part-to-file, mm-pipe-part): Use it.
4749
4750         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4751         gnus-y-or-n-p instead of y-or-n-p.
4752         (gnus-article-browse-html-parts): Work with message/external-body; use
4753         mm-add-meta-html-tag.
4754
4755 2007-12-11  Glenn Morris  <rgm@gnu.org>
4756
4757         * gnus-cache.el: Require gnus-sum not just when compiling.
4758
4759         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4760
4761         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4762         definitions before use.
4763
4764         * mm-decode.el: Require gnus-util.
4765         (mm-remove-part): Only call delete-annotation on XEmacs.
4766
4767         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4768
4769         * nnmail.el: Require gnus-int.
4770
4771         * spam.el: Move `require's before `eval-when-compile's.
4772
4773         * gnus-ems.el (gnus-alive-p):
4774         * gnus-fun.el (message-goto-eoh):
4775         * gnus-util.el (gnus-group-name-decode):
4776         * mail-source.el (gnus-compress-sequence):
4777         * message.el (Info-goto-node, format-spec):
4778         * mm-bodies.el (message-options-get):
4779         * mm-decode.el (mm-view-pkcs7):
4780         * mm-util.el (gmm-write-region):
4781         * mml-smime.el (mml-compute-boundary)
4782         (gnus-completing-read-with-default):
4783         * mml.el (widget-button-press, gnus-make-hashtable):
4784         * mml1991.el (mm-decode-content-transfer-encoding)
4785         (mm-encode-content-transfer-encoding)
4786         (message-options-get, message-options-set):
4787         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4788         * nnfolder.el (gnus-request-group):
4789         * nnheader.el (ietf-drums-unfold-fws):
4790         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4791         * smime.el (gnus-run-mode-hooks):
4792         * spam-stat.el (gnus-message): Autoload.
4793
4794         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4795         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4796         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4797         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4798         Add declare-function compatibility definition.
4799
4800         * gnus-cache.el (nnvirtual-find-group-art):
4801         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4802         (gnus-add-image, gnus-add-wash-type):
4803         * gnus-group.el (nnkiboze-score-file):
4804         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4805         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4806         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4807         (message-tokenize-header, gnus-get-buffer-create)
4808         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4809         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4810         * gnus.el (gnus-group-decoded-name):
4811         * mail-source.el (imap-capability):
4812         * mm-bodies.el (message-options-set):
4813         * mm-decode.el (gnus-configure-windows):
4814         * mm-extern.el (message-goto-body):
4815         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4816         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4817         (epg-sub-key-validity, message-options-set):
4818         * mml.el (widget-event-point, gnus-configure-windows):
4819         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4820         * mml2015.el (epg-check-configuration, epg-configuration)
4821         (message-options-set):
4822         * nndb.el (nndb-request-article):
4823         * nnfolder.el (gnus-request-create-group):
4824         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4825         * nnmaildir.el (gnus-group-mark-article-read):
4826         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4827         * rfc1843.el (message-fetch-field):
4828         * spam.el (gnus-extract-address-components):
4829         Declare as functions.
4830
4831 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4834
4835         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4836
4837         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4838         bind show-trailing-whitespace for XEmacs.
4839
4840 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4843         new no-op macro for backward compatibility.
4844
4845         * imap.el (imap-string-to-integer): New function.
4846
4847 2007-12-09  Glenn Morris  <rgm@gnu.org>
4848
4849         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4850
4851         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4852         * message.el, mm-view.el, sieve-manage.el, smime.el:
4853         Add declare-function compatibility definition.
4854
4855         * gnus-art.el (w3-region, w3m-region, Info-menu):
4856         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4857         * gnus-sum.el (gnus-get-predicate):
4858         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4859         * message.el (mail-abbrev-in-expansion-header-p):
4860         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4861         (w3m-detect-meta-charset, w3m-region):
4862         * sieve-manage.el (password-read, password-cache-add)
4863         (password-cache-remove):
4864         * smime.el (password-read-and-add): Declare as functions.
4865
4866 2007-12-08  David Kastrup  <dak@gnu.org>
4867
4868         * gnus-sum.el (gnus-summary-simplify-subject-query):
4869         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4870         `message'.
4871
4872 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4875         it to bind idna-program, installation-directory, defined-colors, and
4876         face-attribute for XEmacs of the version that compiles defcustom forms.
4877
4878 2007-12-07  Glenn Morris  <rgm@gnu.org>
4879
4880         * gnus-art.el (article-make-date-line): Revert previous change.
4881
4882 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4883
4884         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4885
4886 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4887
4888         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4889         Call gnus-add-to-range ranges only once with a prepared article-list.
4890
4891 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4892
4893         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4894         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4895         group names with backslashes.  Reported by Tassilo Horn
4896         <tassilo@member.fsf.org>.
4897
4898 2007-12-06  Deepak Goel  <deego3@gmail.com>
4899
4900         * gnus-art.el (article-make-date-line):
4901         * gnus-start.el (gnus-load):
4902         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4903
4904 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-art.el (gnus-use-idna)
4907         * gnus-start.el (gnus-site-init-file)
4908         * message.el (message-use-idna)
4909         * mm-uu.el (mm-uu-hide-markers)
4910         * smiley.el (smiley-style): Revert changes that suppress warnings.
4911
4912 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4915         specify charset to html source.  Reported by Christoph Conrad
4916         <christoph.conrad@gmx.de>.
4917
4918 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4921         idna-program in order to suppress byte compile warning issued by XEmacs
4922         that came to byte compile the default value section of defcustom forms
4923         recently.
4924
4925         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4926         value of installation-directory.
4927
4928         * message.el (message-use-idna): Don't directly refer to the value of
4929         idna-program.
4930
4931         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4932
4933         * smiley.el (smiley-style): Don't directly call face-attribute.
4934
4935 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4938
4939         * gnus-dired.el: Reduce Gnus dependencies.
4940         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4941         require.  Use autoloads instead.
4942         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4943         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4944         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4945         (gnus-dired-mode): Adjust doc string.
4946         (gnus-dired-mail-mode): New variable.
4947         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4948         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4949         (gnus-dired-mail-buffers): New function.  Return mail or message
4950         composition buffers.
4951         (gnus-dired-attach): Use it.
4952         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4953         NO-DECODE.
4954         (gnus-dired-print): Use `gnus-print-buffer' depending on
4955         `gnus-dired-mail-mode'.
4956
4957 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * rfc2047.el (rfc2047-encoded-word-regexp)
4960         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4961         explaining what regexp patterns are for.
4962
4963 2007-12-04  Glenn Morris  <rgm@gnu.org>
4964
4965         * password.el: Move to password-cache.el.
4966
4967         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4968         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4969         * mml-smime.el (password-read, password-cache-add)
4970         (password-cache-remove):
4971         No need to autoload, since mml-sec requires password.
4972
4973         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4974         * message.el (gnus-extract-address-components):
4975         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4976
4977         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4978         password.
4979
4980 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * mailcap.el: Reduce dependencies.
4983         (mail-header-parse-content-type): Autoload.
4984         (mailcap-delete-duplicates): New alias.
4985         (mailcap-mime-info): Add optional argument NO-DECODE.
4986         (mailcap-mime-types): Use mailcap-delete-duplicates.
4987
4988         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4989
4990 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4991
4992         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4993         (imap-parse-status): Upcase status-att for servers that sends them
4994         lower-case (e.g., MS Exchange 2007).
4995
4996 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4999         function.
5000
5001         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5002         (gnus-uu-yenc-article): New function.
5003
5004         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5005
5006         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5007         buffer.
5008
5009 2007-12-02  Glenn Morris  <rgm@gnu.org>
5010
5011         * binhex.el (binhex): New custom group.
5012         (binhex-decoder-program, binhex-decoder-switches)
5013         (binhex-use-external): Move to the binhex custom group.
5014
5015         * uudecode.el (uudecode): New custom group.
5016         (uudecode-decoder-program, uudecode-decoder-switches)
5017         (uudecode-use-external): Move to the uudecode custom group.
5018
5019         * netrc.el (top-level): Don't load `encrypt' features.
5020         (netrc-parse): Don't use encrypt.
5021         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5022
5023         * encrypt.el: Remove file.
5024
5025 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5026
5027         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5028         matches on patches.
5029
5030         * gnus-art.el (gnus-article-browse-html-article): Mention
5031         `mm-text-html-renderer' in the doc string.
5032
5033         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5034         string.  Add comments.
5035
5036         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5037         if rhs is ASCII.
5038
5039 2007-12-01  Glenn Morris  <rgm@gnu.org>
5040
5041         * mail-source.el (top-level): Require format-spec before
5042         eval-when-compile.
5043
5044 2007-11-30  Glenn Morris  <rgm@gnu.org>
5045
5046         * encrypt.el: Require password, rather than autoloading password-read.
5047
5048 2007-11-29  Glenn Morris  <rgm@gnu.org>
5049
5050         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5051         (sasl-make-client, sasl-next-step, sasl-step-data)
5052         (sasl-step-set-data): Declare as functions.
5053
5054 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5055
5056         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5057
5058 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5059
5060         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5061         certs should be verified and what is to be done in the event of a
5062         verification failure.
5063
5064         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5065         caller can indicate whether the cache should be disregarded for this
5066         call.  This way the result of the call is reproducible at all times and
5067         can be considered a canonical server name for the supplied method.
5068         (gnus-agent-method-p): Canonicalize server names by pushing their
5069         method through `gnus-method-to-server' using the no-cache argument.
5070
5071         * gnus-srvr.el (gnus-server-insert-server-line): Call
5072         `gnus-method-to-server' with `no-cache' argument.
5073
5074         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5075         gnus-agent-possibly-synchronize-flags as this should be called when the
5076         server is actually being opened.
5077         (gnus-agent-possibly-synchronize-flags)
5078         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5079         flags file of an agentized server to the latter function.
5080
5081         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5082         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5083         after a connection has been established successfully.
5084
5085 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-art.el (article-display-face): Force to display face if called
5088         interactively; check if gnus-article-x-face-too-ugly matches author.
5089         (article-display-x-face): Display face even if From header is missing
5090         as article-display-face does.
5091
5092 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5093
5094         * hashcash.el (message-narrow-to-headers-or-head)
5095         (message-fetch-field, message-goto-eoh)
5096         (message-narrow-to-headers): Declare as functions.
5097
5098 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * mail-source.el (mail-sources): Default to fetch from file for
5101         compatibility with default of nnmail-spool-file.
5102
5103 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5106         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5107         to look for encoded word that should be encoded again.
5108         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5109         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5110         encoding pattern.
5111         (rfc2047-decode-region): Switch strict regexp and loose one according
5112         to rfc2047-allow-irregular-q-encoded-words.
5113
5114 2007-11-25  Romain Francoise  <romain@orebokech.com>
5115
5116         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5117
5118 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * tls.el (tls-program): Provide more custom choices from
5121         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5122         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5123
5124 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5125
5126         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5127         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5128
5129         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5130         `nnmail-spool-file'.
5131
5132         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5133         `nnmail-spool-file'.
5134
5135         * gnus-move.el (gnus-change-server): Ditto.
5136
5137         * gnus-kill.el (gnus-batch-score): Ditto.
5138
5139         * gnus-cache.el (gnus-jog-cache): Ditto.
5140
5141         * gnus-msg.el (gnus-summary-reply):
5142         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5143
5144 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5147         version.  Minor improvement to doc strings.
5148         (tls-program): Add comment.
5149
5150 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5151
5152         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5153         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5154         mismatch between the hostname provided in the certificate and the name
5155         of the host connnecting to.
5156         (open-tls-stream): Use them.  Check certificates against trusted root
5157         certificates.
5158
5159 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5160
5161         * gnus-cache.el (gnus-cache-generate-nov-databases):
5162         Use nnml-generate-nov-databases-directory instead of
5163         nnml-generate-nov-databases-1.
5164
5165 2007-11-24  Glenn Morris  <rgm@gnu.org>
5166
5167         * message.el (message-tool-bar-retro): Update for rename
5168         mail_send.xpm->mail-send.xpm.
5169
5170 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5173         `smime-ldap-search' for Emacs 22 and up.
5174
5175 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5176
5177         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5178
5179         * message.el (message-send-mail-function): Fix error convention.
5180         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5181         (message-widen-reply, message-send-mail, message-talkative-question)
5182         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5183         (message-clone-locals, message-send-news): Use with-current-buffer.
5184         (message-insert-or-toggle-importance): Remove unused var `valid'.
5185         (message-make-references): Remove unused var `new-references'.
5186         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5187
5188 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5189
5190         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5191         (spam-split-symbolic-return-positive): Reflow docstring.
5192         (spam-backends, spam-summary-exit-behavior)
5193         (spam-mark-ham-unread-before-move-from-spam-group)
5194         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5195         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5196         (spam-clear-cache, spam-backend-check, spam-install-backend)
5197         (spam-install-statistical-backend, spam-list-of-processors)
5198         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5199         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5200         (spam-check-crm114, spam-initialize, spam-unload-hook):
5201         Fix typos in docstrings.
5202
5203 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5206         been checked if they have never been read and those group levels are
5207         higher than the one that a user specified.
5208
5209 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5212         foreign groups unless a group level is specified by a user.
5213         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5214
5215 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * message.el (message-send-mail-function): Require sendmail.
5218
5219 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * message.el (message-send-mail-function): Check for smtpmail too.
5222
5223         * utf7.el (utf7-encode, utf7-decode): Use coding system
5224         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5225
5226         * message.el (message-send-mail-function): New function.
5227         (message-send-mail-function): Set default using
5228         message-send-mail-function.  Adjust doc string.
5229         (message-send-mail-with-mailclient): New function.
5230
5231 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5232
5233         * smime.el (from):
5234         * rfc2047.el (message-posting-charset):
5235         * qp.el (mm-use-ultra-safe-encoding):
5236         * pop3.el (parse-time-months):
5237         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5238         * nnml.el (files):
5239         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5240         (jka-compr-compression-info-list, ange-ftp-path-format)
5241         (efs-path-regexp):
5242         * nndiary.el (files):
5243         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5244         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5245         (epg-digest-algorithm-alist, inhibit-redisplay)
5246         (password-cache-expiry):
5247         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5248         (pgg-output-buffer, password-cache-expiry):
5249         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5250         (efs-path-regexp):
5251         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5252         (inhibit-redisplay):
5253         * mm-uu.el (file-name, start-point, end-point, entry)
5254         (gnus-newsgroup-name, gnus-newsgroup-charset):
5255         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5256         (latin-unity-ucs-list):
5257         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5258         (mm-uu-binhex-decode-function):
5259         * message.el (gnus-message-group-art, gnus-list-identifiers)
5260         (rmail-enable-mime-composing, gnus-local-organization)
5261         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5262         (gnus-read-active-file, facemenu-add-face-function)
5263         (facemenu-remove-face-function, gnus-article-decoded-p)
5264         (tool-bar-mode):
5265         * mail-source.el (display-time-mail-function):
5266         * gnus-util.el (nnmail-pathname-coding-system)
5267         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5268         (gnus-original-article-buffer, gnus-user-agent)
5269         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5270         (xemacs-codename, sxemacs-codename, emacs-program-version):
5271         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5272         * gnus-start.el (gnus-agent-covered-methods)
5273         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5274         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5275         (gnus-newsgroup-headers, gnus-group-list-mode)
5276         (gnus-group-mark-positions, gnus-newsgroup-data)
5277         (gnus-newsgroup-unreads, nnoo-state-alist)
5278         (gnus-current-select-method, mail-sources)
5279         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5280         (nnmail-spool-file, gnus-cache-active-hashtb):
5281         * gnus-mh.el (mh-lib-progs):
5282         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5283         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5284         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5285         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5286         (gnus-group-buffer):
5287         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5288         (font-lock-set-defaults):
5289         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5290         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5291         (gnus-summary-post-menu, total-parts, type, condition, length):
5292         * gnus-agent.el (gnus-agent-read-agentview):
5293         * flow-fill.el (show-trailing-whitespace):
5294         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5295         eval-and-compile wrappers for byte compiler pacifiers.
5296
5297         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5298         (mm-display-inline-fontify): Check for featurep 'xemacs not
5299         extent-list.
5300
5301         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5302         itimer-list.
5303         (mm-create-image-xemacs): Only do something for XEmacs.
5304         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5305
5306         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5307
5308         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5309         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5310
5311 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5312
5313         * nnimap.el (nnimap-split-download-body):
5314         * gnus-demon.el (gnus-demon):
5315         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5316
5317 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5320         macros.
5321         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5322         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5323         copy data from unibyte buffer to multibyte current buffer.
5324         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5325         to copy data from unibyte current buffer to multibyte buffer.
5326         (nntp-make-process-buffer): Make process buffer unibyte.
5327
5328         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5329
5330 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5331
5332         * pop3.el (pop3-open-server): Accept and process data more robustly at
5333         connexion start to avoid spurious "POP SSL connexion failed" errors.
5334
5335 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5338         read group names.
5339
5340 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5343
5344 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5347         (nnmail-save-active): Use a unibyte buffer when saving active file,
5348         which may contain non-ASCII group names.
5349
5350         * nnml.el (nnml-request-group): Decode group names in messages.
5351
5352 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * message.el (message-citation-line-function)
5355         (message-insert-formatted-citation-line): Fix spelling of
5356         `message-insert-formated-citation-line'.
5357
5358 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5361
5362 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5365         nnmail-pathname-coding-system.
5366
5367         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5368         that a user enters; decode group names in messages.
5369
5370         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5371
5372 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5375
5376         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5377
5378         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5379         risky local variable.
5380
5381         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5382
5383 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * encrypt.el: Improve documentation to fix function name typo.
5386         Reported by Daiki Ueno <ueno@unixuser.org>.
5387
5388 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5391         even if the point is not in the last page of an article.
5392         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5393         back to the previous page.
5394
5395 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5396
5397         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5398
5399 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5402
5403 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5404
5405         * message.el (message-check-news-body-syntax): Avoid
5406         mm-string-as-multibyte.
5407         (message-hide-headers): Don't assume (point-min)==1.
5408
5409 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * message.el (message-remove-blank-cited-lines): Fix if remove is
5412         given.
5413         (message-bogus-address-regexp): New variable.
5414         (message-bogus-recipient-p): New function.
5415         (message-check-recipients): New command.
5416         (message-syntax-checks): Add `bogus-recipient'.
5417         (message-fix-before-sending): Add `bogus-recipient'.
5418
5419         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5420         (gnus-treat-body-boundary): Don't test window-system.
5421
5422 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5423
5424         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5425
5426 2007-10-28  Miles Bader  <miles@gnu.org>
5427
5428         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5429         at compile-time too.
5430
5431 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * gnus-msg.el (gnus-message-setup-hook): Add
5434         `message-remove-blank-cited-lines' to options.
5435
5436 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * message.el (message-remove-blank-cited-lines): New function.
5439         Suggested by Karl Plästerer.
5440
5441 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5444         mapc.
5445
5446         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5447         (top-level): Use mapc to set functions to be traced for debugging.
5448
5449         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5450         called for effect with while loop.
5451
5452         * message.el (message-talkative-question): Replace mapcar called for
5453         effect with mapc.
5454
5455         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5456         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5457         called for effect with dolist.
5458
5459         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5460
5461         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5462         gnus-extra-headers and nnmail-extra-headers.
5463
5464         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5465         called for effect with dolist.
5466         (top-level): Use mapc to set functions to be traced for debugging.
5467
5468         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5469         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5470         dolist.
5471
5472         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5473         Replace mapcar called for effect with mapc.
5474         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5475         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5476         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5477         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5478
5479         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5480         remove-if that's a cl function.
5481
5482         * webmail.el (webmail-debug): Replace mapcar called for effect with
5483         dolist.
5484
5485         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5486         with mapc.
5487
5488 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5491         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5492         with while loop.
5493
5494         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5495         functions from article-* functions.
5496         (gnus-multi-decode-header): Replace mapcar called for effect with
5497         dolist.
5498
5499         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5500         (gnus-bookmark-show-details): Replace mapcar called for effect with
5501         while loop.
5502
5503         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5504         called for effect with while loop.
5505
5506         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5507         with dolist.
5508
5509         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5510         mapcar called for effect with dolist.
5511
5512         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5513
5514         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5515         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5516         Replace mapcar called for effect with dolist.
5517         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5518         mapc.
5519
5520         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5521         Replace mapcar called for effect with dolist.
5522         (gnus-topic-list): Replace mapcar called for effect with mapc.
5523
5524         * gnus.el: Use mapc instead of mapcar to add autoloads.
5525
5526 2007-10-23  Richard Stallman  <rms@gnu.org>
5527
5528         * gnus-group.el (gnus-group-highlight): Mark as risky.
5529
5530 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * gnus.el (gnus-server-to-method): Return method found first in
5533         gnus-newsrc-alist.
5534
5535         * gnus-art.el (gnus-article-highlight-signature)
5536         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5537         button overlay without the front stickiness.
5538
5539 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5540
5541         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5542         overview buffer needed a catch to receive its throw.
5543         (gnus-agent-flush-cache): Declared as interactive to make this function
5544         easier to use.
5545
5546 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5549         `next-line'.
5550
5551 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5554         exclude address matching message-dont-reply-to-names.
5555
5556 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-util.el (gnus-string<): New function.
5559
5560         * gnus-sum.el (gnus-article-sort-by-author)
5561         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5562
5563 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5566         the frame-focus tag is set in gnus-buffer-configuration.
5567
5568 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5571         the front stickiness.
5572
5573 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5576         url pattern; remove duplicate one.
5577         (gnus-article-extend-url-button): New function.
5578         (gnus-article-add-buttons): Use it.
5579         (gnus-button-push): Use concatenated url that it makes.
5580
5581 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5582
5583         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5584
5585 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5586
5587         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5588         Don't hardcode point-min==1.
5589
5590 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5593         Fix comment about "iso8859-1".
5594
5595 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5596
5597         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5598         ones returned from the verify-function.
5599
5600         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5601         mml2015-extract-cleartext-signature if extraction failed.
5602
5603 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5604
5605         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5606         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5607         failed.
5608
5609 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5612
5613 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5616         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5617         recommends to use EasyPG instead of PGG.
5618
5619         * pgg.el: Revert to revision 6.23.2.16.
5620
5621         * pgg-def.el: Revert to revision 6.6.2.14.
5622
5623         * pgg-gpg.el: Revert to revision 6.23.2.34.
5624
5625 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5626
5627         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5628         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5629         thread for both the null and zero (kill/expire thread) universal prefix
5630         cases.
5631         (gnus-summary-expire-thread): Add new function to expire a thread,
5632         using gnus-summary-kill-thread.
5633         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5634         shortcuts for gnus-summary-expire-thread.
5635         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5636         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5637
5638 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5639
5640         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5641         extras value, so an extras entry can be deleted.
5642         (gnus-registry-delete-extra-entry): Use it.
5643         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5644         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5645         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5646         storage through the gnus-registry, and provide an appropriate API for
5647         it.
5648
5649 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5652         Suggested by Leo <sdl.web@gmail.com>.
5653
5654         * gnus.el: Do.
5655
5656 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5659         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5660
5661         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5662
5663         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5664         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5665
5666 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5669         newline.
5670         (nnmbox-request-accept-article): Don't change article in source buffer;
5671         narrow to header to use message-fetch-field rather than
5672         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5673         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5674         as delimiters; make sure article ends with newline.
5675         (nnmbox-delete-mail): Correct last position of article to be deleted;
5676         ignore X-Gnus-Newsgroup header in article body.
5677         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5678         positions; make sure article ends with newline.
5679
5680         * message.el (message-display-abbrev): Don't infloop when a user
5681         inserts SPC in the beginning of header.
5682
5683         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5684         coding-system-for-read and coding-system-for-write for XEmacs having no
5685         file-coding feature.
5686
5687         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5688
5689 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5692         list of groups not followed by default.  Fix type to be regexp.
5693         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5694
5695 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5696
5697         * hmac-def.el (define-hmac-function): Switch from old-style to
5698         new-style backquotes.
5699
5700         * md4.el (md4-make-step): Likewise.
5701
5702 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5705         raw-text coding system when saving .newsrc file, which may contain
5706         non-ASCII group names.
5707
5708 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-cus.el (gnus-score-extra): New widget.
5711         (gnus-score-extra-convert): New function.
5712         (gnus-score-customize): Use it for Extra.
5713
5714 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5715
5716         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5717         (mml2015-mailcrypt-clear-verify): Use it.
5718         (mml2015-gpg-clear-verify): Use it.
5719         (mml2015-pgg-clear-verify): Use it.
5720         (mml2015-epg-clear-verify): Replace the current part with the output
5721         from GnuPG; don't extract the plaintext by itself.
5722
5723         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5724         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5725         mml2015-clear-verify-function; don't touch the armor headers or
5726         dash-escaped text here.
5727
5728 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5731         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5732         parts, or application/octet-stream as a last resort.
5733         (gnus-mime-view-part-as-type): Don't toggle display.
5734         (gnus-mime-view-part-as-charset): Don't turn off display before
5735         querying charset.
5736
5737         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5738         stuff to undisplayer function in Emacs.
5739         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5740
5741         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5742         text/calendar parts.
5743
5744 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5747         decoding text/calendar parts.
5748
5749         * message.el (message-forward-make-body-mime): Always mark body as
5750         having no illegible text; remove signed-or-encrypted argument.
5751         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5752
5753         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5754         (mml-generate-mime-1): Don't encode body if it is specified to be in
5755         raw form; don't make buffer be unibyte when inserting multibyte string.
5756
5757 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5758
5759         * sha1.el: Fix up comment style.
5760         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5761         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5762
5763         * hex-util.el: Fix up comment style.
5764         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5765
5766         * gnus-salt.el: Use with-current-buffer.
5767         (gnus-pick-setup-message): Fix long-standing typo.
5768
5769 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * imap.el (imap-logout-timeout): New variable.
5772         (imap-logout, imap-logout-wait): New functions.
5773         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5774
5775         * nnimap.el (nnimap-logout-timeout): New server variable.
5776         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5777         nnimap-logout-timeout.
5778
5779         * gnus-art.el (gnus-article-summary-command-nosave)
5780         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5781
5782 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * gnus.el (gnus-maximum-newsgroup): New variable.
5785
5786         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5787         according to gnus-maximum-newsgroup.
5788
5789         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5790         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5791         Limit the range of articles according to gnus-maximum-newsgroup.
5792
5793 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5794
5795         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5796         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5797         Don't perform gnus-configure-windows here; reuse existing sticky
5798         article buffer.
5799
5800         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5801         it doesn't exist in gnus-article-mode.
5802
5803 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5806         (gnus-agent-decoded-group-name): New function.
5807         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5808         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5809
5810 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5811
5812         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5813         Add binding for gnus-sticky-article.
5814         (gnus-summary-exit): Don't kill sticky article buffers.
5815
5816         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5817         article buffer.
5818         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5819         (gnus-kill-sticky-article-buffers): New commands.
5820
5821 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * nntp.el (nntp-xref-number-is-evil): New server variable.
5824         (nntp-find-group-and-number): If it is non-nil, don't trust article
5825         numbers in the Xref header.
5826
5827 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * gnus-agent.el (gnus-agent-read-group): New function.
5830         (gnus-agent-flush-group, gnus-agent-expire-group)
5831         (gnus-agent-regenerate-group): Use it.
5832         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5833         nnmail-pathname-coding-system.
5834
5835 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5838
5839         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5840         that are unread as unread, and also as selected so that information of
5841         marks having been changed by a user may be updated when exiting group.
5842
5843 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5846         calculated ignoring signature parts to gnus-treat-article.
5847
5848 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5851         a point here in order to keep the window start.
5852         (gnus-insert-mime-security-button): Make a button overlay without the
5853         front stickiness.
5854         (gnus-mime-display-security): Goto the end of a button.
5855
5856         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5857
5858 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5861         group-name-at-point.
5862         (gnus-group-completing-read): New function that offers decoded
5863         non-ASCII group names for completion.
5864         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5865         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5866         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5867         (gnus-group-fetch-control): Use it.
5868         (gnus-fetch-group): Use group-name-at-point for the initial value
5869         rather than the default value; use gnus-alive-p.
5870
5871         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5872         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5873         (gnus-summary-post-news): Use gnus-group-completing-read.
5874
5875         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5876         (gnus-read-move-group-name): Decode group name for completion.
5877
5878 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5879
5880         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5881         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5882         Yamaoka slightly modified the code).
5883
5884 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5887         (nnmail-split-incoming): Bind it.
5888
5889         * nnml.el (nnml-group-name-charset): New function.
5890         (nnml-decoded-group-name): Use it; don't decode group name if
5891         nnmail-group-names-not-encoded-p is non-nil.
5892         (nnml-encoded-group-name): New function.
5893         (nnml-group-pathname): Inline nnml-decoded-group-name.
5894         (nnml-request-expire-articles): Decode group name in message.
5895         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5896         nnmail-pathname-coding-system.
5897         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5898         not decoded ones according to nnmail-group-names-not-encoded-p.
5899         (nnml-generate-active-info): Use nnml-encoded-group-name.
5900
5901 2007-08-08  Glenn Morris  <rgm@gnu.org>
5902
5903         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5904         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5905         doc-strings and comments.
5906
5907 2007-07-25  Glenn Morris  <rgm@gnu.org>
5908
5909         * Relicense all FSF files to GPLv3 or later.
5910
5911 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-sum.el (gnus-summary-move-article): Make
5914         gnus-summary-respool-article work.
5915
5916 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5919         string.
5920
5921 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5922
5923         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5924         that should be ignored when comparing distant RSS articles with local
5925         ones.
5926         (nnrss-make-hash-index): New function.  Create a hash index according
5927         to the ignored fields.
5928         (nnrss-check-group): Use it.
5929
5930 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5933
5934         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5935
5936         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5937         the new optional argument ENCODED is non-nil.
5938         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5939         coding system for encoding group name.
5940         (gnus-group-make-rss-group): Pass un-encoded group name to
5941         gnus-group-make-group.
5942         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5943         encoded.
5944
5945         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5946         Encode group name to which articles are moved or copied.
5947         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5948         coding system for encoding Newsgroup, Followup-To and Xref headers.
5949
5950         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5951         marks; use nnheader-file-coding-system to write a file.
5952         (nnagent-retrieve-headers): Bind file-name-coding-system to
5953         nnmail-pathname-coding-system.
5954
5955         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5956
5957         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5958         (nnml-request-article, nnml-request-create-group)
5959         (nnml-request-rename-group, nnml-find-id)
5960         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5961         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5962         (nnml-save-marks): Use nnml-group-pathname instead of
5963         nnmail-group-pathname.
5964
5965         (nnml-request-create-group, nnml-request-expire-articles)
5966         (nnml-request-move-article, nnml-request-delete-group)
5967         (nnml-deletable-article-p, nnml-possibly-create-directory)
5968         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5969         (nnml-open-marks): Bind file-name-coding-system to
5970         nnmail-pathname-coding-system.
5971
5972         (nnml-request-article): Pass server argument to nnml-find-group-number.
5973         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5974         server argument to nnml-possibly-create-directory.
5975         (nnml-request-accept-article): Pass server argument to
5976         nnml-active-number and nnml-save-mail.
5977         (nnml-find-group-number): Pass server argument to nnml-find-id.
5978         (nnml-request-update-info): Pass server argument to
5979         nnml-marks-changed-p.
5980
5981         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5982         (nnml-save-mail, nnml-active-number): Add server argument.
5983
5984         (nnml-request-delete-group): Warn if group is missing.
5985         (nnml-get-nov-buffer): Decode group name.
5986         (nnml-generate-active-info): Encode group name.
5987         (nnml-open-marks): Decode group name in messages.
5988
5989 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5992         if it is not specified.
5993         (gnus-article-pipe-part, gnus-article-save-part)
5994         (gnus-article-interactively-view-part, gnus-article-copy-part)
5995         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5996         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5997         (gnus-article-replace-part, gnus-article-delete-part)
5998         (gnus-article-view-part-as-type): Pass raw prefix argument to
5999         gnus-article-part-wrapper.
6000
6001 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-agent.el (gnus-agent-save-active): Bind
6004         nnheader-file-coding-system to gnus-agent-file-coding-system.
6005
6006         * gnus-cache.el (gnus-cache-save-buffers)
6007         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6008         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6009         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6010         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6011         (gnus-cache-generate-active, gnus-cache-rename-group)
6012         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6013         (gnus-cache-update-overview-total-fetched-for): Bind
6014         file-name-coding-system to nnmail-pathname-coding-system.
6015         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6016         variables.
6017         (gnus-cache-decoded-group-name): New function.
6018         (gnus-cache-file-name): Use it.
6019         (gnus-cache-generate-active): Use non-decoded group name for active.
6020
6021         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6022         right place.
6023         (gnus-write-active-file): Don't break non-ASCII group names.
6024
6025         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6026         nnmail-pathname-coding-system.
6027
6028         * lpath.el: Bind default-file-name-coding-system,
6029         file-name-coding-system and language-info-alist for XEmacs.
6030
6031         * gnus-uu.el (gnus-uu-decode-save): Typo.
6032
6033 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6036
6037 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6040         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6041         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6042         (gnus-agent-flush-group, gnus-agent-flush-cache)
6043         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6044         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6045         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6046         (gnus-agent-regenerate-group)
6047         (gnus-agent-update-files-total-fetched-for)
6048         (gnus-agent-update-view-total-fetched-for): Bind
6049         file-name-coding-system to nnmail-pathname-coding-system.
6050         (gnus-agent-group-pathname): Don't encode file names by
6051         nnmail-pathname-coding-system.
6052         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6053         coding-system-for-write instead of buffer-file-coding-system to
6054         gnus-agent-file-coding-system.
6055
6056         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6057         Decode group name.
6058
6059         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6060
6061         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6062         (gnus-read-newsrc-el-file): Make group names unibyte.
6063
6064         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6065         nnmail-pathname-coding-system.
6066
6067         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6068         (nnrss-request-delete-group): Bind file-name-coding-system to
6069         nnmail-pathname-coding-system.
6070         (nnrss-read-server-data, nnrss-read-group-data): Bind
6071         file-name-coding-system correctly.
6072         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6073
6074         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6075         (nntp-server-to-method-cache): New variable.
6076         (nntp-group-pathname): New function that decodes non-ASCII group names.
6077         (nntp-possibly-create-directory, nntp-marks-changed-p)
6078         (nntp-save-marks, nntp-open-marks): Use it.
6079         (nntp-possibly-create-directory, nntp-open-marks):
6080         Bind file-name-coding-system to nnmail-pathname-coding-system.
6081         (nntp-open-marks): Decode group names when bootstrapping marks.
6082
6083         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6084         Newsgroups and Folowup-To headers.
6085
6086 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6089         (gnus-server-closed-face, gnus-server-denied-face)
6090         (gnus-server-offline-face): Remove variable.
6091         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6092
6093         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6094         of modifying message-stack directly for XEmacs.
6095
6096         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6097         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6098         if the coding-system argument is nil for XEmacs.
6099
6100         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6101         mm-charset-override-alist.
6102
6103         * rfc2047.el: Don't require base64; require rfc2045 for the function
6104         rfc2045-encode-string.
6105         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6106         to quote the parameter value.
6107
6108 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6111         form in gnus-group-name-charset-method-alist.
6112
6113         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6114         overrides the default layout edit-form.
6115
6116         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6117
6118         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6119
6120 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6123         as unfetched articles.
6124
6125 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6128
6129 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6132         original back end that keeps marks in the local system.
6133
6134 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6137         arg of pop-to-buffer for XEmacs.
6138         (gnus-article-read-summary-keys): Ditto; don't restore window
6139         configuration if summary command ends up with neither article buffer
6140         nor summary buffer; describe bindings if summary keys end with C-h.
6141
6142 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * message.el (message-fix-before-sending): Skip raw message part to be
6145         forwarded while checking illegible text.
6146         (message-forward-make-body-mime, message-forward-make-body): Mark
6147         signed or encrypted raw message as having no illegible text.
6148
6149 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6152         (gnus-message-with-timestamp-1): New macro.
6153         (gnus-message-with-timestamp): New function.
6154         (gnus-message): Use them.
6155
6156         * nnheader.el (nnheader-message): Use them.
6157
6158 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6161         .newsrc.eld file.
6162
6163 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * gnus-agent.el (gnus-agent-fetch-headers)
6166         (gnus-agent-retrieve-headers): Bind
6167         gnus-decode-encoded-address-function to identity.
6168
6169         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6170         available also when the server returns simply a dot.
6171
6172         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6173
6174 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6177
6178 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-ems.el (gnus-x-splash): Make it work.
6181
6182         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6183         from being used.
6184
6185         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6186
6187 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6190         4th and the 5th arguments.
6191
6192         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6193         the front stickiness.
6194         (gnus-article-summary-command-nosave): Correct the order of the
6195         arguments passed to pop-to-buffer.
6196         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6197         summary command ends up with the article buffer.
6198
6199         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6200         the same faces.
6201
6202 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6203
6204         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6205
6206 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6207
6208         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6209         * gnus-sum.el (gnus-summary-highlight):
6210         * pgg.el (pgg-sign-region, pgg-sign):
6211         * mail-source.el (mail-source-delete-old-incoming-confirm):
6212         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6213
6214 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-art.el (gnus-mime-view-part-externally)
6217         (gnus-mime-view-part-internally): Fix predicate function passed to
6218         completing-read.
6219
6220         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6221
6222         * gnus.el (gnus-update-message-archive-method): Add :version.
6223
6224 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus.el (gnus-update-message-archive-method): New variable.
6227
6228         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6229         according to gnus-message-archive-method if
6230         gnus-update-message-archive-method is non-nil.
6231
6232 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6235         by Loic Dachary <loic@dachary.org>.
6236         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6237
6238 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * message.el (message-pop-to-buffer): Add switch-function argument.
6241         (message-mail): Pass switch-function argument to it.
6242
6243 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6246         Improve doc string.
6247
6248 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6251         (gnus-header-content)
6252         * gnus-cite.el (gnus-cite-10)
6253         * gnus-srvr.el (gnus-server-closed)
6254         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6255         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6256         (gnus-group-mail-3-empty, gnus-group-mail-low)
6257         (gnus-group-mail-low-empty, gnus-splash)
6258         * message.el (message-header-to, message-header-cc)
6259         (message-header-subject, message-header-other, message-header-name)
6260         (message-header-xheader, message-separator, message-cited-text)
6261         (message-mml): Lighten colors of faces used for dark background.
6262
6263 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6264
6265         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6266         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6267
6268 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * message.el (message-narrow-to-headers-or-head):
6271         Ignore mail-header-separator in the body.
6272
6273 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6276         same as window size.
6277
6278 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6279
6280         * message.el (message-font-lock-keywords): Use message-header-xheader
6281         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6282         ahead of the anything pattern, to get it recognised.
6283
6284 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6287         spam.el loads uses it in the compiled defadvice form.
6288
6289 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6290
6291         * gnus-sum.el (gnus-articles-to-read)
6292         (gnus-summary-insert-old-articles): Don't truncate group name for
6293         `read-string'.
6294
6295         * gnus-util.el (gnus-limit-string): Delete this function.
6296
6297         * gnus-sum.el (gnus-simplify-subject-fully): Use
6298         `truncate-string-to-width' instead.
6299
6300 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6301
6302         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6303         if, on summary exit, the next group has to be selected.
6304         (gnus-summary-exit): Use it.
6305
6306 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6307
6308         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6309         non-break space.
6310
6311 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6314         Check if group is not a directory.
6315         (nnfolder-request-expire-articles): Don't delete articles if the target
6316         group is not available.
6317
6318         * nnml.el (nnml-request-create-group): Properly check if group is not a
6319         file.
6320         (nnml-request-expire-articles): Don't delete articles if the target
6321         group is not available.
6322
6323         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6324         Don't quote characters that are within parentheses.
6325
6326 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6329         (gnus-handle-ephemeral-exit): Select article according to it.
6330
6331 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * message.el (message-insert-formated-citation-line): Remove newline.
6334         (message-citation-line-format): Add final \n here so that the user can
6335         avoid a blank line.
6336
6337 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6338
6339         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6340         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6341         Update lanl/arXiv support.
6342
6343 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * gnus.el: Bump version number.
6346
6347 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * gnus.el (gnus-version-number): Bump version.
6350
6351 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6352
6353         * gnus.el: No Gnus v0.6 is released.
6354
6355 2007-04-27  Didier Verna  <didier@xemacs.org>
6356
6357         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6358         * gmm-utils.el (gmm-regexp-concat): here.
6359         * message.el: Don't require 'gnus-util.
6360         (message-dont-reply-to-names): Handle name change above.
6361         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6362
6363 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6366         since the initial value varies according to the system.
6367
6368 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6371
6372 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6373
6374         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6375
6376 2007-04-24  Didier Verna  <didier@xemacs.org>
6377
6378         Improve the type of gnus-ignored-from-addresses.
6379         * gnus-util.el (gnus-orify-regexp): New function.
6380         * message.el (gnus-util): Require it.
6381         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6382         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6383         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6384
6385 2007-04-24  Didier Verna  <didier@xemacs.org>
6386
6387         * gnus-sum.el:
6388         * gnus-utils.el: Fix some trailing whitespaces.
6389
6390 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6393         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6394         article's Message-ID; refer parent article in summary buffer.
6395
6396         * message.el (message-bounce): Call mime-to-mml.
6397
6398         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6399         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6400         optimize and/or forms properly.
6401
6402 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6405         URL.
6406
6407 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6410
6411 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6414         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6415         displayed of multipart/alternative part if it is invoked from summary
6416         buffer.
6417
6418         * mm-view.el (mm-inline-text-html-render-with-w3m)
6419         (mm-inline-text-html-render-with-w3m-standalone)
6420         (mm-inline-render-with-function): Use mail-parse-charset by default.
6421
6422 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6423
6424         * parse-time.el (parse-time-string-chars): Check if CHAR
6425         is less than the length of parse-time-syntax.
6426
6427 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6430         from gnus-newsgroup-processable.
6431
6432 2007-04-16  Didier Verna  <didier@xemacs.org>
6433
6434         * gnus-msg.el (gnus-configure-posting-styles): Handle
6435         message-signature-directory properly with :file syntax.  Reported by
6436         "Leo".
6437
6438 2007-04-11  Didier Verna  <didier@xemacs.org>
6439
6440         New user option: message-signature-directory.
6441         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6442         * message.el (message-insert-signature): Ditto.
6443         * message.el (message-signature-file): Doc update.
6444         * message.el (message-signature-directory): New.
6445
6446 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-msg.el (gnus-inews-yank-articles): Use
6449         message-exchange-point-and-mark instead of exchange-point-and-mark.
6450
6451 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * message.el (message-yank-original): Make sure cited text ends with
6454         newline; don't exchange point and mark.
6455
6456 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6457
6458         * tls.el (open-tls-stream): Properly handle case where there
6459         is no associated buffer.
6460
6461 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6462
6463         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6464         message-yank-original, make sure (< mark TEXT point).
6465
6466 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * message.el (message-fill-column): New variable.
6469         (message-mode): Use it.  Add comment on a possible new hook.
6470
6471         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6472         (nnmail-get-new-mail): Reformat.
6473
6474         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6475
6476         * gmm-utils.el: Fix Commentary.
6477         (gmm-tool-bar-from-list): Fix typo in doc string.
6478
6479 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6480
6481         * message.el (message-yank-original): Don't switch point and mark
6482         unnecessarily to put point and mark as documented.
6483
6484 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6487         from the message heads.
6488
6489 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6490
6491         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6492         article buffer does not have a window.  This may not be the best
6493         solution but is certainly better than setting the start of the null,
6494         that is the current, window.
6495
6496 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6497
6498         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6499         (gnus-draft-setup): Run it.
6500
6501         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6502         gnus-score-fast-scoring.  Allow regexp.
6503         (gnus-score-headers): Use it.
6504
6505         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6506         XEmacs.
6507
6508         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6509         string.
6510         (gnus-button-alist): Also catch `<f1> k ...'.
6511         (gnus-treat-display-x-face): Fix doc string.
6512
6513 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6514
6515         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6516         evaluation of gnus-extended-version to ensure correct generation of the
6517         User-Agent header when message-generate-headers-first is used.
6518
6519 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6520
6521         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6522         hashcash-path is nil.  Don't call callback with incorrect number of
6523         parameters if val is 0.
6524
6525 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6526
6527         * message.el (message-required-news-headers):
6528         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6529
6530 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6531
6532         * tls.el (open-tls-stream): In handshake-waiting loop,
6533         don't wait more if there is output available to process.
6534
6535 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6536
6537         * tls.el (tls-program): Doc fix.
6538
6539 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * message.el (message-generate-new-buffers): Change the meaning of the
6542         nil value; add `standard' to the choices; treat t as `unique'; improve
6543         doc string.
6544         (gnus-select-frame-set-input-focus): Autoload.
6545         (message-buffer-name): Search for the existing message buffer if
6546         message-generate-new-buffers is nil or `standard'; treat the value t of
6547         message-generate-new-buffers as `unique'.
6548         (message-pop-to-buffer): Raise the frame already displaying the message
6549         buffer; clear the echo area after querying.
6550         (message-setup): Pass the `continue' argument to compose-mail.
6551         (message-mail): Prefer `switch-function' if it is given; search for the
6552         existing message buffer if the `continue' argument is non-nil; pass
6553         continue and switch-function arguments to compose-mail by way of
6554         message-setup.
6555         (message-mail-other-window): Adjust argument of message-setup.
6556         (message-mail-other-frame): Ditto.
6557
6558 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6561         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6562         to turn font-lock on when turning gnus-message-citation-mode on.
6563
6564 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6565
6566         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6567         (mml-smime-function-alist): New variable; add epg as the backend.
6568         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6569         mml-smime- functions instead.
6570         * mm-view.el: Require smime.
6571
6572 2007-03-05  Didier Verna  <didier@xemacs.org>
6573
6574         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6575         instead of just inheritance for posting styles.
6576         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6577
6578 2007-02-24  Chris Moore  <dooglus@gmail.com>
6579
6580         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6581         * pgg-pgp.el (pgg-pgp-encrypt-region):
6582         * pgg-gpg.el (pgg-gpg-encrypt-region):
6583         Check pgg-encrypt-for-me if no other recipients.
6584
6585 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6586
6587         * tls.el (tls-certtool-program): Fix custom type.
6588
6589 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6592         and point-at-eol instead of line-(beginning|end)-position.
6593
6594         * assistant.el (assistant-parse-buffer): Ditto.
6595
6596         * netrc.el (netrc-parse-services): Ditto.
6597
6598 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6599
6600         * mml2015.el (mml2015-epg-find-usable-key): New function.
6601         (mml2015-epg-sign): Use it.
6602         (mml2015-epg-encrypt): Use it.
6603
6604 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * message.el (message-make-in-reply-to): Quote name containing
6607         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6608         if there are special characters.  Reported by NAKAJI Hiroyuki
6609         <nakaji@jp.freebsd.org>.
6610
6611 2007-02-27  Didier Verna  <didier@xemacs.org>
6612
6613         Include the group parameters as well as the topic ones in the
6614         inheritance filter process.
6615         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6616         argument GROUP-PARAMS-LIST.
6617         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6618
6619 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * nntp.el (nntp-never-echoes-commands)
6622         (nntp-open-connection-functions-never-echo-commands): New variables.
6623         (nntp-send-command): Use them.
6624
6625 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6626
6627         * mml2015.el (mml2015-epg-verify): Simplified.
6628
6629 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * mml.el (mml-content-disposition-alist): New user option.
6632         (mml-content-disposition): New function.
6633         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6634         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6635
6636 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6637
6638         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6639         verification.
6640
6641 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6642
6643         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6644         articles posted in the last 24 hours.
6645
6646 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6647
6648         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6649
6650 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6651
6652         * nntp.el (nntp-send-command): Don't wait for echoes when
6653         nntp-open-ssl-stream is used.
6654
6655 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6658         (gnus-message-add-citation-keywords)
6659         (gnus-message-remove-citation-keywords): Remove.
6660         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6661         directly, make the variables in font-lock-defaults buffer-local, add
6662         gnus-message-citation-keywords to them and then update the value of
6663         font-lock-keywords.
6664
6665 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * message.el (message-cite-original-1): Don't call
6668         gnus-article-highlight-citation.
6669
6670         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6671         citations; fix line count.
6672
6673 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6676         (gnus-message-add-citation-keywords)
6677         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6678         versions of font-lock-add-keywords and font-lock-remove-keywords to
6679         work with XEmacs correctly.
6680
6681 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * gnus-cite.el (gnus-cite-face-list): Set the values of
6684         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6685         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6686         (gnus-message-cite-prefix-regexp): New variable.
6687         (gnus-message-search-citation-line): Use it; protect against long
6688         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6689         the 0th match data for Emacs.
6690         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6691         (gnus-message-add-citation-keywords): Append keywords rather than
6692         prepending; emulate font-lock-add-keywords if it is not available.
6693         (gnus-message-remove-citation-keywords): Emulate
6694         font-lock-remove-keywords if it is not available.
6695
6696         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6697
6698         * message.el (message-cite-prefix-regexp): Set the value of
6699         gnus-message-cite-prefix-regexp.
6700
6701 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6702
6703         * nnweb.el (nnweb-google-parse-1): Update parser.
6704
6705 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6706
6707         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6708
6709 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6710
6711         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6712         regexp.
6713
6714 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6717         string-to-multibyte.
6718         (uudecode-decode-region-internal): Use it.
6719
6720         * lpath.el: Fbind string-as-multibyte for XEmacs.
6721
6722 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6725         custom choice.
6726
6727         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6728
6729 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6730
6731         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6732
6733         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6734         `write-region' to respect `mm-inhibit-file-name-handlers'.
6735
6736 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6739         Use gnus-home-directory instead of "~/" or "$HOME".
6740
6741 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6742
6743         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6744         to mention filename.
6745         Add comments at beginning regarding usage.
6746         (encrypt-write-file-contents): Change interactive so a string is
6747         acceptable.  If the file has no associated model, show an error instead
6748         of a nonsense prompt.
6749
6750 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6751
6752         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6753         Thanks to Yoshihiko Yamada for kind notification of this typo.
6754
6755 2007-01-12  Kenichi Handa  <handa@m17n.org>
6756
6757         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6758         multibyte buffer.
6759
6760 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * gnus-score.el (gnus-score-fast-scoring): New variable.
6763         (gnus-score-headers): Use it.
6764
6765         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6766
6767         * message.el (message-cite-original-1): Call
6768         gnus-article-highlight-citation if requested.
6769         (message-make-from): Allow name and address as optional arguments.
6770
6771         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6772
6773         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6774         bugs to doc string.
6775         (gnus-button-alist): Add mid\\|message-id.
6776         (gnus-button-fetch-group): Extend for use in
6777         `browse-url-browser-function'.
6778         (gnus-button-url-regexp): Try to catch paired parentheses like in
6779         Wikipedia URLs.
6780
6781         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6782         Suggested by Simon Krahnke <overlord@gmx.li>.
6783
6784 2007-01-13  Romain Francoise  <romain@orebokech.com>
6785
6786         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6787         Update copyright.
6788
6789 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6790
6791         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6792
6793 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * gnus-registry.el (gnus-registry-unfollowed-groups)
6796         (gnus-registry-split-fancy-with-parent): Fix documentation.
6797
6798 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6799
6800         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6801         from nnweb groups.
6802
6803 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6804
6805         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6806         Xref urls.  Erase buffer before requesting head.
6807
6808 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6811         customizable.
6812
6813 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6814
6815         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6816         no signing key is found.
6817         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6818         no encrypting and/or signing key is found.
6819
6820 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6823
6824 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6825
6826         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6827         headers read from disk with the ones newly found in the current search.
6828         This should no longer cause problems, because the article numbers in
6829         Gmane's `nov.php' output are ignored since the previous change.
6830
6831 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6832
6833         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6834
6835 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6838         replace-regexp-in-string; bind url-version; fbind display-images-p and
6839         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6840         find-face and set-itimer-function for Emacs; bind itimer-list for
6841         Emacs.
6842
6843         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6844
6845 2007-01-01  Romain Francoise  <romain@orebokech.com>
6846
6847         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6848
6849 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6850
6851         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6852         `define-minor-mode' macro definition expanded properly.
6853         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6854         exclude it there.
6855
6856         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6857         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6858         `fboundp' test.
6859         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6860         This is OK to autoload in (S)XEmacs now.
6861
6862 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6865         keystroke.
6866         (gnus-summary-limit-to-singletons): Fix typo.
6867
6868         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6869         else fails.
6870
6871 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6872
6873         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6874         docstring.
6875
6876         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6877         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6878         (gnus-summary-insert-dormant-articles): Fix typo in message.
6879
6880 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6883         nil for XEmacs.
6884         (gnus-message-citation-mode): Don't autoload in XEmacs.
6885
6886         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6887
6888 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6889
6890         * nnimap.el (nnimap-expunge-search-string): Mention
6891         nnimap-search-uids-not-since-is-evil in docstring.
6892
6893 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * spam.el: Revert to make-obsolete-variable because
6896         define-obsolete-variable-alias is not supported in Emacs 21.
6897
6898         * spam.el (spam-ifile-path, spam-ifile-database-path)
6899         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6900         make-obsolete-variable.
6901         (spam-bsfilter-path, spam-bsfilter-program)
6902         (spam-spamassassin-path, spam-spamassassin-program)
6903         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6904         use "path" inappropriately.
6905         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6906         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6907         variable names.
6908
6909 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6910
6911         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6912         summary buffer.
6913
6914         * password.el (password-cache-remove): Use clear-string to burn
6915         password, if available.
6916
6917 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6920
6921         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6922
6923         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6924         (gnus-message-highlight-citation): Move defcustom here from
6925         gnus-cite.el.
6926         (gnus-message-citation-mode): Autoload.
6927
6928         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6929         checks to make it compile with XEmacs.
6930         (gnus-message-citation-mode): New minor mode.
6931         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6932         (gnus-message-highlight-citation): New variables.
6933         (gnus-message-search-citation-line)
6934         (gnus-message-add-citation-keywords)
6935         (gnus-message-remove-citation-keywords)
6936         (turn-on-gnus-message-citation-mode)
6937         (turn-off-gnus-message-citation-mode): New functions.
6938
6939 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6940
6941         * gnus-cite.el: Enable highlighting of different citation levels in
6942         message-mode.
6943
6944 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6945
6946         * message.el (message-make-fqdn): Fix comment.
6947         (message-bogus-system-names): Add ".local".
6948
6949         * spam.el (spam-ifile-path, spam-ifile-program)
6950         (spam-ifile-database-path, spam-ifile-database)
6951         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6952         Don't use "path" inappropriately.
6953         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6954         strings.
6955         (spam-check-ifile, spam-ifile-register-with-ifile)
6956         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6957         new variable names.
6958
6959         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6960         (gnus-treat-display-smileys): Simplify using
6961         gnus-image-type-available-p.
6962
6963         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6964         available.
6965
6966         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6967         `display-images-p' if available.
6968
6969 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6972         one after turning on the buffer's multibyteness instead of decoding
6973         them directly in the unibyte buffer that causes unexpected conversion
6974         in Emacs 23 (unicode).
6975
6976 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6977
6978         * message.el (message-generate-hashcash): Fix custom type.
6979
6980 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6983
6984 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6987         disconnect icons.  Add help text.
6988
6989 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6992         negated to be consistent with the others we handle.
6993
6994 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6995
6996         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6997         version of gnus-summary-buffer to something, so that we can use two
6998         article buffers at the same time.
6999
7000 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7001
7002         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7003         trigger all the extra headers.
7004         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7005         sorting.
7006
7007 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7008
7009         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7010         solid groups.
7011
7012 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7013
7014         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7015
7016 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * legacy-gnus-agent.el: Add Copyright notice.
7019
7020 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7021
7022         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7023
7024 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7027
7028         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7029         to make it work reliably in CVS Emacs.
7030         (gnus-summary-limit-strange-charsets-predicate)
7031         (gnus-summary-limit-to-predicate): New functions.
7032
7033 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7034
7035         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7036         specifying array size.
7037         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7038         array if it is too small.
7039         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7040         (gnus-sort-threads-loop): New function.
7041
7042 2006-12-06  Chris Moore  <dooglus@gmail.com>
7043
7044         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7045         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7046
7047 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7048
7049         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7050         options.
7051
7052 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7053
7054         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7055         DOS-ing the recipient.
7056
7057         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7058         the headers when creating the mapping to avoid mismappings.
7059         (nnweb-gmane-create-mapping): Always nix out old mapping.
7060
7061 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7064         and mm-verify-option to never.
7065
7066 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * message.el (message-signed-or-encrypted-p): New function.
7069         (message-forward-make-body): Use it.
7070
7071         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7072         Replace encode-coding-string with mm-encode-coding-string.
7073
7074 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * nneething.el (nneething-decode-file-name): Replace
7077         decode-coding-string with mm-decode-coding-string.
7078
7079         * gnus-int.el (gnus-open-server): Say failed server's name.
7080
7081 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7082
7083         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7084         strings to a single string.  Quote `errors-file-name'.
7085         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7086         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7087         Adjust calls.  Use `shell-quote-argument'.
7088
7089 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7090
7091         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7092         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7093
7094         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7095         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7096         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7097         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7098         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7099         (gnus-subscribe-newsgroup, gnus-1):
7100         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7101         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7102         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7103         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7104
7105 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7108         keystroke.
7109         (gnus-summary-limit-to-bodies): Implement headersp.
7110
7111 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7112
7113         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7114
7115 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7118
7119 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * message.el (message-generate-hashcash): Expand range of values to
7122         include `opportunistic'.
7123         (message-send-mail): Use it.
7124
7125 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7126
7127         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7128         and comment it.
7129
7130         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7131
7132 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * gnus-util.el (gnus-extract-address-components): Improve comment.
7135
7136 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-util.el (gnus-extract-address-components): Work with address in
7139         which the name portion contains @.
7140
7141         * lpath.el: Fbind custom-autoload.
7142
7143 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * gnus.el (gnus-start): Move custom group up.
7146         (gnus-select-method): Don't autoload, but make it available for
7147         `customize-variable'.
7148         (gnus-getenv-nntpserver): Don't autoload.
7149
7150 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7153
7154 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * message.el (message-sendmail-extra-arguments): New variable.
7157         (message-send-mail-with-sendmail): Use it.
7158
7159 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7162         mm-with-unibyte-current-buffer to make string unibyte.
7163
7164         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7165         mm-string-as-multibyte.
7166
7167 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7168
7169         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7170         Reported by Werner Koch <wk@gnupg.org>.
7171
7172 2006-11-14  Daiki Ueno  <ueno@p360>
7173
7174         * mml2015.el: Autoload epa-select-keys when compiling.
7175
7176 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7177
7178         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7179         message-options.
7180         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7181
7182 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7183
7184         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7185         EasyPG (< 0.0.6).
7186         (mml2015-always-trust): New user option.
7187         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7188         prompt.
7189
7190 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * nntp.el (nntp-authinfo-force): New variable.
7193         (nntp-send-authinfo): Use it.
7194
7195 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7198         decode encoded words.  Improve prompt.  Add comment about forwarding.
7199         (message-replacement-char): Move up.
7200
7201 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7202
7203         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7204         instead of gnus-intersection because arguments of gnus-sorted-nunion
7205         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7206
7207 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7210         (message-simplify-subject-functions): Enable
7211         message-strip-subject-encoded-words by default.
7212
7213 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * message.el (message-strip-subject-encoded-words): New function.
7216         (message-simplify-subject-functions): New variable.
7217         (message-simplify-subject): Use it.  Fix typo in doc string.
7218         Support message-strip-subject-encoded-words.
7219
7220 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7221
7222         * gnus-diary.el (gnus-diary-delay-format-function):
7223         * nndiary.el (nndiary-reminders):
7224         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7225
7226 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * gnus-art.el (article-hide-boring-headers): Fetch date from
7229         gnus-original-article-buffer to avoid problems with localized date
7230         strings.
7231
7232 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7235
7236 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7239         New variables.
7240         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7241         (mm-charset-synonym-alist): Move some entries to
7242         mm-codepage-iso-8859-list.
7243         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7244         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7245
7246 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7249
7250 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7253         with Emacs 21 and XEmacs.
7254
7255 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7256
7257         * spam.el (spam-parse-address): New function for better parsing,
7258         catching errors, etc.
7259         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7260
7261 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * mm-view.el: Add interactive arg to html2text autoload.
7264
7265 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7268
7269 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7272         variables.
7273         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7274         (mm-charset-synonym-alist): Move some entries to
7275         mm-codepage-iso-8859-list.
7276
7277         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7278
7279 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7280
7281         * message.el (message-citation-line-format)
7282         (message-insert-formated-citation-line): Fix implementation of %E, %N
7283         and %n according to the doc string.
7284
7285 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7286
7287         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7288         car-safe to avoid bad parses.
7289
7290 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7293         names.
7294
7295         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7296
7297 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7300         header.
7301
7302         * message.el (message-draft-headers): Add Date.
7303         (message-headers-to-generate): Fix typo in docstring.
7304
7305         * nndraft.el (nndraft-required-headers): New variable.
7306         (nndraft-generate-headers): Use it.
7307
7308         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7309
7310 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7311
7312         * gnus-registry.el (gnus-registry-wash-for-keywords)
7313         (gnus-registry-find-keywords): New functions to allow easy searching of
7314         articles that are in the registry.
7315
7316 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7317
7318         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7319         ietf-drums-parse-address instead of gnus-extract-address-components.
7320         Reported by Damien Elmes <damien@repose.cx>.
7321
7322 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * gnus.el (gnus-mime): Remove unused custom group.
7325
7326 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7327
7328         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7329         "blank line" when searching for end of armor headers.
7330
7331 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * gmm-utils.el (gmm-write-region): Fix variable name.
7334
7335 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7336
7337         * gmm-utils.el (gmm-write-region): New function based on compatibility
7338         code from `mm-make-temp-file'.
7339
7340         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7341
7342         * nnmaildir.el (nnmaildir--update-nov)
7343         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7344         Use `gmm-write-region'.
7345
7346 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7349         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7350
7351         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7352
7353         * message.el (message-replacement-char): New variable.
7354         (message-fix-before-sending): Use it.
7355         (message-simplify-subject): New function to remove duplicate code.
7356         (message-reply, message-followup): Use it.
7357
7358         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7359         gnus-summary-limit-to-articles.
7360
7361 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-util.el (gnus-with-local-quit): New macro.
7364
7365         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7366
7367 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7368
7369         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7370         ignore non-string data.
7371
7372 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7373
7374         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7375         non-string data (needs to be done in the registry too).
7376
7377 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7378
7379         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7380         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7381         (gnus-registry-split-fancy-with-parent)
7382         (gnus-registry-fetch-simplified-message-subject-fast)
7383         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7384         Remove text properties on ingress into the registry and when it's saved.
7385         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7386         registry from entries with no groups.
7387
7388 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7391         function to remove string properties.
7392
7393 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * gmm-utils.el (gmm): Adjust custom version.
7396
7397         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7398         custom version.
7399
7400         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7401
7402 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * gnus-art.el (gnus-insert-prev-page-button)
7405         (gnus-insert-next-page-button): Simplify.  Reformat.
7406
7407 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7408
7409         * gnus-art.el (gnus-insert-prev-page-button)
7410         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7411
7412 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7413
7414         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7415
7416 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7417
7418         * gnus-art.el (gnus-insert-mime-button)
7419         (gnus-insert-mime-security-button):
7420         Apply gnus-article-button-face to MIME and security buttons.
7421
7422 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7425         readable.
7426
7427 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7430
7431 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7432
7433         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7434         `browse-url-of-file' instead of `browse-url'.
7435
7436 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7437
7438         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7439         regexp.  Articles containing quotation were cut prematurely.
7440
7441 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * message.el (message-cite-original-1): Use nobody by default for the
7444         value of From header.
7445         (message-reply): Ditto.
7446
7447 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7448
7449         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7450         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7451         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7452
7453 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7456         mails in the doc string.  Add some URLs in comment.
7457         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7458
7459 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7462         backslashes handling and the way to find boundaries of quoted strings.
7463
7464 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7465
7466         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7467         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7468         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7469         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7470
7471 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7474         doc string.
7475         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7476
7477 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * lpath.el: Fbind epg-check-configuration.
7480
7481 2006-09-06  Simon Josefsson  <jas@extundo.com>
7482
7483         * mml2015.el (mml2015-use): Doc fix, mention epg.
7484
7485 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7486
7487         * mml2015.el (mml2015-use): Default to epg, if available.
7488
7489 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7490
7491         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7492         message-sender.
7493         (mml1991-epg-encrypt): Ditto.
7494         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7495         message-sender.
7496         (mml2015-epg-encrypt): Ditto.
7497
7498 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7499
7500         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7501         several common directories.
7502
7503 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7504
7505         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7506         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7507
7508 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-art.el (article-decode-encoded-words): Make it fast.
7511
7512 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7515
7516         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7517         in quoted string into `\'.
7518
7519 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7522         Use standard-syntax-table.
7523
7524 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-art.el (gnus-decode-address-function): New variable.
7527         (article-decode-encoded-words): Use it to decode headers which are
7528         assumed to contain addresses.
7529         (gnus-mime-delete-part): Remove useless `or'.
7530
7531         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7532         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7533         (gnus-nov-parse-line): Use it to decode From header.
7534         (gnus-get-newsgroup-headers): Ditto.
7535         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7536
7537         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7538         (mail-decode-encoded-address-string): New alias.
7539
7540         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7541         New function.
7542         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7543         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7544         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7545         (rfc2047-decode-string): Ditto.
7546         (rfc2047-decode-address-region): New function.
7547         (rfc2047-decode-address-string): New function.
7548
7549 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * message.el (message-caesar-buffer-body): Allow rotating headers.
7552
7553         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7554
7555         * message.el (message-insert-formated-citation-line): Fix %f.
7556         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7557
7558 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7561         (gnus-bookmark-mouse-available-p): New macro.
7562         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7563         (gnus-bookmark-bmenu-show-infos): Use it.
7564         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7565         (gnus-bookmark-bmenu-hide-infos): Ditto.
7566         (gnus-bookmark-remove-properties): New function.
7567         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7568         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7569         (gnus-bookmark-write-file): Bind coding-system-for-write.
7570         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7571         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7572         group before selecting it.
7573         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7574         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7575         quit-window if it is not available; use gnus-mouse-2 and bind it to
7576         gnus-bookmark-bmenu-select-by-mouse.
7577         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7578         (gnus-bookmark-bmenu-select-by-mouse): New function.
7579
7580 2006-08-13  Romain Francoise  <romain@orebokech.com>
7581
7582         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7583         space.
7584
7585 2006-08-10  Romain Francoise  <romain@orebokech.com>
7586
7587         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7588         (dns-mode-soa-auto-increment-serial): New user option.
7589         (dns-mode-soa-maybe-increment-serial): New function.
7590         (dns-mode): Add the latter to `write-contents-functions'.
7591
7592 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * compface.el (uncompface): Use binary rather than raw-text-unix.
7595
7596 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * compface.el (uncompface): Make sure the eol conversion doesn't take
7599         place when communicating with the external programs.  Reported by
7600         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7601
7602 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7605
7606 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7607
7608         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7609         Make it more robust by parsing author and date independently.
7610
7611 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7614
7615 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7616
7617         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7618         first matching secret key.
7619         (mml2015-epg-encrypt): Ditto.
7620
7621         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7622         first matching secret key.
7623         (mml1991-epg-encrypt): Ditto.
7624
7625         * mml2015.el (mml2015-encrypt-to-self): New user option.
7626         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7627         mml2015-epg-encrypt-to-self is set.
7628
7629         * mml1991.el (mml1991-encrypt-to-self): New variable.
7630         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7631         mml1991-epg-encrypt-to-self is set.
7632
7633         * mml2015.el (mml2015-signers): New user option.
7634         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7635         (mml2015-epg-encrypt): Allow to select signing keys.
7636
7637         * mml1991.el (mml1991-signers): New variable.
7638         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7639         (mml1991-epg-encrypt): Allow to select signing keys.
7640
7641 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * nnheader.el (nnheader-insert-head): Make it work even if the file
7644         uses CRLF for the line-break code.
7645
7646 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7647
7648         * mml2015.el: Require mml-sec instead of password.
7649         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7650         (mml2015-cache-passphrase): Inherit the default value from
7651         mml-secure-cache-passphrase.
7652         (mml2015-passphrase-cache-expiry): Inherit the default value from
7653         mml-secure-passphrase-cache-expiry.
7654
7655         * mml1991.el: Require mml-sec instead of password.
7656         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7657         (mml1991-cache-passphrase): Inherit the default value from
7658         mml-secure-cache-passphrase.
7659         (mml1991-passphrase-cache-expiry): Inherit the default value from
7660         mml-secure-passphrase-cache-expiry.
7661
7662         * mml-sec.el: Require password.
7663         (mml-secure-verbose): New user option.
7664         (mml-secure-cache-passphrase): New user option.
7665         (mml-secure-passphrase-cache-expiry): New user option.
7666
7667 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7668
7669         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7670         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7671         andreas@altroot.de (Andreas Vögele).
7672
7673         FIXME: Use `tiny change'?
7674
7675 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7676
7677         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7678         workaround for the url package included with Emacs.
7679
7680         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7681
7682 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7685         correctly.  This fixes a bug caused by the 2006-05-12 change.
7686
7687 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7688
7689         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7690         some information about the error when saying that the `bogus' mail
7691         group will be used.
7692
7693 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7696         string.
7697
7698 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7699
7700         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7701
7702 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7703
7704         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7705
7706 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7707
7708         * mml1991.el (mml1991-function-alist): Add epg.
7709         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7710         (mml1991-epg-encrypt): New functions.
7711
7712 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7713
7714         * mml2015.el (mml2015-verbose): New variable.
7715         (mml2015-cache-passphrase): Ditto.
7716         (mml2015-passphrase-cache-expiry): Ditto.
7717         (mml2015-function-alist): Add epg.
7718         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7719         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7720         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7721         functions.
7722
7723 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7724
7725         * message.el (message-cite-original-1): Preserve region when removing
7726         quoted text due to X-No-Archive in order to avoid bogus attribution
7727         when citing multiple messages.
7728
7729 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7730
7731         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7732         Kenneth Jacker <khj@be.cs.appstate.edu>.
7733
7734 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * gnus-diary.el (gnus-user-format-function-d)
7737         (gnus-user-format-function-D): Autoload.
7738
7739         * imap.el (Commentary): Fix typo.
7740
7741         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7742         2006-04-22 contribution.
7743
7744 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7745
7746         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7747         It didn't really fix the bogosity I'm seeing with solid web groups.
7748
7749 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7750
7751         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7752         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7753         created using server names.  If we use the feature without declaring
7754         it, Gnus does not properly manage server and group state.
7755
7756         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7757         bound.
7758
7759 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7760
7761         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7762         looking up the method using GROUP's prefix before inventing a new one.
7763         It is used on killed/unknown groups in various places where returning
7764         an all-new method isn't expected by the caller.
7765
7766         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7767         and match semantics of gnus-group-real-prefix.
7768
7769 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * nnmail.el (nnmail-broken-references-mailers): New variable.
7772         (nnmail-ignore-broken-references): New function generalizing
7773         nnmail-fix-eudora-headers.
7774         (nnmail-fix-eudora-headers): Now obsolete.
7775
7776         * gnus-art.el (gnus-button-handle-custom): Support
7777         `customize-apropos*'.
7778
7779 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780
7781         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7782
7783         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7784         articles.
7785
7786 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * message.el (message-cite-reply-above): New variable.
7789         (message-yank-original): Use it.
7790
7791 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7794
7795 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7798         as read.
7799
7800         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7801
7802 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7805         (gnus-bookmark-default-file): Use gnus-directory.
7806         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7807         Remove "*" in doc string.
7808         (gnus-bookmark-write-file): Simplify.
7809         (gnus-bookmark-maybe-sort-alist): Use `when'.
7810         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7811         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7812         FIXME about Emacs 21 and XEmacs compatibility.
7813         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7814         compatibility.
7815         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7816         compatibility.
7817         (gnus-bookmark-menu-heading): Fix version.
7818
7819 2006-06-19  Bastien Guerry  <bzg@altern.org>
7820
7821         * gnus-bookmark.el: New file.
7822
7823 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * message.el (message-syntax-checks): Doc fix.
7826
7827 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7828
7829         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7830         unsubscribed groups as if they were killed ones.  It causes duplicate
7831         entries in gnus-newsrc-alist.
7832
7833 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * message.el (message-syntax-checks): Doc fix.
7836         (message-send-mail): Add check for continuation headers.
7837         (message-check-news-header-syntax): Fix regexp used to check for
7838         continuation headers.
7839
7840 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7843
7844 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7847
7848 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7851         default-truncate-lines.
7852
7853 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7856         to fill the utf-8 entry.
7857
7858         * lpath.el: Fbind unicode-precedence-list.
7859
7860 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7861
7862         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7863
7864 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7865
7866         * gnus-agent.el (directory-files-and-attributes): Move all the way
7867         forward (the third and final move).
7868         (gnus-agent-read-agentview): Trap reconstruction errors due to
7869         nonexistant directory.  Handle by returning nil.
7870
7871 2006-05-30  Didier Verna  <didier@xemacs.org>
7872
7873         * message.el (message-dont-reply-to-names): Update the custom type.
7874         * message.el (message-dont-reply-to-names): New defsubst: potentially
7875         convert a list of regexps into a single one.
7876         * message.el (message-get-reply-headers): Use it.
7877         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7878
7879 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-agent.el (directory-files-and-attributes): Move forward.
7882
7883 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * gnus-ml.el (gnus-mailing-list-subscribe)
7886         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7887         (gnus-mailing-list-message): Fix doc strings.
7888
7889 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7890
7891         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7892         of doing it manually.
7893
7894 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7897         comment.
7898
7899 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7900
7901         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7902         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7903         (gnus-agent-read-local): All symbols allocated in my-obarray.
7904         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7905         (gnus-agent-regenerate-group): Check numeric names to see if they are
7906         messages or groups.
7907         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7908         better way of do this...)
7909
7910         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7911         'dummy.group' (there should be a better way of do this...)
7912
7913 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7916         (gnus-saved-headers): Ditto.
7917         (gnus-default-article-saver): Mention functions may have properties.
7918         (gnus-article-save): Override gnus-save-all-headers and
7919         gnus-saved-headers by :headers property which saver function may have.
7920         (gnus-summary-save-in-file): Add :headers property.
7921         (gnus-summary-write-to-file): Ditto.
7922
7923         * gnus-sum.el (gnus-summary-save-article): Bind
7924         gnus-prompt-before-saving to t when saving many articles in a file;
7925         always show all headers.
7926
7927         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7928
7929 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7932         marks.
7933
7934         * message.el (message-indent-citation): Add optional arguments to allow
7935         using it outside of message buffers.
7936
7937         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7938         (gnus-article-treat-unfold-headers): Use it.
7939         (gnus-article-truncate-lines): New variable.
7940         (gnus-article-mode): Use it.
7941         (gnus-article-toggle-truncate-lines): New function.
7942
7943         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7944         gnus-article-toggle-truncate-lines.
7945
7946         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7947         coding system in XEmacs, use binary.
7948
7949 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7952         after-load-alist.
7953
7954         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7955         this function should save decoded articles.
7956         (gnus-summary-write-to-file): Use property to specify this function
7957         should save decoded articles and specify gnus-summary-save-in-file
7958         should be used to save articles other than the first one when saving
7959         many articles.
7960         (gnus-summary-save-body-in-file): Use property to specify this
7961         function should save decoded articles.
7962         (gnus-summary-write-body-to-file): Use property to specify this
7963         function should save decoded articles and specify
7964         gnus-summary-save-body-in-file should be used to save articles other
7965         than the first one when saving many articles.
7966
7967         * gnus-sum.el (gnus-summary-save-article): Simplify.
7968
7969 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-art.el (gnus-default-article-saver): Add
7972         gnus-summary-write-body-to-file.
7973         (gnus-article-save-coding-system): Don't use coding system object
7974         in XEmacs.
7975         (gnus-read-save-file-name): Add optional `dir-var' argument which
7976         specifies directory in which files are saved; work even if optional
7977         `variable' argument is not specified.
7978         (gnus-summary-write-to-file): Read file name.
7979         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7980         (gnus-summary-write-body-to-file): New function.
7981
7982         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7983         (gnus-summary-local-variables): Add it.
7984         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7985         (gnus-summary-save-article): Remove optional `decode' argument;
7986         determine whether to decode articles by the value of
7987         gnus-default-article-saver; when saving many files using
7988         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7989         it first and use gnus-summary-save-in-file or
7990         gnus-summary-save-body-in-file thereafter unless
7991         gnus-prompt-before-saving is always; move point to article which
7992         will be saved.
7993         (gnus-summary-save-article-file): Revert.
7994         (gnus-summary-write-article-file): Revert.
7995         (gnus-summary-save-article-body-file): Revert.
7996         (gnus-summary-write-article-body-file): New function.
7997
7998 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-art.el (gnus-default-article-saver): Doc fix.
8001         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8002         from gnus-summary-save-article-coding-system, and default to a
8003         certain coding system.
8004         (gnus-output-to-file): Add coding cookie and encode text according
8005         to gnus-article-save-coding-system; don't use mm-append-to-file.
8006
8007         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8008         gnus-art.el and rename to gnus-article-save-coding-system.
8009         (gnus-summary-save-article): Require gnus-art; don't show all
8010         headers if it decodes articles; don't add coding cookie here;
8011         don't bind mm-text-coding-system-for-write.
8012         (gnus-summary-save-article-file): Save decoded articles.
8013         (gnus-summary-write-article-file): When saving many files, use
8014         gnus-summary-write-to-file first and gnus-summary-save-in-file
8015         thereafter unless gnus-prompt-before-saving is always.
8016         (gnus-summary-save-article-body-file): Save decoded articles.
8017
8018         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8019
8020 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * nnrss.el (nnrss-check-group): Bind hash-index.
8023
8024 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8025
8026         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8027         its hash index.  Store this hash in `nnrss-group-data'.
8028         (nnrss-read-group-data): Update accordingly.
8029
8030 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8033         entry.
8034
8035         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8036         gnus-article-browse-html-article.
8037
8038 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8039
8040         * gnus-sum.el (gnus-summary-mime-map): Add
8041         gnus-article-browse-html-article.
8042
8043         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8044
8045 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8048         suitable coding systems in customize.
8049
8050 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * mail-source.el (mail-sources): Fix custom type.
8053
8054 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8057         (gnus-summary-expire-articles-now): Shorten prompt.
8058
8059         * gmm-utils.el (wid-edit): Require.
8060         (defun-gmm): Renamed from `gmm-defun-compat'.
8061         (gmm-image-search-load-path): Use it.
8062         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8063
8064 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8067         variable.
8068         (gnus-summary-save-article): Add optional `decode' argument.  If
8069         it is set and gnus-summary-save-article-coding-system is non-nil,
8070         save decoded article.
8071         (gnus-summary-write-article-file): Save decoded article if
8072         gnus-summary-save-article-coding-system is non-nil.
8073
8074         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8075         type.
8076
8077 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8080
8081 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8084         first to test gnus-single-article-buffer which may be buffer-local.
8085
8086         * gnus-sum.el (gnus-summary-setup-buffer): Make
8087         gnus-single-article-buffer buffer-local and nil in ephemeral
8088         group; make gnus-article-buffer, gnus-article-current, and
8089         gnus-original-article-buffer always buffer-local.
8090         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8091         group.
8092         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8093
8094 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * nnml.el (nnml-request-compact-group): Compressed files might not
8097         have .gz extension.
8098
8099 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8100
8101         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8102         (mm-copy-to-buffer): Use with-current-buffer.
8103         (mm-display-part): Simplify.
8104         (mm-inlinable-p): Add optional arg `type'.
8105
8106 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8107
8108         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8109         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8110         Try harder to show the attachment internally or externally using
8111         gnus-mime-view-part-as-type.
8112
8113 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * message.el (message-from-style, message-signature-separator)
8116         (message-user-organization-file, message-send-mail-function)
8117         (message-citation-line-function, message-yank-prefix)
8118         (message-indent-citation-function, message-signature)
8119         (message-signature-file, message-signature-insert-empty-line):
8120         Remove autoloads.
8121
8122         * gnus-art.el (gnus-buttonized-mime-types): Remove
8123         "multipart/signed".  Revert 2006-04-26 change.
8124
8125 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8126
8127         * gnus.el (gnus-version-number): Bump version.
8128
8129 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8130
8131         * gnus.el: No Gnus v0.5 is released.
8132
8133 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8134
8135         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8136         fetching articles by message-id.
8137
8138 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * message.el (hashcash): Require hashcash as normal.
8141
8142         * ecomplete.el (ecomplete-highlight-match-line): Use
8143         point-at-eol.
8144         (ecomplete-highlight-match-line): Use `highlight', because that
8145         face exists in both Emacs and XEmacs.
8146
8147         * message.el (message-display-abbrev): Use point-at-bol.
8148
8149         * mail-source.el: Don't require timer/timer-funcs.
8150
8151         * gnus-async.el: Ditto.
8152
8153         * password.el: Ditto.
8154
8155         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8156
8157         * mm-url.el: Ditto.
8158
8159         * gnus-xmas.el: Don't require timer-funcs.
8160
8161         * mm-util.el: Require timer/timer-funcs.
8162
8163 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8164
8165         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8166         Close.
8167
8168 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8171         unibyte after clear-decrypt function runs.
8172
8173         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8174         returns as a unibyte string.
8175
8176 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * lpath.el: Revert.
8179
8180         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8181         (pgg-gpg-process-sentinel): Revert.
8182
8183         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8184         (pgg-pgp-lookup-key): Revert.
8185
8186         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8187         (pgg-pgp5-lookup-key): Revert.
8188
8189         * pgg.el (pgg-fetch-key): Revert.
8190
8191 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * lpath.el: Fbind string-as-multibyte for XEmacs.
8194
8195         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8196         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8197         (mml1991-pgg-encrypt): Ditto.
8198
8199         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8200         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8201         a multibyte buffer.
8202
8203         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8204         (pgg-pgp-lookup-key): Ditto.
8205
8206         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8207         (pgg-pgp5-lookup-key): Ditto.
8208
8209         * pgg.el (pgg-fetch-key): Ditto.
8210
8211 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * message.el (message-user-organization-file): Check several
8214         locations of the organization file.
8215
8216         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8217         Add gnus-article-view-part-as-type.
8218
8219         * gnus-art.el (gnus-article-view-part-as-type): New function.
8220
8221         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8222         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8223
8224         * mml.el: Simplify autoload.
8225         (mml-mode): defvar dnd-protocol-alist instead of using
8226         symbol-value.
8227         (mml-default-directory): New variable.
8228         (mml-minibuffer-read-file): Use it.
8229         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8230
8231         * message.el (message-citation-line-format): New variable.
8232         (message-insert-formated-citation-line): New function.
8233         (message-citation-line-function): Add
8234         `message-insert-formated-citation-line' to custom type.
8235
8236         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8237         to doc string.
8238
8239         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8240         depending on mm-verify-option.
8241
8242 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8245         binding pgg-* variables; reimplement the section which prevents
8246         MIME header from being signed.
8247         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8248         pgg-text-mode; remove a blank line at the top of body.
8249
8250         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8251         lines at the top of body; use gnus-newsgroup-charset if there's no
8252         Charset header.
8253
8254 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * message.el (message-self-insert-commands): Doc fix.
8257
8258         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8259         (mm-uu-pgp-encrypted-test): Ditto.
8260         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8261         between header and body; return application/pgp-encrypted handle
8262         if decryption failed; decode decrypted body by charset.
8263
8264         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8265         element match to application/pgp-*.
8266
8267 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8268
8269         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8270         HTML.
8271
8272 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273
8274         * mail-source.el (mail-source-call-script): Message the error
8275         string.
8276
8277 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8278
8279         * gnus-util.el (gnus-byte-compile): Use it.
8280
8281 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8282
8283         * gnus-util.el (kill-empty-logs): New function.
8284
8285 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * message.el (message-mail-alias-type): Doc fix.
8288         (message-mail-alias-type-p): New function.
8289         (message-send): Use it.
8290         (message-mode): Ditto.
8291         (message-strip-forbidden-properties): Ditto.
8292
8293         * ecomplete.el (ecomplete-database-file-coding-system): New
8294         variable.
8295         (ecomplete-save): Use it.
8296         (ecomplete-setup): Use it.
8297
8298 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * message.el (message-self-insert-commands): New variable.
8301         (message-strip-forbidden-properties): Use it.
8302
8303 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304
8305         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8306         that doesn't make XEmacs choke.
8307
8308 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-util.el (gnus-replace-in-string):
8311         Prefer replace-regexp-in-string over of replace-in-string.
8312
8313 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-util.el (gnus-select-frame-set-input-focus):
8316         Use select-frame-set-input-focus if it is available in XEmacs; use
8317         definition defined in Emacs 22 for old Emacsen.
8318
8319         * dgnushack.el: Autoload unmorse-region for XEmacs.
8320
8321         * lpath.el: Bind cursor-in-non-selected-windows and
8322         select-frame-set-input-focus for XEmacs.
8323
8324 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8327
8328 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * gnus-registry.el (gnus-registry-cache-save): Remove text
8331         properties when saving via the temp buffer.
8332
8333 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * message.el (message-generate-hashcash): Honor custom type.
8336
8337 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * message.el (message-generate-hashcash): Default to non-nil when
8340         hashcash is found.
8341
8342         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8343         (gnus-refer-thread-limit): Increase default to 500.
8344
8345         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8346
8347         * flow-fill.el (fill-flowed): Allow delete-space.
8348
8349 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8352         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8353         Remove autoloads.
8354
8355 2006-04-18  Simon Josefsson  <jas@extundo.com>
8356
8357         * message.el (message-generate-hashcash): Default to.
8358
8359 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8362         concatenating segments rather than before concatenating them.
8363
8364 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8367
8368 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8371
8372         * message.el (message-forward-make-body-plain): Allow
8373         message-forward-ignored-headers to be a list.
8374         (message-remove-ignored-headers): Factor out into function.
8375         (message-forward-make-body-mml): Use it.
8376
8377         * imap.el (imap-quote-specials): New function.
8378         (imap-login-auth): Quote specials.
8379
8380         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8381         (rfc2231-parse-string): Allow concatanation of parameters that
8382         aren't contiguous.  The test case is
8383           (mail-header-parse-content-type "message/external-body;
8384             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8385             access-type=LOCAL-FILE;
8386             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8387
8388 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8389
8390         * nntp.el (nntp-accept-process-output): Return the value of
8391         `nnheader-accept-process-output'.
8392
8393 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8396         (gnus-button-alist): Recognize more diff formats.
8397         (gnus-button-patch): Strip directory.
8398
8399 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8402         Emacs 22 when setting focus.
8403
8404 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * gnus-art.el (gnus-article-treat-types): Do treatment of
8407         text/x-verbatim parts.
8408         (gnus-button-patch): New command.
8409
8410         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8411         addresses that contain invalid characters.
8412
8413 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8414
8415         * message.el (message-put-addresses-in-ecomplete): Use
8416         gnus-replace-in-string.
8417         (message-is-yours-p): Use the more correct
8418         mail-header-parse-address instead of
8419         mail-extract-address-components.
8420         (message-put-addresses-in-ecomplete): Fix typo.
8421
8422         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8423         keystroke.
8424
8425         * gnus-art.el (gnus-treatment-function-alist): Change order of
8426         newsgroups/generic header folding to avoid double-folding.
8427
8428         * message.el (message-hidden-headers): Add X-Draft-From.
8429
8430         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8431         command.
8432         (gnus-summary-repeat-search-article-backward): New command.
8433
8434         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8435         groups in the parent topic.
8436
8437 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8438
8439         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8440         (spam-extra-header-to-number): Return the CRM114 number as a
8441         number instead of a string.
8442
8443 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * gnus-art.el (gnus-face-properties-alist): Moved here from
8446         gnus-fun.
8447
8448         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8449
8450 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451
8452         * message.el (message-strip-forbidden-properties): Only display on
8453         self-insert-command.
8454
8455         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8456         reindent.
8457         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8458
8459 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8460
8461         * smiley.el (smiley-style): Fix typo.
8462
8463 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8464
8465         * hashcash.el (hashcash-insert-payment-async-2): Use
8466         message-goto-eoh instead of doing it manually.
8467         (mail-add-payment): Use message-narrow-to-header instead of trying
8468         to do the same itself.
8469
8470         * message.el (message-hidden-headers): Add Face.
8471
8472         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8473         reparenting code.
8474         (gnus-summary-reparent-children): Refactored out code.
8475         (gnus-summary-thread-map): New keystroke.
8476         (gnus-summary-reparent-children): Make into command.
8477
8478         * smiley.el (smiley-style): Default to `medium' if using a large
8479         font.
8480
8481         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8482         does it itself.
8483
8484         * message.el (message-point-in-header-p): Simplify definition.
8485
8486 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * nnagent.el (nnagent-request-set-mark): Silence log file
8489         writing.
8490         (nnagent-request-set-mark): Use write-region instead of
8491         append-to-file.
8492
8493         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8494         strange select method.
8495
8496         * ecomplete.el (ecomplete-display-matches): Get highlightling
8497         right.
8498         (ecomplete-display-matches): Use literals.
8499         (ecomplete-display-matches): Disable message logging.
8500
8501         * message.el (message-display-abbrev): Small optimization.
8502
8503         * ecomplete.el (ecomplete-display-matches): Allow automatic
8504         display.
8505
8506         * message.el (message-strip-forbidden-properties): Display
8507         abbrevs.
8508         (message-display-abbrev): Get automatic display right.
8509
8510         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8511         keystrokes.
8512
8513 2006-04-13  Romain Francoise  <romain@orebokech.com>
8514
8515         TODO: Backport to v5-10!
8516
8517         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8518         Moved here (and renamed) from gnus-registry.el.
8519
8520         * gnus-registry.el: Require gnus-util.
8521         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8522
8523 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * gnus-group.el (gnus-group-catchup-current): Change
8526         if-then-else-if-then-else into cond.
8527         (gnus-group-catchup): Indent.
8528         (group-name-at-point): New function.
8529         (gnus-fetch-group): Provide default from thing at point.
8530
8531 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * message.el (message-display-abbrev): Fix regexp.
8534
8535         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8536         choosing.
8537         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8538         dead variables.
8539
8540         * message.el (message-newline-and-indent): Remove debugging.
8541         (message-display-abbrev): Use new implementation.
8542
8543 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus-art.el (gnus-article-mode): Set
8546         cursor-in-non-selected-windows to nil.
8547
8548         * smiley.el: Revert previous change.
8549         (smiley-data-directory): defvar it before using it in the
8550         defcustom of `smiley-style'.
8551
8552 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * message.el (message-newline-and-indent): New function.
8555
8556         * ecomplete.el: Implement more bits.
8557
8558         * message.el (message-put-addresses-in-ecomplete): Clean up the
8559         string.
8560
8561         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8562
8563         * gnus-sum.el (gnus-summary-save-parts): Bind
8564         gnus-summary-save-parts-counter and use it to make unique file
8565         names.
8566
8567         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8568
8569         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8570         parameter to say whether to actually parse the individual
8571         addresses.
8572
8573         * message.el (message-put-addresses-in-ecomplete): New function.
8574         (ecomplete): Require.
8575         (message-mail-alias-type): Add ecomplete as an option.
8576
8577 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8578
8579         * flow-fill.el (fill-flowed): Remove trailing space from blank
8580         quoted lines.
8581
8582 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8583
8584         * smiley.el (smiley-style): Move definition later to avoid a
8585         compilation warning.
8586
8587 2006-04-12  Kenichi Handa  <handa@m17n.org>
8588
8589         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8590         buffer and then decode the buffer text if necessary.
8591         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8592         first, and after mm-encode-body, change the buffer to unibyte.
8593         Use mm-disable-multibyte instead of set-buffer-multibyte.
8594
8595 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8598         Content-Type header instead of Content-Disposition header.
8599         (gnus-mime-inline-part): Ditto.
8600         (gnus-mime-view-part-as-charset): Ignore charset that the part
8601         specifies.
8602
8603         * mm-decode.el (mm-display-part): Work with external parts and
8604         usual parts similarly.
8605
8606         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8607         instead of gnus-display-mime.
8608
8609         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8610         instead of with-temp-buffer.
8611
8612         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8613         tag to summarized topics part in order to encode non-ASCII text.
8614
8615 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * smiley.el (smiley-style): New variable.
8618         (smiley-directory): New function.
8619         (smiley-data-directory): Derive from `smiley-style' using
8620         `smiley-directory'.
8621         (smiley-regexp-alist): Add new entries.
8622
8623         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8624         (gnus-article-browse-delete-temp): Add :version.
8625
8626 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8627
8628         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8629         the sieve region.
8630
8631 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * gnus.el (gnus-version-number): Bump version.
8634
8635 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * gnus.el: No Gnus v0.4 is released.
8638
8639 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8640
8641         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8642         layout.
8643
8644         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8645         unknown charset.
8646
8647         * message.el (message-header-synonyms): Add Original-To to the
8648         default.
8649
8650         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8651         optional parameter.
8652
8653 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-fun.el (gnus): Require it for gnus-directory.
8656
8657 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8660
8661 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8662
8663         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8664
8665 2006-04-05  Simon Josefsson  <jas@extundo.com>
8666
8667         * password.el (password-reset): New function.
8668
8669 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8670
8671         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8672         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8673
8674 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8675
8676         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8677         Some whitespace was matched into the url, which broke browsing hits
8678         > 100 when mm-url-use-external was nil.
8679
8680 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8683         gnus-extra-headers for 'Newsgroups.
8684
8685         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8686         bound.
8687
8688 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8689
8690         * pgg-gpg.el: Clean up process buffers every time gpg processes
8691         complete.
8692
8693 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8696         doc string.
8697
8698 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8699
8700         * pgg-gpg.el (pgg-gpg-process-filter)
8701         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8702
8703         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8704         lines, temporary fix.
8705
8706 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8709
8710 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8711
8712         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8713         default-enable-multibyte-characters.  This reverts the change from
8714         revision 6.17 which is no longer necessary because the passphrase
8715         is sent separately now.  GnuPG messages are unreadable under
8716         multibyte locales with default-enable-multibyte-characters set to
8717         nil.
8718
8719 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * message.el (message-tool-bar-gnome): Move "spell".
8722
8723 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8726         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8727         instead.
8728
8729 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8730
8731         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8732         newsgroups handling for NNTP overviews which don't include
8733         Newsgroups.
8734
8735 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8736
8737         * message.el (message-resend): Bind message-generate-hashcash to nil.
8738
8739 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8740
8741         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8742         when searching for already-paid recipients.
8743
8744 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8745
8746         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8747         passphrases when it is not needed.
8748         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8749         passphrase stuff from gpg, should only be necessary when you use
8750         gpg with a smartcard.
8751
8752 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * mml.el (mml-insert-mime): Ignore cached contents of
8755         message/external-body part.
8756
8757         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8758         (mm-insert-part): Ditto.
8759
8760 2006-03-23  Simon Josefsson  <jas@extundo.com>
8761
8762         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8763         Reiner.
8764         (pgg-gpg-use-agent-p): Use it again.
8765
8766 2006-03-23  Simon Josefsson  <jas@extundo.com>
8767
8768         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8769         older emacsen.
8770         (pgg-gpg-use-agent-p): Don't use it.
8771
8772 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8775         if we can.
8776
8777 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8778
8779         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8780         (pgg-gpg-update-agent): New function.
8781         (pgg-gpg-use-agent-p): New function.
8782         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8783         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8784         (pgg-gpg-sign-region): Use it.
8785
8786 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8789         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8790
8791 2006-03-21  Simon Josefsson  <jas@extundo.com>
8792
8793         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8794         <wilde@sha-bang.de>.
8795         (pgg-gpg-use-agent): New variable.
8796         (pgg-gpg-process-region): Use it.
8797         (pgg-gpg-encrypt-region): Likewise.
8798         (pgg-gpg-encrypt-symmetric-region): Likewise.
8799         (pgg-gpg-decrypt-region): Likewise.
8800         (pgg-gpg-sign-region): Likewise.
8801         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8802
8803 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8806
8807         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8808         Add comment on version.
8809
8810 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * smiley.el: Add missing test smiley.
8813
8814 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * mm-decode.el (mm-with-part): New macro.
8817         (mm-get-part): Use it; work with message/external-body as well.
8818         (mm-save-part): Treat name and filename equally.
8819
8820         * mm-extern.el (mm-extern-cache-contents): New function.
8821         (mm-inline-external-body): Use it; force the part to be displayed;
8822         move undisplayer added to the cached handle to the parent.
8823
8824         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8825         (gnus-mime-view-part-as-type): Work with message/external-body.
8826
8827         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8828
8829 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8832         images in image-load-path.  [Sync with image.el, revision 1.60, in
8833         Emacs.]
8834
8835 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8838         path rather than symbol.  Always return list of directories.
8839         Guarantee that image directory comes first.  [Sync with image.el,
8840         revision 1.59, in Emacs.]
8841
8842         * message.el (message-make-tool-bar): Adjust to new API of
8843         `gmm-image-load-path-for-library'.
8844
8845         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8846
8847         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8848
8849 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8850
8851         * gnus-art.el (gnus-article-only-boring-p):
8852         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8853         intangible text.
8854         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8855
8856 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8859         `defun' instead of `gmm-defun-compat'.
8860
8861 2006-03-14  Simon Josefsson  <jas@extundo.com>
8862
8863         * message.el (message-unique-id): Don't use message-number-base36
8864         if (user-uid) is a float.
8865         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8866
8867 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8870
8871         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8872         empty line between a part and a message part.
8873
8874 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * smiley.el: Add more test smileys.
8877         (smiley-data-directory, smiley-regexp-alist)
8878         (gnus-smiley-file-types): Fix doc strings.
8879         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8880         adding new elements.
8881         (smiley-mouse-map): Unused code.  Make it a comment.
8882
8883 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8886         scan latest NoCeM messages instead of old ones.
8887         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8888         delimiters that are recently used.
8889         (gnus-nocem-load-cache): Add autoload cookie.
8890
8891         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8892
8893         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8894         level which is larger than gnus-use-nocem is specified.
8895
8896         * gnus-group.el (gnus-group-get-new-news): Ditto.
8897
8898 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-util.el (gnus-tool-bar-update): New function.
8901
8902         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8903         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8904
8905         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8906
8907         * gnus-group.el (gnus-group-redraw-when-idle)
8908         (gnus-group-redraw-check): Remove.
8909         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8910
8911 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8914         if optional last element is specified in splits (FIELD VALUE...).
8915
8916 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8919         to gmm-image-load-path-for-library.  Call with no-error argument.
8920         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8921
8922         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8923
8924         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8925
8926         * gmm-utils.el (gmm-image-load-path): Remove alias.
8927
8928 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * gmm-utils.el (gmm-image-load-path): Add alias.
8931
8932         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8933         nnml-generate-nov-databases-1.
8934         (nnml-generate-nov-databases): Use it.
8935         (nnml-generate-nov-databases-directory): Document no-active
8936         argument.
8937
8938         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8939         directory if path is t.  Add no-error.
8940
8941         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8942         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8943
8944         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8945         resetting gnus-article-browse-html-temp-list.
8946
8947         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8948         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8949         Add example to docstring.  Rename local variables.  Move error
8950         checks to default case in cond and simplify.
8951
8952 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8955         handle is multipart when calling it recursively.
8956         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8957
8958 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8959
8960         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8961         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8962
8963 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8966         is loaded.
8967
8968         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8969         loaded.
8970
8971 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8974         to "Emacs 23 (unicode)" in doc string.
8975
8976         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8977         "Emacs 23 (unicode)" in comment.
8978
8979 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8982
8983         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8984         characters 160 through 255 in Emacs 23.
8985
8986 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8989         gnus-article-browse-html-temp.
8990         (gnus-article-browse-delete-temp): Make it customizable.  Add
8991         `file'.  Adjust doc string.
8992         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8993         query for each file.  Adjust doc string.
8994         (gnus-article-browse-html-parts): Add
8995         `gnus-article-browse-delete-temp-files' to
8996         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8997
8998 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8999
9000         * gnus-art.el (gnus-article-browse-html-temp)
9001         (gnus-article-browse-delete-temp): New variables.
9002         (gnus-article-browse-delete-temp-files): New function.
9003         (gnus-article-browse-html-parts): Use it.
9004
9005 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9008
9009         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9010         string.
9011
9012         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9013         gnus-summary-insert-new-articles when unplugged.  Remove
9014         gnus-summary-search-article-forward.
9015
9016         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9017         display-visual-class instead of display-color-cells.
9018
9019 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * dgnushack.el: Autoload customize-group for XEmacs.
9022
9023         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9024         message/* containing non-ASCII text properly.
9025
9026 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * message.el: Require gmm-utils, remove autoloads.
9029         (message-tool-bar): Set default based on
9030         gmm-tool-bar-style.
9031         (message-tool-bar-gnome): Add gmm-customize-mode.
9032
9033         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9034         gmm-tool-bar-style.
9035         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9036
9037         * gnus-group.el (gnus-group-tool-bar): Set default based on
9038         gmm-tool-bar-style.
9039         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9040
9041         * gmm-utils.el (gmm-image-directory): Rename variable from
9042         gmm-image-load-path.
9043         (gmm-image-load-path): Use gmm-image-directory.
9044         (gmm-customize-mode): New function.
9045         (gmm-tool-bar-style): New variable.
9046
9047         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9048         gnus-group-redraw-line-number.
9049         (gnus-group-redraw-check): Simplify.
9050         (gnus-group-tool-bar-update): Remove redraw check.
9051         (gnus-group-make-tool-bar): Add redraw check.
9052
9053 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9054
9055         * gnus-art.el (gnus-button): Add missing parentheses.
9056
9057 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * lpath.el: Fbind line-number-at-pos.
9060
9061 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9064
9065 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * gnus-art.el (gnus-button): New face.
9068         (gnus-article-button-face): Use it.
9069
9070         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9071         gnus-summary-next-page.  Re-order.
9072
9073         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9074         next-node are now included.
9075         (gnus-group-redraw-line-number): New internal variable.
9076         (gnus-group-redraw-check): Helper function for updating the tool
9077         bar.
9078         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9079
9080         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9081
9082         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9083         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9084         Use it to match format of Spamassassin 3.0 and later.  Reported by
9085         IRIE Tetsuya <irie@t.email.ne.jp>.
9086         (spam-check-bogofilter)
9087         (spam-bogofilter-register-with-bogofilter): Fix args of
9088         `gnus-error' calls.
9089
9090 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9093         unnecessary interaction when sending queued mails.  Reported by
9094         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9095
9096 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9099         first or last are nil.
9100
9101 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9102
9103         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9104
9105 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9108
9109 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * dns.el (query-dns): Protect more against buggy tcp output.
9112
9113 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9116         nov.php.
9117
9118 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9119
9120         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9121         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9122         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9123         output on the server side.
9124         (nnweb-google-create-mapping): Update regexps and add some
9125         progress indication.
9126
9127 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9128
9129         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9130         gnus-agent-toggle-plugged.  Re-order icons.
9131         (gnus-group-tool-bar-gnome): Add
9132         gnus-group-{prev,next}-unread-group.
9133         (gnus-group-tool-bar-gnome): Re-order icons.
9134
9135         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9136         gnus-summary-insert-new-articles.
9137
9138         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9139         comments.
9140
9141         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9142         also available in Emacs 21.3.
9143
9144         * message.el (message-fix-before-sending): Change "Emacs 22" to
9145         "Emacs 23 (unicode)" in comment.
9146
9147         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9148         "Emacs 23 (unicode)" in comment.
9149
9150         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9151         comment.
9152         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9153
9154         * mm-view.el (mm-fill-flowed): Add :version.
9155
9156 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9159         and load-path.
9160
9161 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * message.el: Autoload gmm-image-load-path.
9164         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9165         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9166         consitency.
9167
9168         * gmm-utils.el (gmm-image-load-path): Also search in
9169         "../etc/images".  Don't set gmm-image-load-path if we don't find
9170         the image.
9171
9172 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gmm-utils.el (gmm-image-load-path): Don't make
9175         `gmm-image-load-path' include subdirectories which the second arg
9176         `image' might specify.
9177
9178         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9179         subdirectory to icon file names.
9180
9181         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9182
9183 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9186         gmm-image-load-path calls.
9187
9188         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9189
9190         * message.el (message-make-tool-bar): Ditto.
9191
9192         * mml.el (mml-preview): Added comment concerning tool bar icons.
9193
9194         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9195         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9196
9197         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9198         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9199
9200         * message.el (message-tool-bar-gnome): Use new icon names.
9201         (message-make-tool-bar): Use `gmm-image-load-path'.
9202
9203         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9204         functions from MH-E.
9205         (gmm-image-load-path): New variable from MH-E.
9206         (gmm-image-load-path): New function from MH-E.  Added arguments
9207         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9208         *-image-load-path-called-flag.
9209
9210 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9211
9212         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9213
9214 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9215
9216         * nnimap.el (nnimap-request-move-article): Change folder back to
9217         source group before deleting.
9218
9219 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9222
9223         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9224         mm-url.
9225
9226         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9227
9228 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9231         coding system which mm-charset-to-coding-system returns for a
9232         given charset is valid.
9233
9234 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9235
9236         * html2text.el (html2text-remove-tag-list):
9237         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9238
9239 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9240
9241         * gnus-cus.el: Revert 2005-10-17 change.
9242
9243 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-art.el (article-strip-banner): Call
9246         article-really-strip-banner only when the regexp match is made.
9247
9248 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-art.el (article-strip-banner): Use
9251         gnus-extract-address-components instead of
9252         mail-header-parse-addresses to make it work with non-ASCII text;
9253         remove mail-encode-encoded-word-string.
9254
9255         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9256         values which are surrounded with \"...\"; make it never cause a
9257         Lisp error; give up parsing of parameters if it failed in
9258         extracting type.
9259
9260 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9261
9262         * smime.el (smime-cert-by-ldap-1): Fix bug where
9263         `smime-ldap-search' returns results without userCertificates.
9264
9265 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9268
9269 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * spam.el (spam-check-spamassassin-headers): Adapt format for
9272         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9273         <ari@mbf.ocn.ne.jp>.
9274         (spam-list-of-processors): Add spam-use-gmane.
9275
9276 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9279         make-temp-file; make it work with XEmacs as well.
9280
9281         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9282         mm-make-temp-file.
9283
9284         * mm-decode.el (mm-display-external): Use the 3rd arg of
9285         mm-make-temp-file.
9286         (mm-create-image-xemacs): Ditto.
9287
9288 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9291         with message-narrow-to-headers.
9292         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9293         (gnus-draft-check-draft-articles): New function.
9294         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9295
9296 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * gnus-art.el (gnus-article-browse-html-parts):
9299         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9300         Don't use suffix argument for mm-make-temp-file for Emacs 21
9301         compatibility.  Remove useless `format'.
9302
9303 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9304
9305         * nnweb.el (nnweb-google-wash-article): Update regexps.
9306         (nnweb-group-alist): Use defvoo instead of defvar.
9307
9308 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9311         re-loading nn* modules.
9312
9313 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9316         for `tool-bar-mode' and don't check it's default-value.
9317
9318         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9319
9320         * message.el (message-make-tool-bar): Ditto.
9321
9322         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9323         `substring'.  Shorten tmp-file name.
9324
9325         * gnus.el: Remove bogus comment.
9326
9327 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9328
9329         * gnus-art.el (gnus-article-browse-html-parts): New function.
9330         (gnus-article-browse-html-article): New function for viewing html
9331         articles with a browser.
9332
9333 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9334
9335         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9336         in elisp.
9337         (pgg-gpg-encrypt-symmetric-region): Ditto.
9338         (pgg-gpg-sign-region): Ditto.
9339
9340         * pgg-def.el (pgg-text-mode): New variable.
9341
9342         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9343         (mml2015-pgg-encrypt): Ditto.
9344
9345         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9346         (mml1991-pgg-encrypt): Ditto.
9347
9348 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9351         message-make-date instead of current-time-string.
9352
9353         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9354         to gnus-decoded which mm-uu might set.
9355
9356 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9359         don't decode quoted parameters; remove misimported Emacs code.
9360         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9361         (rfc2231-decode-encoded-string): Don't use split-string which
9362         behaves differently according to Emacs version; use
9363         mm-decode-coding-region to convert charset to coding-system.
9364         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9365         (rfc2231-encode-string): Remove misimported Emacs code.
9366
9367 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9370         when calling mail-header-parse-content-type.
9371         (article-de-quoted-unreadable): Ditto.
9372         (article-de-base64-unreadable): Ditto.
9373         (article-wash-html): Ditto.
9374
9375         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9376         calling mail-header-parse-content-type and
9377         mail-header-parse-content-disposition.
9378         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9379         mail-header-parse-content-type.
9380
9381         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9382         insert charset and format parameters; encode description after
9383         inserting it to buffer.
9384         (mml-insert-parameter): Fold lines properly even if a parameter is
9385         segmented into two or more lines; change the max column to 76.
9386
9387         * rfc1843.el (rfc1843-decode-article-body): Don't use
9388         ignore-errors when calling mail-header-parse-content-type.
9389
9390         * rfc2231.el (rfc2231-parse-string): Return at least type if
9391         possible; don't cause an error even if it fails in parsing of
9392         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9393         (rfc2231-encode-string): Don't break lines at the beginning, leave
9394         it to mml-insert-parameter.
9395
9396         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9397         calling mail-header-parse-content-type.
9398
9399 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * spam-report.el (spam-report-gmane-use-article-number):
9402         Improve doc string.
9403         (spam-report-gmane-internal): Check if a suitable header was found
9404         in the article.
9405
9406 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9409         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9410
9411 2006-02-05  Romain Francoise  <romain@orebokech.com>
9412
9413         Update copyright notices of all files in the gnus directory.
9414
9415 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9416
9417         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9418
9419 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9422         segmented lines of parameter value to cope with Thunderbird 1.5
9423         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9424         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9425         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9426
9427 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9428
9429         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9430         parts.
9431
9432 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9433
9434         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9435         there's only one active file for all servers.
9436         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9437         solid groups.  Gnus might have used a FAST request to select the group.
9438         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9439         and nnweb-search redundantly in the active file.
9440         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9441         (nnweb-request-create-group): Don't use ARGS.
9442         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9443         initialisations.  Let nnoo do the work.
9444
9445 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9448         Say the part has been decoded.
9449
9450         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9451
9452 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9453
9454         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9455         mailcap-viewer-test-cache when there's no 'test clause, since that
9456         will invert the meaning of a "nil" test previously determined by
9457         mailcap-mailcap-entry-passes-test.
9458
9459 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9462         compiling.
9463
9464         * gnus-sum.el: Ditto.
9465
9466         * message.el: Don't bind tool-bar-map when compiling.
9467
9468 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9471
9472 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9473
9474         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9475         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9476         current Google Groups.
9477
9478 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9481         and tool-bar-mode.
9482
9483         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9484         and tool-bar-mode.
9485
9486         * message.el (message-tool-bar-update): Simplify.
9487         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9488
9489         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9490         gnus-summary-buffer.
9491         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9492         gnus-summary-reply.
9493
9494         * gmm-utils.el (gmm): Add :version.
9495
9496 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * Makefile.in (clean): New rule.
9499         (distclean): Use it.
9500
9501 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9502
9503         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9504         autoload.
9505
9506 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gmm-utils.el (gmm-verbose): Add :group.
9509
9510 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9511
9512         * message.el: Change some comments WRT tool-bars.
9513
9514         * gnus-sum.el (gnus-summary-tool-bar)
9515         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9516         (gnus-summary-tool-bar-zap-list): New variables.
9517         (gnus-summary-make-tool-bar): Complete rewrite using
9518         `gmm-tool-bar-from-list'.
9519
9520         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9521         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9522         variables.
9523         (gnus-group-make-tool-bar): Complete rewrite using
9524         `gmm-tool-bar-from-list'.
9525         (gnus-group-tool-bar-update): New function.
9526
9527         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9528
9529 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9532         is dissected into a single part of which the type is the same as
9533         the given one; decode charset.
9534
9535 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9536
9537         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9538         into alists as symbol not string, since that's what
9539         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9540         look for.
9541
9542 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9545         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9546
9547         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9548
9549 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9552         (gnus-xmas-mime-security-button-menu): New function.
9553
9554         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9555         (gnus-mime-security-button-menu): New definition.
9556         (gnus-mime-security-button-map): Use them.
9557         (gnus-mime-security-button-menu): New function.
9558         (gnus-insert-mime-security-button): Addition to help echo.
9559         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9560         (gnus-mime-security-pipe-part): New functions.
9561
9562         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9563         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9564
9565         * mm-decode.el (mm-handle-set-disposition): Remove.
9566         (mm-handle-set-description): Remove.
9567
9568 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9571         (mm-w3m-standalone-supports-m17n-p): New function.
9572         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9573         w3m usage.
9574
9575         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9576         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9577
9578 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9579
9580         * message.el (message-tool-bar-zap-list): Use
9581         gmm-tool-bar-zap-list as custom type.
9582         (message-tool-bar-update): New function.
9583         (message-tool-bar, message-tool-bar-gnome)
9584         (message-tool-bar-retro): Add message-tool-bar-update.
9585         (message-tool-bar-gnome): Add flyspell-buffer.
9586
9587         * gnus-util.el (gnus-error): Describe `args'.
9588
9589         * gmm-utils.el (gmm-error): Describe `args'.
9590         (gmm-tool-bar-zap-list): New widget.
9591         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9592
9593 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9596         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9597         the number of recursive calls.
9598
9599         * mm-decode.el (mm-handle-set-disposition): New macro.
9600         (mm-handle-set-description): New macro.
9601
9602 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9605         encoding.
9606
9607 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * message.el (message-tool-bar-zap-list, message-tool-bar)
9610         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9611         (message-tool-bar-local-item-from-menu): Remove.
9612         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9613         (message-make-tool-bar): New function.
9614         (message-mode): Use `message-make-tool-bar'.
9615
9616         * gmm-utils.el: New file.
9617         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9618         (gmm-lazy): New widget copied from `nnmail.el'.
9619         (gmm-tool-bar-from-list): New function for creating customizable
9620         tool bars.
9621         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9622         output.
9623         (gmm): Add :prefix to defgroup.
9624
9625 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9626
9627         * gmm-utils.el (gmm-widget-p): New function.
9628
9629 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * mml.el (mml-attach-file): Describe `description' in doc string.
9632         (mml-menu): Add Emacs MIME manual and PGG manual.
9633
9634 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9635
9636         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9637
9638 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9639
9640         * nntp.el (nntp-end-of-line): Doc fix.
9641
9642 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9643
9644         * imap.el (imap-open): Handle case where buffer is a buffer
9645         object.
9646
9647 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9648
9649         * gnus-delay.el (gnus-delay): Don't autoload.
9650         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9651         to be re-loaded when customizing the `gnus-delay' group.
9652
9653 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9654
9655         * message.el (message-insert-citation-line): Use newlines.
9656
9657 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9658
9659         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9660         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9661         these routines, so the passphrase can be managed externally and
9662         passed in to the system.
9663         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9664         pgg-add-passphrase-to-cache function.
9665
9666         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9667         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9668         these routines, so the passphrase can be managed externally and
9669         passed in to the system.
9670         (pgg-pgp5-sign-region): Use new name of
9671         pgg-add-passphrase-to-cache function.
9672
9673 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9674
9675         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9676         part of the decoded armor to find the key-identifier.
9677         (pgg-gpg-lookup-key-owner): New function to return the
9678         human-readable identifier of a key owner.
9679         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9680         itself.
9681         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9682         the key value) if we have a key and can match it against a secret
9683         key.  Also, added a note pointing out fact that the prompt only
9684         indicates the first matching key.
9685
9686         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9687         pgg-decrypt-region.
9688         (pgg-add-passphrase-to-cache): Rename from
9689         `pgg-add-passphrase-cache' to reduce confusion (all callers
9690         changed).
9691         (pgg-remove-passphrase-from-cache): Rename from
9692         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9693         changed).
9694         (pgg-read-passphrase, pgg-add-passphrase-cache)
9695         (pgg-remove-passphrase-cache): Add informative docstrings.
9696         (pgg-decrypt): Convey provided passphrase in subordinate call to
9697         pgg-decrypt-region.
9698
9699 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9700
9701         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9702         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9703         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9704         'passphrase' argument, so the passphrase can be managed externally
9705         and then passed in to the system.
9706
9707         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9708         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9709         so the passphrase cache can be used reliably with identifiers
9710         besides a pgp packet's key id.
9711
9712         * pgg-gpg.el (pgg-gpg-encrypt-region)
9713         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9714         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9715         these routines, so the passphrase can be managed externally and
9716         passed in to the system.
9717
9718         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9719         'notruncate' argument, so the passphrase cache can be used
9720         reliably with identifiers besides a pgp packet's key id.
9721
9722 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9723
9724         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9725         symmetric encryption.
9726         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9727         encrypted session key.
9728         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9729         message ask for the passphrase in a proper way.
9730
9731         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9732         New user commands for symmetric encryption.
9733
9734 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9737
9738         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9739
9740 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9741
9742         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9743
9744 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * mm-decode.el (mm-inlined-types): Add application/pgp.
9747         (mm-automatic-display): Ditto.
9748
9749         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9750         part as text.
9751
9752 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * nnrss.el: Update copyright.
9755         (nnrss-opml-import): Query whether to subscribe to each entry.
9756
9757         * gnus-art.el:
9758         * gnus-sum.el:
9759         * gnus-xmas.el:
9760         * messagexmas.el:
9761         * mm-uu.el:
9762         * mm-view.el: Update copyright.
9763
9764 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * message.el (message-info): New function.
9767         (message-mode-menu): Add it.
9768         Update copyright.
9769
9770         * ChangeLog: Fix and update copyright.
9771
9772 2006-01-13  Romain Francoise  <romain@orebokech.com>
9773
9774         * message.el (message-forward-subject-name-subject): Prefer the
9775         address to 'nowhere' if the sender has no name.
9776         Fix typo.  Update copyright year.
9777
9778 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-art.el (article-wash-html): Use
9781         gnus-summary-show-article-charset-alist if a numeric arg is given.
9782         (gnus-article-wash-html-with-w3m-standalone): New function.
9783
9784         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9785         mm-inline-text-html-render-with-w3m-standalone.
9786         (mm-text-html-washer-alist): Map w3m-standalone to
9787         gnus-article-wash-html-with-w3m-standalone.
9788         (mm-inline-text-html-render-with-w3m-standalone): New function.
9789
9790 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9793         Improve LaTeX.
9794
9795 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9798         (nnrss-request-article): Render text/plain parts as HTML.
9799
9800         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9801         the buffer.
9802
9803 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9806         custom definition of `gnus-posting-styles'.
9807
9808         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9809         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9810
9811 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9814         Use nntp for bug archive.
9815
9816 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9819         parts.
9820         (nnrss-normalize-date): New function converts ISO 8601 date into
9821         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9822         (nnrss-check-group): Use it.
9823
9824 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9827
9828         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9829         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9830         (nnrss-insert-w3): Ditto.
9831
9832 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9835         the articles to be forwarded including the case where neither a
9836         number of articles nor a region is specified.
9837
9838 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * nnrss.el (nnrss-request-article): Fix last change; fill
9841         text/plain parts.
9842
9843 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9846         in text/plain part.
9847         (nnrss-check-group): Don't add excessive newline to dc:subject.
9848
9849 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9850
9851         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9852         article.
9853
9854 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9857         (nnml-use-compressed-files, nnml-save-mail): Support other
9858         comression programs such as bzip2.
9859
9860 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * dns.el (query-dns): Make sure we check the buffer size before
9863         removing tcp headers.
9864
9865 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9868         remove MIME buttons associated with multipart/alternative parts.
9869         (gnus-mime-display-alternative): Tag buttons using `article-type'
9870         text property.
9871
9872         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9873         associated with multipart/alternative parts.
9874
9875         * gnus-art.el (gnus-signature-separator): Fix custom type.
9876
9877         * mm-decode.el (mm-inlined-types): Fix custom type.
9878         (mm-keep-viewer-alive-types): Ditto.
9879         (mm-automatic-display): Ditto.
9880         (mm-attachment-override-types): Ditto.
9881         (mm-inline-override-types): Ditto.
9882         (mm-automatic-external-display): Ditto.
9883
9884 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * spam-report.el (spam-report-user-mail-address)
9887         (spam-report-user-agent): New variables.
9888         (spam-report-url-ping-plain): Use spam-report-user-agent.
9889
9890 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9891
9892         * gnus-art.el (gnus-button-handle-custom): Do not just use
9893         `customize-apropos' for any "M-x customize-*" button but the
9894         function called for.  Accept both the function name and its
9895         argument in order to achieve this.
9896         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9897         function name to `gnus-button-handle-custom' in case of "M-x
9898         customize-*" buttons.
9899
9900 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9903         multipart/alternative and add xref to mm-discouraged-alternatives
9904         in doc string.
9905
9906         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9907         gnus-buttonized-mime-types in doc string.
9908
9909 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9912         Suggest image/.* in the doc string.
9913
9914 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9917         message-marks (Debian bug #342521).
9918
9919 2005-12-12  Simon Josefsson  <jas@extundo.com>
9920
9921         * password.el (password-read-from-cache): Add.
9922         (password-read): Use it.
9923
9924 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9927         us-ascii as a MIME charset.
9928
9929         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9930         against the case where the 2nd arg TYPE is nil.
9931
9932 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * pop3.el (pop3-stream-type): Fix custom version.
9935
9936         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9937
9938 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9939
9940         * mm-decode.el (mm-display-external): Add missing cdr.
9941
9942 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9945         RFC1524) if it is in mailcap or add a suffix according to
9946         mailcap-mime-extensions when generating a temp filename; postpone
9947         deleting a temp file for 2 seconds for some wrappers, shell
9948         scripts, and so on, which might exit right after having started a
9949         viewer command as a background job.
9950
9951 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * nntp.el (nntp-marks-directory): Fix custom group.
9954
9955         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9956         steps when < 10.
9957
9958         * gnus-start.el (gnus-no-server-1): Mention
9959         `gnus-level-default-subscribed' in doc string.
9960
9961 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9962
9963         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9964         parens.
9965
9966 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-xmas.el (gnus-use-toolbar): Revert.
9969         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9970         gnus-use-toolbar is default.
9971
9972         * messagexmas.el (message-use-toolbar): Revert.
9973         (message-setup-toolbar): Use global default-toolbar if
9974         message-use-toolbar is default.
9975
9976 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9979         according to default-toolbar-visible-p.
9980
9981         * messagexmas.el (message-use-toolbar): Ditto.
9982
9983 2005-11-26  Dave Love  <fx@gnu.org>
9984
9985         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9986         (tls-program, tls-success): Provide openssl alternative.
9987
9988         * starttls.el: Doc fixes.
9989         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9990         SERVICE to PORT.
9991
9992         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9993         port null or service name.
9994         (starttls-negotiate): Autoload.
9995
9996 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * message.el (message-kill-to-signature): Fix interactive spec.
9999
10000 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * pop3.el (pop3-open-server): Recognize a string as a service name.
10003
10004 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10005
10006         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10007
10008 2005-11-23  Dave Love  <fx@gnu.org>
10009
10010         Add pop3s, pop3/starttls.
10011
10012         * pop3.el (pop3-authentication-scheme): Clarify doc.
10013         (open-tls-stream, starttls-open-stream): Autoload.
10014         (pop3-stream-type): New.
10015         (pop3-open-server): Use it.
10016
10017         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10018         for POP.
10019         (mail-source-keyword-map): Add :stream for POP.
10020         (mail-source-fetch-pop): Use pop3-stream-type.
10021
10022 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10025         of current-time-string.
10026
10027 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10028
10029         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10030         date header.
10031
10032 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10033
10034         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10035         it can seriously impact performance as it bypasses the agent's
10036         local caches.
10037
10038 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10039
10040         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10041         must be explicitly online rather than "not explicitly offline" for
10042         its flags to be synchronized.
10043
10044         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10045         that gnus-uu-unmark-thread will function correctly.
10046
10047         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10048         1024K is instead displayed as 1M.
10049
10050 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10051
10052         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10053
10054 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10055
10056         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10057
10058 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10059
10060         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10061         error message to display actual error condition.
10062         (gnus-agent-save-local): Avoid saving symbols that are bound to
10063         nil as they simply result in a warning message in
10064         gnus-agent-read-local.
10065
10066 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10069         rather than make-variable-buffer-local for file-precious-flag.
10070
10071 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10072
10073         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10074         for duplicates which are removed.  The invalid sort check then
10075         triggers a rescan after the sort as sorting may have moved
10076         duplicate entries such that they can be cheaply detected.
10077
10078 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10081
10082 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10083
10084         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10085         internal variable to a custom variable.  Changed default value
10086         from compressed(2) to uncompressed(1).
10087         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10088         support for uncompressed agentview files.  Taken together, reading
10089         the agentview file should now be 6-7 times faster.
10090
10091 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10092
10093         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10094         as a buffer-local variable.  This avoids creating truncated
10095         dribble files as a result of a hang up, eg.
10096
10097 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10098
10099         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10100         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10101         XEmacs.
10102
10103 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gnus-start.el (gnus-start-draft-setup): Enforce
10106         `gnus-draft-mode' for nndraft:drafts at startup.
10107
10108         * gnus.el (gnus-splash): Change custom group.
10109         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10110         allow-list argument.
10111
10112         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10113         string.
10114
10115 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-art.el (gnus-default-article-saver): Add user-defined
10118         `function' to custom type.
10119
10120 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10121
10122         * imap.el (imap-open): Handle case where buffer is a buffer
10123         object.
10124
10125 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10126
10127         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10128         long lines.
10129         (gnus-cache-delete-group): Wrap doc strings.
10130
10131         * gnus-agent.el (gnus-agent-rename-group)
10132         (gnus-agent-delete-group): Wrap doc strings.
10133
10134 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * messagexmas.el (message-use-toolbar): Change the valid values
10137         into default, top, bottom, left, and right.
10138         (message-toolbar-thickness): New variable.
10139         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10140         well.
10141         (message-setup-toolbar): Make it work.
10142
10143         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10144         (gnus-use-toolbar): Change the valid values into default, top,
10145         bottom, left, and right.
10146         (gnus-toolbar-thickness): New variable.
10147         (gnus-xmas-setup-toolbar): New function.
10148         (gnus-xmas-setup-group-toolbar): Use it.
10149         (gnus-xmas-setup-summary-toolbar): Use it.
10150
10151 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10152
10153         * gnus-start.el (gnus-1): Add "native" to
10154         gnus-predefined-server-alist.
10155
10156         * gnus.el (gnus-method-to-server): Don't add "native" to the
10157         lists here, because that leads to problems when
10158         gnus-select-method is bound.
10159
10160 2005-11-09  Simon Josefsson  <jas@extundo.com>
10161
10162         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10163         use (not sort-by-date) instead.
10164
10165 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10166
10167         * gnus-delay.el (gnus-delay-group): Don't autoload.
10168         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10169         to be re-loaded when customizing the `gnus-delay' group.
10170
10171 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10172
10173         * message.el: Revert last changes.
10174         (message-insert-citation-line): Use newlines.
10175
10176 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10177
10178         * message.el (message-courtesy-message)
10179         (message-mark-insert-begin, message-mark-insert-end)
10180         (message-elide-ellipsis, message-cancel-message)
10181         (message-add-header, message-change-subject)
10182         (message-cross-post-followup-to-header)
10183         (message-cross-post-insert-note, message-reduce-to-to-cc)
10184         (message-widen-reply, message-delete-not-region)
10185         (message-kill-to-signature, message-insert-signature)
10186         (message-insert-importance-high, message-insert-importance-low)
10187         (message-insert-or-toggle-importance)
10188         (message-insert-disposition-notification-to)
10189         (message-indent-citation, message-yank-original)
10190         (message-cite-original-without-signature, message-cite-original)
10191         (message-insert-citation-line, message-position-on-field)
10192         (message-fix-before-sending, message-send-mail-partially)
10193         (message-send-mail, message-send-mail-with-sendmail)
10194         (message-send-mail-with-qmail, message-send-news)
10195         (message-check-news-header-syntax, message-generate-headers)
10196         (message-insert-courtesy-copy, message-fill-address)
10197         (message-fill-header, message-shorten-references)
10198         (message-setup-1, message-cancel-news)
10199         (message-forward-make-body-plain, message-forward-make-body-mime)
10200         (message-forward-make-body-mml, message-encode-message-body)
10201         (message-forward-make-body-digest-plain)
10202         (message-forward-make-body-digest-mime)
10203         (message-use-alternative-email-as-from): Insert `hard-newline'
10204         instead of ordinary newlines.
10205
10206 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * message.el (message-generate-headers): Downcase the argument
10209         given to message-check-element.
10210
10211 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10212
10213         * nntp.el (nntp-authinfo-rejected): New error condition.
10214         (nntp-wait-for): Use new error condition to signal authentication
10215         error.
10216         (nntp-retrieve-data): Rethrow new error condition to break out of
10217         recursive call to nntp-send-authinfo.
10218
10219 2005-11-08  Romain Francoise  <romain@orebokech.com>
10220
10221         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10222         (gnus-summary-exit-map): Bind to `Z p'.
10223         (gnus-summary-make-menu-bar): Add menu item.
10224
10225 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10228         (gnus-treat-*): Add `first' in all doc strings.
10229
10230         * gnus-group.el (gnus-group-compact-group): Fix typo.
10231
10232 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gnus.el (gnus-parameters-case-fold-search): New variable.
10235         (gnus-parameters-get-parameter): Use it.
10236
10237         * gnus-score.el (gnus-home-score-file): Doc fix.
10238
10239 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10240
10241         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10242
10243 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * mm-util.el (mm-special-display-p): New function.
10246
10247         * mml.el (mml-preview): Use it; doc fix.
10248
10249 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10250
10251         * imap.el (imap-open): Handle case where buffer is a buffer object.
10252
10253 2005-10-29  Romain Francoise  <romain@orebokech.com>
10254
10255         * message.el (message-fix-before-sending): Fix comment.
10256
10257 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10258
10259         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10260
10261 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10262
10263         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10264         Used in gnus-score.el.
10265
10266 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10269
10270 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10273         whitespace removed in revision 7.8.  Use concatenated string to
10274         protect trailing whitespace.
10275
10276 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10277
10278         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10279         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10280         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10281         Courier IMAP ("some version from 2004").  Mostly based on similar
10282         code in the same function.
10283
10284 2005-10-26  Didier Verna  <didier@xemacs.org>
10285
10286         * gnus-group.el (gnus-group-compact-group): Invalidate original
10287         article buffer.
10288         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10289         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10290         NOV database and in article itself.
10291         Invalidate article backlog.
10292
10293 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10296
10297 2005-10-26  Simon Josefsson  <jas@extundo.com>
10298
10299         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10300         part of 2004-07-25 change.
10301
10302 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * message.el (message-display-completion-list): New function.
10305         (message-expand-group): Use it; make sure the Completions buffer
10306         is modifiable.
10307 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10308
10309         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10310         user-mail-name is an empty string.
10311
10312 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10315         depending on gnus-score-decay-constant.
10316
10317         * encrypt.el (encrypt-insert-file-contents)
10318         (encrypt-write-file-contents): Don't use `gnus-message'.
10319
10320         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10321         arguments.
10322         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10323         arguments to mm-uu-verbatim-marks-extract.
10324         (mm-uu-hide-markers): New variable.
10325         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10326
10327         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10328         (gnus-convert-image-to-face-command): Use "convert" by default to
10329         allow other input image formats.
10330         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10331         accordingly.
10332
10333 2005-10-23  Simon Josefsson  <jas@extundo.com>
10334
10335         * imap.el (imap-gssapi-program): Align command line parameters
10336         with latest GNU SASL.
10337         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10338
10339 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340
10341         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10342         HTML.
10343         (nnslashdot-request-article): Ditto.
10344
10345         * lpath.el (featurep): Add nobreak-char-display.
10346
10347 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10348
10349         * mail-source.el (mail-source-fetch-pop): Require pop3.
10350         (mail-source-check-pop): Ditto.
10351
10352 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10355         errors.
10356
10357 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10360         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10361
10362         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10363
10364         * mm-bodies.el (mm-decode-string): Call
10365         `mm-charset-to-coding-system' with allow-override argument.
10366
10367 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10370         (rfc2047-charset-to-coding-system): New function.
10371         (rfc2047-decode-encoded-words): New function.
10372         (rfc2047-decode-region): Use them.
10373         (rfc2047-decode-cte): Remove.
10374         (rfc2047-parse-and-decode): Remove.
10375         (rfc2047-decode): Remove.
10376
10377 2005-10-15  Kenichi Handa  <handa@m17n.org>
10378
10379         * rfc2047.el (rfc2047-decode-cte): New function.
10380         (rfc2047-decode-region): Change the way to decode successive
10381         encoded-words: decode B- or Q-encoding in each encoded-word,
10382         concatenate them, and decode it as charset.
10383
10384 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * lpath.el: Fbind codepage-setup for XEmacs.
10387
10388 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10389
10390         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10391         widget-move-and-invoke.
10392         (gnus-custom-mode): Use gnus-custom-map.
10393
10394 2005-10-15  Bill Wohler  <wohler@newt.com>
10395
10396         * message.el (message-tool-bar-map): Renamed image file from
10397         mail_send to mail/send.
10398
10399 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10400
10401         * message.el (message-expand-group): Pass the common
10402         prefix substring of completion to `display-completion-list'.
10403
10404 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * mml-sec.el (mml-secure-method): New internal variable.
10407         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10408         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10409         functions using mml-secure-method.
10410
10411         * mml.el (mml-mode-map): Add key bindings for those functions.
10412         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10413         Harder <harder@myrealbox.com>.
10414         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10415         end of message if point is the headers of the message.
10416
10417         * message.el (message-in-body-p): New function.
10418
10419         * assistant.el: Autoload gnus-util and netrc.
10420
10421         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10422         Use `mm-charset-override-alist' only when decoding.
10423
10424         * mm-bodies.el (mm-decode-body): Call
10425         `mm-charset-to-coding-system' with allow-override argument.
10426
10427         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10428         `filename' from Content-Disposition if Content-Type doesn't
10429         provide `name'.
10430         (gnus-mime-view-part-as-type): Set default instead of
10431         initial-input.
10432
10433 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10434
10435         * format-spec.el (format-spec): Propagate text properties of % spec.
10436
10437 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * gnus-art.el (gnus-treat-predicate): Add `first'.
10440
10441 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10444         (mm-charset-override-alist): New variable.
10445         (mm-charset-to-coding-system): Use it.
10446         (mm-codepage-setup): New helper function.
10447         (mm-charset-eval-alist): New variable.
10448         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10449         about unknown charsets.
10450
10451         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10452
10453 2005-10-04  David Hansen  <david.hansen@gmx.net>
10454
10455         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10456         (nnrss-check-group): Ditto.
10457
10458 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10461         Rename x-gnus-verbatim to x-verbatim.
10462         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10463
10464         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10465         x-verbatim.
10466
10467         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10468
10469         * gnus-util.el (gnus-remove-duplicates): Remove.
10470
10471         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10472         instead of gnus-remove-duplicates.
10473
10474         * message.el (message-remove-duplicates): Remove.
10475         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10476         message-remove-duplicates.
10477
10478         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10479         available, else use implementation from `delete-dups'.
10480
10481         * message.el (message-insert-expires): New function.
10482         (message-mode-map): Add key binding.
10483         (message-mode-field-menu): Add menu entry.
10484         (message-mode): Document it.
10485         (message-make-expires-date): Use `message-make-date'.
10486
10487 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10488
10489         * message.el (message-make-expires-date): New function.
10490
10491 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * Makefile.in (list-installed-shadows): New entry.
10494         (install): Use it.
10495         (remove-installed-shadows): New entry.
10496
10497         * dgnushack.el (dgnushack-default-load-path): New variable.
10498         (dgnushack-find-lisp-shadows): New function.
10499         (dgnushack-remove-lisp-shadows): New function.
10500
10501 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * Makefile.in (install-el-elc): New entry.
10504         (install): Use it so that .el files are necessarily installed.
10505
10506 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10509
10510 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10511
10512         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10513         function rather than the diff-mode.el package.
10514         (mm-display-external): Use with-current-buffer.
10515         (mm-viewer-completion-map, mm-viewer-completion-map):
10516         Move initialization inside declaration.
10517
10518 2005-09-29  Simon Josefsson  <jas@extundo.com>
10519
10520         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10521         autoload mail-check-payment.
10522         (spam-check-hashcash): Define unconditionally, since hashcash.el
10523         is part of Gnus now.  Ignore errors from payment checking.
10524
10525 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * message.el (message-bold-region, message-unbold-region): Rename
10528         from `bold-region' and `unbold-region'.
10529
10530         * message.el: Remove useless autoloads.
10531
10532 2005-09-28  Simon Josefsson  <jas@extundo.com>
10533
10534         * message.el (message-use-idna): Default to t.
10535         (message-use-idna): Test whether encoding works too.  Doc fix.
10536
10537 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * nntp.el (nntp-warn-about-losing-connection): Remove.
10540
10541 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10544         customizable.  Change default value.
10545         (mm-uu-diff-groups-regexp): Change default value.
10546         (mm-uu-type-alist): Add doc string.
10547         (mm-uu-configure): Add doc string.  Make it interactive.
10548         (mm-uu-tex-groups-regexp): New variable.
10549         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10550         (mm-uu-type-alist): Add LaTeX documents.
10551         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10552         of "text/verbatim".
10553         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10554
10555         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10556         instead of "text/verbatim".
10557
10558         * message.el (message-mark-inserted-region)
10559         (message-mark-insert-file): Use slrn style marks when called with
10560         prefix argument.
10561
10562 2005-09-27  Simon Josefsson  <jas@extundo.com>
10563
10564         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10565
10566 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10567
10568         * message.el (message-remove-duplicates): New function.
10569         Implementation borrowed from `gnus-remove-duplicates'.
10570         (message-idna-to-ascii-rhs): Also encode idna addresses in
10571         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10572         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10573         only ask about the same idna domain once per header and also tell
10574         in what header to replace the idna domain.
10575
10576         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10577         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10578         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10579         a header is decoded and not just the last one.
10580
10581 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10584         has been decoded.
10585
10586         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10587         (mm-insert-part): Don't modify text if it has been decoded.
10588
10589         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10590         decoded.
10591
10592         * mm-view.el (mm-inline-text): Don't strip text props unless
10593         decoding enriched or richtext parts.
10594
10595 2005-09-25  Romain Francoise  <romain@orebokech.com>
10596
10597         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10598         * gnus-start.el (gnus-subscribe-interactively):
10599         * gnus-uu.el (gnus-uu-grab-articles):
10600         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10601         space.
10602
10603 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10604
10605         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10606         * mm-view.el (mm-view-pkcs7-decrypt):
10607         * gnus-sum.el (gnus-summary-limit-to-extra)
10608         (gnus-summary-respool-article, gnus-read-move-group-name):
10609         * gnus-score.el (gnus-summary-increase-score):
10610         * gnus-util.el (gnus-completing-read-with-default):
10611         * gnus-art.el (gnus-read-save-file-name)
10612         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10613         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10614         * message.el (message-check-news-header-syntax):
10615         Follow convention for reading with the minibuffer.
10616
10617 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * spam-report.el (spam-report-url-ping-plain):
10620         Use gnus-extended-version as User-Agent.
10621
10622         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10623         default value is nil.
10624
10625         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10626         (mm-uu-verbatim-marks-extract): New function.
10627         (mm-uu-extract): New face.
10628         (mm-uu-copy-to-buffer): Use it.
10629
10630         * spam-report.el (spam-report-gmane-ham): Renamed from
10631         `spam-report-gmane-unspam'.
10632         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10633         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10634
10635         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10636         Autoload.
10637         (spam-report-gmane-unregister-routine): Renamed
10638         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10639
10640 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10641
10642         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10643         (spam-report-gmane-unregister-routine): Add support for gmane
10644         unregistration.
10645
10646         * spam-report.el (spam-report-gmane-unspam)
10647         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10648         (spam-report-gmane): Change to take a single article and do unspam
10649         registration.
10650
10651 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * mm-url.el (mm-url-decode-entities): Fix regexp.
10654
10655 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10658         default to nil, to be able to use Gnus at all.  If the default
10659         switches to something else, then the function should be fixed not
10660         be exceedingly slow.
10661
10662 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10663
10664         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10665         fail hard.
10666
10667         * spam-report.el: Add better Keywords line.
10668
10669         * spam.el: Add Maintainer and better Keywords line.
10670
10671 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus-art.el (gnus-article-replace-part)
10674         (gnus-mime-replace-part): New functions.
10675         (gnus-mime-action-alist, gnus-mime-button-commands)
10676         (gnus-mime-save-part-and-strip): Added file argument.
10677         (gnus-article-part-wrapper): Added interactive argument.
10678
10679         * gnus-sum.el (gnus-summary-mime-map): Add
10680         `gnus-article-replace-part'.
10681
10682 2005-09-19  Didier Verna  <didier@xemacs.org>
10683
10684         The nnml compaction feature:
10685         * nnml.el (nnml-request-compact-group): New function.
10686         * nnml.el (nnml-request-compact): New function.
10687         * gnus-int.el (gnus-request-compact-group): New function.
10688         * gnus-int.el (gnus-request-compact): New function.
10689         * gnus-group.el (gnus-group-compact-group): New function.
10690         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10691         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10692         * gnus-srvr.el (gnus-server-compact-server): New function.
10693         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10694         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10695
10696 2005-09-18  Deepak Goel  <deego@gnufans.org>
10697
10698         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10699         format spec.
10700
10701 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10704
10705 2005-09-15  Romain Francoise  <romain@orebokech.com>
10706
10707         * message.el (message-fill-paragraph): Clarify docstring.
10708
10709 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-art.el (gnus-mime-display-part): Protect against broken
10712         MIME messages.
10713
10714 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10717         before parsing header.
10718
10719 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10720
10721         * html2text.el (html2text-replace-list): Add new entities.
10722
10723 2005-09-11  Romain Francoise  <romain@orebokech.com>
10724
10725         * message.el (message-alternative-emails): Improve docstring.
10726         (message-setup-1): Call `message-use-alternative-email-as-from'
10727         after `message-setup-hook' to give it precedence over posting
10728         styles, etc.
10729         (message-use-alternative-email-as-from): Add docstring.  Remove
10730         the original From header if present.
10731
10732         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10733         (nnml-save-mail): Use it.
10734
10735         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10736         articles.  Add new argument `silent'.
10737         (gnus-uu-mark-all): Report the total number of marked articles.
10738
10739 2005-09-10  Romain Francoise  <romain@orebokech.com>
10740
10741         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10742         (gnus-uu-mark-series): Likewise.
10743
10744 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * spam-report.el (spam-report-gmane): Fix generation of spam
10747         report URL.
10748
10749 2005-09-10  Simon Josefsson  <jas@extundo.com>
10750
10751         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10752         t, based on discussion on the ding list with Robert Epprecht
10753         <epprecht@solnet.ch>.
10754
10755 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * spam-report.el (spam-report-gmane): Make it work without
10758         X-Report-Spam header.  Gmane now only provides Archived-At.
10759         This is only used if `spam-report-gmane-use-article-number' is nil.
10760         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10761
10762         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10763         make `gnus-summary-sort-by-recipient' work with threading.
10764
10765         * nnweb.el (nnweb-google-wash-article): Print a message if article
10766         is not available.
10767
10768 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10769
10770         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10771         change.  Decode text/* parts content before displaying.
10772
10773 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10776
10777 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10780
10781         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10782         url-package-name, url-package-version,
10783         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10784         w3m-display-inline-images, and w3m-minor-mode-map.
10785
10786 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10787
10788         * message.el (message-tab-body-function): Fix mismatched custom type.
10789
10790         * gnus.el (gnus-group-change-level-function): Ditto.
10791
10792         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10793
10794         * gnus-art.el (gnus-signature-limit)
10795         (gnus-article-mime-part-function): Ditto.
10796
10797 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * mml.el (mml-mode): Silence the byte compiler.
10800
10801         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10802         using `(sit-for 0)' before moving the point to the specified part;
10803         skip unbuttonized parts.
10804         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10805         return to the summary window if gnus-auto-select-part is non-nil.
10806
10807 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10810         variables.
10811         (mml-dnd-attach-file, mml-mode): Use them.
10812
10813         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10814         Make fetching article by MID work again for Google Groups.  Added
10815         FIXME concerning gnus-group-make-web-group.
10816
10817         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10818         Don't depend on Gnus by using mail-extract-address-components if
10819         gnus-extract-address-components is not bound.
10820
10821 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10822
10823         * gnus-art.el (gnus-mime-display-security): Don't display the
10824         signature, but only the signed part.
10825
10826 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10829
10830         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10831         list, not listp.
10832
10833 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10834
10835         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10836         when encoding.
10837
10838         * mm-bodies.el (mm-decode-content-transfer-encoding):
10839         De-canonicalize CRLF for all text content types, not just
10840         text/plain.
10841
10842 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10845         valid article; point arrow and cursor at the MIME button.
10846
10847 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10850         Suggested by Dan Christensen <jdc@uwo.ca>.
10851
10852         * mm-decode.el (mm-save-part): Enable change of prompt.
10853
10854 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10855
10856         * gnus-msg.el (gnus-inews-add-send-actions): Made
10857         `message-post-method' lambda parameter ARG `&optional'.
10858
10859 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * gnus-sum.el (gnus-summary-mime-map): Added
10862         gnus-article-save-part-and-strip, gnus-article-delete-part and
10863         gnus-article-jump-to-part.
10864
10865         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10866         (gnus-article-edit-part): Use it.
10867         (gnus-article-part-wrapper): Added no-handle argument.
10868         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10869         functions.
10870
10871 2005-08-29  Romain Francoise  <romain@orebokech.com>
10872
10873         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10874         docstring.
10875         (gnus-face-from-file): Likewise.
10876
10877 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10878
10879         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10880         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10881         non-nil.
10882         (gnus-auto-select-part): New variable.
10883         (gnus-article-jump-to-part): New function.
10884         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10885         (gnus-mime-delete-part): Allow selecting specified part after
10886         deleting or stripping parts.
10887         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10888         part if argument is bogus.
10889
10890 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10891
10892         * gnus-art.el (w3m-minor-mode-map):
10893         * gnus-spec.el (gnus-newsrc-file-version):
10894         * gnus-util.el (nnmail-active-file-coding-system)
10895         (gnus-original-article-buffer, gnus-user-agent):
10896         * gnus.el (gnus-ham-process-destinations)
10897         (gnus-parameter-ham-marks-alist)
10898         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10899         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10900         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10901         * mm-decode.el (gnus-current-window-configuration):
10902         * mm-extern.el (gnus-article-mime-handles):
10903         * mm-url.el (url-current-object, url-package-name)
10904         (url-package-version):
10905         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10906         (smime-keys, w3m-cid-retrieve-function-alist)
10907         (w3m-current-buffer, w3m-display-inline-images)
10908         (w3m-minor-mode-map):
10909         * mml-smime.el (gnus-extract-address-components):
10910         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10911         (gnus-newsrc-hashtb, message-default-charset)
10912         (message-deletable-headers, message-options)
10913         (message-posting-charset, message-required-mail-headers)
10914         (message-required-news-headers):
10915         * mml1991.el (mc-pgp-always-sign):
10916         * mml2015.el (mc-pgp-always-sign):
10917         * nnheader.el (nnmail-extra-headers):
10918         * rfc1843.el (gnus-decode-encoded-word-function)
10919         (gnus-decode-header-function, gnus-newsgroup-name):
10920         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10921
10922 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10923
10924         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10925         the end of the date treatments.
10926
10927 2005-08-15  Simon Josefsson  <jas@extundo.com>
10928
10929         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10930         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10931         Capello and Romain Francoise.
10932         (pgg-fetch-key-function): Removed, not used?
10933         (pgg-insert-url-with-w3): Require url, to get
10934         url-insert-file-contents regardless of where it is defined.
10935
10936 2005-08-13  Romain Francoise  <romain@orebokech.com>
10937
10938         * message.el (message-cite-original-1): New function.
10939         (message-cite-original): Use it.
10940         (message-cite-original-without-signature): Ditto.
10941
10942 2005-08-08  Romain Francoise  <romain@orebokech.com>
10943
10944         * message.el (message-yank-empty-prefix): New variable.
10945         (message-indent-citation): Use it.
10946         (message-cite-original-without-signature): Respect X-No-Archive.
10947
10948 2005-08-08  Simon Josefsson  <jas@extundo.com>
10949
10950         * pgg.el: Autoload url-insert-file-contents instead of loading
10951         w3/url.
10952         (pgg-insert-url-with-w3): Don't load url here.
10953
10954 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10955
10956         * message.el (message-kill-to-signature): Don't insert newline at
10957         bol.
10958         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10959
10960 2005-08-06  Romain Francoise  <romain@orebokech.com>
10961
10962         * message.el (message-user-fqdn): Fix typo in docstring.
10963
10964 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10965
10966         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10967
10968         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10969
10970 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * mm-bodies.el (mm-encode-body): Use coding system rather than
10973         charset to encode text.
10974
10975         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10976         number of charsets if utf-8 is available (XEmacs).
10977
10978 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10981         taken from `gnus-button-mid-or-mail-regexp'.
10982         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10983         (gnus-button-alist): Improve regexp for domain part of the MIDs
10984         for news:localpart@domain buttons.
10985         (gnus-button-ctan-directory-regexp): Update.
10986
10987 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * sieve-manage.el (sieve-manage-interactive-login): Use
10990         make-local-variable rather than make-variable-buffer-local.
10991         (sieve-manage-open): Ditto.
10992         (sieve-manage-authenticate): Ditto.
10993
10994         * mml.el (mml-generate-mime-1): Make the content type default to
10995         text/plain if the filename is not specified.
10996
10997 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11000         instead of insert-buffer.
11001
11002         * message.el (message-yank-original): Ditto; set the mark at the
11003         end of the yanked message.
11004
11005 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11008         lines to scroll rather than to stop it.
11009
11010         * mml.el (mml-generate-default-type): Add doc string.
11011         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11012         default to application/octet-stream when determining the content
11013         type if it is not specified for the part or the mml contents; add
11014         a comment about mml-generate-default-type.
11015
11016 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11019         make it default to application/octet-stream when determining the
11020         content type if it is not specified for the external contents.
11021
11022 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11025         segmented parameter but also other parameters might be there.
11026
11027 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * mm-decode.el (mm-display-external): Delete temp file, directory
11030         and buffer immediately if the external process is exited.
11031
11032 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11035         fewer lines than that of scroll-margin.
11036         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11037
11038 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el (gnus-article-next-page): Revert.
11041         (gnus-article-beginning-of-window): New macro.
11042         (gnus-article-next-page-1): Use it.
11043         (gnus-article-prev-page): Ditto.
11044         (gnus-article-edit-part): Use insert-buffer-substring instead of
11045         insert-buffer.
11046         (gnus-article-edit-exit): Ditto.
11047
11048         * gnus-util.el (gnus-beginning-of-window): Remove.
11049         (gnus-end-of-window): Remove.
11050
11051         * lpath.el: Don't bind header-line-format and scroll-margin.
11052
11053 2005-07-25  Simon Josefsson  <jas@extundo.com>
11054
11055         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11056         to have the url package without w3.  Reported by Daiki Ueno
11057         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11058
11059 2005-07-20  Didier Verna  <didier@xemacs.org>
11060
11061         * gnus-diary.el: Remove the description comment (nndiary is now
11062         properly documented in the Gnus manual).
11063         Fix the spelling of "Back End".
11064         * nndiary.el: Ditto.
11065         Fix the copyright notice.
11066
11067 2005-07-18  Romain Francoise  <romain@orebokech.com>
11068
11069         * gnus-sum.el (gnus-summary-to-prefix)
11070         (gnus-summary-newsgroup-prefix): New variables.
11071         (gnus-summary-from-or-to-or-newsgroups): Use them.
11072
11073 2005-07-17  Romain Francoise  <romain@orebokech.com>
11074
11075         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11076         space as it's generally not especially interesting to the user.
11077
11078 2005-07-16  Romain Francoise  <romain@orebokech.com>
11079
11080         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11081         nil to avoid prompting and file modification if one of the
11082         messages at the top of the nnfolder file contains a copyright
11083         notice.
11084         Update copyright notice.
11085
11086         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11087         instead of `current-time-string' as the latter creates a time
11088         string that is not RFC 2822 compliant (it lacks the zone).
11089         Update copyright notice.
11090
11091 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11092
11093         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11094         for text/rtf.  Display default in prompt.  Pass default for M-n.
11095
11096         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11097
11098 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * gnus-msg.el (gnus-button-mailto): Remove
11101         save-selected-window-window hackery because it relies on
11102         save-selected-window internals.
11103
11104 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11107         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11108         (gnus-article-prev-page): Ditto.
11109
11110         * gnus-util.el (gnus-beginning-of-window): New function.
11111         (gnus-end-of-window): New function.
11112
11113         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11114
11115 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11116
11117         * gnus-score.el (gnus-score-edit-all-score): Set
11118         gnus-score-edit-exit-function to gnus-score-edit-done and call
11119         gnus-message.
11120
11121 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11122
11123         * gnus-msg.el (gnus-button-mailto): Remove
11124         save-selected-window-window hackery because it relies on
11125         save-selected-window internals.
11126
11127 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11130         add-minor-mode.
11131         (gnus-binary-mode): Ditto.
11132
11133         * gnus-topic.el (gnus-topic-mode): Ditto.
11134
11135 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11136
11137         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11138         (gnus-article-prev-page): Take scroll-margin into consideration.
11139
11140 2005-07-04  Lute Kamstra  <lute@gnu.org>
11141
11142         Update FSF's address in GPL notices.
11143
11144 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11145
11146         * gnus.el (gnus-exit):
11147         * gnus-group.el (gnus-group-icons):
11148         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11149
11150         * gnus-nocem.el (gnus-nocem):
11151         * message.el (message-various, message-buffers, message-sending)
11152         (message-interface, message-forwarding, message-insertion)
11153         (message-headers, message-news, message-mail):
11154         * pgg-gpg.el (pgg-gpg):
11155         * pgg-parse.el (pgg-parse):
11156         * pgg-pgp.el (pgg-pgp):
11157         * pgg-pgp5.el (pgg-pgp5):
11158         * pop3.el (pop3): Finish `defgroup' description with period.
11159
11160 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * gnus-art.el (article-display-face): Improve the efficiency.
11163         (article-display-x-face): Ditto; remove grey x-face stuff.
11164
11165 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus-art.el (article-display-face): Correct the position in
11168         which Faces are inserted.
11169
11170 2005-06-29  Didier Verna  <didier@xemacs.org>
11171
11172         * gnus-art.el (article-display-face): Display faces in correct
11173         order.
11174
11175 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11178         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11179         (gnus-nocem-check-article): Fetch the Type header.
11180         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11181         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11182         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11183         make sure gnus-nocem-hashtb is initialized.
11184         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11185         (gnus-nocem-unwanted-article-p): Ditto.
11186
11187         * pgg.el (pgg-verify): Return the verification result.
11188
11189 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190
11191         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11192         is ascii.
11193
11194 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11195
11196         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11197         `show-nonbreak-escape'.
11198
11199 2005-06-23  Lute Kamstra  <lute@gnu.org>
11200
11201         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11202
11203         * dig.el (dig-mode):
11204         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11205
11206 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11207
11208         * nnimap.el (nnimap-split-download-body): Fix spellings.
11209
11210 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11211
11212         * gnus-art.el (gnus-article-encrypt-body):
11213         * gnus-cus.el (gnus-score-customize):
11214         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11215         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11216
11217 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11218
11219         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11220         header by looking for magic "MII" at the beginnig.
11221
11222 2005-06-16  Miles Bader  <miles@gnu.org>
11223
11224         * gnus-xmas.el (gnus-xmas-group-startup-message):
11225         Use renamed gnus-splash face.
11226
11227         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11228         (assistant-field-face): New backward-compatibility alias for renamed
11229         face.
11230         (assistant-render-text): Use renamed assistant-field face.
11231
11232         * spam.el (spam): Remove "-face" suffix from face name.
11233         (spam-face): New backward-compatibility alias for renamed face.
11234         (spam-face, spam-initialize): Use renamed spam face.
11235
11236         * message.el (message-header-to, message-header-cc)
11237         (message-header-subject, message-header-newsgroups)
11238         (message-header-other, message-header-name)
11239         (message-header-xheader, message-separator, message-cited-text)
11240         (message-mml): Remove "-face" suffix from face names.
11241         (message-header-to-face, message-header-cc-face)
11242         (message-header-subject-face, message-header-newsgroups-face)
11243         (message-header-other-face, message-header-name-face)
11244         (message-header-xheader-face, message-separator-face)
11245         (message-cited-text-face, message-mml-face):
11246         New backward-compatibility aliases for renamed faces.
11247         (message-font-lock-keywords): Use renamed message faces.
11248
11249         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11250         (sieve-test-commands, sieve-tagged-arguments):
11251         Remove "-face" suffix from face names.
11252         (sieve-control-commands-face, sieve-action-commands-face)
11253         (sieve-test-commands-face, sieve-tagged-arguments-face):
11254         New backward-compatibility aliases for renamed faces.
11255         (sieve-control-commands-face, sieve-action-commands-face)
11256         (sieve-test-commands-face, sieve-tagged-arguments-face):
11257         Use renamed sieve faces.
11258
11259         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11260         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11261         (gnus-group-news-3-empty, gnus-group-news-4)
11262         (gnus-group-news-4-empty, gnus-group-news-5)
11263         (gnus-group-news-5-empty, gnus-group-news-6)
11264         (gnus-group-news-6-empty, gnus-group-news-low)
11265         (gnus-group-news-low-empty, gnus-group-mail-1)
11266         (gnus-group-mail-1-empty, gnus-group-mail-2)
11267         (gnus-group-mail-2-empty, gnus-group-mail-3)
11268         (gnus-group-mail-3-empty, gnus-group-mail-low)
11269         (gnus-group-mail-low-empty, gnus-summary-selected)
11270         (gnus-summary-cancelled, gnus-summary-high-ticked)
11271         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11272         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11273         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11274         (gnus-summary-low-undownloaded)
11275         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11276         (gnus-summary-low-unread, gnus-summary-normal-unread)
11277         (gnus-summary-high-read, gnus-summary-low-read)
11278         (gnus-summary-normal-read, gnus-splash):
11279         Remove "-face" suffix from face names.
11280         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11281         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11282         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11283         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11284         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11285         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11286         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11287         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11288         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11289         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11290         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11291         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11292         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11293         (gnus-summary-normal-ticked-face)
11294         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11295         (gnus-summary-normal-ancient-face)
11296         (gnus-summary-high-undownloaded-face)
11297         (gnus-summary-low-undownloaded-face)
11298         (gnus-summary-normal-undownloaded-face)
11299         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11300         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11301         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11302         (gnus-splash-face):
11303         New backward-compatibility aliases for renamed faces.
11304         (gnus-group-startup-message): Use renamed gnus faces.
11305
11306         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11307         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11308         (gnus-server-agent): Remove "-face" suffix from face names.
11309         (gnus-server-agent-face, gnus-server-opened-face)
11310         (gnus-server-closed-face, gnus-server-denied-face)
11311         (gnus-server-offline-face):
11312         New backward-compatibility aliases for renamed faces.
11313         (gnus-server-agent-face, gnus-server-opened-face)
11314         (gnus-server-closed-face, gnus-server-denied-face)
11315         (gnus-server-offline-face): Use renamed gnus faces.
11316
11317         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11318         Remove "-face" suffix from face names.
11319         (gnus-picon-xbm-face, gnus-picon-face):
11320         New backward-compatibility aliases for renamed faces.
11321
11322         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11323         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11324         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11325         (gnus-cite-11): Remove "-face" suffix from face names.
11326         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11327         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11328         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11329         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11330         New backward-compatibility aliases for renamed faces.
11331         (gnus-cite-attribution-face, gnus-cite-face-list)
11332         (gnus-article-boring-faces): Use renamed gnus faces.
11333
11334         * gnus-art.el (gnus-signature, gnus-header-from)
11335         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11336         (gnus-header-content): Remove "-face" suffix from face names.
11337         (gnus-signature-face, gnus-header-from-face)
11338         (gnus-header-subject-face, gnus-header-newsgroups-face)
11339         (gnus-header-name-face, gnus-header-content-face):
11340         New backward-compatibility aliases for renamed faces.
11341         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11342
11343         * gnus-sum.el (gnus-summary-selected-face)
11344         (gnus-summary-highlight): Use renamed gnus faces.
11345         * gnus-group.el (gnus-group-highlight): Likewise.
11346
11347 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11348
11349         * gnus-sieve.el (gnus-sieve-article-add-rule):
11350         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11351         * spam-stat.el (spam-stat-buffer-change-to-spam)
11352         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11353
11354         * message.el (message-is-yours-p):
11355         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11356
11357 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * mm-view.el (mm-inline-text): Withdraw the last change.
11360
11361 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11364         executing enriched-decode.
11365
11366 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11369         charset of tar files.
11370
11371 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11372
11373         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11374
11375 2005-06-04  Lute Kamstra  <lute@gnu.org>
11376
11377         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11378         information is never recorded.
11379
11380 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11381
11382         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11383
11384 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * pop3.el (pop3-apop): Run md5 in the binary mode.
11387
11388         * starttls.el (starttls-set-process-query-on-exit-flag):
11389         Use eval-and-compile.
11390
11391 2005-05-31  Simon Josefsson  <jas@extundo.com>
11392
11393         * smime.el (smime-replace-in-string): Define.
11394         (smime-cert-by-ldap-1): Use it.
11395
11396 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-art.el (article-display-x-face): Replace
11399         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11400
11401         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11402         set-process-query-on-exit-flag or process-kill-without-query.
11403
11404         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11405         loop instead of replace-regexp.
11406
11407         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11408         instead of process-kill-without-query if it is available.
11409
11410         * lpath.el: Fbind ldap-search-entries.
11411
11412         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11413         instead of find-file-hooks if it is available.
11414
11415         * mml1991.el: Bind pgg-default-user-id when compiling.
11416
11417         * mml2015.el: Bind pgg-default-user-id when compiling.
11418
11419         * nndraft.el (nndraft-request-associate-buffer):
11420         Use write-contents-functions instead of write-contents-hooks if it is
11421         available.
11422
11423         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11424         instead of find-file-hooks if it is available.
11425
11426         * nntp.el (nntp-open-connection): Replace
11427         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11428         (nntp-open-ssl-stream): Ditto.
11429         (nntp-open-tls-stream): Ditto.
11430
11431         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11432         set-process-query-on-exit-flag or process-kill-without-query.
11433         (starttls-open-stream-gnutls): Use it instead of
11434         process-kill-without-query.
11435         (starttls-open-stream): Ditto.
11436
11437 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11438
11439         * smime.el (smime-cert-by-ldap-1): Don't use
11440         replace-regexp-in-string.
11441
11442 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11443
11444         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11445
11446         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11447         in PEM format.  Adjust to the XEmacs compability.
11448
11449 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11452         by `string-to-number'.
11453         * gnus-agent.el (gnus-agent-regenerate-group)
11454         (gnus-agent-fetch-articles): Ditto.
11455         * gnus-art.el (gnus-button-fetch-group): Ditto.
11456         * gnus-cache.el (gnus-cache-generate-active)
11457         (gnus-cache-articles-in-group): Ditto.
11458         * gnus-group.el (gnus-group-set-current-level)
11459         (gnus-group-insert-group-line): Ditto.
11460         * gnus-score.el (gnus-score-set-expunge-below)
11461         (gnus-score-set-mark-below, gnus-summary-score-effect)
11462         (gnus-summary-score-entry): Ditto.
11463         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11464         (gnus-soup-pack): Ditto.
11465         * gnus-spec.el (gnus-xmas-format): Ditto.
11466         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11467         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11468         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11469         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11470         * nndb.el (nndb-get-remote-expire-response): Ditto.
11471         * nndiary.el (nndiary-parse-schedule-value)
11472         (nndiary-string-to-number, nndiary-request-replace-article)
11473         (nndiary-request-article): Ditto.
11474         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11475         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11476         * nneething.el (nneething-make-head): Ditto.
11477         * nnfolder.el (nnfolder-request-article)
11478         (nnfolder-retrieve-headers): Ditto.
11479         * nnheader.el (nnheader-file-to-number): Ditto.
11480         * nnkiboze.el (nnkiboze-request-article): Ditto.
11481         * nnmail.el (nnmail-process-unix-mail-format)
11482         (nnmail-process-babyl-mail-format): Ditto.
11483         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11484         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11485         (nnmh-request-create-group, nnmh-request-list-1)
11486         (nnmh-request-group, nnmh-request-article): Ditto.
11487         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11488         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11489         * nnsoup.el (nnsoup-make-active): Ditto.
11490         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11491         * nntp.el (nntp-find-group-and-number)
11492         (nntp-retrieve-headers-with-xover): Ditto.
11493         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11494         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11495         (pgg-format-key-identifier): Ditto.
11496         * pop3.el (pop3-last, pop3-stat): Ditto.
11497         * qp.el (quoted-printable-decode-region): Ditto.
11498
11499         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11500         of concat.
11501
11502 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11505
11506         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11507
11508         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11509
11510         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11511
11512         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11513
11514         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11515
11516         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11517         (gnus-carpal-mode): Ditto.
11518
11519         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11520         (gnus-browse-mode): Ditto.
11521
11522         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11523
11524         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11525
11526 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11527
11528         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11529
11530 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * gnus-util.el (gnus-run-mode-hooks): New function.
11533
11534         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11535
11536         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11537         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11538
11539 2005-05-27  Lute Kamstra  <lute@gnu.org>
11540
11541         * dns-mode.el (dns-mode): Specify customization group.
11542
11543 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11544
11545         * gnus-agent.el (gnus-agent-make-mode-line-string):
11546         Use mode-line-highlight as mouse-face.
11547
11548 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * canlock.el (canlock): Change the parent group to news.
11551
11552         * deuglify.el (gnus-outlook-deuglify): Add :group.
11553
11554         * dig.el (dig): Add :group.
11555
11556         * dns-mode.el (dns-mode): Add :group.
11557
11558         * encrypt.el (encrypt): Add :group.
11559
11560         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11561         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11562         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11563         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11564         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11565
11566         * gnus-diary.el (gnus-diary): Add :group.
11567
11568         * gnus.el (gnus-group-news-1-face): Add :group.
11569         (gnus-group-news-1-empty-face): Ditto.
11570         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11571         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11572         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11573         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11574         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11575         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11576         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11577         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11578         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11579         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11580         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11581         (gnus-summary-high-ticked-face): Ditto.
11582         (gnus-summary-low-ticked-face): Ditto.
11583         (gnus-summary-normal-ticked-face): Ditto.
11584         (gnus-summary-high-ancient-face): Ditto.
11585         (gnus-summary-low-ancient-face): Ditto.
11586         (gnus-summary-normal-ancient-face): Ditto.
11587         (gnus-summary-high-undownloaded-face): Ditto.
11588         (gnus-summary-low-undownloaded-face): Ditto.
11589         (gnus-summary-normal-undownloaded-face): Ditto.
11590         (gnus-summary-high-unread-face): Ditto.
11591         (gnus-summary-low-unread-face): Ditto.
11592         (gnus-summary-normal-unread-face): Ditto.
11593         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11594         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11595
11596         * hashcash.el (hashcash): New custom group.
11597         (hashcash-default-payment): Add :group.
11598         (hashcash-payment-alist): Ditto.
11599         (hashcash-default-accept-payment): Ditto.
11600         (hashcash-accept-resources): Ditto.
11601         (hashcash-path): Ditto.
11602         (hashcash-extra-generate-parameters): Ditto.
11603         (hashcash-double-spend-database): Ditto.
11604         (hashcash-in-news): Ditto.
11605
11606         * message.el (message-minibuffer-local-map): Add :group.
11607
11608         * netrc.el (netrc): Add :group.
11609
11610         * sieve-manage.el (sieve-manage-log): Add :group.
11611         (sieve-manage-default-user): Diito.
11612         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11613         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11614         (sieve-manage-authenticators): Ditto.
11615         (sieve-manage-authenticator-alist): Ditto.
11616         (sieve-manage-default-port): Ditto.
11617
11618         * sieve-mode.el (sieve-control-commands-face): Add :group.
11619         (sieve-action-commands-face): Ditto.
11620         (sieve-test-commands-face): Ditto.
11621         (sieve-tagged-arguments-face): Ditto.
11622
11623         * smime.el (smime): Add :group.
11624
11625         * spam-report.el (spam-report): Add :group.
11626
11627         * spam.el (spam, spam-face): Add :group.
11628
11629 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11632         return \n.\n.\n at the end of articles.  Protect against that.
11633         (nntp-with-open-group): Allow debugging.
11634
11635         * nnheader.el (mail-header-set-extra): Make into a function
11636         because I just could't understand how to quote the list properly.
11637
11638         * dns.el (query-dns-cached): New function.
11639
11640 2005-05-26  Lute Kamstra  <lute@gnu.org>
11641
11642         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11643
11644 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11647
11648         * gnus-art.el: Don't autoload mail-extract-address-components.
11649
11650         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11651         eval-and-compile to evaluate it.
11652
11653         * hashcash.el: Don't autoload executable-find.
11654
11655         * nndb.el: Don't declare the nndb back end two or more times; don't
11656         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11657
11658         * nntp.el: Autoload format-spec instead of format; use
11659         eval-and-compile to evaluate autoload forms.
11660
11661 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11662
11663         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11664
11665 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * gnus.el (gnus-version-number): Bump version.
11668
11669 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11670
11671         * gnus.el: No Gnus v0.3 is released.
11672
11673 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11674
11675         * lpath.el (featurep): Bind show-nonbreak-escape.
11676
11677 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-art.el (gnus-article-edit-part): Disable undo.
11680
11681 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11684         gnus-article-date-lapsed-new-header is t if date timer is active;
11685         skip headers in which the original date value is empty.
11686         (gnus-article-save-original-date): Redefine it as a macro.
11687         (gnus-display-mime): Use it.
11688
11689 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-art.el (article-date-ut): Support converting date in
11692         forwarded parts as well.
11693         (gnus-article-save-original-date): New function.
11694         (gnus-display-mime): Use it.
11695
11696 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11697
11698         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11699         enclosure element of <item>.
11700
11701 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * message.el (message-kill-buffer-query): Renamed from
11704         `message-kill-buffer-query-if-modified'.  Added :version.
11705
11706 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11709         window layout.
11710
11711 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * mml.el: Autoload dnd when compiling.
11714
11715 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11718         x-dnd-*.
11719
11720 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * qp.el (quoted-printable-encode-region): Save excursion.
11723
11724 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11725
11726         * message.el (message-kill-buffer-query-if-modified): Add new variable
11727         so the user can kill a modified message buffer quickly.
11728         (message-kill-buffer): Use it.
11729
11730 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * lpath.el: Fbind display-time-event-handler; don't fbind
11733         string-to-multibyte.
11734
11735         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11736
11737 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11740         contained in text because xml.el decodes entities) with LFs.
11741
11742 2005-04-11  Lute Kamstra  <lute@gnu.org>
11743
11744         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11745         differently.
11746
11747 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11748
11749         * mm-util.el (mm-detect-coding-region): Typo.
11750
11751 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11754
11755 2005-04-06  Deepak Goel  <deego@gnufans.org>
11756
11757         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11758         user-function allow user modifications of the scores.
11759         (spam-stat-score-buffer-user): New function, to allow
11760         user-computed modifications to the score.
11761         (spam-stat-score-buffer-user-functions): List of additional
11762         scoring functions.
11763         (spam-stat-error-holder): Global temporary error holder.
11764         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11765         variable.
11766
11767 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11768
11769         * gnus-registry.el (gnus-registry-clean-empty-function)
11770         (gnus-registry-trim, gnus-registry-fetch-groups)
11771         (gnus-registry-delete-group): Groups that match
11772         `gnus-registry-ignored-groups' are removed from the registry
11773         entries, not just ignored for splitting.  This helps clean up the
11774         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11775         to get all the groups a message ID is in.
11776
11777         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11778         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11779         (spam-stat-score-buffer-user-functions): Add :number custom type.
11780
11781 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11784         argument in XEmacs.
11785
11786         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11787         (nnrss-request-group): Decode group name first.
11788         (nnrss-request-article): Make a text/plain article if mml-to-mime
11789         failed.
11790         (nnrss-get-encoding): Return a compatible encoding according to
11791         nnrss-compatible-encoding-alist.
11792         (nnrss-find-el): Use consp instead of listp.
11793         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11794
11795 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11798         which Emacs 20 doesn't support.
11799         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11800
11801 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11804         silence the byte compiler inside the defun.
11805
11806         * gnus-demon.el (parse-time-string): Add autoload.
11807
11808         * gnus-delay.el (parse-time-string): Add autoload.
11809
11810         * gnus-art.el (parse-time-string): Add autoload.
11811
11812         * nnultimate.el (parse-time): Require for `parse-time-string'.
11813
11814 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11817
11818         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11819
11820         * smime.el (smime-ldap-host-list): Add :version.
11821
11822 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11825         pass it to `gnus-browse-read-group'.
11826         (gnus-browse-read-group): Add NUMBER argument and pass it to
11827         `gnus-group-read-ephemeral-group'.
11828
11829         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11830         argument and pass it to `gnus-group-read-group'.
11831
11832 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11833
11834         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11835         mm-xemacs-find-mime-charset-1 if we have the mule feature
11836         available at runtime.
11837
11838 2005-03-25  Werner Lemberg  <wl@gnu.org>
11839
11840         * nnmaildir.el: Replace `illegal' with `invalid'.
11841
11842 2005-03-23  Lute Kamstra  <lute@gnu.org>
11843
11844         * time-date.el: Add comment on time value formats.
11845         Don't require parse-time.
11846         (with-decoded-time-value): New macro.
11847         (encode-time-value): New function.
11848         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11849         (days-to-time): Return a valid time value when arg is huge.
11850         (time-since): Use time-subtract.
11851         (time-to-number-of-days): Use time-to-seconds.
11852
11853 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11854
11855         * gnus-start.el (gnus-display-time-event-handler):
11856         Check display-time-timer at runtime rather than only at load time
11857         in case display-time-mode is turned off in the mean time.
11858
11859 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11862         used.
11863
11864         * nneething.el (nneething-map-file-directory): Derive from
11865         `gnus-directory'.
11866
11867         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11868         the To/Cc button.
11869
11870 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11871
11872         * nnmaildir.el (nnmaildir-request-accept-article):
11873         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11874
11875 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11876
11877         * gnus-async.el: Require timer-funcs at compile time when in
11878         XEmacs for `run-with-idle-timer'.
11879
11880 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11881
11882         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11883         autoloaded function.
11884
11885 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11886
11887         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11888
11889 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11890
11891         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11892
11893 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11896         gnus-expert-user to default.
11897
11898 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11899
11900         * nnimap.el (nnimap-open-server): Ditto.
11901
11902         * imap.el (imap-authenticate): Fix typo.
11903
11904 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11905
11906         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11907         buffer (since IMAP server might return FETCH response out of
11908         order, and the nntp buffer must be sorted).
11909
11910 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11911
11912         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11913         comparison on string.
11914
11915         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11916         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11917         (gnus-agent-summary-fetch-series): Modified to protect against
11918         gnus-agent-summary-fetch-group clearing processable flags.
11919         (gnus-agent-synchronize-group-flags): Update live group buffer as
11920         synchronization may occur due to the user toggle the plugged
11921         status.
11922         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11923         successfully downloaded.
11924         (gnus-agent-expire-group-1): Avoid using markers when the overview
11925         is in ascending order; greatly improves performance.
11926         (gnus-agent-regenerate-group): Use
11927         gnus-agent-synchronize-group-flags to reset read status in both
11928         gnus and server.
11929         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11930
11931 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11932
11933         * message.el: Don't autoload former message-utils variables.
11934         (message-strip-subject-trailing-was): Change doc string.
11935
11936         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11937         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11938         (nnweb-google-search): Add "hl=en" here.
11939         (nnweb-google-parse-1, nnweb-google-create-mapping):
11940         Don't hardcode URL.
11941
11942 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * message.el (message-get-reply-headers, message-followup):
11945         Mention related variables `message-use-followup-to' and
11946         `message-use-mail-followup-to', in the information buffer.
11947
11948         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11949         of broken groups(-beta).google.com.
11950
11951 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11952
11953         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11954         parameter to invoked gnus-request-move-article; remove the
11955         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11956         all at once instead of once per article.
11957         (gnus-summary-remove-process-mark): Accept a list of articles as
11958         well as a single article for processing.
11959
11960         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11961         parameter.
11962
11963         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11964
11965         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11966
11967         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11968         parameter.
11969
11970         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11971         parameter.
11972
11973         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11974         parameter and remove the gnus-sum-hint-move-is-internal variable.
11975
11976         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11977         parameter.
11978
11979         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11980         parameter.
11981
11982         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11983         parameter.
11984
11985         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11986
11987         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11988         parameter.
11989
11990         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11991         parameter.
11992
11993 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11994
11995         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11996         a more conservative way.
11997
11998 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11999
12000         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12001         buffer, so it moves the window's cursor.
12002
12003 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12004
12005         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12006         `mm-dissect-multipart' and receive the from field as an (optional)
12007         argument from `mm-dissect-multipart'.
12008         (mm-dissect-multipart): Receive the from field as an argument and
12009         pass it on when we call `mm-dissect-buffer' on MIME parts.
12010         Fixes verification/decryption of signed/encrypted MIME parts.
12011
12012 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12013
12014         * gnus-sum.el (gnus-summary-move-article): Set
12015         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12016         whatever it calls (right now, only nnimap-request-move article
12017         respects it).
12018
12019         * nnimap.el (nnimap-request-move-article): When
12020         gnus-sum-hint-move-is-internal is set, don't do the extra
12021         nnimap-request-article.
12022
12023 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12026
12027         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12028         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12029
12030         * gnus-sum.el (gnus-summary-caesar-message):
12031         Apply `gnus-treat-article' after rotation.
12032
12033         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12034         doc string.
12035
12036 2005-02-22  Simon Josefsson  <jas@extundo.com>
12037
12038         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12039         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12040         <arne@arnested.dk>.
12041         (encrypt): Add password-cache and password-cache-expiry as group
12042         members.
12043
12044 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12045
12046         * smime.el (smime-ldap-host-list): Doc fix.
12047         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12048         cache) password.
12049         (smime-sign-region): Use it.
12050         (smime-decrypt-region): Use it.
12051         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12052         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12053         fails.
12054         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12055         certificate from DER to PEM format rather than calling openssl.
12056
12057         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12058
12059         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12060         for signing/encryption.
12061
12062         * mml.el (mml-parse-1): Use them.
12063
12064 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12065
12066         * nnrss.el (nnrss-verbose): Removed.
12067         (nnrss-request-group): Use `nnheader-message' instead.
12068
12069 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12070
12071         * nnrss.el (nnrss-verbose): New variable.
12072         (nnrss-request-group): Make it say nnrss is requesting a group.
12073
12074 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12077         Handle news URL with given port correctly.
12078
12079 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12082         containing special characters.
12083
12084         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12085
12086         * mml.el (mime-to-mml): Ditto.
12087
12088         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12089         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12090         (rfc2047-decode-region): Quote decoded words containing special
12091         characters when rfc2047-quote-decoded-words-containing-tspecials
12092         is non-nil.
12093
12094 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12095
12096         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12097
12098         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12099
12100 2005-02-15  Simon Josefsson  <jas@extundo.com>
12101
12102         * nnimap.el (nnimap-debug): Doc fix.
12103
12104         * imap.el (imap-debug): Doc fix.
12105
12106 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12109
12110 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12111
12112         * gnus.el (spam-contents): Improve docs for spam-contents
12113         parameter in its variable incarnation.
12114
12115 2005-02-14  Simon Josefsson  <jas@extundo.com>
12116
12117         * smime-ldap.el: Use require instead of load-library for ldap.
12118         (smime-ldap-search): Indent.
12119         (smime-ldap-search-internal): Shorten line.
12120
12121         * smime.el (smime-cert-by-dns): Add doc-string.
12122         (smime-cert-by-ldap-1): Indent.
12123
12124         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12125         mml-smime-get-dns-ldap.
12126         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12127
12128 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12129
12130         * smime.el: Require smime-ldap.
12131         (smime-ldap-host-list): New variable.
12132         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12133
12134         * mml-smime.el (mml-smime-encrypt-query): New function.
12135         (mml-smime-encrypt-query): Use it.
12136
12137         * smime-ldap.el: New file.
12138
12139 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12142
12143 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12146         argument in doc string.  Make query for type more clear.
12147
12148 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12149
12150         * gnus.el (gnus-group-startup-message): Search for gnus images in
12151         etc/images/gnus.
12152         * mm-util.el (mm-image-load-path): Likewise.
12153         * smiley.el (smiley-data-directory): Search for smilies in
12154         etc/images/smilies.
12155
12156 2005-02-09  Kim F. Storm  <storm@cua.dk>
12157
12158         Change Emacs release version from 21.4 to 22.1 throughout.
12159         Change Emacs development version from 21.3.50 to 22.0.50.
12160
12161 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12164
12165         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12166         non-Mule XEmacs as well.
12167         (mm-decompress-buffer): Signal an error intentionally if it does
12168         not decompress compressed data because auto-compression-mode is
12169         disabled.
12170
12171 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12172
12173         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12174         an ID in the registry even if it has no groups.
12175
12176 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12179         merge it into mm-decompress-buffer.
12180         (gnus-mime-copy-part): Use the MIME part charset, the value which
12181         a user specified or gnus-newsgroup-charset for decoding, like
12182         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12183         save-buffer what was used.  Suggested by Kevin Ryde
12184         <user42@zip.com.au>.
12185         (gnus-mime-inline-part): Allow the name parameter as well as the
12186         filename parameter; force decompressing of compressed data; always
12187         display contents being not decoded as unibyte.
12188
12189         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12190         as well as the filename parameter.
12191
12192         * mm-util.el (mm-decompress-buffer): Merge
12193         gnus-mime-jka-compr-maybe-uncompress.
12194         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12195         of compressed data.
12196
12197 2005-02-08  Simon Josefsson  <jas@extundo.com>
12198
12199         * imap.el (imap-log): Doc fix.
12200
12201 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12204         the coding cookies; decompress compressed parts.
12205
12206         * mml.el (mml-generate-mime-1): Add the charset parameter according
12207         to the value which a user specified manually or the coding cookie.
12208
12209         * mm-util.el (mm-string-to-multibyte): New function.
12210         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12211         (mm-coding-system-to-mime-charset): New function.
12212         (mm-decompress-buffer): New function.
12213         (mm-find-buffer-file-coding-system): New function.
12214
12215         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12216         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12217         parts.
12218
12219 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12220
12221         * mm-view.el (mm-display-inline-fontify): Decode a part according
12222         to the charset parameter.
12223
12224 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12227         prefix arg is neither nil nor a number, as info specifies.
12228
12229 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12232         timestamps.
12233
12234 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12235
12236         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12237         groups error checking and notify user.
12238
12239 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12240
12241         * message.el (message-send-mail-function): Check existence of
12242         sendmail-program first before using default value
12243         `message-send-mail-with-sendmail'.  Otherwise use more generic
12244         `smtpmail-send-it'.
12245
12246 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * nntp.el (nntp-request-update-info): Always return nil.
12249
12250 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12251
12252         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12253
12254 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12255
12256         * message.el (message-beginning-of-line): Change the behavior when
12257         invoked between BOL and : so that it first moves backward.
12258
12259 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12262         article buffer when editing of the article is discarded.
12263         (gnus-article-prepare): Revert.
12264
12265 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * gnus-art.el (gnus-article-prepare):
12268         Remove message-strip-forbidden-properties from the local hook.
12269
12270 2005-01-27  Simon Josefsson  <jas@extundo.com>
12271
12272         * password.el (password-cache-add): Only start one timer per key.
12273         Reported by Derek Atkins <warlord@MIT.EDU>.
12274
12275 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12276
12277         * run-at-time.el: Removed.  It is no longer needed as
12278         timer-funcs.el in the xemacs-base package has a working version of
12279         `run-at-time'.
12280
12281         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12282
12283         * password.el: Require timer-funcs instead of run-at-time in
12284         XEmacs.
12285         Remove `password-run-at-time' macro.
12286         (password-cache-add): Use `run-at-time' instead of
12287         `password-run-at-time'.
12288
12289         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12290         Remove `nnheader-cancel-function-timers' alias,
12291         `cancel-function-timers' exists in XEmacs in timer-funcs.
12292
12293         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12294         for `run-with-idle-timer'.
12295
12296         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12297         for `run-at-time'.
12298
12299         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12300         for `with-timeout'.
12301
12302         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12303         the same as for XEmacs 21.4.
12304         No need to ignore `run-with-idle-timer', this function exists in
12305         XEmacs now in timer-funcs.el in the xemacs-base package.
12306         (dgnushack-compile): No need to delete
12307         run-at-time.el from the list of files to compile because it
12308         doesn't exist anymore.
12309
12310 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12313         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12314
12315 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12316
12317         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12318         sensitively.
12319
12320 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12321
12322         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12323
12324 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12327         which will be inserted according to the multibyteness of a buffer
12328         rather than the type of contents.  Suggested by ARISAWA Akihiro
12329         <ari@mbf.ocn.ne.jp>.
12330
12331         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12332         of string which old xml.el may return rather than a string.
12333
12334 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12337
12338 2005-01-16  Simon Josefsson  <jas@extundo.com>
12339
12340         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12341         idn/idna.el isn't available.
12342         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12343         <michael@waxrat.com>.
12344
12345         * hashcash.el: Remove non-FSF copyright header.
12346
12347         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12348         (hashcash-generate-payment): Use it.
12349         (hashcash-generate-payment-async): Use it.
12350
12351 2005-01-15  Simon Josefsson  <jas@extundo.com>
12352
12353         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12354         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12355
12356         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12357         gnus-summary-idna-message.
12358         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12359         (gnus-summary-idna-message): New function.
12360
12361 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12364         gnus-novice-user.
12365
12366 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * nnrss.el (nnrss-request-delete-group): Delete entries in
12369         nnrss-group-alist as well.
12370         (nnrss-save-server-data): Insert newline.
12371
12372 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gnus.el (gnus-user-agent): Use list of symbols instead of
12375         symbols.  Display full version number for (S)XEmacs.  Optionally
12376         display (S)XEmacs codename.
12377
12378         * gnus-util.el (gnus-emacs-version): Update for new
12379         `gnus-user-agent'.
12380
12381         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12382         Gnus version.
12383
12384 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12387         which is unreadable in some setups.
12388
12389 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * gnus-spec.el (gnus-update-format-specifications): Flush the
12392         group format spec cache if it doesn't support decoded group names.
12393
12394 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12397         Allow to apply decay on score files matching a regexp.
12398
12399 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12402         compatibility in %g and %c.
12403
12404 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12407         name for only %g and %c.
12408         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12409         of gnus-tmp-group to decoded group name.
12410         (gnus-group-make-rss-group): Exclude `/'s from group names.
12411
12412 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * nnrss.el (nnrss-get-encoding): Fix regexp.
12415
12416 2004-12-27  Simon Josefsson  <jas@extundo.com>
12417
12418         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12419         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12420         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12421
12422 2004-12-17  Kim F. Storm  <storm@cua.dk>
12423
12424         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12425
12426         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12427
12428 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12429
12430         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12431
12432 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * nnrss.el: Require rfc2047 and mml.
12435         (nnrss-file-coding-system): New variable.
12436         (nnrss-format-string): Redefine it as an inline function.
12437         (nnrss-decode-group-name): New function.
12438         (nnrss-string-as-multibyte): Remove.
12439         (nnrss-retrieve-headers): Decode group name; don't use
12440         nnrss-format-string.
12441         (nnrss-request-group): Decode group name.
12442         (nnrss-request-article): Decode group name; allow a Message-ID as
12443         well as an article number; don't use nnrss-format-string; encode a
12444         Message-ID string which may contain non-ASCII characters; use
12445         mml-to-mime to compose a MIME article.
12446         (nnrss-request-expire-articles): Decode group name.
12447         (nnrss-request-delete-group): Decode group name.
12448         (nnrss-fetch): Clarify error message.
12449         (nnrss-read-server-data): Use insert-file-contents instead of load;
12450         bind file-name-coding-system; use multibyte buffer.
12451         (nnrss-save-server-data): Bind coding-system-for-write to the
12452         value of nnrss-file-coding-system; bind file-name-coding-system;
12453         add coding cookie.
12454         (nnrss-read-group-data): Use insert-file-contents instead of load;
12455         bind file-name-coding-system; use multibyte buffer.
12456         (nnrss-save-group-data): Bind coding-system-for-write to the
12457         value of nnrss-file-coding-system; bind file-name-coding-system.
12458         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12459         make it work with non-ASCII text.
12460         (nnrss-find-el): Make it work with old xml.el as well.
12461
12462 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12463
12464         * nnrss.el (nnrss-get-encoding): New function.
12465         (nnrss-fetch): Use unibyte buffer initially; bind
12466         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12467         decode contents according to the encoding attribute.
12468         (nnrss-save-group-data): Add coding cookie.
12469         (nnrss-mime-encode-string): New function.
12470         (nnrss-check-group): Use it to encode subject and author.
12471
12472 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12473
12474         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12475         imaginary variable.
12476
12477 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12480         correctly even if there are wide characters.
12481
12482 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12483
12484         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12485         downcased symbol names; make a new cache instead of reusing
12486         bbdb-hashtable.
12487
12488 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12491         concatenating segments rather than before concatenating them.
12492         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12493
12494         * message.el (message-get-reply-headers): Bind `extra'.
12495
12496 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497
12498         * message.el (message-extra-wide-headers): New variable.
12499         (message-get-reply-headers): Use it.
12500
12501 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12504         (gnus-agent-group-pathname): Ditto.
12505
12506         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12507
12508         * gnus-group.el (gnus-group-make-group): Decode group name.
12509         (gnus-group-make-rss-group): Register the group data after opening
12510         the nnrss group.
12511
12512 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12513
12514         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12515         by expiry now get marked as read.
12516
12517 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12520
12521 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12522
12523         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12524         unify Latin characters in XEmacs.
12525         (mm-find-mime-charset-region): Use it.
12526
12527 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-util.el (gnus-delete-directory): New function.
12530
12531         * gnus-agent.el (gnus-agent-delete-group): Use it.
12532
12533         * gnus-cache.el (gnus-cache-delete-group): Use it.
12534
12535 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12538         names.
12539
12540 2004-12-16  Simon Josefsson  <jas@extundo.com>
12541
12542         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12543
12544 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12547
12548         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12549         (gnus-group-set-current-level): Decode group name.
12550
12551 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12552
12553         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12554         failed.
12555
12556 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-group.el (gnus-group-delete-group): Decode group name.
12559         (gnus-group-make-rss-group): Encode group name.
12560         (gnus-group-catchup-current): Decode group name.
12561         (gnus-group-kill-group): Decode group name.
12562
12563 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12564
12565         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12566
12567 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * gnus-group.el (gnus-group-make-rss-group):
12570         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12571
12572         * gnus-start.el (gnus-setup-news): Honor user's setting to
12573         gnus-message-archive-method.  Suggested by Lute Kamstra
12574         <lute@gnu.org>.
12575
12576 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12577
12578         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12579         global counterparts of the buffer-local variables.
12580
12581 2004-11-16  Romain Francoise  <romain@orebokech.com>
12582
12583         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12584         counterparts of the buffer-local variables.
12585
12586 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * message.el (message-forbidden-properties): Fixed typo in doc
12589         string.
12590
12591 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * gnus-util.el (gnus-replace-in-string): Added doc string.
12594
12595         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12596         to avoid problems when splitting mails with many recipients.
12597
12598 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12599
12600         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12601         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12602
12603 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12604
12605         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12606         if there is no hashtable in memory or file modification time is
12607         newer than cached timestamp.
12608
12609 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12612         not-matching option.
12613
12614 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12617         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12618         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12619         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12620         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12621         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12622
12623 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * message.el (message-forward-make-body-mml): Remove headers
12626         according to message-forward-ignored-headers if a message is decoded.
12627
12628 2004-12-02  Romain Francoise  <romain@orebokech.com>
12629
12630         * message.el (message-forward-make-body-plain): Always remove
12631         headers according to message-forward-ignored-headers.
12632
12633 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12634
12635         * spam.el (spam-summary-prepare-exit): Remove the
12636         gnus-summary-limit pop for now, it has problems with ham marks for
12637         me.
12638
12639 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12640
12641         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12642         correctly.
12643
12644 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12645
12646         * format-spec.el (format-spec): Message the char.
12647
12648 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12649
12650         * gnus-art.el (gnus-split-methods): Reformat comments.
12651
12652         * spam.el (spam-summary-prepare-exit): Remove article limits
12653         before exiting the summary buffer.
12654
12655 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12658         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12659
12660         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12661         order to silence the byte compiler.
12662
12663         * spam.el: Fix the way to silence the byte compiler, which
12664         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12665         bbdb-search-simple, spam-BBDB-register-routine,
12666         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12667         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12668         spam-stat-buffer-is-spam, spam-stat-load,
12669         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12670         spam-stat-save and spam-stat-split-fancy.
12671
12672 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12675         which may confuse users.
12676         (canlock-password-for-verify): Ditto.
12677
12678         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12679
12680         * gnus-art.el (gnus-emphasis-alist): Ditto.
12681
12682         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12683
12684         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12685
12686         * gnus-start.el (gnus-save-killed-list): Ditto.
12687
12688         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12689         (gnus-sum-thread-tree-root): Ditto.
12690         (gnus-sum-thread-tree-false-root): Ditto.
12691         (gnus-sum-thread-tree-single-indent): Ditto.
12692
12693         * message.el (message-courtesy-message): Ditto.
12694         (message-archive-note): Ditto.
12695         (message-subscribed-address-file): Ditto.
12696         (message-user-fqdn): Ditto.
12697
12698         * spam-report.el (spam-report-gmane-regex): Ditto.
12699
12700         * spam.el (spam-blackhole-good-server-regex): Ditto.
12701
12702 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * mml.el (mml-preview): Widen the message buffer before copying
12705         the contents to the preview buffer; sort headers before previewing.
12706
12707         * message.el (message-hidden-headers): Fix the way to avoid a bug
12708         in the `repeat' widget in Emacs 21.3 or earlier.
12709
12710 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * message.el (message-hidden-headers): Default to "^References:".
12713         Improve customization type.  Suggested by Reiner Steib
12714         <Reiner.Steib@gmx.de>.
12715
12716 2004-11-25  Romain Francoise  <romain@orebokech.com>
12717
12718         * message.el (message-strip-forbidden-properties): Remove check for
12719         obsolete `message-hidden' text property, hidden headers are not
12720         accessible in the buffer anymore.
12721
12722 2004-11-22  Romain Francoise  <romain@orebokech.com>
12723
12724         * message.el (message-header-format-alist): Add `From' in list
12725         so that it can be sorted.
12726         (message-fix-before-sending): Widen and sort headers before
12727         sending.
12728         (message-hide-headers): Use narrowing to hide headers by moving
12729         them to the top of the buffer and narrowing to the region
12730         underneath.
12731
12732 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733
12734         * message.el (message-strip-forbidden-properties): Bind
12735         buffer-read-only (etc) to nil.
12736
12737 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12740         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12741
12742 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12743
12744         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12745
12746 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12747
12748         * dns.el (query-dns): Use sit-for to time instead of
12749         accept-process-output, since that doesn't seem to work on udp
12750         sockets.
12751
12752 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12755
12756 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12757
12758         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12759         doc string.  Improve doc string.
12760
12761 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * nntp.el (nntp-request-update-info): Return nil if
12764         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12765         may not call gnus-activate-group which uselessly issues the GROUP
12766         commands for all nntp groups and wastes time.  Reported by Romain
12767         Francoise <romain@orebokech.com>.
12768
12769         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12770
12771 2004-11-15  Simon Josefsson  <jas@extundo.com>
12772
12773         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12774         headers separately.
12775         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12776         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12777
12778 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * gnus-start.el (gnus-convert-old-newsrc):
12781         Assign legacy-gnus-agent to 5.10.7.
12782
12783 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12784
12785         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12786         start of the lines.
12787
12788 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12789
12790         * hashcash.el (hashcash-default-payment): Change default to 20.
12791         (hashcash-default-accept-payment): Change default to 20.
12792         (hashcash-process-alist): New variable.
12793         (hashcash-generate-payment-async): Add.
12794         (hashcash-already-paid-p): Add.
12795         (hashcash-insert-payment): Don't generate payments twice.
12796         (hashcash-insert-payment-async): Add.
12797         (hashcash-insert-payment-async-2): Add.
12798         (hashcash-cancel-async): Add.
12799         (hashcash-wait-async): Add.
12800         (hashcash-processes-running-p): Add.
12801         (hashcash-wait-or-cancel): Add.
12802         (mail-add-payment): New optional argument.  Conditionally start
12803         asynchronous calculation.
12804         (mail-add-payment-async): Add.
12805
12806         * message.el (message-send-mail): Wait for asynchronous hashcash
12807         results.  Don't clobber existing X-Hashcash headers.
12808         (message-setup-1): Call mail-add-payment-async when
12809         message-generate-hashcash is non-nil.
12810
12811 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12812
12813         * message.el (message-use-alternative-email-as-from): Examine the
12814         From header as well; use message-make-from in order to include a
12815         user's full name.
12816
12817 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12820         default; improve customization type.
12821         (gnus-emphasis-custom-with-format): New macro.
12822         (gnus-emphasis-custom-value-to-external): New function.
12823         (gnus-emphasis-custom-value-to-internal): New function.
12824
12825 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12826
12827         * dns.el (query-dns): Resolve reverse addresses.
12828
12829 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12830
12831         * gnus-group.el (gnus-group-get-new-news): Use it.
12832
12833         * gnus-start.el (gnus-check-reasonable-setup): New function.
12834
12835 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12838         "Args out of range" error.  Reported by Arnaud Giersch
12839         <arnaud.giersch@free.fr>.
12840
12841 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12842
12843         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12844
12845 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12846
12847         * spam.el (spam group): Add :version.
12848
12849         * pgg-def.el (pgg group): Add :version.
12850
12851 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * gnus-art.el (gnus-article-edit-article): Don't associate the
12854         article buffer with a draft file.  This is a temporary measure
12855         against the 2004-08-22 change to gnus-article-edit-mode.
12856
12857 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12860         (html2text-format-tags): Remove unused variable `attr'.
12861
12862 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12865
12866         * tls.el (tls-process-connection-type, tls-success)
12867         (tls-certtool-program): Add :version.
12868
12869         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12870         (starttls-extra-arguments, starttls-process-connection-type)
12871         (starttls-connect, starttls-failure, starttls-success): Add :version.
12872
12873         * spam-stat.el (spam-stat): Add :version.
12874
12875         * sieve.el (sieve): Add :version.
12876
12877         * sha1.el (sha1): Add :version.
12878         (sha1-use-external): Remove redundant version.
12879
12880         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12881         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12882         (nnmail-split-fancy-match-partial-words)
12883         (nnmail-split-lowercase-expanded): Add :version.
12884
12885         * nndiary.el (nndiary): Add :version.
12886
12887         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12888
12889         * mml-sec.el (mml-default-sign-method)
12890         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12891         Add :version.
12892
12893         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12894
12895         * mm-url.el (mm-url-use-external, mm-url-program)
12896         (mm-url-arguments): Add :version.
12897
12898         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12899         (mm-attachment-file-modes, mm-decrypt-option)
12900         (mm-w3m-safe-url-regexp): Add :version.
12901
12902         * message.el (message-cite-prefix-regexp)
12903         (message-sendmail-envelope-from, message-minibuffer-local-map)
12904         (message-user-fqdn, message-completion-alist): Add :version.
12905
12906         * gnus-win.el (gnus-configure-windows-hook)
12907         (gnus-use-frames-on-any-display): Add :version.
12908
12909         * gnus-art.el (gnus-article-address-banner-alist)
12910         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12911         (gnus-treat-from-picon, gnus-treat-mail-picon)
12912         (gnus-treat-x-pgp-sig): Add :version.
12913
12914         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12915         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12916         (gnus-summary-article-delete-hook)
12917         (gnus-summary-display-while-building): Add :version.
12918
12919         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12920         (gnus-get-top-new-news-hook): Add :version.
12921
12922         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12923         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12924
12925         * gnus-registry.el (gnus-registry): Add :version.
12926
12927         * gnus-spec.el (gnus-use-correct-string-widths)
12928         (gnus-make-format-preserve-properties): Add :version.
12929
12930         * gnus.el (gnus-group-charter-alist)
12931         (gnus-group-fetch-control-use-browse-url)
12932         (gnus-install-group-spam-parameters): Add :version.
12933
12934         * gnus-diary.el (gnus-diary): Add :version.
12935
12936         * gnus-delay.el (gnus-delay): Add :version.
12937
12938         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12939         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12940         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12941         Add :version.
12942
12943         * gnus-agent.el (gnus-agent-max-fetch-size)
12944         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12945         (gnus-agent-prompt-send-queue): Add :version.
12946
12947         * deuglify.el (gnus-outlook-deuglify): Add :version.
12948
12949         * html2text.el: Beautify code.  Improve doc strings.  Some
12950         checkdoc cleanup.
12951         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12952
12953 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12954
12955         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12956
12957 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12958
12959         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12960         when package is loaded.
12961
12962         * spam.el (spam-summary-score-preferred-header): Add global preference
12963         for people who want to override the default SpamAssassin over
12964         Bogofilter preference (when both are set).
12965         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12966         (spam-user-format-function-S): Check
12967         spam-summary-score-preferred-header.
12968         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12969         (spam-user-format-function-S): Format the score correctly.
12970
12971 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12974         signature file.  Suggested by Manoj Srivastava
12975         <srivasta@golden-gryphon.com>.
12976
12977         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12978         iso-2022-jp even in the Japanese language environment.
12979         Suggested by Jason Rumney <jasonr@gnu.org>.
12980
12981 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12984         use the same characters as the dummy marks; make it free from
12985         getting affected by the language environment.
12986         (gnus-summary-read-group-1): Update mark positions only when the
12987         format spec is updated.
12988
12989         * gnus-spec.el (gnus-update-format-specifications): Return a list
12990         of updated types.
12991
12992 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12995         of boundp to check if display-warning is available.
12996
12997 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12998
12999         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13000
13001 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * nnspool.el (nnspool-spool-directory): Use news-path if the
13004         news-directory variable is not bound.
13005
13006         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13007         function instead of display-warning if it is not available.
13008
13009 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13012         v5-10: Use `point-at-bol'.
13013
13014 2004-10-26  Simon Josefsson  <jas@extundo.com>
13015
13016         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13017         <chenggao@gmail.com>.
13018
13019 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13022         instead.
13023
13024 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13025
13026         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13027         to remove a server from the nnimap-server-buffer-alist.
13028         (nnimap-open-connection, nnimap-close-server): Use it.
13029
13030         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13031
13032 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13035         running the major-mode function.
13036
13037 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13040         dummy marks in the right way.
13041
13042 2004-10-18  David Edmondson  <dme@dme.org>
13043
13044         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13045         excessively.
13046
13047 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13048
13049         * gnus-util.el (gnus-split-references): Accept a nil references
13050         string and go on blissfully.
13051
13052         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13053         cases where the references string is non-nil but has no references.
13054
13055         * encrypt.el: Add autoload tags.
13056
13057         * spam.el (spam-resolve-registrations-routine): Remove article
13058         from unregistration list too.  Reported by David Hanak
13059         <dhanak@isis.vanderbilt.edu>
13060
13061 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13064         nil.  Changed custom type.
13065
13066 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13069
13070         * gnus-sum.el (gnus-summary-move-article): Use it.
13071
13072 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13073
13074         * encrypt.el: Add autoload cookies.
13075
13076         * spam.el (spam-backend-article-list-property)
13077         (spam-backend-get-article-todo-list)
13078         (spam-backend-put-article-todo-list)
13079         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13080         Resolve registrations separately.
13081         (spam-register-routine): Format comments.
13082         (spam-unregister-routine, spam-register-routine): Always call with
13083         specific-articles, no default list.
13084         (spam-summary-prepare-exit): Use the spam-classifications function.
13085
13086         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13087         gnus-encrypt.el.
13088
13089         * encrypt.el: Copied from gnus-encrypt.el.
13090
13091         * gnus-encrypt.el: Commented that it's obsolete.
13092
13093 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13096         (gnus-score-save): Use it.
13097
13098         * message.el (message-bury): Use `window-dedicated-p'.
13099
13100 2004-10-15  Simon Josefsson  <jas@extundo.com>
13101
13102         * pop3.el (top-level): Don't require nnheader.
13103         (pop3-read-timeout): Add.
13104         (pop3-accept-process-output): Add.
13105         (pop3-read-response, pop3-retr): Use it.
13106
13107 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13108
13109         * spam.el (spam-register-routine): Move comment.
13110         (spam-verify-bogofilter): Use 'unknown for the initial
13111         spam-bogofilter-valid state, not 'never.
13112
13113         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13114         for netrc-machine.
13115
13116         * nnimap.el (nnimap-open-connection): Use
13117         netrc-machine-user-or-password.
13118
13119 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13120
13121         * gnus-registry.el (gnus-registry-unload-hook):
13122         Set as a variable with add-hook.
13123
13124         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13125         of news-path.
13126
13127         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13128
13129         * spam.el: Delete duplicate `provide'.
13130         (spam-unload-hook): Set as a variable with add-hook.
13131
13132 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13135         in the doc string.
13136
13137         * message.el (message-ignored-news-headers)
13138         (message-ignored-supersedes-headers)
13139         (message-ignored-resent-headers)
13140         (message-forward-ignored-headers): Improve custom type.
13141
13142 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * message.el (message-tokenize-header): Fix 2004-09-06 change
13145         which used point-min in the wrong place.
13146
13147 2004-10-12  Simon Josefsson  <jas@extundo.com>
13148
13149         * tls.el (tls-certtool-program): New variable.
13150         (tls-certificate-information): New function, based on
13151         ssl-certificate-information.
13152
13153 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * compface.el: Move the version of ELisp-based uncompface program
13156         to the contrib directory because of the copyright problem.
13157
13158 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * message.el (message-kill-buffer): Raise the current frame.
13161
13162 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13165
13166         * gnus.el (message-y-or-n-p): Autoload.
13167
13168         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13169         (pop3-password-required, pop3-authentication-scheme)
13170         (pop3-leave-mail-on-server): Made customizable.
13171         (pop3): New custom group.
13172         (pop3-retr): Remove `sleep-for' statements.
13173         Suggested by Dave Love <fx@gnu.org>.
13174
13175         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13176         Windows/DOS.
13177
13178         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13179         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13180         Dave Love <fx@gnu.org>.
13181
13182         * mml.el (mml-minibuffer-read-disposition): Require match.
13183         Suggested by Dave Love <fx@gnu.org>.
13184
13185 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13186
13187         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13188         doc string.
13189
13190 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13193
13194 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13195
13196         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13197         instead of calling `mm-insert-inline', to decode text/* parts
13198         before displaying them.
13199
13200 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * mm-uu.el (mm-uu-text-plain-type): New variable.
13203         (mm-uu-pgp-signed-extract-1): Use it.
13204         (mm-uu-pgp-encrypted-extract-1): Use it.
13205         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13206         bind mm-uu-text-plain-type with that value.
13207         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13208         mm-uu-dissect.
13209
13210 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-group.el (gnus-update-group-mark-positions):
13213         * gnus-sum.el (gnus-update-summary-mark-positions):
13214         * message.el (message-check-news-body-syntax):
13215         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13216         of string-as-multibyte.
13217
13218 2004-10-05  Juri Linkov  <juri@jurta.org>
13219
13220         * gnus-group.el (gnus-update-group-mark-positions):
13221         * gnus-sum.el (gnus-update-summary-mark-positions):
13222         * message.el (message-check-news-body-syntax):
13223         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13224         8-bit unibyte values to a multibyte string for search functions.
13225
13226 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13229         (mm-uu-dissect-text-parts): New function.
13230
13231         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13232         dissect text parts.
13233
13234         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13235         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13236
13237         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13238
13239         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13240         gnus-current-topics instead of gnus-current-topic.
13241
13242 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13243
13244         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13245
13246 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13247
13248         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13249         where approriate.
13250
13251         * nnml.el (nnml-generate-active-info): do.
13252
13253         * nndiary.el (nndiary-generate-active-info): do.
13254
13255         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13256         (gnus-topic-move): do.
13257
13258         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13259         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13260
13261         * gnus-srvr.el (gnus-server-prepare)
13262         (gnus-server-open-all-servers): do.
13263
13264         * gnus-msg.el (gnus-summary-cancel-article)
13265         (gnus-summary-resend-message)
13266         (gnus-summary-mail-crosspost-complaint): do.
13267
13268         * gnus-move.el (gnus-change-server): do.
13269
13270         * gnus-group.el (gnus-group-unmark-all-groups)
13271         (gnus-group-set-current-level): do.
13272
13273 2004-10-04  Simon Josefsson  <jas@extundo.com>
13274
13275         * message.el (message-generate-hashcash): Doc fix.
13276
13277 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13278
13279         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13280         avoid infinite recursion via gnus-get-function.
13281
13282 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13283
13284         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13285
13286         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13287
13288         * nnmail.el (nnmail-split-history): do.
13289
13290         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13291         (nnml-request-delete-group): do.
13292
13293         * nnslashdot.el (nnslashdot-read-groups): do.
13294
13295         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13296         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13297
13298         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13299         (nnspool-sift-nov-with-sed): Use last.
13300         (nnspool-retrieve-headers-with-nov): Use mapc.
13301         (nnspool-request-newgroups): Use dolist.
13302         (nnspool-request-group): Use last.
13303
13304         * nntp.el (nntp-read-server-type): Use dolist.
13305
13306         * nnvirtual.el (nnvirtual-create-mapping)
13307         (nnvirtual-update-read-and-marked): Use dolist.
13308         (nnvirtual-convert-headers): Simplify.
13309
13310 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13311
13312         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13313         support for sync'ing tick marks.
13314
13315 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13318         there's no visible header.
13319
13320 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13321
13322         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13323         necessary, pass full group name to gnus-request-set-marks.
13324
13325 2004-10-01  Simon Josefsson  <jas@extundo.com>
13326
13327         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13328         acroread.
13329
13330 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13331
13332         * spam-report.el (spam-report-gmane): Fix interactive.
13333
13334         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13335
13336         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13337         when writing file.
13338         (gnus-agent-synchronize-flags): Don't default to being
13339         interactive.
13340
13341 2004-09-30  Simon Josefsson  <jas@extundo.com>
13342
13343         * message.el (message-generate-hashcash): Add.
13344         (message-send-mail): Use it, call mail-add-payment.
13345
13346 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13347
13348         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13349
13350 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13351
13352         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13353         gnus-requst-update-info with explicit code to sync the in-memory
13354         info read flags with the marks being sync'd to the backend.
13355
13356         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13357
13358 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13359
13360         * spam.el (spam-verify-bogofilter): Add new function.
13361         (spam-check-bogofilter)
13362         (spam-bogofilter-register-with-bogofilter): Use it.
13363         (spam-verify-bogofilter): Add small fixes.
13364
13365 2004-09-28  Simon Josefsson  <jas@extundo.com>
13366
13367         * hashcash.el (hashcash-generate-payment): Revert.
13368
13369 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13372         gnus-extract-references instead of gnus-split-references.
13373
13374         * gnus-util.el (gnus-extract-references): Add new function, analogous
13375         to gnus-split-references but extracts only the message-ID without
13376         anything extra.
13377
13378         * hashcash.el (hashcash-generate-payment)
13379         (hashcash-check-payment): Do the right thing if hashcash-path is
13380         nil (because the hashcash program could not be found).
13381
13382         * spam.el (spam-use-hashcash): Remove comment.
13383
13384 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13385
13386         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13387         (gnus-cache-enter-article, gnus-cache-remove-article)
13388         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13389
13390         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13391
13392         * gnus-art.el (article-hide-boring-headers)
13393         (article-translate-strings, article-display-face)
13394         (gnus-article-mime-match-handle-first)
13395         (gnus-article-highlight-headers)
13396         (gnus-article-add-buttons-to-head): do.
13397
13398 2004-09-27  Simon Josefsson  <jas@extundo.com>
13399
13400         * hashcash.el: New version, from
13401         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13402         ../contrib/.
13403
13404 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13407
13408 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13409
13410         * gnus-dup.el (gnus-dup-open): Use mapc.
13411         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13412
13413         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13414         Reported by Stefan Wiens <s.wi@gmx.net>.
13415
13416         * gnus.el (gnus-shutdown): Use dolist.
13417
13418         * gnus-undo.el (gnus-undo): Use mapc.
13419
13420         * nnrss.el (nnrss-generate-active): do.
13421
13422         * message.el (message-cite-original-without-signature)
13423         (message-cite-original): Use mapc.
13424         (message-do-actions, message-make-forward-subject): Use dolist.
13425
13426 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13427
13428         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13429         deletion to remove entire duplicate line.  Fixes merged article
13430         number bug.
13431
13432 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13433
13434         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13435         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13436         first ask if you want to open a server and then, even when you
13437         responded with no, asking if you want to synchronize the server's
13438         flags.
13439         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13440         multi-line expressions.
13441         (gnus-agent-synchronize-group-flags): New internal function.
13442         Updates marks in memory (in the info structure) AND in the
13443         backend.
13444
13445         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13446
13447         * nnagent.el (nnagent-request-set-mark): Use
13448         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13449         method, to ensure that synchronization updates marks in the
13450         backend and in the info (in memory) structure.
13451
13452 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13455         convention fully; don't miss the root article of a thread; make
13456         the X-Draft-From header with correct article numbers.
13457
13458 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13459
13460         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13461         unless plugged.  Disable the agent so that an open failure causes
13462         an error.
13463
13464         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13465         Reverted 2004-09-21 change.  The backend must be opened while
13466         synchronizing flags even when the backend stores the flags
13467         locally.
13468
13469 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13472         in `header' match.  Reported by Svend Tollak Munkejord.
13473
13474         * message.el (message-cite-original): Fix use of
13475         `message-cite-articles-with-x-no-archive'.
13476
13477 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13480         (gnus-window-to-buffer): Ditto.
13481
13482         * mml.el (mml-preview-buffer): New variable.
13483         (mml-preview): Manage window layout with gnus-buffer-configuration.
13484
13485         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13486         X-Draft-From header even if those articles aren't quoted.
13487
13488 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13489
13490         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13491         (gnus-request-set-mark, gnus-request-update-mark): Use new
13492         g-s-t-u-l-m to decide to use backend even when unplugged.
13493
13494 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13497         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13498
13499 2004-09-20  Simon Josefsson  <jas@extundo.com>
13500
13501         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13502         "utf-16-le".
13503
13504 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13505
13506         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13507
13508 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * uudecode.el (uudecode-use-external): Add :version.
13511
13512         * smime.el (smime-CA-file, smime-encrypt-cipher)
13513         (smime-dns-server): Add :version.
13514
13515         * smiley.el (gnus-smiley-file-types): Add :version.
13516
13517         * sha1.el (sha1-use-external): Add :version.
13518
13519         * pgg-def.el (pgg-query-keyserver): Add :version.
13520
13521         * nnmail.el (nnmail-fancy-expiry-targets)
13522         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13523         Add :version.
13524
13525         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13526         (nnimap-retrieve-groups-asynchronous): Add :version.
13527         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13528
13529         * mml.el (mml-content-disposition-parameters)
13530         (mml-insert-mime-headers-always): Add :version.
13531
13532         * mm-util.el (mm-coding-system-priorities): Add :version.
13533
13534         * mm-decode.el (mm-inline-text-html-with-images)
13535         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13536         (mm-verify-option): Add :version.
13537         (mm-text-html-renderer): Change :version.
13538
13539         * message.el (message-fcc-externalize-attachments)
13540         (message-required-headers, message-draft-headers)
13541         (message-subject-trailing-was-query)
13542         (message-subject-trailing-was-ask-regexp)
13543         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13544         (message-mark-insert-end, message-archive-header)
13545         (message-archive-note, message-cross-post-default)
13546         (message-cross-post-note, message-followup-to-note)
13547         (message-cross-post-note-function, message-use-mail-followup-to)
13548         (message-subscribed-address-functions)
13549         (message-subscribed-address-file, message-subscribed-addresses)
13550         (message-subscribed-regexps, message-allow-no-recipients)
13551         (message-yank-cited-prefix, message-signature-insert-empty-line)
13552         (message-hidden-headers, message-hierarchical-addresses)
13553         (message-mail-user-agent, message-use-idna)
13554         (message-valid-fqdn-regexp)
13555         (message-strip-special-text-properties, message-header-synonyms)
13556         (message-beginning-of-line, message-tab-body-function): Add :version.
13557         (message-insert-canlock, message-wide-reply-confirm-recipients):
13558         Change :version.
13559
13560         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13561         and :version.
13562         (mail-source-delete-old-incoming-confirm)
13563         (mail-source-movemail-program): Add :version.
13564
13565         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13566         (gnus-agent-cache, gnus-agent): Change :version.
13567
13568         * gnus-util.el (gnus-use-byte-compile): Change :version.
13569
13570         * gnus-sum.el (gnus-summary-make-false-root-always)
13571         (gnus-summary-default-high-score)
13572         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13573         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13574         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13575         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13576         (gnus-sum-thread-tree-single-indent)
13577         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13578         (gnus-sum-thread-tree-leaf-with-other)
13579         (gnus-sum-thread-tree-single-leaf): Add :version.
13580         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13581         (gnus-article-loose-mime): Change :version.
13582
13583         * gnus-start.el (gnus-backup-startup-file)
13584         (gnus-save-startup-file-via-temp-buffer): Add :version.
13585
13586         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13587         (gnus-server-offline-face): Add :version.
13588
13589         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13590
13591         * gnus-msg.el (gnus-gcc-externalize-attachments)
13592         (gnus-debug-files, gnus-debug-exclude-variables)
13593         (gnus-discouraged-post-methods): Change :version.
13594         (gnus-confirm-mail-reply-to-news)
13595         (gnus-confirm-treat-mail-like-news): Add :version.
13596
13597         * gnus-int.el (gnus-server-unopen-status): Add :version.
13598
13599         * gnus-group.el (gnus-group-jump-to-group-prompt)
13600         (gnus-large-ephemeral-newsgroup)
13601         (gnus-fetch-old-ephemeral-headers): Add :version.
13602
13603         * gnus-fun.el (gnus-x-face-directory)
13604         (gnus-convert-pbm-to-x-face-command)
13605         (gnus-convert-image-to-x-face-command)
13606         (gnus-convert-image-to-face-command): Add :version.
13607
13608         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13609
13610         * gnus-cite.el (gnus-cite-blank-line-after-header)
13611         (gnus-article-boring-faces): Add :version.
13612
13613         * gnus-art.el (gnus-buttonized-mime-types)
13614         (gnus-inhibit-mime-unbuttonizing)
13615         (gnus-treat-display-face)
13616         (gnus-treat-body-boundary): Change :version.
13617         (gnus-body-boundary-delimiter, gnus-picon-databases)
13618         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13619         (gnus-treat-date-english, gnus-treat-fold-headers)
13620         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13621         (gnus-treat-mail-picon, gnus-treat-wash-html)
13622         (gnus-article-encrypt-protocol)
13623         (gnus-use-idna, gnus-article-over-scroll)
13624         (gnus-mime-display-multipart-alternative-as-mixed)
13625         (gnus-mime-display-multipart-related-as-mixed)
13626         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13627         (gnus-ctan-url, gnus-button-ctan-handler)
13628         (gnus-button-handle-ctan-bogus-regexp)
13629         (gnus-button-ctan-directory-regexp)
13630         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13631         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13632         (gnus-button-man-level, gnus-button-emacs-level)
13633         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13634
13635         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13636         (gnus-agent-go-online): Change :version.
13637         (gnus-agent-expire-unagentized-dirs)
13638         (gnus-agent-auto-agentize-methods): Add :version.
13639
13640         * flow-fill.el (fill-flowed-display-column)
13641         (fill-flowed-encode-column): Add :version.
13642
13643         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13644         (gnus-outlook-deuglify-unwrap-max)
13645         (gnus-outlook-deuglify-cite-marks)
13646         (gnus-outlook-deuglify-unwrap-stop-chars)
13647         (gnus-outlook-deuglify-no-wrap-chars)
13648         (gnus-outlook-deuglify-attrib-cut-regexp)
13649         (gnus-outlook-deuglify-attrib-verb-regexp)
13650         (gnus-outlook-deuglify-attrib-end-regexp)
13651         (gnus-outlook-display-hook): Add :version.
13652
13653         * binhex.el (binhex-use-external): Add :version.
13654
13655 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13656
13657         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13658         and `invisible'.
13659
13660 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13661
13662         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13663         in gnus-registry-trim.
13664
13665 2004-09-13  Simon Josefsson  <jas@extundo.com>
13666
13667         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13668
13669         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13670
13671         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13672         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13673         <yamaoka@jpl.org>.
13674         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13675         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13676         <yamaoka@jpl.org>.
13677
13678         * sieve.el (sieve-manage-mode): Ditto.
13679
13680 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13683
13684 2004-09-11  Simon Josefsson  <jas@extundo.com>
13685
13686         * dns-mode.el: Add.
13687
13688         * mm-view.el (mm-display-dns-inline): Add.
13689
13690         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13691         (mm-automatic-display): Ditto.
13692
13693         * mailcap.el (mailcap-mime-data): Add text/dns.
13694         (mailcap-mime-extensions): Map .soa to text/dns.
13695
13696 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13697
13698         * gnus-art.el (article-decode-mime-words, article-babel)
13699         (gnus-article-highlight-signature, gnus-article-add-buttons)
13700         (gnus-signature-toggle): Remove unnecessary bindings of
13701         `inhibit-read-only' inherited from v5.10 merge.
13702
13703 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * nntp.el (nntp): New customization group.
13706         (nntp-authinfo-file): Add customization group.
13707
13708         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13709
13710         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13711
13712         * gnus.el (to-address, to-list, subscribed)
13713         (large-newsgroup-initial): Ditto.
13714
13715         * flow-fill.el (fill-flowed-display-column)
13716         (fill-flowed-encode-column): Ditto.
13717
13718 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13719
13720         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13721         Use point-min rather than 1.
13722         (message-send-mail): Use buffer-size rather than point-max.
13723
13724         * gnus-sum.el (gnus-summary-search-article-forward):
13725         Signal a specific `search-failed' rather than a generic `error'.
13726
13727         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13728         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13729         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13730
13731 2004-09-10  Simon Josefsson  <jas@extundo.com>
13732
13733         * nndb.el (require): Remove tcp and duplicate cl.
13734
13735 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * gnus-agent.el (directory-files-and-attributes): Move forward.
13738
13739 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13740
13741         * gnus-agent.el (directory-files-and-attributes): Optionally
13742         defined to support XEmacs.
13743
13744 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13745
13746         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13747         to avoid run-time CL dependencies.
13748         (gnus-agent-unfetch-articles): New function.
13749         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13750         article numbers even when local .overview file is missing.
13751         (gnus-agent-read-article-number): New function.  Only accepts
13752         27-bit article numbers.
13753         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13754         gnus-agent-read-article-number.
13755         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13756         from backend while recognizing that article numbers in .overview
13757         must be valid.
13758         (gnus-agent-update-files-total-fetched-for): Use
13759         directory-files-and-attributes to improve performance.
13760         * gnus-int.el (gnus-request-move-article): Use
13761         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13762         improve performance.
13763
13764         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13765         some users confused by references to .newsrc when they only have a
13766         .newsrc.eld file.
13767         (gnus-convert-mark-converter-prompt)
13768         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13769         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13770         New function.  Used internally to only display 'gnus converting
13771         files' message when actually necessary.
13772
13773         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13774         methods now autoloaded.
13775
13776 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13779         identifiers.
13780
13781 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * gnus-picon.el: Fix indentation and closing parenthesis.
13784
13785 2004-09-01  Simon Josefsson  <jas@extundo.com>
13786
13787         * message.el (message-canlock-generate): Require sha1, not
13788         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13789         to require within a function.  Sadly, if sha1.el isn't loaded, the
13790         let binding in m-c-g will hide the defcustom definition, which is
13791         bad.)
13792
13793         * canlock.el: Require sha1, not sha1-el.
13794
13795         * message.el: Don't autoload sha1 (there is a autoload cookie in
13796         sha1.el).
13797
13798         * sha1-el.el: Renamed to sha1.el.
13799
13800 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13801
13802         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13803
13804 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13805
13806         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13807
13808 2004-08-30  Kim F. Storm  <storm@cua.dk>
13809
13810         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13811
13812         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13813         Add :group 'nnimap.
13814
13815 2004-08-30  Andreas Schwab  <schwab@suse.de>
13816
13817         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13818         ?* and ?\;.
13819
13820         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13821         and ?\' to symbol instead of whitespace.
13822
13823 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13826
13827         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13828         instead of re-search-forward.
13829
13830         * gnus-uu.el (gnus-uu-save-article): Ditto.
13831         (gnus-uu-post-encode-uuencode): Ditto.
13832
13833         * html2text.el (html2text-clean-list-items): Ditto.
13834         (html2text-clean-dtdd): Ditto.
13835         (html2text-format-tags): Ditto.
13836
13837         * message.el (message-send-mail-with-sendmail): Fix regexp.
13838         (message-fill-field-general): Use search-forward instead of
13839         re-search-forward.
13840         (unbold-region): Ditto.
13841
13842         * nnrss.el (nnrss-request-article): Ditto.
13843
13844         * nnslashdot.el (nnslashdot-request-article): Ditto.
13845
13846         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13847
13848         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13849         "Unrecognized menu descriptor" error in XEmacs.
13850
13851 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13852
13853         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13854         parent article of a sparse article in the thread hashtb.
13855
13856 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13857
13858         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13859         (nnmail-expand-newtext): Lowercase expanded entries if
13860         nnmail-split-lowercase-expanded is non-nil.
13861
13862 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13865
13866         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13867         of gnus-tmp-news-method into string under XEmacs.  It will be
13868         passed to gnus-correct-length which takes only a string argument.
13869
13870 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-util.el (gnus-bind-print-variables): New macro.
13873         (gnus-prin1): Use it.
13874         (gnus-prin1-to-string): Use it.
13875         (gnus-pp): New function.
13876         (gnus-pp-to-string): New function.
13877
13878         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13879         Replace pp-to-string with gnus-pp-to-string.
13880         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13881         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13882         * gnus-msg.el (gnus-debug): Ditto.
13883         * gnus-score.el (gnus-score-save): Ditto.
13884         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13885         gnus-pp-to-string.
13886         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13887         with gnus-pp.
13888         * score-mode.el (gnus-score-pretty-print): Ditto.
13889         * webmail.el (webmail-debug): Ditto.
13890
13891 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-art.el (article-display-face, article-display-x-face):
13894         Use buffer-read-only.
13895
13896 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-art.el (article-hide-list-identifiers):
13899         Bind inhibit-read-only as t.
13900
13901 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13904
13905 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13906
13907         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13908         (gnus-narrow-to-page): Don't assume point-min == 1.
13909         (gnus-article-edit-mode): Derive from message-mode.
13910
13911         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13912         point-min == 1.
13913
13914         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13915         Disable incorrect use of `assert'.
13916
13917         * message.el (message-mode): Set comment-start-skip.
13918
13919
13920 2004-08-22  Sam Steingold  <sds@gnu.org>
13921
13922         * pop3.el (pop3-leave-mail-on-server): New user variable.
13923         (pop3-movemail): Delete mail only when it is nil.
13924
13925 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13928
13929         * mml.el (mml-preview): Use `pop-to-buffer'.
13930
13931         * message.el (message-goto-mail-followup-to): Insert after "To".
13932         (message-carefully-insert-headers): Add comment.
13933
13934         * gnus.el: Remove unused variable `gnus-article-check-size'.
13935
13936         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13937
13938         * gnus-art.el (gnus-button-alist): Improve
13939         `gnus-button-handle-library' entry.
13940
13941 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13942
13943         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13944         downcase, since XEmacs capitalizes error messages differently.
13945
13946 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13947
13948         * nntp.el: Add (require 'gnus) due to reference to
13949         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13950
13951 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13952
13953         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13954         `mm-fill-flowed'.
13955
13956         * mm-decode.el (mm-dissect-singlepart): Check it.
13957
13958 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13959
13960         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13961         'imap' for netrc parsing.
13962
13963 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * mailcap.el (mailcap-mime-data): Mark as risky.
13966
13967 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13968
13969         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13970         may be included in the encoded word.
13971         (rfc2047-encode): Don't append a space if the encoded word
13972         includes close parenthesis.
13973
13974 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13977         of text within parentheses.
13978
13979 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13980
13981         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13982         (gnus-encrypt-write-file-contents): Make the password key the file
13983         name PLUS the cipher, not just the cipher.  Also remove failed
13984         passwords from the cache.
13985
13986 2004-08-06  Simon Josefsson  <jas@extundo.com>
13987
13988         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13989         fix.
13990
13991 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13994         LWSP.
13995
13996 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13997
13998         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13999         to append in-reply-to: data to the references: header.
14000
14001         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14002         (netrc-parse): Use gnus-encrypt.el functions.
14003
14004         * gnus-encrypt.el: Add new file for encryption support; currently
14005         does only a few GPG ciphers and an internal XOR cipher.
14006
14007         * password.el: Add comments on using password-read-and-add.
14008         (password-read-and-add): Add function to read and add the
14009         password to the cache at once.
14010
14011 2004-07-28  Simon Josefsson  <jas@extundo.com>
14012
14013         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14014         parameter (but don't use it, for now).
14015
14016         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14017         instead of hard coding to nil.
14018
14019 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14022         as mm-inline-image-xemacs does.
14023
14024 2004-07-26  Simon Josefsson  <jas@extundo.com>
14025
14026         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14027         Revert part of 2004-07-17 change below.
14028
14029 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14032         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14033
14034 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14035
14036         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14037         quotes that actually start with ">" at the beginning of the
14038         lines.
14039
14040 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * rfc2047.el (rfc2047-encode-region): Fix last change.
14043         (rfc2047-encode-parameter): Remove useless concat.
14044
14045 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14048         encode special characters; fix some kind of misconfigured headers;
14049         signal a real error if debug-on-quit or debug-on-error is non-nil.
14050         (rfc2047-encode-max-chars): New variable.
14051         (rfc2047-encode-1): Use it.
14052         (rfc2047-encode-parameter): New function.
14053
14054         * mml.el (mml-insert-parameter): Remove an excessive space.
14055
14056 2004-07-17  Simon Josefsson  <jas@extundo.com>
14057
14058         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14059         Kai Grossjohann <kai@emptydomain.de>.
14060         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14061         (gnus-group-make-menu-bar): Ditto.
14062
14063         * gnus-util.el (gnus-group-server): Add.
14064
14065 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14066
14067         * message.el (message-clone-locals): Clone sendmail and smtp
14068         variables.
14069
14070 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * rfc2047.el (rfc2047-encode-region): Fix last change.
14073
14074 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14077         characters as non-special.
14078
14079 2004-07-09  Simon Josefsson  <jas@extundo.com>
14080
14081         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14082         Users will lose all flag changes made while unplugged with
14083         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14084         good default.  See numerous reports on ding mailing list.
14085
14086 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14089         add generate-head-function and generate-article-function to the
14090         rfc822-forward entry.
14091         (nndoc-rfc822-forward-generate-article): New function.
14092         (nndoc-rfc822-forward-generate-head): New function.
14093
14094         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14095
14096 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14097
14098         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14099         respect display group parameter and gnus-summary-expunge-below.
14100         (gnus-articles-to-read): Remove unused reference to display group
14101         parameter.
14102
14103 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14104
14105         * nnheader.el (nnheader-uniquify-message-id): New experimental
14106         variable.
14107         (nnheader-nov-read-message-id): Use it.
14108
14109         * spam-report.el (spam-report-gmane): Add interactive.
14110
14111 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14114         qp-or-base64 for the application/* types.
14115
14116 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14117
14118         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14119
14120 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14121
14122         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14123         trim value.
14124
14125 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14126
14127         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14128         New macro and function.
14129         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14130
14131 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14134         after-load-alist.
14135
14136 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14137
14138         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14139         update info that isn't there.
14140
14141 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14142
14143         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14144         entry.
14145
14146 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * mm-view.el (mm-inline-render-with-function): Use multibyte
14149         buffer; decode html source by charset.
14150
14151         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14152
14153         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14154         Mule-UCS is loaded under XEmacs.
14155         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14156
14157 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14158
14159         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14160
14161 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * mm-util.el (mm-coding-system-p): Return a coding-system.
14164         (mm-mime-mule-charset-alist): Use shift_jis instead of
14165         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14166         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14167         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14168         instead of japanese-shift-jis and iso-latin-1 respectively in
14169         order to share the default value with both Emacs and XEmacs-mule.
14170         (mm-mule-charset-to-mime-charset): Make
14171         mm-coding-system-priorities effective.
14172         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14173         while predicating of candidates upon the priorities.
14174
14175 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14176
14177         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14178         gnus-uu-invert-processable.
14179
14180         * gnus.el: Autoload gnus-uu-invert-processable.
14181
14182 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * mm-util.el (mm-with-multibyte-buffer): New macro.
14185
14186         * rfc2047.el (rfc2047-encode-string): Use it.
14187         (rfc2047-encode-region): Move point to the end of the region after
14188         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14189
14190 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14193         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14194
14195 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14198         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14199         Karl Chen <quarl@nospam.quarl.org>.
14200
14201 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14202
14203         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14204         invalid addresses.
14205
14206 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14207
14208         * spam.el: Change section markers, revise TODO list.
14209         (spam-backends): Make new master list of all installed backends.
14210         (spam-summary-exit-behavior): Add new variable to determine how
14211         messages moves are done at summary exit.
14212         (spam-move-spam-nonspam-groups-only)
14213         (spam-process-ham-in-nonham-groups)
14214         (spam-process-ham-in-spam-groups): Remove variables, the
14215         spam-summary-exit-behavior variable should be used to manage this
14216         behavior.
14217         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14218         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14219         and spam-old-spam-articles.
14220         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14221         Add empty variables, placeholders for the backends they represent.
14222         (spam-set-difference): Move, unchanged.
14223         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14224         unless the user has a processor variable.
14225         (spam-classifications, spam-classification-valid-p)
14226         (spam-backend-properties, spam-backend-property-valid-p)
14227         (spam-backend-function-type-valid-p)
14228         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14229         (spam-report-articles-gmane, spam-report-articles-resend):
14230         Remove functions, they are not needed.
14231         (spam-install-backend-super, spam-backend-list)
14232         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14233         (spam-backend-function, spam-backend-ham-registration-function)
14234         (spam-backend-spam-registration-function)
14235         (spam-backend-ham-unregistration-function)
14236         (spam-backend-spam-unregistration-function)
14237         (spam-backend-statistical-p, spam-backend-mover-p)
14238         (spam-install-backend-alias, spam-install-checkonly-backend)
14239         (spam-install-mover-backend, spam-install-nocheck-backend)
14240         (spam-install-backend, spam-install-statistical-backend)
14241         (spam-install-statistical-checkonly-backend): Add backend installation
14242         support.
14243         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14244         (spam-group-processor-p): Use the new backend code and respect the
14245         summary exit behavior.
14246         (spam-mark-spam-as-expired-and-move-routine): Remove.
14247         (spam-summary-prepare): Change to use the new spam-old-articles
14248         variable.
14249         (spam-copy-or-move-routine, spam-copy-spam-routine)
14250         (spam-move-spam-routine, spam-copy-ham-routine)
14251         (spam-move-ham-routine): Add code to copy/move ham or spam.
14252         (spam-fetch-field-fast): Improve doc and code, plus allow the
14253         'number request.
14254         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14255         variables.
14256         (spam-split, spam-find-spam): Use the new backend code.
14257         (spam-registration-functions): Remove variable.
14258         (spam-unregister-routine): Add convenience wrapper.
14259         (spam-log-undo-registration, spam-register-routine)
14260         (spam-log-processing-to-registry)
14261         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14262         where possible.
14263         (spam-check-gmane-xref, spam-check-regex-headers)
14264         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14265         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14266         (spam-check-bogofilter-headers, spam-check-spamoracle)
14267         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14268         (spam-check-crm114-headers): Use the spam-split-group that
14269         spam-split prepares, no need to determine it every time.
14270
14271         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14272         to the nnheader-parse-naked-head call.
14273
14274         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14275
14276         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14277         the nnheader-nov-read-message-id call.
14278
14279 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14282         gnus-activate-group twice.  Suggested by Markus Peter
14283         <warp@spin.de>.
14284
14285 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-art.el (gnus-article-time-format): Exchange the order of
14288         day and month in the default value; fix customization type.
14289         (article-date-ut): Use add-text-properties.
14290         (article-make-date-line): Use message-make-date instead of
14291         current-time-string.
14292
14293         * message.el (message-fetch-field): Don't use set-text-properties.
14294         (message-make-date): Simplify.
14295
14296         * messagexmas.el (message-xmas-make-date): New function.
14297         (message-xmas-redefine): Defalias message-make-date to it.
14298
14299 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14302         (rfc2047-encode-region): Treat text within parentheses as special;
14303         show the original text when error has occurred.
14304
14305         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14306         already-computed method to gnus-activate-group.
14307
14308         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14309         same select-methods identical Lisp objects.
14310
14311         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14312         object when modifying the info.
14313
14314 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14317         gnus-opened-servers since it has never been opened with the new
14318         configuration yet.
14319
14320 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14323         arg to nnheader-generate-fake-message-id.
14324
14325 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14326
14327         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14328         number and build a fake message ID localized to a group and
14329         article number (so it's repeatable from that point on).
14330         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14331         ID format.
14332
14333         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14334         nnheader-generate-fake-message-id with the article number.
14335
14336 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14337
14338         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14339         end-of-buffer.
14340
14341 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14342
14343         * message.el (message-ignored-supersedes-headers): Add Approved.
14344
14345 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14348         goto-char.
14349         (rfc2047-encode): Fold the line before encoding.
14350
14351 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14352
14353         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14354         folding -- not all headers can be folded, and this should be done
14355         by the message composition mode.  Probably.  I think.
14356
14357 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14360         fast.
14361
14362         * gnus-ems.el (gnus-remove-image): Don't use
14363         message-text-with-property; remove only the image found first.
14364
14365         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14366         found first.
14367
14368 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14369
14370         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14371
14372 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * message.el (message-text-with-property): Make it fast and accept
14375         optional arguments.
14376         (message-strip-forbidden-properties): Use it.
14377         (message-fix-before-sending): Follow the m-t-w-p change.
14378
14379         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14380
14381 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-art.el (article-hide-headers): Don't change the buffer
14384         mistakenly when performing mml-preview even if
14385         gnus-single-article-buffer is nil.
14386
14387 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14388
14389         * message.el (message-expand-name-databases): New user option.
14390         (message-expand-name): Use it.
14391
14392 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * spam.el (spam-report-articles-resend)
14395         (spam-report-resend-register-routine): Allow ham reporting.
14396         (spam-report-resend-register-ham-routine): Add wrapper.
14397         (spam-registration-functions): Add ham resending functions.
14398         (spam-list-of-processors): Add ham resend processor.
14399
14400         * gnus.el (ham-resend-to): Add new group parameter.
14401         (spam-process): Add ham resend option.
14402
14403         * spam-report.el (spam-report-resend): Allow reporting ham.
14404         (spam-report-resend-ham): Add wrapper.
14405
14406 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14407
14408         * message.el (message-cite-articles-with-x-no-archive): New
14409         variable.
14410         (message-cite-original): Use it.
14411
14412 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14413
14414         * message.el (message-cite-original): Respect X-No-Archive.
14415
14416 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-art.el (article-hide-headers): Refer to the values for
14419         gnus-ignored-headers and gnus-visible-headers in the summary
14420         buffer since a user may have set them as group parameters.
14421
14422 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14423
14424         * assistant.el (assistant-node-name): Add convenience function.
14425         (assistant-render-text, assistant-render-node): Add error handling,
14426         plus handle multiple next nodes.
14427         (assistant-find-next-node): Comment out for now.
14428         (assistant-find-next-nodes): Add function, returns list of next
14429         nodes.
14430
14431 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * mail-source.el (mail-source-directory): Fix doc-string.
14434
14435 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14436
14437         * assistant.el (assistant-render-text, assistant-eval): Add :set
14438         widget type, which is different because it takes and returns a
14439         list.  Much hilarity ensues.
14440
14441 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14444
14445         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14446         doc-string.
14447
14448         * gnus-start.el (gnus-activate-group): Added doc-string.
14449
14450 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14453
14454 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14455
14456         * assistant.el (assistant-render-text): Try to add a :set
14457         widget, more to come.
14458
14459         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14460         strings.
14461         (spam-report-articles-resend)
14462         (spam-register-routine): Do registration iff any articles warrant
14463         it.
14464         (spam-summary-prepare-exit): Change log message for nil group
14465         destinations.
14466
14467 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14468
14469         * spam.el (spam-report-resend-register-routine): Allow
14470         spam-report-resend-to to be a group parameter or a global value.
14471
14472 2004-05-26  Simon Josefsson  <jas@extundo.com>
14473
14474         * starttls.el: Merge with my GNUTLS based starttls.el.
14475         (starttls-gnutls-program, starttls-use-gnutls)
14476         (starttls-extra-arguments, starttls-process-connection-type)
14477         (starttls-connect, starttls-failure, starttls-success): New
14478         variables.
14479         (starttls-program, starttls-extra-args): Doc fix.
14480         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14481         functions.
14482         (starttls-negotiate, starttls-open-stream): Check
14483         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14484         function if it is set.
14485
14486 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14489         structured fields.
14490
14491 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14494
14495 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14498         variable.
14499         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14500         assigning the spam-mark to new messages.
14501
14502 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14503
14504         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14505
14506 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14509
14510         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14511         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14512         default.
14513
14514 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14515
14516         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14517         correct data.
14518
14519 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14520
14521         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14522         (spam-group-processor-p): Fix function.
14523         (spam-group-processor-multiple-p)
14524         (spam-group-spam-processor-report-gmane-p)
14525         (spam-group-spam-processor-report-resend-p)
14526         (spam-group-spam-processor-bogofilter-p)
14527         (spam-group-spam-processor-blacklist-p)
14528         (spam-group-spam-processor-ifile-p)
14529         (spam-group-ham-processor-ifile-p)
14530         (spam-group-spam-processor-spamoracle-p)
14531         (spam-group-spam-processor-crm114-p)
14532         (spam-group-ham-processor-bogofilter-p)
14533         (spam-group-spam-processor-stat-p)
14534         (spam-group-ham-processor-stat-p)
14535         (spam-group-ham-processor-whitelist-p)
14536         (spam-group-ham-processor-BBDB-p)
14537         (spam-group-ham-processor-spamoracle-p)
14538         (spam-group-ham-processor-copy-p): Remove functions with some
14539         prejudice against unneeded code.
14540         (spam-report-articles-resend)
14541         (spam-report-resend-register-routine): Allow the group/topic
14542         spam-resend-to value to override spam-report-resend-to.
14543         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14544         properly now.
14545
14546         * gnus.el (spam-resend-to): Add group/topic parameter.
14547         (spam-process): Move the OBSOLETE processors to the end of the
14548         choices.
14549
14550 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14551
14552         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14553         with resend-to set to nil, and then ask the user if necessary.
14554         (spam-report-resend): spam-report-resend takes a list of articles, not
14555         separate article numbers.
14556
14557 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14560         addition to emacs-w3m.
14561
14562 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14563
14564         * assistant.el (assistant-authinfo-data): New function.
14565         (assistant-eval): Eval for entire assistant.
14566
14567         * netrc.el (netrc-services-file): New variable.
14568         (netrc-parse-services): New function.
14569         (netrc-find-service-name): New function.
14570         (netrc-find-service-number): New function.
14571         (netrc-port-equal): New function.
14572         (netrc-machine): Use it.
14573
14574         * nnimap.el (nnimap-open-connection): Use netrc.
14575
14576         * gnus-util.el (gnus-netrc-get): Remove aliases.
14577
14578         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14579
14580         * assistant.el (wid-edit): Fix compilation.
14581
14582         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14583
14584 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14585
14586         * gnus-util.el (gnus-set-file-modes): New function.  (small
14587         patch).
14588
14589 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14590
14591         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14592
14593         * assistant.el (assistant-render-node): Fix up rendering and
14594         read-only text.
14595         (assistant-render-node): Reset.
14596         (assistant-make-read-only): Not sticky.
14597
14598 2004-05-20  Danny Siu  <dsiu@adobe.com>
14599
14600         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14601         centered even when gnus-auto-center-summary is t.
14602
14603 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14604
14605         * dns.el (dns-get-txt-answer): New function.
14606         (dns-read-txt): Ditto.
14607         (query-dns): Use it.
14608
14609 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14612         active for foreign groups even if the group level is higher than
14613         the specified value.
14614
14615 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14616
14617         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14618         non-active groups.
14619
14620         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14621
14622 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14623
14624         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14625
14626 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14627
14628         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14629         (spam-crm114-header, spam-crm114-spam-switch)
14630         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14631         (spam-crm114-positive-spam-header)
14632         (spam-crm114-database-directory, spam-list-of-processors)
14633         (spam-group-spam-processor-crm114-p)
14634         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14635         (spam-generic-score, spam-list-of-checks)
14636         (spam-list-of-statistical-checks, spam-registration-functions)
14637         (spam-check-crm114-headers, spam-crm114-score)
14638         (spam-check-crm114, spam-crm114-register-with-crm114)
14639         (spam-crm114-register-spam-routine)
14640         (spam-crm114-unregister-spam-routine)
14641         (spam-crm114-register-ham-routine)
14642         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14643         asjo@koldfront.dk (Adam Sjøgren).
14644
14645         * gnus.el: Add spam-use-crm114.
14646
14647         * spam.el (spam-list-of-processors, spam-registration-functions):
14648         Add spam-use-resend.
14649         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14650         (spam-report-articles-gmane): Add doc fix.
14651         (spam-report-articles-resend, spam-report-resend-register-routine):
14652         Add wrappers around spam-report-resend-to.
14653
14654         * spam-report.el (spam-report-resend-to, spam-report-resend):
14655         Add support for resending spam.
14656         (spam-report-gmane): Fix line length >80.
14657
14658         * gnus.el (spam-process): Add spam-use-resend.
14659
14660 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14661
14662         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14663         number of processed spam messages.
14664         (spam-ham-copy-or-move-routine): Return the number of processed
14665         ham messages.
14666         (spam-summary-prepare-exit): Use the above values to decide
14667         whether status messages shouled be displayed.
14668
14669 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14672         `rfc2047-encoding-function-alist' in order to avoid conflicting
14673         with the old version.
14674         (rfc2047-encode-region): Concatenate words containing non-ASCII
14675         characters in structured fields; don't encode space-delimited
14676         ASCII words even in unstructured fields; don't break words at
14677         char-category boundaries.
14678         (rfc2047-encode-1): New function.
14679         (rfc2047-encode): Use it; encode text so that it occupies the
14680         maximum width within 76-column; work correctly on Q encoding for
14681         iso-2022-* charsets.
14682         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14683         sure not to break a line just after the header name.
14684         (rfc2047-b-encode-region): Removed.
14685         (rfc2047-b-encode-string): New function.
14686         (rfc2047-q-encode-region): Removed.
14687         (rfc2047-q-encode-string): New function.
14688
14689         * mm-util.el (mm-replace-in-string): New function.
14690
14691 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14692
14693         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14694         get it right.
14695         (gnus-inews-make-draft): Really.
14696
14697 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14698
14699         * nnmh.el (nnmh-request-list-1): Don't check the link count
14700         before descending.  (small patch)
14701
14702 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14703
14704         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14705         stuff.
14706
14707         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14708         on real group name.
14709
14710         * gnus-art.el (gnus-signature-limit): Doc fix.
14711
14712         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14713
14714         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14715
14716 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14717
14718         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14719         isn't a string.
14720
14721 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14722
14723         * gnus-draft.el (gnus-draft-send): Bind
14724         rfc2047-encode-encoded-words.
14725
14726         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14727         (rfc2047-encodable-p): Say that =? needs encoding.
14728         (rfc2047-encode-encoded-words): New variable.
14729
14730         * gnus-group.el (gnus-group-select-group): Doc fix.
14731
14732         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14733
14734         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14735         to nil.
14736
14737         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14738
14739         * nnheader.el (nnheader-get-lines-and-char): New function.
14740
14741 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * gnus-msg.el (gnus-summary-followup-with-original): Document
14744         yanking of region when active.
14745
14746 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14749         groups if the group level is higher than the specified value.
14750
14751 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14752
14753         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14754         (gnus-group-jump-to-group): Added prefix argument using
14755         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14756         non-active group.
14757
14758         * compface.el (uncompface): Be verbose when changing
14759         `uncompface-use-external'.
14760
14761         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14762         handle manual section.
14763
14764 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14765
14766         * gnus-art.el (gnus-button-alist): Revert previous change.
14767
14768 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14771
14772 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14773
14774         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14775         whether backend can accept message.
14776
14777         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14778
14779 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14780
14781         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14782         Avoid creating directory when nntp-marks-is-evil is true.
14783         Reported by Reiner Steib.
14784
14785 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * gnus-picon.el (gnus-picon-style): New variable.
14788         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14789         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14790         Jesper Harder <harder@ifa.au.dk>.
14791
14792 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14793
14794         * message.el (message-fill-field): Return point.
14795         (message-generate-headers): Go to end of field.
14796
14797         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14798         stuff for non-living groups.
14799
14800 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14801
14802         * gnus-art.el (gnus-article-followup-with-original)
14803         (gnus-article-reply-with-original): gnus-mark-active-p ->
14804         gnus-region-active-p.
14805
14806 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14807
14808         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14809         only when there is spam or ham to be processed.
14810
14811 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14812
14813         * mail-source.el (mail-source-delete-crash-box): Refactor.
14814         (mail-source-fetch): Use it.
14815         (mail-source-fetch-file): Ditto.
14816         (mail-source-fetch-directory): Run postscript in loop.
14817         (mail-source-fetch-pop): Delete.
14818         (mail-source-fetch-maildir): Ditto.
14819         (mail-source-fetch-imap): Ditto.
14820
14821         * imap.el (imap-authenticators): Comment out sasl.
14822
14823         * message.el (message-skip-to-next-address): New function.
14824         (message-fill-header-address): Refactor.
14825         (message-fill-address): Use it.
14826         (message-delete-address): Use it.
14827         (message-fill-header-general): Refactor.
14828         (message-fill-field-address): Rename.
14829         (message-narrow-to-field): Find the start of the header.
14830         (message-header-format-alist): Don't pre-fill.
14831         (message-fill-header): Removed.
14832         (message-insert-header): New function.
14833         (message-shorten-references): Use it.
14834
14835         * rfc2047.el (rfc2047-field-value): Strip props.
14836
14837         * mail-parse.el (mail-header-make-address): New alias.
14838
14839         * ietf-drums.el (ietf-drums-make-address): New function.
14840
14841         * imap.el: Add compiler directives.
14842
14843         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14844
14845         * gnus-art.el (article-decode-idna-rhs): Don't use
14846         message-idna-inside-rhs-p.
14847
14848 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14849
14850         * message.el (message-idna-inside-rhs-p): Removed.
14851         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14852
14853         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14854         false positives.
14855
14856 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14857
14858         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14859
14860 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14861
14862         * nneething.el (nneething-file-name): Don't create spurious
14863         files.
14864
14865         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14866         (gnus-inews-do-gcc): Remove sleep.
14867
14868         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14869         part under point.
14870
14871         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14872         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14873
14874 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14875
14876         * spam.el (spam-summary-prepare-exit): Fixed (length).
14877
14878 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14879
14880         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14881         as expired without moving it" message when there are spam
14882         messages left.
14883
14884 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14885
14886         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14887         header is not nil.
14888
14889 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14890
14891         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14892         nntp-possibly-create-directory, not nntp-possibly-change-group.
14893         (nntp-marks-changed-p): New arg SERVER.
14894         (nntp-request-update-info): Adjust caller.
14895
14896 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14897
14898         * nntp.el (nntp-save-marks): Pass missing arg.
14899
14900 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14901
14902         * nntp.el: Support marks.
14903         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14904         (nntp-marks-modtime, nntp-marks-directory): New variables.
14905         (nntp-request-set-mark, nntp-request-update-info)
14906         (nntp-possibly-create-directory, nntp-marks-changed-p)
14907         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14908         functions.
14909
14910 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14911
14912         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14913         (gnus-xmas-redefine): Rename.
14914
14915         * gnus-score.el (gnus-score-insert-help): Use
14916         gnus-select-lowest-window.
14917
14918         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14919         appt-select-lowest-window and rename to gnus-select-lowest-window.
14920
14921         * gnus.el: do.
14922
14923 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14924
14925         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14926         encodings of MIME-encoded words, in order to improve
14927         interoperability with several broken MUAs.
14928
14929 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14930
14931         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14932         tags, only when charsets are not specified in headers.
14933         (mm-inline-text-html-render-with-w3m): Ditto.
14934
14935         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14936         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14937
14938 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14939
14940         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14941         instead of MIME-decoded from fields when checking
14942         `gnus-article-address-banner-alist'.
14943
14944 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14945
14946         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14947         description rather than subject.
14948
14949 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14950
14951         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14952
14953 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14954
14955         * gnus.el (gnus-version-number): Bump.
14956
14957 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14958
14959         * gnus.el: No Gnus v0.2 is released.
14960
14961 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14962
14963         * gnus-agent.el (gnus-agent-read-agentview): Inline
14964         gnus-uncompress-range.
14965
14966 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14967
14968         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14969         `exec-installed-p'.
14970
14971 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14972
14973         * gnus.el (spam-process, spam-autodetect-methods): Add
14974         bsfilter and bsfilter-headers.
14975
14976         * spam.el (spam-bsfilter): New customize group.
14977         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14978         (spam-bsfilter-header, spam-bsfilter-probability-header)
14979         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14980         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14981         (spam-bsfilter-database-directory): New options.
14982         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14983         (spam-list-of-statistical-checks, spam-registration-functions):
14984         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14985         (spam-bsfilter-score): New command.
14986         (spam-check-bsfilter-headers, spam-check-bsfilter)
14987         (spam-bsfilter-register-with-bsfilter)
14988         (spam-bsfilter-register-spam-routine)
14989         (spam-bsfilter-unregister-spam-routine)
14990         (spam-bsfilter-register-ham-routine)
14991         (spam-bsfilter-unregister-ham-routine): New functions.
14992         (spam-generic-score): Support bsfilter; Accept an optional argument
14993         to recalcurate spam score even if scoring header has already been
14994         added.
14995         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14996         optional argument to recalcurate spam score even if scoring header
14997         has already been added.
14998
14999 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15000
15001         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15002         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15003         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15004         link is missing.
15005
15006 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15007
15008         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15009         (html2text-get-attr): Rewrite.
15010
15011         * message.el (message-setup-1): Remove redundant put-text-property
15012         on mail-header-separator.
15013
15014 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15015
15016         * gnus-registry.el (gnus-registry-cache-whitespace)
15017         (gnus-registry-action, gnus-registry-spool-action)
15018         (gnus-registry-split-fancy-with-parent): Change message levels
15019         from 5 to 3 or 7, as needed.
15020
15021         * spam.el (spam-summary-prepare-exit)
15022         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15023         (spam-split, spam-find-spam, spam-log-undo-registration)
15024         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15025         level from 5 to 6.
15026
15027 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15030         2004-03-04 change).
15031
15032 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15033
15034         * sieve-manage.el (sieve-manage-open):
15035         * nnweb.el (nnweb-insert-html):
15036         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15037         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15038         * nnspool.el (nnspool-request-group):
15039         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15040         * nnml.el (nnml-request-update-info):
15041         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15042         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15043         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15044         (nnimap-request-set-mark):
15045         * nnfolder.el (nnfolder-request-update-info):
15046         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15047         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15048         * gnus-uu.el (gnus-uu-find-articles-matching):
15049         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15050         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15051         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15052         * gnus-nocem.el (gnus-nocem-scan-groups):
15053         * gnus-int.el (gnus-start-news-server):
15054         * gnus-group.el (gnus-group-make-kiboze-group)
15055         (gnus-group-browse-foreign-server):
15056         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15057         Use mapc when appropriate.
15058
15059 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15060
15061         FIXME: Make separate entries for each person.
15062
15063         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15064         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15065         <shields@msrl.com>:
15066
15067         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15068         may need for spam sorting and scoring.
15069         (spam-user-format-function-S): Add user format function suitable for
15070         general use.
15071         (spam-article-sort-by-spam-status): Add sorting function for summary
15072         sorting.
15073         (spam-extra-header-to-number): Add function to get a score from a
15074         header.
15075         (spam-summary-score): Add function to get a numeric score from the
15076         headers.
15077         (spam-generic-score): Fix function doc, was in wrong place.
15078         (spam-initialize): Take symbols when it's run, and install the
15079         extra headers that spam-necessary-extra-headers thinks we need.
15080
15081 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15082
15083         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15084         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15085
15086 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15087
15088         * gnus-sum.el (gnus-set-global-variables)
15089         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15090         (gnus-article-get-xrefs, gnus-summary-best-group)
15091         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15092         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15093         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15094         Use with-current-buffer.
15095
15096 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15097
15098         * spam.el (spam-summary-prepare-exit): Simplify logic.
15099         (spam-fetch-article-header): Read the article header if it's not
15100         available.
15101         (spam-list-articles): Simplify logic.
15102         (spam-filelist-register-routine): Fix bug with unregister-list.
15103
15104         * gnus-registry.el: Fix comments at beginning.
15105
15106 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15107
15108         * message.el (message-cater-to-broken-inn): Remove.
15109         (message-shorten-references): Make sure the total folded length of
15110         References is shorter than 998 characters to cater to a bug in INN
15111         2.3.  Also, don't pretend that references aren't folded -- this
15112         hasn't worked for a while.
15113
15114 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15115
15116         * gnus-agent.el (gnus-agentize):
15117         gnus-agent-send-mail-real-function no longer set to current value
15118         of message-send-mail-function but rather a lambda that calls
15119         message-send-mail-function.  The change makes the agent real-time
15120         responsive to user changes to message-send-mail-function.
15121
15122 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15123
15124         * legacy-gnus-agent.el
15125         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15126         help from Florian Weimer <fw@deneb.enyo.de>
15127
15128 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * nnmail.el (nnmail-cache-insert): Revert last change.
15131
15132 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * nnmail.el (nnmail-cache-insert): Always check whether
15135         nnmail-cache-ignore-groups matches a group name.
15136
15137 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15138
15139         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15140         (spam-find-spam, spam-log-processing-to-registry)
15141         (spam-log-registered-p, spam-log-unregistration-needed-p)
15142         (spam-log-undo-registration): Use gnus-message instead of
15143         gnus-error, none of these errors are fatal.
15144
15145         * gnus-registry.el (gnus-registry-clean-empty-function)
15146         (gnus-registry-clean-empty): Remove only empty entries without
15147         extra data.
15148
15149 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15150
15151         * spam-stat.el (spam-stat-buffer-change-to-spam)
15152         (spam-stat-buffer-change-to-non-spam): Change (error) to
15153         (gnus-message 8) invocation.
15154
15155 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * nntp.el (nntp-via-netcat-command): New variable.
15158         (nntp-via-netcat-switches): New variable.
15159         (nntp-open-via-rlogin-and-netcat): New function.
15160         (nntp-open-connection-function): Doc fix.
15161         (nntp-telnet-command): Doc fix.
15162         (nntp-end-of-line): Doc fix.
15163         (nntp-via-rlogin-command): Doc fix.
15164         (nntp-via-user-name): Doc fix.
15165         (nntp-via-address): Doc fix.
15166
15167 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15170         error in Emacs 21.1.
15171
15172 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15173
15174         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15175
15176 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15177
15178         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15179         (gnus-agent-with-refreshed-group): New macro.
15180         (gnus-agent-rename-group): New function.
15181         (gnus-agent-delete-group): New function.
15182         (gnus-agent-save-group-info): Use gnus-command-method when
15183         `method' parameter is nil.  Don't write nil entries into the
15184         active file.
15185         (gnus-agent-get-group-info): New function.
15186         (gnus-agent-fetch-articles): Use
15187         gnus-agent-update-files-total-fetched-for to increment disk space
15188         used.
15189         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15190         gnus-agent-update-view-total-fetched-for to increment disk space
15191         used.
15192         (gnus-agent-get-local): Added optional parameters to avoid calling
15193         gnus-group-real-name and gnus-find-method-for-group.
15194         (gnus-agent-set-local): Delete stored entry if either min, or max,
15195         are nil.
15196         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15197         quit, use gnus-agent-regenerate-group to record existance of any
15198         articles fetched to disk before the quit occurred.
15199         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15200         gnus-agent-update-view-total-fetched-for, and
15201         gnus-agent-update-files-total-fetched-for to decrement disk space
15202         used.
15203         (gnus-agent-retrieve-headers): Use
15204         gnus-agent-update-view-total-fetched-for to increment disk space
15205         used.
15206         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15207         with gnus-agent-update-files-total-fetched-for to decrement disk
15208         space and fresh group buffer.
15209         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15210         (gnus-agent-need-update-total-fetched-for): New variable.
15211         (gnus-agent-update-files-total-fetched-for): New function.
15212         (gnus-agent-update-view-total-fetched-for): New function.
15213         (gnus-agent-total-fetched-for): New function.
15214
15215         * gnus-cache.el (gnus-cache-save-buffers): Use
15216         gnus-cache-update-overview-total-fetched-for to change disk space
15217         used by this group.
15218         (gnus-cache-possibly-enter-article): Use
15219         gnus-cache-update-file-total-fetched-for to increment disk space
15220         used by this group.
15221         (gnus-cache-possibly-remove-article): Use
15222         gnus-cache-update-file-total-fetched-for to decrement disk space
15223         used by this group.
15224         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15225         (gnus-cache-rename-group): New function.
15226         (gnus-cache-delete-group): New function.
15227         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15228         (gnus-cache-need-update-total-fetched-for): New variable.
15229         (gnus-cache-with-refreshed-group): New macro.
15230         (gnus-cache-update-file-total-fetched-for): New function.
15231         (gnus-cache-update-overview-total-fetched-for): New function.
15232         (gnus-cache-rename-group-total-fetched-for): New function.
15233         (gnus-cache-delete-group-total-fetched-for): New function.
15234         (gnus-cache-total-fetched-for): New function.
15235
15236         * gnus-group.el: Require gnus-sum and autoload functions to
15237         resolve warnings when gnus-group.el compiled alone.
15238         (gnus-group-line-format): Documented new %F.
15239         (size of Fetched data) group line format; identifies disk space
15240         used by agent and cache.
15241         (gnus-group-line-format-alist): Defined new F format.
15242         (gnus-total-fetched-for): New function.
15243         (gnus-group-delete-group): No longer update
15244         gnus-cache-active-altered as gnus-request-delete-group now keeps
15245         the cache in sync.
15246         (gnus-group-list-active): Let the agent store a server's active
15247         list if currently plugged.
15248
15249         * gnus-int.el (gnus-request-delete-group):
15250         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15251         local disk in sync with the server.
15252         (gnus-request-rename-group):
15253         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15254         local disk in sync with the server.
15255
15256         * gnus-start.el (gnus-get-unread-articles):
15257         Cosmetic simplification to logic.
15258
15259         * gnus-util.el (gnus-rename-file): New function.
15260
15261 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15262
15263         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15264
15265 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15266
15267         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15268         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15269
15270 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15271
15272         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15273         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15274
15275 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15276
15277         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15278
15279 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15280
15281         * spam.el (spam-set-difference): Add function to replace
15282         gnus-set-difference in spam.el.
15283         (spam-summary-prepare-exit): Use spam-set-difference.
15284
15285 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * gnus-registry.el (gnus-registry-cache-file): Update to use
15288         gnus-dribble-directory OR gnus-home-directory OR ~.
15289         (gnus-registry-split-fancy-with-parent): Fix doc.
15290
15291 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * message.el (message-exchange-point-and-mark): Use
15294         message-mark-active-p.  Suggested by Jesper Harder
15295         <harder@ifa.au.dk>.
15296
15297 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * message.el (message-exchange-point-and-mark): Don't activate
15300         region if it was inactive.  Suggested by Hiroshi Fujishima
15301         <pooh@nature.tsukuba.ac.jp>.
15302
15303 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * gnus-art.el (article-display-face): Display Faces in the same
15306         order as X-Faces.
15307
15308 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15311
15312 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15315         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15316         (gnus-article-mime-hierarchy): Remove.
15317         (gnus-article-mime-hierarchy-next): Remove.
15318         (gnus-article-mode): Revert 2004-03-19 change.
15319         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15320         (gnus-insert-mime-button): Revert 2004-03-19 change.
15321         (gnus-mime-accumulate-hierarchy): Remove.
15322         (gnus-mime-enter-multipart): Remove.
15323         (gnus-mime-leave-multipart): Remove.
15324         (gnus-mime-display-part): Revert 2004-03-19 change.
15325         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15326
15327         * mml.el (mml-preview): Revert 2004-03-19 change.
15328
15329 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15330
15331         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15332
15333 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15336         t while entering a file name using the mm-with-multibyte macro.
15337         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15338
15339         * mm-util.el (mm-with-multibyte): New macro.
15340
15341 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15344         user option.
15345         (gnus-mime-multipart-functions): Doc and customization fix.
15346         (gnus-article-mime-hierarchy): New variable.
15347         (gnus-article-mime-hierarchy-next): New variable.
15348         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15349         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15350         gnus-article-mime-hierarchy-next to nil.
15351         (gnus-insert-mime-button): Show hierarchy numbers.
15352         (gnus-mime-accumulate-hierarchy): New function.
15353         (gnus-mime-enter-multipart): New function.
15354         (gnus-mime-leave-multipart): New function.
15355         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15356         (gnus-mime-display-alternative): Show hierarchy numbers.
15357
15358         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15359         gnus-article-mime-hierarchy-next to nil.
15360
15361 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15362
15363         * dns.el: Don't require gnus-xmas.
15364
15365 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15366
15367         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15368         inline PGP.
15369         (mml-menu): Disable mml-quote-region if mark is inactive.
15370
15371 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15374         when the group's active is not available.
15375
15376 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15379         error.
15380
15381 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15382
15383         * imap.el (imap-store-password): New variable.
15384         (imap-interactive-login): Use it.
15385         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15386
15387 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15390         window-start and hscroll to summary window.
15391
15392 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15393
15394         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15395         conversion message to newsrc-dribble when an actual conversion is
15396         performed.
15397
15398 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15399
15400         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15401
15402 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * mm-decode.el (mm-complicated-handles): New function reviving
15405         former definition of mm-multiple-handles.
15406
15407         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15408         (gnus-mime-delete-part): Use it.
15409
15410 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15411
15412         * gnus-agent.el (gnus-agent-read-local): Bind
15413         nnheader-file-coding-system to gnus-agent-file-coding-system to
15414         avoid the implicit assumption that they will always be equal.
15415         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15416         coding-system-for-write, as the with-temp-file macro first prints
15417         to a buffer then saves the buffer.
15418
15419 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * gnus-art.el (gnus-article-edit-part): New function.
15422         (gnus-mime-save-part-and-strip): Use it; do query instead of
15423         signaling an error; don't use mm-multiple-handles.
15424         (gnus-mime-delete-part): Ditto.
15425
15426 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15427
15428         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15429         old file versions.
15430         (gnus-group-prepare-hook): Removed function that converted list
15431         form of gnus-agent-expire-days to group properties.
15432
15433         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15434         (gnus-request-accept-article): Re-indented.
15435
15436         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15437         converters to handle old agent file formats.  Added logic for a
15438         "backup before upgrading warning".
15439         (gnus-convert-mark-converter-prompt): Developers can mark
15440         functions as needing (default), or not needing,
15441         gnus-convert-old-newsrc's "backup before upgrading warning".
15442         (gnus-convert-converter-needs-prompt): Tests whether the user
15443         should be protected from potentially irreversable changes by the
15444         function.
15445
15446         * legacy-gnus-agent.el: New.  Provides converters that are only
15447         loaded when gnus-convert-old-newsrc needs to call them.
15448
15449 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * mail-source.el (mail-source-touch-pop): Doc fix.
15452
15453         * message.el (message-smtpmail-send-it): Doc fix.
15454
15455 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15456
15457         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15458
15459         * nnmail.el (nnmail-split-fancy): do.
15460
15461         * gnus-kill.el (gnus-kill, gnus-execute): do.
15462
15463 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15464
15465         * gnus-sum.el (gnus-widget-reversible-match)
15466         (gnus-widget-reversible-to-internal)
15467         (gnus-widget-reversible-to-external): New functions.
15468         (gnus-widget-reversible): New widget.
15469         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15470
15471 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15472
15473         * gnus-sum.el (gnus-thread-sort-functions)
15474         (gnus-article-sort-functions): Document `(not F)' items.
15475
15476 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15477
15478         * spam.el (spam-use-gmane-xref): Add new backend.
15479         (spam-gmane-xref-spam-group): Add variable to control the name of the
15480         Gmane spam group.
15481         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15482         (spam-regex-headers-spam, spam-regex-headers-ham)
15483         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15484         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15485         backends and checks.
15486         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15487
15488         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15489         an autodetect method.
15490
15491 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15492
15493         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15494         articles are being added to a group.
15495         (gnus-request-replace-article): Inform the agent that articles
15496         need to be uncached as the cached contents are no longer valid.
15497
15498 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * binhex.el: Don't autoload executable-find.
15501
15502         * canlock.el: Don't autoload mail-fetch-field.
15503
15504         * dgnushack.el: Autoload c-mode for XEmacs.
15505
15506         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15507
15508         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15509         rmail-dont-reply-to and rmail-output.
15510
15511         * gnus-score.el: Don't autoload ffap-string-at-point.
15512
15513         * gnus-setup.el: Don't autoload sc-cite-original.
15514
15515         * imap.el: Don't autoload base64-decode-string,
15516         base64-encode-string and md5.
15517
15518         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15519         and rmail-msg-restore-non-pruned-header.
15520
15521         * mm-decode.el: Don't autoload executable-find.
15522
15523         * mm-url.el: Don't autoload executable-find.
15524
15525         * mm-view.el: Don't autoload diff-mode.
15526
15527         * nndb.el: Don't autoload news-reply-mode, news-setup,
15528         cancel-timer and telnet.
15529
15530         * password.el: Don't autoload run-at-time for Emacs.
15531
15532         * sha1-el.el: Don't autoload executable-find.
15533
15534         * sieve-mode.el: Don't autoload c-mode.
15535
15536         * uudecode.el: Don't autoload executable-find.
15537
15538 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15539
15540         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15541         (gnus-agent-possibly-alter-active): Avoid null in numeric
15542         comparison.
15543         (gnus-agent-set-local): Refuse to save null in local object table.
15544         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15545         list of articles that will be marked as unread.
15546
15547 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15550
15551 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15552
15553         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15554         language tags.
15555
15556 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15557
15558         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15559         Don't bind "obarray".
15560
15561         * gnus-sum.el (gnus-thread-sort-functions): Added
15562         `gnus-thread-sort-by-most-recent-number' and
15563         `gnus-thread-sort-by-most-recent-date'.
15564         Reported by Kai Grossjohann <kai@emptydomain.de>.
15565
15566 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15569
15570 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15571
15572         * gnus-cus.el (gnus-agent-customize-category): Removed
15573         ignore-errors macro reference that required cl to be loaded at
15574         run-time.
15575
15576         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15577         single-interval range of the form (min . max).  Previously the
15578         range had to look like ((min . max)).  Likewise, return
15579         (min . max) rather than ((min . max)).
15580         (gnus-range-map): Use gnus-range-normalize to accept
15581         single-interval range.
15582
15583         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15584         the cache, but not the agent, now appear with their usual face.
15585
15586         * dgnushack.el (loaddir): New variable that is bound to the
15587         directory containing the dgnushack.el file. Use loaddir, rather
15588         than srcdir, to update load-path. Change lets dgnushack compile
15589         code in directories other than GNUS/lisp.
15590
15591 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * lpath.el: Don't bind w3m-safe-url-regexp.
15594
15595         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15596         w3m-safe-url-regexp variable buffer-local.
15597
15598         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15599
15600 2004-02-27  Simon Josefsson  <jas@extundo.com>
15601
15602         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15603         gnus-group-real-prefix.
15604         (gnus-summary-move-article): Use it, instead of
15605         gnus-group-real-prefix.
15606
15607 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * lpath.el: Bind w3m-safe-url-regexp.
15610
15611         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15612         w3m-safe-url-regexp variable buffer-local and set it as the value
15613         of mm-w3m-safe-url-regexp.
15614
15615         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15616
15617         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15618         parsing gnus-posting-styles when the message is not for replying.
15619
15620         * dgnushack.el: Autoload sgml-mode for XEmacs.
15621
15622         * nnrss.el (nnrss-opml-export): Use
15623         mm-set-buffer-file-coding-system instead of
15624         set-buffer-file-coding-system.
15625
15626 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15627
15628         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15629         of checkdoc.el).
15630         * nnrss.el: do.
15631         * gnus-mlspl.el: do.
15632         * gnus-ml.el: do.
15633         * gnus-srvr.el: do.
15634
15635         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15636
15637 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15638
15639         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15640         Corrections to custom-manual links.
15641
15642         * gnus-art.el (gnus-article): Ditto.
15643
15644         * mm-decode.el (mime-display, mime-security): Ditto.
15645
15646 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15647
15648         * flow-fill.el: Typo.
15649
15650 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15651
15652         * spam-wash.el: New file.
15653
15654 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15655
15656         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15657
15658 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15661         to be run with new-articles as LIST1, not LIST2.
15662         (spam-registration-functions): Add spam-use-ham-copy as a nil
15663         registration backend.
15664
15665 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15666
15667         * spam-stat.el (spam-stat-washing-hook): New option.
15668         (spam-stat-buffer-words): Use it.
15669         (spam-stat-process-directory, spam-stat-test-directory): Use
15670         insert-file-contents-literally.
15671         (spam-stat-coding-system): New variable.
15672         (spam-stat-load, spam-stat-save): Use it.
15673
15674 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * spam-report.el (spam-report-plug-agent): Quote
15677         spam-report-url-to-file and spam-report-url-ping-plain.
15678
15679 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15682         / in mailto URLs.
15683
15684 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * spam-report.el (spam-report-process-queue): Fix interactive use.
15687         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15688         (spam-report-unplug-agent): Doc fixes.
15689         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15690         (spam-report-agentize, spam-report-deagentize): Autoload.
15691
15692 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15695
15696         * message.el (message-setup-fill-variables): Add mml tags to
15697         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15698         <ajk@iu.edu>.
15699         (message-mode): Don't modify paragraph-separate there.
15700
15701 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * compface.el (uncompface-use-external): Default to undecided.
15704         (uncompface-use-external-threshold): New variable.
15705         (uncompface-float-time): New macro.
15706         (uncompface): Determine whether to use the external decoder if
15707         uncompface-use-external is undecided.
15708
15709 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15710
15711         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15712         after images.
15713
15714         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15715
15716 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15717
15718         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15719
15720         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15721
15722         * gnus-sum.el (gnus-summary-limit-to-age)
15723         (gnus-summary-limit-children): do.
15724
15725         * gnus-int.el (gnus-request-scan): do.
15726
15727         * gnus-group.el (gnus-group-suspend): do.
15728
15729         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15730
15731         * gnus-cite.el (gnus-cite-parse-attributions): do.
15732
15733         * gnus-agent.el (gnus-summary-set-agent-mark)
15734         (gnus-agent-regenerate-group): do.
15735
15736         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15737
15738         * binhex.el (binhex-decode-region-internal): do.
15739
15740 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * gnus-fun.el (gnus-face-properties-alist): New user option.
15743         (gnus-display-x-face-in-from): Use it.
15744
15745         * gnus-art.el (article-display-face): Ditto.
15746
15747         * compface.el (uncompface-use-external): Default to nil.
15748
15749 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15750
15751         * nntp.el (nntp-erase-buffer): New function.
15752         (nntp-retrieve-data, nntp-send-command)
15753         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15754         (nntp-possibly-change-group): Use it.
15755
15756         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15757         with-current-buffer.
15758
15759 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15760
15761         * compface.el: Merge the ELisp-based uncompface program.
15762         (compface): New customization group.
15763         (uncompface-use-external): New user option.
15764         (uncompface): Call uncompface-internal if uncompface-use-external
15765         is nil.
15766         (uncompface-internal): New function.  Note that there are also
15767         some other functions and variables added for this function.
15768
15769 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15770
15771         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15772         if necessary.
15773
15774 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15775
15776         * spam-report.el (spam-report-unplug-agent)
15777         (spam-report-plug-agent, spam-report-deagentize)
15778         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15779         Add support for the Agent in spam-report: when unplugged, report to a
15780         file; when plugged, submit all the requests.
15781
15782         * spam.el (spam-register-routine): Fix message about
15783         registration.
15784
15785 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15786
15787         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15788         dependencies.
15789         (rfc2047-encode): Use it.
15790
15791         * gnus-art.el (gnus-button-marker-list): Move before first
15792         reference.
15793
15794         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15795         (imap-parse-body): Fix format string mismatch.
15796
15797         * gnus-score.el (gnus-summary-increase-score): do.
15798
15799         * nnrss.el (nnrss-close): New function.
15800
15801 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15802
15803         * nnrss.el (nnrss-make-filename): New function.
15804         (nnrss-request-delete-group, nnrss-read-server-data)
15805         (nnrss-save-server-data, nnrss-read-group-data)
15806         (nnrss-save-group-data): Use it.
15807         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15808         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15809         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15810
15811 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15812
15813         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15814
15815 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15816
15817         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15818         files.
15819
15820         * message.el (message-generate-headers-first): Don't quote nil
15821         and t in docstrings.
15822
15823         * imap.el (imap-id): do.
15824
15825         * gnus-agent.el (gnus-agent-consider-all-articles)
15826         (gnus-agent-queue-mail): do.
15827
15828 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15829
15830         * spam-report.el (spam-report-process-queue): New function.
15831         Process requests from `spam-report-requests-file'.
15832         (spam-report-process-queue): Doc fix.
15833
15834 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15835
15836         * spam.el (spam-register-routine)
15837         (spam-log-processing-to-registry, spam-log-registered-p)
15838         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15839         Change "check" to "spam-check" for semi-clarity.
15840
15841 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15842
15843         * pop3.el: Require nnheader.
15844
15845         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15846
15847         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15848
15849         * gnus-picon.el: Require cl.
15850
15851         * gnus-fun.el: Require gnus-ems and gnus-util.
15852
15853         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15854
15855         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15856
15857         * gnus-art.el (gnus-article-edit-mode): Define before first
15858         reference.
15859
15860 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15861
15862         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15863         (gnus-uu-post-encoded): Use point-at-bol.
15864
15865         * gnus-topic.el (gnus-group-active-topic-p): do.
15866
15867         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15868
15869         * gnus-group.el (gnus-group-kill-region): do.
15870
15871         * gnus-art.el (article-date-ut): do.
15872
15873         * message.el (message-fetch-field): Remove redundant
15874         case-fold-search binding.
15875         (message-narrow-to-field): Simplify.
15876
15877 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15878
15879         * spam.el (spam-directory): Derive from `gnus-directory'.
15880
15881         * spam-report.el (spam-report-url-to-file)
15882         (spam-report-requests-file): New function and variable for offline
15883         reporting.
15884         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15885         and user defined function.
15886         (spam-report-url-ping-mm-url): Remove doubled slash.
15887
15888 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15891
15892 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15893
15894         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15895         format string mismatch.
15896
15897         * sieve.el (sieve-deactivate-all): do.
15898
15899         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15900
15901         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15902
15903         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15904
15905         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15906
15907 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15908
15909         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15910         the list of checks.
15911
15912 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15913
15914         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15915         padding.
15916
15917 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15918
15919         * mm-view.el (mm-fill-flowed): New variable.
15920         (mm-inline-text): Use it.
15921
15922 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15923
15924         * spam.el (spam-spamassassin-register-ham-routine)
15925         (spam-spamassassin-register-spam-routine): Fix function names.
15926
15927 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * gnus.el (gnus-tmp-grouplens): Remove.
15930         (gnus-summary-line-format): Remove grouplens.
15931
15932         * gnus-group.el (gnus-group-line-format): Ditto.
15933
15934         * gnus-spec.el (gnus-format-specs): Ditto.
15935         (gnus-update-format-specifications): Flush the group format spec
15936         cache if there's the grouplens stuff.
15937         (gnus-parse-simple-format): Replace %l with the empty string.
15938
15939 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15940
15941         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15942         omission.
15943
15944 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15947         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15948
15949 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15950
15951         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15952         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15953         New macros and functions.
15954         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15955         Handle > NLINK_MAX messages.
15956         * nnmaildir.el (nnmaildir-request-set-mark): Use
15957         nnmaildir--emlink-p and nnmaildir--eexist-p.
15958
15959 2004-01-25  Alex Schroeder  <alex@gnu.org>
15960
15961         * spam-stat.el (spam-stat-process-directory-age): New option.
15962         (spam-stat-process-directory): Use it.
15963
15964 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15965
15966         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15967         (spam-stat-save): Accept prefix argument.
15968
15969 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15970
15971         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15972         links" error.
15973
15974 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15977         the rest of the and/or forms.
15978
15979 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15980
15981         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15982         compatibility with old .newsrc.eld files.
15983
15984         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15985
15986         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15987
15988         * gnus-start.el (gnus-1): do.
15989
15990         * gnus-group.el (gnus-group-line-format-alist): do.
15991
15992         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15993
15994         * gnus-gl.el: Remove.
15995
15996 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15997
15998         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15999         marks consisting of a single range {for example, (3 . 5)} rather
16000         than a list of a single range { ((3 . 5)) }.
16001
16002 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16005         with-current-buffer.
16006         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16007         avoid consing a string.
16008
16009         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16010         Remove obsolete entries for big5 and gb2312.
16011
16012 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16013
16014         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16015         uncompressed list.
16016
16017 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16018
16019         * spam-stat.el (spam-stat-strip-xref): New function.
16020         (spam-stat-process-directory): Use it.
16021
16022         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16023         here -- it's done in message-fetch-field.
16024
16025 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16026
16027         * gnus-agent.el (gnus-agent-queue-mail)
16028         (gnus-agent-prompt-send-queue): New variables.
16029         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16030         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16031         "nndraft:queue" along to gnus-draft-send.  Use
16032         gnus-agent-prompt-send-queue.
16033         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16034         is "nndraft:queue".  Suggested by Gaute Strokkenes
16035         <gs234@srcf.ucam.org>
16036
16037         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16038         (agent-enable-undownloaded-faces): Added.
16039         (gnus-agent-cat-groups): Use eval-and-compile, not
16040         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16041         method of gnus-agent-cat-groups even when the buffer has been
16042         evaled.
16043         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16044         delete gnus-agent-save-active-1.
16045         (gnus-agent-save-groups): Deleted.  Identical to
16046         gnus-agent-save-active.
16047         (gnus-agent-write-active): No longer adjust agent's copy of active
16048         file as agent's adjustments are now stored in their own
16049         file.  Removed optional parameter.
16050         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16051         servers.  Add use of min/max range limits from server's local
16052         file.
16053         (gnus-agent-save-alist): Removed unused optional argument.
16054         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16055         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16056         (gnus-agent-set-local): A per-server file that keeps min/max range
16057         limits for articles known to the agent.  Provides a fast mechanism
16058         for altering many active ranges.
16059         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16060         active file (local makes it unnecessary).
16061         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16062
16063         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16064         (agent-enable-undownloaded-faces): Added.
16065
16066         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16067         disable it when sending to "nndraft:queue".
16068         (gnus-group-send-queue): Add safety check to avoid sending queue
16069         when unplugged.
16070
16071         * gnus-group.el (gnus-group-catchup): Use new
16072         gnus-sequence-of-unread-articles, not
16073         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16074         numbers of articles.  Use gnus-range-map to avoid having to
16075         uncompress the unread list.
16076         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16077         Fixed invalid ange-ftp reference.
16078
16079         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16080         (gnus-sorted-range-intersection): Intersection of two ranges
16081         without requiring that they first be uncompressed.
16082
16083         * gnus-start.el (gnus-activate-group): Unless blocked by the
16084         caller, possibly expand the active range to include both cached
16085         and agentized articles.
16086         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16087         multiple version-dependent converters.
16088         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16089         gnus-agent-save-active.
16090         (gnus-save-newsrc-file): Save dirty agent range limits.
16091
16092         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16093         gnus-agent-possibly-alter-active.
16094         (gnus-adjust-marked-articles): Faster handling of simple lists.
16095
16096 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16097
16098         * spam-stat.el (spam-stat-test-directory): New optional argument
16099         displays a list of files detected.  Suggested by Andrew Cohen
16100         <cohen@andy.bu.edu>.
16101         (spam-stat-buffer-words-with-scores): Don't narrow and change
16102         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16103
16104 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16105
16106         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16107         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16108         (spam-spamassassin-arguments)
16109         (spam-spamassassin-spam-flag-header)
16110         (spam-spamassassin-positive-spam-flag-header)
16111         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16112         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16113         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16114         (spam-list-of-processors, spam-list-of-checks)
16115         (spam-list-of-statistical-checks, spam-registration-functions)
16116         (spam-check-spamassassin-headers, spam-check-spamassassin)
16117         (spam-spamassassin-score)
16118         (spam-spamassassin-register-with-sa-learn)
16119         (spam-spamassassin-register-spam-routine)
16120         (spam-spamassassin-register-ham-routine)
16121         (spam-assassin-register-spam-routine)
16122         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16123         (spam-bogofilter-score): Fix to show article before scoring.
16124
16125 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16126
16127         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16128         default scoring function.
16129         (spam-generic-score): Call spam-spamassassin-score if
16130         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16131         spam-bogofilter-score otherwise.
16132
16133         * gnus.el (spam-process, spam-autodetect-methods): Add
16134         spamassassin and spamassassin-headers.
16135
16136 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16137
16138         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16139         Suppress unnecessary messages.
16140
16141 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16142
16143         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16144         make-hash-table.
16145
16146 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * canlock.el (base64-encode-string): Don't autoload it.
16149
16150 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * run-at-time.el: Remove useless (require 'itimer),
16153         eval-and-compile and (featurep 'xemacs).
16154
16155 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16156
16157         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16158         GROUP is a virtual group.
16159
16160 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16161
16162         * gnus.el: Autoload `message-y-or-n-p'.
16163
16164 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16165
16166         * pgg-parse.el: Remove unnecessary (require 'custom).
16167
16168         * pgg-def.el: do.
16169
16170         * nnmail.el: do.
16171
16172         * gnus-undo.el: do.
16173
16174         * gnus-picon.el: do.
16175
16176         * gnus-util.el: do.
16177
16178 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16179
16180         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16181
16182 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16185         handle, as well as a list.
16186
16187         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16188         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16189         (mm-w3m-cid-retrieve): Simplify.
16190
16191 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16192
16193         * message.el (message-kill-to-signature): Allow prefix arg to
16194         specify number of lines to keep before signature.
16195
16196 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16197
16198         * message.el (message-kill-to-signature): Change docstring.
16199
16200 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * canlock.el: Always require sha1-el.
16203         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16204
16205         * message.el: Autoload sha1 only when compiling.
16206
16207         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16208         eudc-expand-inline for XEmacs.
16209
16210 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * message.el (message-canlock-generate): Require sha1-el.
16213
16214 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16215
16216         * message.el (message-expand-name): Silence the byte compiler.
16217
16218         * lpath.el: Add detect-coding-system.
16219
16220         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16221         cus-edit.
16222
16223 2004-01-13  Simon Josefsson  <jas@extundo.com>
16224
16225         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16226         Invoke gnus-score-mode.  Reported by
16227         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16228
16229         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16230         Jim Blandy <jimb@redhat.com> (tiny change).
16231
16232 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16233
16234         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16235
16236 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16237
16238         * spam.el (spam-get-article-as-string): Update to use
16239         gnus-request-article-this-buffer, much simpler.
16240         (spam-get-article-as-buffer): Remove.
16241
16242 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16243
16244         * message.el (message-expand-name): Use EUDC if the user uses that.
16245
16246 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16247
16248         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16249         character for the encoding to avoid consing a string.
16250
16251         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16252         unnecessarily.
16253
16254         * mm-util.el (mm-replace-chars-in-string): Remove.
16255
16256         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16257         of mm-replace-chars-in-string.
16258
16259 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16260
16261         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16262
16263         * mm-util.el (mm-subst-char-in-string): Support inplace.
16264
16265         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16266         a new string in every iteration.  Use shy groups.
16267
16268 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16269
16270         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16271         * gnus-soup.el (gnus-soup-group-brew):
16272         * gnus-msg.el (gnus-put-message):
16273         * gnus-move.el (gnus-group-move-group-to-server):
16274         * gnus-kill.el (gnus-batch-score):
16275         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16276         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16277         (gnus-group-update-group, gnus-group-read-group)
16278         (gnus-group-make-group, gnus-group-make-help-group)
16279         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16280         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16281         (gnus-group-sort-by-unread, gnus-group-catchup)
16282         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16283         (gnus-group-yank-group, gnus-group-set-info)
16284         (gnus-group-list-groups):
16285         * gnus.el (gnus-generate-new-group-name):
16286         * gnus-delay.el (gnus-delay-send-queue):
16287         * nnvirtual.el (nnvirtual-catchup-group):
16288         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16289         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16290         (gnus-group-prepare-topics, gnus-topic-check-topology):
16291         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16292         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16293         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16294         (gnus-group-make-articles-read):
16295         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16296         (gnus-group-change-level, gnus-kill-newsgroup)
16297         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16298         (gnus-get-unread-articles, gnus-make-articles-unread)
16299         (gnus-make-ascending-articles-unread): Use accessor
16300         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16301         to get group information for improved readability.
16302
16303
16304 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16305
16306         * gnus-art.el (article-decode-mime-words, article-babel)
16307         (gnus-article-highlight-signature, gnus-article-add-buttons)
16308         (gnus-signature-toggle): Use gnus-with-article-buffer.
16309
16310         * gnus-art.el (gnus-article-highlight-headers)
16311         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16312
16313         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16314         (gnus-article-set-globals, gnus-request-article-this-buffer)
16315         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16316         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16317         (gnus-mime-display-alternative): Use with-current-buffer.
16318
16319 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16320
16321         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16322         also under 80 char limit, and call gnus-error if needed.
16323         (spam-fetch-article-header): Fix - it was a
16324         buffer-local variable (gnus-newsgroup-data).
16325         (spam-find-spam): Use spam-generate-fake-headers, forget about
16326         spam-insert-fake-headers.
16327         (spam-insert-fake-headers): Remove.
16328
16329 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16330
16331         * deuglify.el (gnus-article-outlook-unwrap-lines)
16332         (gnus-outlook-rearrange-article)
16333         (gnus-outlook-repair-attribution-outlook)
16334         (gnus-outlook-repair-attribution-block)
16335         (gnus-outlook-repair-attribution-other): Remove redundant
16336         save-excursion.
16337
16338 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16339
16340         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16341         (spam-fetch-field-subject-fast)
16342         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16343         (spam-fetch-article-header): Add functions to deal with Gnus
16344         internals for fast retrieval of article header data.
16345         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16346
16347 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16348
16349         * pop3.el (pop3-md5): Remove.
16350         (pop3-apop): Replace pop3-md5 with md5.
16351
16352         * mm-bodies.el: base64 is always built-in.
16353
16354         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16355         with-current-buffer.
16356
16357 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * canlock.el (canlock-insert-header): Remove excessive grouping in
16360         regexp.
16361
16362         * gnus-sum.el (gnus-summary-read-document): Ditto.
16363
16364         * gnus-uu.el (gnus-uu-part-number): Ditto.
16365
16366         * html2text.el (html2text-remove-tags): Ditto.
16367         (html2text-format-tags): Ditto.
16368         (html2text-format-single-elements): Ditto.
16369
16370         * mml.el (mml-parse-1): Ditto.
16371
16372 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16373
16374         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16375
16376         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16377
16378         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16379
16380         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16381
16382 2003-11-15  Simon Josefsson  <jas@extundo.com>
16383
16384         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16385         (pgg-gpg-lookup-key): Use regexp match instead of
16386         split-string (split-string is different between emacs 21.2 and
16387         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16388
16389 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16390
16391         * gnus-art.el (gnus-mime-view-all-parts)
16392         (gnus-article-part-wrapper, gnus-article-view-part): Use
16393         with-current-buffer.
16394
16395 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16396
16397         * spam.el (spam-disable-spam-split-during-ham-respool)
16398         (spam-spamoracle-database, spam-cache-lookups)
16399         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16400         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16401         (spam-group-ham-marks, spam-group-spam-marks)
16402         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16403         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16404         also add spam-use-blackholes to the statistical checks.
16405         (spam-fetch-field-fast): Add interface to fetching fields, may
16406         become a macro.
16407         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16408         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16409         (spam-insert-fake-headers): Fake an article when needed.
16410         (spam-find-spam): Fake article when possible.
16411         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16412         (spam-check-bogofilter-headers): Use message-fetch-field instead
16413         of nnmail-fetch-field.
16414
16415 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16416
16417         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16418
16419 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16420
16421         * spam.el (spam-split): Do not require spam-use-CHECK to be
16422         enabled if that check is passed to spam-split explicitly; also
16423         fix so 'spam doesn't get converted to spam-split-group when
16424         spam-split-symbolic-return is t.
16425         (spam-find-spam): Find registrations of the article and use those
16426         instead of re-running spam-split to find the spam/ham
16427         classification of the article.
16428         (spam-log-processing-to-registry, spam-log-registered-p)
16429         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16430         Use gnus-error instead of gnus-message.
16431         (spam-log-registration-type): Add function to determine the
16432         classification of a message based on registry entries; will
16433         return nil if both 'spam and 'ham are found.
16434         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16435         a reasonably fast local cache without the loading errors.
16436         (spam-cache-lookups): Set to t by default.
16437         (spam-find-spam): Don't try to guess spam-cache-lookups.
16438         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16439         spam-caches entry.
16440         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16441         caching of whitelist/blacklist entries.
16442         (spam-check-whitelist, spam-check-blacklist): Invoke
16443         spam-from-listed-p with a type, not a cache variable.
16444         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16445
16446 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16447
16448         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16449
16450         * nnmail.el (nnmail-split-fancy): do.
16451
16452         * mml.el (mml-parse): do.
16453
16454         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16455         (gnus-score-adaptive): do.
16456
16457 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16460         (gnus-mime-button-map): Don't set keymap parent.
16461         (gnus-button-ctan-directory-regexp): Use shy grouping.
16462         (gnus-prev-page-map): Don't set keymap parent.
16463         (gnus-prev-page-map): Remove duplicated one.
16464         (gnus-next-page-map): Don't set keymap parent.
16465         (gnus-mime-security-button-map): Ditto.
16466
16467         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16468         version number.
16469
16470         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16471
16472 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * canlock.el (canlock-sha1-function): Remove.
16475         (canlock-sha1-function-for-verify): Remove.
16476         (canlock-openssl-program): Remove.
16477         (canlock-openssl-args): Remove.
16478         (canlock-ignore-errors): Remove.
16479         (canlock-sha1-with-openssl): Remove.
16480         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16481         (canlock-verify): Don't use canlock-ignore-errors.
16482
16483         * sha1-el.el (sha1-string-external): Make it can return a string
16484         in binary form.
16485         (sha1-region-external): Ditto.
16486         (sha1-string-internal): Ditto.
16487         (sha1-region-internal): Ditto.
16488         (sha1-region): Ditto.
16489         (sha1-string): Ditto.
16490         (sha1): Ditto.
16491
16492 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16493
16494         * spam.el (spam-report-articles-gmane): New command.
16495
16496 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16499
16500         * run-at-time.el (run-at-time-saved): Remove.
16501         (run-at-time): Doc fix.
16502
16503 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16504
16505         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16506         (gnus-summary-limit-map): Add it.
16507         (gnus-summary-make-menu-bar): do.
16508
16509 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16510
16511         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16512         Make attempt at some caching support (done for BBDB only now).
16513         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16514         addresses to be checked.
16515         (spam-clear-cache-BBDB): Add function, to be invoked by
16516         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16517         (spam-check-BBDB): Check and use the caches, if
16518         spam-cache-lookups is on, remove superfluous (provide).
16519
16520 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16523
16524 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16525
16526         * run-at-time.el (run-at-time-saved): Move to after the definition
16527         of `run-at-time'.
16528
16529         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16530
16531 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16534         mm-w3m-local-map-property.
16535
16536         * mm-view.el (mm-w3m-mode-map): Remove.
16537         (mm-w3m-local-map-property): Remove.
16538         (mm-inline-text-html-render-with-w3m): Don't use
16539         mm-w3m-local-map-property.
16540
16541 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16542
16543         * run-at-time.el: New file.
16544
16545         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16546         under Emacs.
16547
16548         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16549         of gnus-set-text-properties.
16550
16551         * gnus-uu.el (gnus-uu-save-article): Ditto.
16552
16553         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16554
16555         * gnus-cite.el (gnus-cite-parse): Ditto.
16556
16557         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16558         of gnus-.
16559
16560         * gnus-xmas.el (run-at-time): Require run-at-time.
16561
16562         * gnus.el: Changed calls to nnheader-run-at-time and
16563         password-run-at-time throughout to use run-at-time directly.
16564
16565         * password.el: Removed definition of run-at-time.
16566
16567         * nnheaderxm.el: Remove definition of run-at-time.
16568
16569 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16570
16571         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16572         in prompt.
16573
16574 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16575
16576         * messagexmas.el (message-xmas-redefine): Alias
16577         `message-make-caesar-translation-table' to
16578         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16579         version.
16580
16581         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16582         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16583         `gnus-xmas-set-text-properties'.
16584         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16585         `gnus-xmas-completing-read'.
16586         (gnus-xmas-completing-read): Removed.
16587         (gnus-xmas-open-network-stream): Removed.
16588
16589         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16590         XEmacs version.
16591
16592         * dns.el (dns-make-network-process): Use `open-network-stream'
16593         instead of `gnus-xmas-open-network-stream'.
16594
16595         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16596
16597         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16598
16599 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16600
16601         * gnus-art.el (gnus-mime-display-alternative)
16602         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16603         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16604         Don't use gnus-local-map-property.
16605
16606         * gnus-util.el (gnus-local-map-property): Remove.
16607
16608         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16609         gnus-completing-read-maybe-default with completing-read.
16610
16611         * gnus-util.el (gnus-completing-read): do.
16612         (gnus-completing-read-maybe-default): Remove.
16613
16614 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16615
16616         * password.el: Only autoload `run-at-time' if not XEmacs.
16617         Only autoload the itimer functions if XEmacs.
16618
16619 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16622         XEmacsen.
16623
16624         * dgnushack.el: Autoload executable-find for XEmacs.
16625
16626 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16627
16628         * gnus-art.el (gnus-read-string): Remove.
16629         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16630         read-string.
16631
16632 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16633
16634         * netrc.el: Autoload password-read.
16635         (netrc): Add configuration group.
16636         (netrc-encoding-method, netrc-openssl-path): Add
16637         variables for encoding and decoding of files with symmetric
16638         ciphers.
16639         (netrc-encode): Add assistant function to encode a file with
16640         netrc-encoding-method.
16641         (netrc-parse): Add interactive parameter, added optional
16642         decoding if netrc-encoding-method is non-nil but otherwise
16643         behavior is standard.
16644         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16645         Do s/encode/encrypt/ everywhere.
16646
16647         * spam.el: Remove executable-find autoload.
16648
16649 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16650
16651         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16652
16653         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16654
16655 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-art.el (gnus-treat-ansi-sequences)
16658         (article-treat-ansi-sequences): New variable and function.
16659         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16660
16661         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16662         Use it.
16663
16664 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16665
16666         * mm-util.el (mm-quote-arg): Remove.
16667
16668         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16669         shell-quote-argument.
16670
16671         * gnus-uu.el (gnus-uu-command): do.
16672
16673         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16674
16675         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16676         with make-char.
16677
16678         * mm-util.el (mm-make-char): Remove.
16679
16680         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16681         add-minor-mode.
16682
16683         * gnus-undo.el (gnus-undo-mode): do.
16684
16685         * gnus-topic.el (gnus-topic-mode): do.
16686
16687         * gnus-sum.el (gnus-dead-summary-mode): do.
16688
16689         * gnus-start.el (gnus-slave-mode): do.
16690
16691         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16692
16693         * gnus-ml.el (gnus-mailing-list-mode): do.
16694
16695         * gnus-gl.el (gnus-grouplens-mode): do.
16696
16697         * gnus-draft.el (gnus-draft-mode): do.
16698
16699         * gnus-dired.el (gnus-dired-mode): do.
16700
16701         * gnus-ems.el (gnus-add-minor-mode): Remove.
16702
16703         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16704         Replace gnus-char-width with char-width.
16705
16706         * gnus-ems.el (gnus-char-width): Remove.
16707
16708         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16709         Replace gnus-char-width with char-width.
16710
16711         * gnus-ems.el (gnus-char-width): Remove.
16712
16713         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16714         definition.
16715         Remove Emacs 20 hash table compatibility code.
16716
16717         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16718         20 compatibility code.
16719
16720         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16721
16722         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16723
16724         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16725         with point-at-{eol,bol}.
16726
16727         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16728
16729         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16730
16731         * flow-fill.el (fill-flowed-point-at-bol)
16732         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16733
16734         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16735         Replace with point-at-{eol,bol} throughout all files.
16736
16737 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * ntlm.el (ntlm-string-as-unibyte): New macro.
16740         (ntlm-build-auth-response): Use it.
16741
16742         Remove Emacs 20 stuff:
16743         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16744         (butlast, mapc, remove): Remove the compiler macros.
16745         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16746         of delq and copy-sequence.
16747         * gnus-art.el (popup-menu): Remove the compiler macro.
16748         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16749         Emacs 20.
16750
16751 2004-01-05  Simon Josefsson  <jas@extundo.com>
16752
16753         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16754         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16755         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16756         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16757         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16758         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16759         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16760         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16761         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16762         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16763         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16764         string-xor into ntlm-string-xor.  Suggested by
16765         Jesper Harder <harder@myrealbox.com>.
16766
16767         * ntlm.el: Don't include poem.
16768
16769         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16770         Jesper Harder <harder@myrealbox.com>.
16771
16772         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16773
16774         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16775         probably breaks emacs with DL patch, but do we care? Is anyone
16776         still using the DL stuff?)
16777
16778         * sieve-manage.el: Use the password package.
16779         (sieve-manage-read-passwd): Remove.
16780         (sieve-manage-interactive-login): Use password.  Re-add
16781         condition-case around loop.
16782
16783         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16784         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16785         the password package.
16786
16787 2003-02-19  Simon Josefsson  <jas@extundo.com>
16788
16789         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16790         token.
16791
16792 2002-08-07  Simon Josefsson  <jas@extundo.com>
16793
16794         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16795         (sieve-manage-authenticators):
16796         (sieve-manage-authenticator-alist): Add some SASL mechs.
16797         (sieve-sasl-auth): New function.
16798         (sieve-manage-cram-md5-auth):
16799         (sieve-manage-plain-auth): Rewrite using SASL library.
16800         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16801         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16802         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16803         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16804
16805 2004-01-05  Simon Josefsson  <jas@extundo.com>
16806
16807         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16808         New files.
16809
16810 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16811
16812         * gnus-group.el (gnus-no-groups-message): Update.
16813
16814         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16815
16816 2003-11-09  Simon Josefsson  <jas@extundo.com>
16817
16818         * imap.el: Support for ID IMAP extension (RFC 2971).
16819         (imap-local-variables): Add imap-id.
16820         (imap-id): New variable.
16821         (imap-id): New function.
16822         (imap-parse-response): Parse untagged ID response.
16823         * nnimap.el (nnimap-id): New variable.
16824         (nnimap-open-connection): Use it.
16825
16826 2003-12-28  Simon Josefsson  <jas@extundo.com>
16827
16828         * gnus-score.el (gnus-score-edit-all-score): New.
16829         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16830
16831 2004-01-04  Simon Josefsson  <jas@extundo.com>
16832
16833         * password.el: Add.
16834
16835 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16836
16837         * dns.el (dns-query-types): Fix typo.
16838         (dns-query-types): New function.
16839         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16840         PTR and SOA replies, see RFC 1035.
16841
16842 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16843
16844         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16845
16846         * Moved to Changelog.2.
16847
16848 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16849
16850         * gnus.el (gnus-version-number): Bump version.
16851
16852 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16853
16854         * gnus.el: No Gnus v0.1 is released.
16855
16856 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16857
16858         * gnus.el: No Gnus v0.0 is released.
16859
16860 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16861
16862         * gnus.el (gnus-version-number): Bump.
16863         (gnus-version): No.
16864
16865 See ChangeLog.2 for earlier changes.
16866
16867     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16868       Free Software Foundation, Inc.
16869
16870   This file is part of GNU Emacs.
16871
16872   GNU Emacs is free software: you can redistribute it and/or modify
16873   it under the terms of the GNU General Public License as published by
16874   the Free Software Foundation, either version 3 of the License, or
16875   (at your option) any later version.
16876
16877   GNU Emacs is distributed in the hope that it will be useful,
16878   but WITHOUT ANY WARRANTY; without even the implied warranty of
16879   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16880   GNU General Public License for more details.
16881
16882   You should have received a copy of the GNU General Public License
16883   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16884
16885 ;; Local Variables:
16886 ;; coding: utf-8
16887 ;; fill-column: 79
16888 ;; add-log-time-zone-rule: t
16889 ;; End: