Remove useless gnus-ephemeral-group-server
[gnus] / lisp / ChangeLog
1 2010-09-25  Julien Danjou  <julien@danjou.info>
2
3         * gnus-group.el: Remove useless gnus-group-icon-cache.
4         Remove useless gnus-ephemeral-group-server.
5
6         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7
8         * mml2015.el: Remove useless mml2015-verbose.
9
10         * mml-smime.el: Remove useless mml-smime-verbose.
11
12         * gnus.el: Remove useless gnus-local-domain.
13
14         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
15         gnus-gravatar-size.
16
17         * gnus-art.el: Remove useless gnus-treat-translate.
18
19 2010-09-24  Julien Danjou  <julien@danjou.info>
20
21         * gnus-sum.el: Add support for Gravatars.
22
23         * gnus-art.el: Add support for Gravatars.
24
25         * gnus-gravatar.el: Add this file.
26
27         * gravatar.el: Add this file.
28
29 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
32
33         * gnus-group.el (gnus-group-fetch-faq): Removed.
34
35         * gnus.el (gnus-group-faq-directory): Removed.
36
37         * gnus-group.el (gnus-group-fetch-charter): Removed.
38
39         * gnus.el (gnus-group-charter-alist): Removed.
40
41         * gnus-group.el (gnus-group-archive-directory): Removed.
42         (gnus-group-recent-archive-directory): Ditto.
43         (gnus-group-make-archive-group): Removed.
44
45         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
46
47         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
48         use the same article number for all the cached articles.
49
50         * nnimap.el (nnimap-command): Register the last command time so
51         that we can use it for idling NOOPs.
52         (nnimap-open-connection): Start the keeplive timer.
53         (nnimap-make-process-buffer): Store all the process buffers.
54         (nnimap-keepalive): New function.
55
56         * starttls.el: (starttls-open-stream): Add autoload cookie.
57
58 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
59
60         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
61         handling.
62
63 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
66         its data structures.
67
68         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
69         instead of the cl.el copy-list.
70         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
71         equalp.
72
73 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
76         and tool-bar-local-item-from-menu.
77
78         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
79         mode-line-highlight face for Emacs.
80
81         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
82         loading gnus-sum.elc; fix comment for canlock-verify.
83         (gnus-article-jump-to-part): Use read-number.
84         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
85         Emacs pre-21 compatible code for help-echo.
86         (gnus-article-next-page-1): No need to adjust the number of lines.
87         (gnus-article-describe-bindings): Always use help-buffer.
88
89         * gnus-audio.el (gnus-audio-inline-sound)
90         * gnus-cus.el (gnus-custom-mode)
91         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
92
93         * gnus-sum.el (gnus-remove-overlays): Doc fix.
94
95         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
96         compatible code.
97
98 2010-09-24  Glenn Morris  <rgm@gnu.org>
99
100         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
101         visiting the fcc file in rmail-mode.
102
103         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
104
105 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * nnir.el: Silence the byte compiler.
108
109         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
110         alias to browse-url-url-encode-chars if any.
111         (gnus-html-encode-url): Use it.
112
113 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-start.el (gnus-use-backend-marks): New variable.
116         (gnus-get-unread-articles-in-group): Use it.
117
118         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
119         makeover.
120
121 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
122
123         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
124
125 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
128         Removed.
129         (gnus-setup-news-hook): Removed
130         gnus-fixup-nnimap-unread-after-getting-new-news.
131
132         * gnus-int.el (gnus-request-update-info): Protect against backends not
133         having the function.
134
135         * nnimap.el (nnimap-stream): Mention starttls.
136         (nnimap-open-connection): Add starttls support.
137
138 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
139
140         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
141
142 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
145         BODYSTRUCTUREs.
146         (nnimap-transform-headers): Unfold quoted {42} headers.
147
148         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
149         the info.
150         (gnus-get-unread-articles): Only call updatep on backends that support
151         it.
152
153         * nnweb.el (nnweb-request-update-info): NOOP.
154
155         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
156
157         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
158         since it only deals with marks.
159
160         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
161         gnus-request-marks, and make a new gnus-request-update-info.
162
163         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
164         the active instead of the high number, which is usually too low.
165
166 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         * netrc.el (netrc-parse): Remove encrypt.el mentions.
169         * encrypt.el: Removed.
170
171 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
174         server in symbolic form.
175
176         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
177         0.9.
178
179 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
182         (nnimap-update-info): Fix up code slightly.
183
184         * gnus-int.el (gnus-open-server): Add tracing for performance
185         debugging.
186
187         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
188         (gnus-group-insert-group-line): Pass the real group name so that it
189         gets the right data.
190
191         * gnus-start.el (gnus-get-unread-articles): Don't have
192         `gnus-get-unread-articles-in-group' update info, since that can be
193         really slow and doesn't seem to be needed?
194
195 2010-09-22  Dan Christensen  <jdc@uwo.ca>
196
197         * time-date.el (date-to-time): Try using parse-time-string first before
198         using the slower timezone-make-date-arpa-standard.
199
200 2010-09-22  Julien Danjou  <julien@danjou.info>
201
202         * gnus-group.el (gnus-group-insert-group-line): Call
203         gnus-group-highlight-line.
204         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
205         default hook list.
206         (gnus-group-update-eval-form): Add new function.
207         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
208         (gnus-group-get-icon): Use gnus-group-update-eval-form.
209
210 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
213         immediate, then expire all articles.
214         (nnimap-update-info): Fix off-by-one errors.
215         (nnimap-flags-to-marks): Would return no marks lists for group with no
216         flags.  Instead return the other data.
217
218 2010-09-22  Julien Danjou  <julien@danjou.info>
219
220         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
221         Only return an icon.
222         (gnus-group-insert-group-line): Compute icon to return.
223
224         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
225         variable.
226         (gnus-html-image-fetched): Only cache if
227         gnus-html-image-automatic-caching is set.
228         (gnus-html-image-fetched): Check for errors.
229
230 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
233         once per method on `g'.  This ensures that backends like nnfolder don't
234         open all their folders.
235
236         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
237         (nnimap-request-list): Nix out group in the correct buffer.
238         (nnimap-parse-flags): Implement by using `read' instead of
239         hand-parsing.
240         (nnimap-flags-to-marks): Pass on permanent-flags.
241         (nnimap-make-process-buffer): Record the server name.
242         (nnimap-parse-flags): Fix typo.
243         (nnimap-request-scan): Run split on the server in general, not just a
244         single group.
245
246         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
247         parameter, and propagate this downwards.
248
249         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
250         since EXAMINE changes it on the server.
251
252         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
253         this command might take a while.
254
255 2010-09-22  Julien Danjou  <julien@danjou.info>
256
257         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
258         harmful if you have 2 images side-by-side, they can't be properly
259         update on text deletion.  Using text-property is safer here.
260         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
261         data.
262
263 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * nnimap.el (nnimap-expunge-inbox): Removed.
266         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
267         (nnimap-expunge): Flip default to t.
268
269         * gnus.el (gnus-method-to-server): Don't push things to the cache
270         unless it's unique.
271         (gnus-server-to-method): Ditto.
272
273 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
274
275         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
276
277 2010-09-22  Julien Danjou  <julien@danjou.info>
278
279         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
280         get the start of data.
281         (gnus-html-encode-url): Add this function to encode special chars in
282         URL.
283         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
284         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
285
286         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
287         default.
288         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
289
290         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
291         images alt-text.
292         (gnus-html-put-image): Put alt-text as help-echo.
293
294 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
297         * mm-util.el (mm-decompress-buffer)
298         * nnir.el (nnir-run-find-grep)
299         * pop3.el (pop3-list): Use 3rd arg of split-string.
300
301         * time-date.el (format-seconds): Comment fix.
302
303         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
304         and byte-optimize-form-code-walker.
305         (dgnushack-make-auto-load): Don't advise make-autoload.
306
307         * lpath.el: Remove Emacs 21 stuff.
308
309 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
312         outside the active range.  Suggested by Dan Christensen.
313
314         * gnus-start.el (gnus-get-unread-articles): Get the extended method
315         slightly later to avoid double-getting it.
316
317         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
318         previous patch.
319
320         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
321
322 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
323
324         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
325
326 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-int.el (gnus-open-server): Give a better error message in the
329         "go offline" case.
330
331         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
332         marks for nnimap, which is seldom the right thing to do.
333
334         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
335         (gnus-same-method-different-name): New function.
336
337         * nnimap.el (parse-time): Require.
338
339         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
340         method in the presence of many similar methods.
341
342         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
343
344         * nnimap.el (nnimap-find-expired-articles): Don't refer to
345         nnml-inhibit-expiry.
346
347         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
348         find out whether methods are equal.
349
350         * nnimap.el (nnimap-find-expired-articles): New function.
351         (nnimap-process-expiry-targets): New function.
352         (nnimap-request-move-article): Request the article before looking at
353         what the Message-ID is.  Fix found by Andrew Cohen.
354         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
355
356         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
357         for oldness in addition to being a predicate.
358
359         * nnimap.el (nnimap-request-group): When we have zero articles, return
360         the right data to Gnus.
361         (nnimap-request-expire-articles): Only delete articles immediately if
362         the target is 'delete.
363
364         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
365         method, this would bug out.
366
367         * gnus-group.el (gnus-group-expunge-group): Renamed from
368         gnus-group-nnimap-expunge, and implemented as a normal interface
369         function.
370
371         * gnus-int.el (gnus-request-expunge-group): New function.
372
373         * nnimap.el (nnimap-request-create-group): Implement.
374         (nnimap-request-expunge-group): New function.
375
376 2010-09-21  Julien Danjou  <julien@danjou.info>
377
378         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
379         (gnus-html-cache-expired): Add new function.
380         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
381         wethever we should display image for fetch it.
382         Compute alt-text earlier to pass it to the fetching function too.
383         (gnus-html-schedule-image-fetching): Change function argument to only
384         get one image at a time, not a list.
385         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
386         cache.
387         (gnus-html-get-image-data): New function to retrieve image data from
388         cache.
389         (gnus-html-put-image): Change buffer argument to use image data rather
390         than file, and place image above region rather than inserting a new
391         one. Do not take alt-text as argument, since it's useless now: we place
392         the image above alt-text.
393         (gnus-html-prune-cache): Remove.
394         (gnus-html-show-images): Start to fetch image when we find one, do not
395         push into a temporary list.
396         (gnus-html-prefetch-images): Only fetch image if they have expired.
397         (gnus-html-browse-image): Fix, use 'gnus-image-url.
398         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
399
400 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
403
404 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
407         spec inser "*" if the group isn't active instead of 0.
408
409         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
410         opening the server.
411         (nnimap-request-delete-group): Implement group deletion.
412         (nnimap-transform-headers): Return the size of the entire message in
413         the Bytes header, not just the size of the first part.
414         (nnimap-request-move-article): When moving an article from nnimap,
415         request the article first so the accepting form has an article to
416         accept.  Reported by Dan Christensen.
417         (nnimap-command): Make sure that the error message doesn't error out.
418
419 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
420
421         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
422         we haven't requested anything.
423
424 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
427         "".  Fix found by Andrew Cohen.
428
429         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
430         instead of -encode-string.
431
432 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
435
436         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
437         by mm-subst-char-in-string.
438
439 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
442         waiting for the connection string.
443
444         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
445         arriving.
446
447         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
448         bogus characters.  This allows selecting certain Gmail groups.
449
450         * nnimap.el (nnimap-find-wanted-parts-1): New function.
451         (nnimap-fetch-partial-articles): New variable.
452         (nnimap-open-connection): When looking for credentials, also use the
453         nnimap-server-port.
454         (nnimap-request-article): Return the group/article number, so that Gnus
455         `^' works as expected.
456         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
457         them.
458
459         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
460         comments.
461         (gnus-methods-sloppily-equal): New function.
462         (gnus): When using the development version of Gnus, load the gnus-load
463         file.
464
465         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
466         `gnus-open-server' on each method before trying to scan them etc.  This
467         ensures that all the backend parameters are set correctly.
468
469         * nnimap.el (nnimap-authenticator): New variable.
470         (nnimap-open-connection): Allow anonymous login.
471         (nnimap-transform-headers): The chars header is called Chars not
472         Bytes.
473         (nnimap-wait-for-response): Don't infloop if the IMAP connection
474         drops.
475
476         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
477         patch, found by Knut Anders Hatlen.
478
479 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
480
481         * gnus-agent.el (gnus-agent-batch-confirmation)
482         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
483         to gnus-message.
484         * gnus-art.el (gnus-article-describe-briefly): Likewise.
485         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
486         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
487         * gnus-int.el (gnus-open-server): Likewise.
488         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
489         (gnus-score-check-syntax): Likewise.
490         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
491         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
492         Likewise.
493         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
494
495 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
498         calling conventions so that prefetch doesn't bug out.
499
500 2010-09-19  Julien Danjou  <julien@danjou.info>
501
502         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
503         rather than `subst-char-in-region' in order to be able to replace ASCII
504         char by UTF-8 ones.
505
506         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
507         than curl.
508         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
509         the right URL and ALT text on images.
510         (gnus-html-wash-tags): Fix tag case.
511         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
512         (gnus-article-html): Add -o display_ins_del=2 option.
513         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
514
515 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
518         the extra mail headers, which sometimes seem to happen for unknown
519         reasons.
520
521         * mail-parse.el (mail-header-encode-parameter): Define as
522         rfc2045-encode-string instead of as rfc2231-encode-string, since some
523         (or most, perhaps?) mail readers don't understand the latter, but do
524         understand the former.
525
526         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
527         to nil, so that no methods are automatically agentized.  I think this
528         is probably what most users want.
529
530         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
531         from url-retrieve, for instance about invalid URLs.
532
533         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
534         groups that have no articles.
535         (nnimap-request-article): Check that we really got an article when we
536         requested one.
537
538         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
539         doesn't exist.
540
541         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
542         nntp buffer so the agent can save it.
543         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
544         that CRLF doesn't get translated to \n.
545         (nnimap-open-connection): Don't make 'shell commands only send \n.
546
547 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
548
549         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
550         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
551         Update var name.
552         (nnml-generate-nov-file): Use dolist.
553         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
554         Use with-current-buffer.
555
556 2010-09-18  Julien Danjou  <julien@danjou.info>
557
558         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
559         parallel.
560
561 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * nnimap.el (nnimap-update-info): When doing partial marks update, get
564         the range update right.
565         (nnimap-request-group): Don't make `M-g' bug out on group with no
566         marks.
567         (nnoo): Required, so that other packages can require nnimap.
568         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
569         command we're looking for.  This helps when the server sends more
570         responses after we've gotten everything we expected.
571         (nnimap): Add a `newlinep' field to keep track of end-of-line
572         conventions.
573         Don't send CRLF to things that don't want it.
574         (nnimap-request-accept-article): Ditto.
575
576 2010-09-18  Julien Danjou  <julien@danjou.info>
577
578         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
579         than curl to retrieve images.
580
581 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * nnimap.el (nnimap-update-info): Extend the info so that we can set
584         the marks.
585         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
586         (nnimap-wait-for-connection): New function.
587         (nnimap-open-connection): If we have PREAUTH, don't query for login
588         credentials.
589         (nnimap-update-info): Fix off-by-one error when concatenating ranges
590         when doing a partial update.
591
592 2010-09-18  Julien Danjou  <julien@danjou.info>
593
594         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
595         tags.
596
597 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * nnimap.el (nnimap-credentials): New function.
600         (nnimap-open-connection): Use the new function to look for credentials
601         also on the numeric equivalents of "imap" and "imaps".
602
603         * gnus-start.el (gnus-activate-group): Send the info to
604         gnus-request-group.
605
606         * nnimap.el (nnimap-request-group): Have the "check" version of the
607         function parse flags and update the info, so that a `M-g' get a total
608         resync of all flags from the group.
609
610         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
611         to allow backends to alter the info on group selection.  Also alter all
612         the backend -request-group functions to take the parameter.
613
614         * nnimap.el (nnimap-store-info): New function.
615         (nnimap-update-info): Store the info for later usage.
616         (nnimap-request-group): Use the stored info for the dont-check case, so
617         that we don't retrieve all marks when we enter a group.
618
619         * nnimap.el: Use deffoo instead of defun for interface functions.
620
621         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
622         update the group info.  This makes the nndraft groups, for instance, go
623         back to their old behaviour.
624
625         * gnus-sum.el (gnus-select-newsgroup): Indent.
626
627         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
628         in.
629         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
630         nothing.
631
632         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
633         from methods that are denied.
634
635         * gnus-int.el (gnus-method-denied-p): New function.
636
637         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
638         store the password instead of netrc.
639         (nnimap-open-connection): Don't error out when we can't make a
640         connections.
641
642         * auth-source.el (auth-source-create): In the password prompt, say what
643         we're querying for.  Also prompt for user name if that hasn't been
644         given.
645
646         * nnimap.el (nnimap-with-process-buffer): Removed.
647
648 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
651         method when we're reading from the agent.
652
653         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
654
655         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
656         that's probably most useful for users.
657
658         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
659         "failed" all the time.
660
661         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
662         ...)) with (with-current-buffer ... ).
663
664         * nntp.el (nntp-open-server): Return whether the open was successful or
665         not.
666
667         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
668         select an unread unseen article first.
669
670         * nnimap.el (nnimap-open-connection): If the user doesn't have a
671         /etc/services, supply some sensible port defaults.
672
673         * dgnushack.el: Define netrc-credentials.
674
675 2010-09-17  Julien Danjou  <julien@danjou.info>
676
677         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
678
679 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
680
681         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
682         doesn't have any parameters.
683
684 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
687         only upcased checks.
688
689         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
690
691         * nnimap.el (nnimap-open-shell-stream): New function.
692         (nnimap-open-connection): Use it.
693         (nnimap-transform-headers): Get the number of lines in each message.
694         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
695         number of lines.
696         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
697         problem.
698
699         * utf7.el (utf7-encode): Autoload.
700
701         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
702         to allow the mail splitting to not return a default group.  This is
703         useful for nnimap, which will leave unmatched mail in the inbox.
704
705         * nnimap.el: Rewritten.
706
707         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
708         nnimap usage.
709
710         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
711         if the move is internal, so that nnimap can do fast internal moves.
712
713         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
714         data.
715         (gnus-read-active-for-groups): Support finishing the early retrieval of
716         data.
717
718         * gnus-range.el (gnus-range-nconcat): New function.
719
720         * gnus-int.el (gnus-finish-retrieve-group-infos)
721         (gnus-retrieve-group-data-early): New functions.
722
723 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
724
725         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
726         (nnrss-retrieve-groups):
727         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
728         (pop3-quit): Use with-current-buffer.
729
730 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
733         instead of nnheader-accept-process-output.
734
735         * dgnushack.el (dgnushack-compile): Add comment.
736
737         * lpath.el: No need to fbind propertize for XEmacs 21.4.
738
739         * gnus-html.el (gnus-html-schedule-image-fetching)
740         (gnus-html-prefetch-images): Replace process-kill-without-query by
741         gnus-set-process-query-on-exit-flag.
742
743 2010-09-16  Romain Francoise  <romain@orebokech.com>
744
745         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
746
747 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-registry.el (gnus-registry-install-shortcuts): The second
750         parameter to unintern is mandatory-ish in Emacs 24.
751
752         * gnus-html.el (gnus-html-schedule-image-fetching)
753         (gnus-html-prefetch-images): Check for curl before using it.
754
755         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
756         depend on curl, which isn't essential.
757
758         * imap.el: Revert back to version
759         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
760         seem problematic.
761
762 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
763
764         * gnus-registry.el (gnus-registry-install-shortcuts):
765         Explicitly pass `obarray' to `unintern' to avoid a warning.
766
767 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
770         change.
771
772         * nnrss.el (nnrss-request-list): Removed this function and related
773         functions, including the moreover stuff.
774
775 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * nnrss.el (nnrss-retrieve-groups): New function.
778
779 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
780
781         * .dir-locals.el: Add no-byte-compile cookie.
782
783 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * time-date.el (format-seconds): Comment fix.
786
787         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
788         for back end that doesn't support request-scan.
789
790 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
793         then do request scans from the backends.
794
795         * netrc.el (netrc-credentials): New conveniency function.
796
797         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
798         avoid running a hook per line, since this takes a lot of time,
799         profiling shows.
800         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
801         directly if gnus-visual-p is true.
802
803 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
806         groups; replace mapcar with dolist which is a bit faster; pass groups
807         info to gnus-read-active-file-1.
808         (gnus-read-active-file-1): Scan only specified groups if the new
809         optional arg `infos' is given.
810
811 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
814
815         * pop3.el (pop3-movemail): Removed.
816         (pop3-streaming-movemail): Renamed to pop3-movemail.
817
818         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
819         don't restrict end-tag searches to the end of the line.
820
821 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
824         articles of every unchecked group to t, which means unknown since the
825         server has never been opened.
826
827 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus-html.el (gnus-html-show-alt-text): New command.
830         (gnus-html-browse-image): Ditto.
831         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
832         to browse the image directly.
833         (gnus-html-wash-tags): Search for images first, so that <a><img> works
834         better.
835
836         * gnus-async.el (gnus-async-article-callback): Call
837         `gnus-html-prefetch-images' unconditionally.
838
839         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
840         before feeding URLs to curl.
841
842 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
845         internal images as deletable by `W D D'.
846
847         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
848         (gnus-async-article-callback): Fix typo.
849
850 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
851
852         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
853         current line to work around bugs in the output from w3m.
854
855         * gnus-async.el (gnus-async-article-callback): Always prefetch images
856         for groups that want that.
857
858         * nntp.el (nntp-wait-for-string): Supply a timeout for
859         accept-process-output to ensure progress.
860
861         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
862         level to get unread articles from, then use that for foreign groups,
863         too.
864
865         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
866         confuses the rest of the function.
867
868         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
869         for the methods that support -retrieve-groups, too.
870
871         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
872
873 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
876         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
877
878         * pop3.el: Require cl when compiling.
879         (pop3-number-of-responses): Search for "+OK", not "+OK ".
880
881 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
884         that aren't going to be activated.
885         (gnus-get-unread-articles): Fix up the last commit.
886
887         * gnus-html.el (gnus-article-html): Allow calling without specifying
888         the handle.  In that case, dissect the buffer first.
889
890         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
891
892         * nnimap.el (nnimap-open-connection): Revert the change that would look
893         into authinfo for imaps instead of imap.
894
895         * gnus-start.el (gnus-activate-group): Take an optional parameter to
896         say that you don't want to call gnus-request-group with don-check, but
897         do check the reponse.  This is for virtual groups only.
898         (gnus-get-unread-articles): Count the archive groups as secondary, so
899         that they're activated the same way as before.
900
901         * imap.el (imap-message-map): Removed optional buffer parameter, since
902         no callers use it.
903         (imap-message-get): Ditto.
904         (imap-message-put): Ditto.
905         (imap-mailbox-map): Ditto.
906         (imap-mailbox-put): Ditto.
907         (imap-mailbox-get): Ditto.
908         (imap-mailbox-get): Revert last change for this function.
909
910         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
911         case-insensitively.
912         (nnimap-debug): Removed.
913
914         * imap.el (imap-fetch-safe): Removed function, and altered all callers
915         to use `imap-fetch' instead.  According to the comments, this should be
916         safe, since all other IMAP clients use the 1:* syntax.
917         (imap-enable-exchange-bug-workaround): Removed.
918         (imap-debug): Removed -- doesn't seem very useful.
919
920         * mail-source.el (mail-source-fetch): Don't message if we're fetching
921         mail from a file, and the file doesn't exist.
922
923         * imap.el (imap-log): New convenience function used throughout instead
924         of repeating the same code all over the place.
925
926         * pop3.el (pop3-streaming-movemail): Return t for success.
927
928         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
929         .authinfo if we're using ssl connection.
930
931         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
932         already have if we're in a main Gnus `g' run.
933
934         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
935
936 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
939
940         * nnmh.el (nnmh-request-list-1): Bind `file'.
941
942         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
943         alias to set-process-query-on-exit-flag or process-kill-without-query.
944         (pop3-open-server): Use it.
945
946 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * mail-source.el (mail-source-delete-crash-box): Always move the crash
949         box to the Incoming file.  Fixes mistake in previous checkin.
950
951         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
952         request loop (for debugging purposes) removed.
953
954         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
955         culprit is more visible.
956         (nnml-save-incremental-nov, nnml-open-incremental-nov)
957         (nnml-add-incremental-nov): New functions to do "incremental" nov
958         updates, where we just append to the end of the existing nov files
959         without reading/writing them in full.
960
961         * mail-source.el (mail-source-delete-crash-box): Really only check the
962         incoming files once in a while.
963
964         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
965
966         * mail-source.el (mail-source-delete-crash-box): Only check the
967         incoming files for deletion once per day to save a lot of file
968         accesses.
969
970         * pop3.el (pop3-logon): Fix up unbound variable typo.
971
972         * mail-source.el (pop3-streaming-movemail): Autoload.
973
974         * pop3.el (pop3-streaming-movemail): Respect
975         pop3-leave-mail-on-server.
976
977         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
978         retrieval.
979
980         * pop3.el (pop3-process-filter): Removed unused function.
981         (pop3-streaming-movemail, pop3-send-streaming-command)
982         (pop3-wait-for-messages, pop3-write-to-file)
983         (pop3-number-of-responses): New functions for streaming pop3
984         retrieval.
985
986         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
987         come from no known methods.
988         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
989         list.
990
991         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
992         message sizes.
993         (pop3-movemail): Use erase-buffer instead of looping and deleting
994         regions, which seems rather odd.
995
996         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
997         file once per `g' run.
998
999         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1000         directories.  This makes the draft queue directory work.
1001
1002         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1003         data from the backends, so that we only request the list of groups from
1004         each method once.  This should speed things up considerably.
1005
1006         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1007         detect that it's not implemented.
1008
1009         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1010         we actually do recurse down into the tree, but don't stat all leaf
1011         nodes.
1012
1013         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1014         then say so instead of bugging out.
1015
1016         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1017         files exist before trying to read them.
1018
1019         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1020         around <pre_int>.
1021
1022         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1023
1024         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1025
1026 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * mm-util.el (mm-image-load-path): Just return the image directories,
1029         not all directories in the path in addition to the image directories.
1030         (mm-image-load-path): Maintain a cache of the image directories so that
1031         the `g' command in Gnus doesn't have to stat dozens of directories each
1032         time.
1033
1034         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1035         (gnus-html-wash-tags): Add a new `i' command to insert images.
1036         (gnus-html-insert-image): New command and keystroke.
1037         (gnus-html-redisplay-with-images): New command and keystroke.
1038         (gnus-html-show-images): Renamed command.
1039         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1040         spacers.
1041         (gnus-html-wash-tags): Decode entities at the end, so that entities
1042         inside the tags don't mess up the rest of the "parsing".
1043
1044         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1045         so that nnimap methods aren't agentized by default.  There's apparently
1046         many problems related to agent/imap behaviour.
1047
1048         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1049
1050         * gnus-html.el: Doc fix.
1051
1052 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1055         specifier-spec-list for Emacs 21.
1056
1057         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1058         glyph-width and glyph-height instead of display-graphic-p and
1059         image-size; make avoidance of displaying small images work for XEmacs.
1060
1061         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1062         for XEmacs.
1063
1064         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1065         of symbol that holds plist data.
1066         (gnus-process-plist): Remove plist of process after getting it.
1067
1068 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * message.el (message-generate-hashcash): Change default to
1071         'opportunistic if hashcash is installed.
1072
1073         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1074         (gnus-html-put-image): Only call image-size once, since it's somewhat
1075         time-consuming on remote X servers.
1076
1077 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1080         type on data, not a file name.
1081
1082         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1083         window-pixel-edges for Emacs 21.
1084
1085         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1086         decoded contents.
1087         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1088
1089 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1092         group line format, since it isn't very interesting.
1093
1094         * gnus-agent.el (gnus-agent-short-article),
1095         (gnus-agent-long-article): Increase values for these two variables,
1096         since most people are likely to have more network connection and
1097         storage than before.
1098
1099         * gnus.el (gnus-refer-article-method): Change default to 'current.
1100         When referring an article, the common behaviour is to refer it from the
1101         current select method, not the native select method.  The chances of
1102         the native select method having the message in question is rather slim
1103         these days.
1104
1105         * gnus-sum.el (gnus-auto-select-subject): Change default to
1106         `unseen-or-unread'.  I think it's likely that most people want to
1107         select an unseen article over a previously seen, but unread one.
1108
1109         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1110         means that in the article buffer none of the minor mode elements will
1111         be shown, usually, and this is not desirable in most cases.
1112
1113         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1114         that commands like `d' (and the like) go to the next line in the
1115         buffer, instead of the next unread article.  I think this is the
1116         behaviour that is most natural for most users.
1117         (gnus-single-article-buffer): Change default to nil, so that people can
1118         have as many article buffers open as they have summary buffer.  I think
1119         this is the most natural way for the groups to behave.
1120
1121         * message.el (message-generate-new-buffers): Change default to
1122         `unsent', so that all new message buffers start their names with the
1123         string "*unsent", and it's easier to find the buffers if you move from
1124         them.
1125
1126 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1129         small.  They're probably tracking images.
1130         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1131         (gnus-html-rescale-image): Yet another try at getting the image sizing
1132         right.
1133
1134         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1135         nntp-marks-file-name is nil.
1136
1137 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1138
1139         * gnus-html.el (gnus-html-wash-tags)
1140         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1141         Better logging.
1142
1143 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1146
1147         * gnus-html.el (gnus-html-wash-tags): Check the value of
1148         gnus-blocked-images in the summary buffer.
1149
1150 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1151
1152         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1153
1154 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1157         like "a", it seems like.
1158         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1159         since it needs to be picked from the correct buffer.
1160
1161         * nnwfm.el: Removed.
1162
1163         * nnlistserv.el: Removed.
1164
1165 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1166
1167         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1168         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1169
1170 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * nnkiboze.el: Removed.
1173
1174         * nndb.el: Removed.
1175
1176         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1177         alt text.
1178         (gnus-html-rescale-image): Try to get the rescaling logic right for
1179         images that are just wide and not tall.
1180
1181         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1182         overshadow variable bindings.
1183
1184 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1185
1186         * gnus-html.el (gnus-html-wash-tags)
1187         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1188         extra logging.
1189
1190 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1193         (gnus-max-image-proportion): New variable.
1194         (gnus-html-rescale-image): New function.
1195         (gnus-html-put-image): Rescale images.
1196
1197 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1198
1199         Fix up some byte-compiler warnings.
1200         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1201         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1202         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1203         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1204         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1205         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1206         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1207
1208 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-html.el (gnus-article-html): Decode contents by charset.
1211
1212 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1215         (gnus-html-frame-width, gnus-blocked-images)
1216         * message.el (message-prune-recipient-rules): Add custom version.
1217         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1218
1219         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1220         functions.
1221
1222         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1223         gnus-process-get.
1224
1225 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1226
1227         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1228         instead of lsub directly.
1229
1230 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * nnwarchive.el: Removed.
1233
1234         * gnus-soup.el: Removed.
1235
1236         * nnsoup.el: Removed.
1237
1238         * nnultimate.el: Removed.
1239
1240         * gnus-html.el (gnus-blocked-images): New variable.
1241
1242         * message.el (message-prune-recipients): New function.
1243         (message-prune-recipient-rules): New variable.
1244
1245         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1246         guess whether a long line is natural text or not.
1247
1248         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1249         gnus-process-plist and friends for compatibility.
1250
1251 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1252
1253         * gnus-html.el: Require packages that define macros used in this file.
1254         (gnus-article-mouse-face): Declare to silence byte-compiler.
1255         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1256         process-get.
1257         (gnus-html-put-image): Use plist-get to avoid getf.
1258         (gnus-html-prefetch-images): Use with-current-buffer.
1259
1260 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * gnus-ems.el: Provide compatibility functions for
1263         gnus-set-process-plist.
1264
1265         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1266         header-line-format for XEmacs 21.4.
1267
1268         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1269         * gnus.el (gnus-valid-select-methods)
1270         * message.el (message-send-mail-partially-limit)
1271         * mm-decode.el (mm-text-html-renderer)
1272         * mml.el (mml-insert-mime-headers-always)
1273         * smiley.el (smiley-regexp-alist): Bump custom version.
1274
1275 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * gnus-html.el: require mm-url.
1278         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1279         with the url to `url'.
1280         (gnus-html-wash-tags): Support cid: URLs/images.
1281
1282 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1285         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1286         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1287
1288         * gnus-move.el: Removed file, since it doesn't really work.
1289
1290         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1291         UTF-8.  This seems to fix problems with some German web feeds.
1292
1293         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1294         at the top so that the proper colours are applied.
1295
1296         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1297         don't have dots in their names.
1298
1299         * gnus-art.el (gnus-article-view-part): Doc fix.
1300
1301         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1302         XEmacs-compatible.
1303         (gnus-html-put-image): Don't do images on non-graphic displays.
1304
1305         * nnslashdot.el: Removed this unused backend.
1306
1307         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1308         actions.
1309         (gnus-undo-register-1): Revert last change.
1310
1311         * gnus-group.el (gnus-group-completing-read): Protect against not
1312         having completion-styles bound.
1313
1314         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1315         make broken recipients happier.
1316
1317         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1318
1319         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1320         point parameter.
1321
1322         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1323
1324         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1325         completion-styles for group selection.
1326
1327 2009-02-04  Andreas Schwab  <schwab@suse.de>
1328
1329         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1330         headers and regexp-quote the match if necessary.
1331
1332 2009-03-24  Miles Bader  <miles@gnu.org>
1333
1334         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1335         the blinking smiley.
1336
1337 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1338
1339         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1340         blink smiley.
1341
1342 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1345         where the dribbel file lives exists.
1346
1347         * message.el (message-send-mail-partially-limit): Change the default to
1348         nil, since most people don't want this.
1349
1350         * mm-url.el (mm-url-decode-entities): Also decode entities like
1351         &#x3212.
1352
1353 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1354
1355         * gnus-sum.el (gnus-summary-idna-message):
1356         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1357         Hyperlink urls in docstrings with URL `...'.
1358
1359 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1360
1361         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1362         functions.
1363
1364 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1367         say what the mouseover text should be.
1368
1369         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1370         version of the mm-w3m-safe-url-regexp variable to only download images
1371         in the groups where we want that to happen.
1372
1373         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1374
1375         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1376         easier debugging.
1377         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1378         big pictures in the article buffer.
1379
1380         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1381         gnus-article-html.
1382         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1383         w3m.
1384
1385         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1386
1387 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1390         which doesn't exist.
1391
1392         * message.el (message-inhibit-ecomplete): New variable to allow some
1393         function to inhibit ecomplete address storage.
1394         (message-resend): Disable ecomplete message storage when resending
1395         messages.
1396
1397         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1398
1399 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1402         Save excursion while copying, moving, and deleting articles in order to
1403         prevent the cursor from jumping to unforeseen place.
1404
1405 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * lpath.el: No need to bind bookmark-current-buffer,
1408         bookmark-yank-point and bookmark-make-record-function.
1409
1410 2010-08-17  Glenn Morris  <rgm@gnu.org>
1411
1412         * gnus-sync.el: Require gnus components whose functions are used.
1413
1414         * gnus-art.el (bookmark-make-record-function):
1415         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1416         Declare for compiler.
1417
1418         * mm-url.el (mml-compute-boundary): Autoload.
1419
1420 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1423
1424 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1425
1426         Typo fix "hoo4a" -> "hook".
1427
1428         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1429
1430 2010-08-14  Glenn Morris  <rgm@gnu.org>
1431
1432         * gnus-sync.el (gnus-sync): Fix defgroup version.
1433
1434 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1435
1436         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1437
1438         * gnus-sync.el: Fix docs.
1439         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1440         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1441
1442 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1443
1444         Optimizations for gnus-sync.el.
1445
1446         * gnus-sync.el: Add docs about gnus-sync-backend
1447         possibilities.
1448         (gnus-sync-save): Remove unnecessary message.
1449         (gnus-sync-read): Optimize and show what groups were skipped.
1450
1451 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1452
1453         Minor bug fixes for gnus-sync.el.
1454
1455         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1456         read the sync on get-new-news.
1457
1458         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1459         quiet.
1460
1461         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1462
1463 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1464
1465         Make saving and restoring of hidden threads work with overlays.
1466         Patch applied by Ted Zlatanov.
1467
1468         * gnus-sum.el (gnus-hidden-threads-configuration)
1469         (gnus-restore-hidden-threads-configuration): Update to deal with text
1470         properties, rather than searching for a magic character.
1471
1472 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1473
1474         New gnus-sync.el library for synchronization of marks.
1475
1476         * gnus-sync.el: New library for synchronization of marks.
1477
1478         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1479         renamed from `gnus-registry-grep-in-list'.
1480
1481         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1482
1483         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1484
1485 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1488         determining charset of text fails.
1489
1490 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * nnmail.el (nnmail-get-new-mail-1): Revert.
1493
1494         * nnml.el (nnml-active-number): Make sure names of newly created groups
1495         in nnml-group-alist are encoded.
1496
1497 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1500         containing non-ASCII characters in active file for nnml back end.
1501
1502 2010-07-24  David Engster  <dengste@eml.cc>
1503
1504         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1505         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1506
1507 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1508
1509         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1510         tag (Bug#6654).
1511
1512 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1515         the article buffer, not the summary buffer.
1516
1517 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1520         Emacs 23 as well.
1521
1522 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1525         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1526
1527 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1528
1529         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1530         Patch applied by Karl Fogel.
1531
1532         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1533         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1534
1535 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1536
1537         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1538         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1539         C-w still not working correctly from Article buffers; Thierry's
1540         patch to fix that will be applied after this.
1541
1542         * gnus-art.el (bookmark-make-record-function): New local variable.
1543
1544         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1545         article buffer.
1546         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1547
1548 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1549
1550         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1551         on changes in bookmark.el.
1552
1553 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1556         `no-log' instead of message not to log prompt string.
1557
1558 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1559
1560         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1561         the *other* type of HTML form submission.
1562
1563 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1564
1565         * auth-source.el (auth-source-pick): If choice does not contain a
1566         questioned keyword, set the check to t.
1567
1568 2010-06-12  Romain Francoise  <romain@orebokech.com>
1569
1570         * gnus-util.el (gnus-date-get-time): Move up before first use.
1571
1572 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1575         (gnus-article-edit-part): Bind it to make last part that is substituted
1576         or deleted visible.
1577         (gnus-mime-display-single): Buttonize part of which id equals to
1578         gnus-mime-buttonized-part-id.
1579
1580 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1581
1582         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1583         (gnus-dd-mmm): Use gnus-date-get-time.
1584         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1585         simplify logic.
1586         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1587         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1588
1589 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1590
1591         * auth-source.el (top): Autoload `secrets-list-collections',
1592         `secrets-create-item', `secrets-delete-item'.
1593         (auth-sources): Fix tag string.
1594         (auth-get-source, auth-source-retrieve, auth-source-create)
1595         (auth-source-delete): New defuns.
1596         (auth-source-pick): Rewrite in order to avoid 2 passes.
1597         (auth-source-forget-user-or-password): New parameter USERNAME.
1598         (auth-source-user-or-password): New parameters CREATE-MISSING and
1599         DELETE-EXISTING.  Retrieve password interactively, if needed.
1600
1601 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1602
1603         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1604         deleting unused directories when gnus-expert-user is t.
1605
1606 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1609         for each temp file when gnus-article-browse-delete-temp is ask.
1610
1611 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1612
1613         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1614         Lisp calls to delete-backward-char by calls to delete-char.
1615
1616 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1617
1618         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1619
1620 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1621
1622         * password-cache.el (password-cache-remove): Fix docstring.
1623
1624 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1627         article unless decoding article to be saved.
1628
1629 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1632         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1633         generated within the mm-with-unibyte-current-buffer macro.
1634
1635 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1638         to nil when we're in a mml-preview buffer and no group is selected.
1639
1640 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1641
1642         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1643         when catching the `C-g'.  Reported by "Leo".
1644
1645 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * message.el (message-forward-make-body-plain)
1648         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1649         multibyte-string-p.
1650
1651         * lpath.el: Revert.
1652
1653 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * message.el (message-forward-make-body-mml): Assume original message
1656         is multibyte string; error on unibyte.
1657         (message-forward-make-body-plain): Ditto; don't add excessive newline
1658         in body end.
1659
1660         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1661
1662 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1663
1664         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1665         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1666
1667 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * mm-extern.el (mm-extern-url): Don't use
1670         mm-with-unibyte-current-buffer.
1671         (mm-extern-cache-contents): Use with-current-buffer instead of
1672         save-excursion + set-buffer.
1673
1674 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * mm-util.el (mm-emacs-mule): Remove.
1677
1678 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1679
1680         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1681         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1682         change.
1683
1684 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1687         bind the default value of enable-multibyte-characters to nil.
1688
1689 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * message.el (message-forward-make-body-plain)
1692         (message-forward-make-body-mml):
1693         Don't use mm-with-unibyte-current-buffer.
1694
1695 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1696
1697         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1698
1699 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1700
1701         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1702         (Bug#5592).
1703
1704 2010-05-07  Julien Danjou  <julien@danjou.info>
1705
1706         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1707         it to mm-pipe-part.
1708
1709         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1710         it is given.
1711
1712 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * binhex.el (binhex-decode-region-internal)
1715         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1716         (dns-query)
1717         * nnweb.el (nnweb-gmane-search)
1718         * pgg-parse.el (pgg-parse-armor)
1719         * pgg.el (pgg-verify-region)
1720         * sha1.el (sha1-string-external)
1721         * uudecode.el (uudecode-decode-region-internal)
1722         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1723         XEmacs.
1724
1725         * gnus-art.el (gnus-article-browse-html-parts)
1726         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1727         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1728         make-temp-file.
1729
1730         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1731         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1732         compiling.
1733
1734         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1735         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1736         XEmacs when compiling.
1737
1738         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1739         gnus-pick-mode-off-hook for XEmacs when compiling.
1740         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1741         gnus-binary-mode-off-hook for XEmacs when compiling.
1742
1743         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1744         nil if char-charset is not available.
1745
1746         * imap.el (imap-disable-multibyte)
1747         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1748         macros.
1749
1750         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1751         instead of encode-coding-string.
1752
1753         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1754         'xemacs) instead of mm-emacs-mule to switch function definitions.
1755         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1756
1757         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1758         bind temporary-file-directory for XEmacs;
1759         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1760         timer-set-function for XEmacs 21.4 and SXEmacs;
1761         bind timer-list for XEmacs 21.4 and SXEmacs;
1762         fbind char-charset and find-charset-region for non-Mule XEmacs;
1763         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1764         encode-coding-region and encode-coding-string for XEmacs having no
1765         file-coding feature.
1766
1767 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1768
1769         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1770
1771 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1774         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1775
1776 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1777
1778         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1779         alias `jka-compr-delete-temp-file' no longer exists.
1780
1781 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1782
1783         Use define-minor-mode in Gnus where applicable.
1784         * mml.el (mml-mode): Use define-minor-mode.
1785         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1786         (gnus-undo-mode): Use define-minor-mode.
1787         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1788         (gnus-dead-summary-mode): Use define-minor-mode.
1789         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1790         Initialize in declaration.
1791         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1792         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1793         (gnus-mailing-list-mode): Use define-minor-mode.
1794         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1795         (gnus-draft-mode): Use define-minor-mode.
1796         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1797         (gnus-dired-mode): Use define-minor-mode.
1798
1799 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1800
1801         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1802         handles on recursive mml-to-mime translation and check them for
1803         boundary delimiter collisions.  Reported by Greg Troxel.
1804
1805 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1808
1809 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1810
1811         * mm-util.el (mm-find-buffer-file-coding-system):
1812         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1813
1814 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1815
1816         * message.el (message-generate-headers): Record insertion of optional
1817         headers as well.  Otherwise the check to prevent repeated insertion of
1818         optional headers is a no-op.
1819
1820 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1821
1822         * smime.el: Don't mention CVS.
1823
1824         * nnrss.el (nnrss-fetch): Don't mention CVS.
1825
1826         * nnir.el: Don't mention CVS.
1827
1828 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1829
1830         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1831
1832 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * lpath.el: Fbind bookmark-default-handler,
1835         bookmark-get-bookmark-record, bookmark-make-record-default,
1836         bookmark-prop-get for Emacs <23 and XEmacs.
1837
1838 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1839
1840         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1841         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1842         Use with-current-buffer to silence the byte-compiler.
1843         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1844         bother to require `gnus'.
1845         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1846
1847 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1848
1849         * gnus-sum.el (gnus-summary-bookmark-make-record)
1850         (gnus-summary-bookmark-jump): New functions.
1851         (gnus-summary-mode): Setup bookmark support.
1852
1853 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1854
1855         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1856         if set.
1857
1858 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1861         gnus-article-browse-html-save-cid-image; make it work recursively for
1862         forwarded messages as well.
1863         (gnus-article-browse-html-parts): Work when prefix arg is given.
1864         (gnus-article-browse-html-article): Doc fix.
1865
1866 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1867
1868         * message.el (message-default-mail-headers):
1869         (message-default-headers): Carry the value mail-default-headers over
1870         into message-default-mail-headers, rather than message-default-headers.
1871
1872 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1873
1874         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1875         charset.
1876
1877         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1878         charset into the <meta> tag when the article is encoded to utf-8.
1879
1880 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1883         directories as well.
1884         (gnus-article-browse-html-parts): Work for images that do not specify
1885         file names; delete temp directory when quitting; insert header at the
1886         right place; use file: scheme for image files.
1887
1888 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1889
1890         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1891         (gnus-article-browse-html-parts): Use it to make temporary cid image
1892         files in addition to html file so that browser may display them.
1893
1894 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1897
1898 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1899
1900         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1901
1902 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1903
1904         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1905         about Secret Service API sources.  Improve Customize options.
1906         (auth-source-pick): Change to accept any number of search parameters.
1907         Implement fallbacks iteratively, not recursively.  Add scoring on the
1908         second pass and sort by score.  Call Secret Service API when needed.
1909         (auth-source-user-or-password): Use it.  Call Secret Service API
1910         directly when needed to get the user name and the password.
1911
1912 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1913
1914         * message.el (message-interactive): Doc fix.
1915         (message-qmail-inject-args): Reflow.
1916         (message-kill-to-signature): Fix typo in docstring.
1917
1918         * smiley.el (smiley-buffer): Fix typo in docstring.
1919
1920 2010-03-24  Glenn Morris  <rgm@gnu.org>
1921
1922         * mail-source.el (gnus-message): Declare.
1923         (mail-source-delete-old-incoming): Require gnus-util.
1924
1925 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1928
1929         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1930
1931         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1932         password-cache's default if it is not bound.
1933         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1934         password-cache-expiry's default if it is not bound.
1935
1936         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1937         available in Emacs 21.
1938
1939         * lpath.el: Suppress compiler warnings for:
1940         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1941         XEmacs;
1942         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1943         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1944         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1945
1946 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1947
1948         * auth-source.el (auth-sources): Fix up definition so extra parameters
1949         are always inline.
1950
1951 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1952
1953         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1954         wasn't updated after mismatch.  Clear cached mailbox info correctly
1955         when uidvalidity changes.
1956         (nnimap-group-prefixed-name): New function to avoid some code
1957         duplication.
1958         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1959         (nnimap-request-group): Use it.
1960         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1961         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1962         with many imap folders.  This is done by caching the group status from
1963         the imap server persistently in a group parameter `imap-status'.  (This
1964         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1965         but not persistently, so every Gnus startup was still very slow.)
1966
1967 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1968
1969         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1970         delete the extra newline.  Otherwise editing of :string and :number
1971         types don't work.
1972
1973 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1974
1975         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1976         secrets.el dependency.
1977         (auth-sources): Add optional user name.  Add secrets.el configuration
1978         choice (unused right now).
1979
1980 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1983         `gnus-registry-install-shortcuts' fill in the functions.
1984
1985         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1986         warnings.
1987         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1988         (gnus-registry-install-shortcuts): Populate and use it in a
1989         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1990
1991 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1992
1993         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1994         In-place substitutions for the group name encoding/decoding.
1995         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1996         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1997         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1998         (nnimap-update-unseen, nnimap-request-list)
1999         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2000         (nnimap-request-set-mark, nnimap-split-to-groups)
2001         (nnimap-split-articles, nnimap-request-newgroups)
2002         (nnimap-request-create-group, nnimap-request-accept-article)
2003         (nnimap-request-delete-group, nnimap-request-rename-group)
2004         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2005         `encoded-mbx' for consistency.
2006         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2007         variable `imap-current-mailbox'.
2008
2009         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2010         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2011
2012 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2013
2014         * pop3.el (pop3-display-message-size-flag): Display message size byte
2015         counts during POP3 download.
2016         (pop3-movemail): Use it.
2017         (pop3-list): Implement listing of available messages.
2018
2019 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2020
2021         * nnir.el (nnir-get-article-nov-override-function): New function to
2022         override the normal NOV retrieval.
2023         (nnir-retrieve-headers): Use it.
2024
2025 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2026
2027         * auth-source.el (netrc-machine-user-or-password): Autoload.
2028
2029 2010-03-19  Glenn Morris  <rgm@gnu.org>
2030
2031         Stop message.el from loading about 40 libraries it doesn't always need.
2032         The general approach is to autoload rather than require, and to
2033         require in the specific functions rather than the file.  (Bug#5642)
2034
2035         * gmm-utils.el: Don't require wid-edit.
2036         (widget-create-child-value, widget-convert, widget-default-get):
2037         Autoload.
2038
2039         * gnus-util.el: Don't require time-date, netrc.
2040         (message-fetch-field, gnus-group-name-decode): Declare rather than
2041         autoloading.
2042         (gnus-fetch-field): Require message.
2043         (gnus-decode-newsgroups): Require gnus-group.
2044
2045         * ietf-drums.el: Don't require time-date.
2046
2047         * message.el: Don't require hashcash, canlock, ecomplete.
2048         Do require mail-utils.  Require nnheader only when compiling.
2049         (smtpmail-default-smtp-server): Remove declaration.
2050         (message-send-mail-function): Check smtpmail-default-smtp-server
2051         is bound rather than requiring smtpmail.
2052         (message-auto-save-directory, message-insert-signature): Use
2053         expand-file-name rather than nnheader-concat.
2054         (nnheader-insert-file-contents): Autoload.
2055         (hashcash-wait-async): Declare.
2056         (message-send-mail): Only call gnus-setup-posting-charset if
2057         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2058         (message-send-mail-with-sendmail): Require sendmail.
2059         (canlock-password, canlock-password-for-verify): Declare.
2060         (message-canlock-password): Require canlock.
2061         (nnheader-get-report): Autoload.
2062         (gnus-setup-posting-charset): Declare.
2063         (message-send-news): Require gnus-msg.
2064         (message-make-references, message-make-in-reply-to): Use mail-header-id
2065         rather than the alias mail-header-message-id.
2066         (ecomplete-add-item, ecomplete-save): Declare.
2067         (message-put-addresses-in-ecomplete): Require ecomplete.
2068         (ecomplete-display-matches): Autoload.
2069
2070         * mm-decode.el: Don't require mailcap, gnus-util.
2071         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2072         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2073         Autoload.
2074         (mailcap-mime-extensions): Declare.
2075
2076         * mm-encode.el: Don't require mailcap.
2077         (mailcap-extension-to-mime): Autoload.
2078
2079         * mml-sec.el: Don't require password-cache.
2080
2081         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2082         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2083         (mml-minibuffer-read-type): Require mailcap.
2084         (mml-preview): Require gnus-msg.
2085
2086         * mml1991.el: Require password-cache.
2087         (password-cache-expiry): Remove declaration.
2088
2089         * mml2015.el: Require password-cache.
2090         (password-cache-expiry): Remove declaration.
2091
2092         * nneething.el (mailcap): Require mailcap.
2093
2094         * nnheader.el (declare-function): Add compatibility stub.
2095         (message-remove-header): Declare rather than autoload.
2096         (nnheader-replace-header): Require message.
2097
2098         * nnimap.el (declare-function): Add compatibility stub.
2099         (netrc-parse, netrc-machine-user-or-password): Declare.
2100         (nnimap-open-connection): Require netrc.
2101
2102         * nntp.el (declare-function): Add compatibility stub.
2103         (netrc-parse, netrc-machine, netrc-get): Declare.
2104         (nntp-send-authinfo): Require netrc.
2105
2106         * rfc2047.el: Don't require qp.
2107         (quoted-printable-encode-region, quoted-printable-decode-string):
2108         Autoload.
2109
2110         * sieve-mode.el: Don't require easymenu.
2111         (easy-menu-add-item): Autoload it.
2112
2113         * spam-stat.el (time-to-number-of-days): Autoload it.
2114
2115 2010-03-19  Glenn Morris  <rgm@gnu.org>
2116
2117         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2118
2119 2010-03-18  Glenn Morris  <rgm@gnu.org>
2120
2121         * hashcash.el (declare-function): Remove duplicate definition.
2122
2123 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2124
2125         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2126         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2127         value if any backslash escapes).
2128
2129 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2132         if it is available.  (bug#5647)
2133
2134         * lpath.el: Suppress compiler warning for coding-system-from-name for
2135         Emacs 21 and XEmacs.
2136
2137 2010-03-14  Juri Linkov  <juri@jurta.org>
2138
2139         * hmac-def.el:
2140         * hmac-md5.el:
2141         * netrc.el: Fix keywords.
2142
2143 2010-02-26  Glenn Morris  <rgm@gnu.org>
2144
2145         * message.el (message-send-mail-function): Change the default, so that
2146         it inherits from a customized send-mail-function.  (Bug#5643)
2147
2148 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2149
2150         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2151         shell-command-to-string signals an error (bug#5299).
2152
2153 2010-02-24  Glenn Morris  <rgm@gnu.org>
2154
2155         * message.el (message-smtpmail-send-it)
2156         (message-send-mail-with-mailclient): Doc fixes.
2157
2158 2010-02-16  Glenn Morris  <rgm@gnu.org>
2159
2160         * message.el (message-default-mail-headers): Change the default value
2161         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2162
2163 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2166         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2167
2168 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2169
2170         * time-date.el (date-to-time): Doc fix (Bug#5408).
2171
2172 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2173
2174         * message.el (message-mail): Just pass yank-action on to message-setup.
2175         (message-setup): Handle (FUN . ARGS) form of yank-action.
2176         (message-with-reply-buffer, message-widen-reply)
2177         (message-yank-original): Handle non-buffer values of
2178         message-reply-buffer (Bug#4080).
2179         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2180
2181 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2182
2183         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2184         Fix typo in docstring.
2185
2186 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2187
2188         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2189         response.
2190
2191 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2194
2195         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2196
2197         * message.el (message-check-news-header-syntax): Protect against a
2198         string that `rfc822-addresses' returns when parsing fails.
2199
2200 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2203         (gnus-previous-char-property-change): New functions.
2204
2205         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2206
2207 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2208
2209         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2210         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2211
2212 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2213
2214         * message.el (message-exchange-point-and-mark): Rework last change to
2215         avoid using optional arg of exchange-point-and-mark, for backward
2216         compatibility.
2217
2218 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2219
2220         * message.el (message-exchange-point-and-mark): Call
2221         exchange-point-and-mark with an argument rather than setting
2222         mark-active by hand (Bug#5175).
2223
2224 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * nntp.el (nntp-service-to-port): Work for service expressed with
2227         numeric string; replace [:digit:] with [0-9] for XEmacs.
2228
2229 2009-12-17  Glenn Morris  <rgm@gnu.org>
2230
2231         * gnus-group.el (gnus-bug-group-download-format-alist):
2232         Change emacs entry to debbugs.gnu.org.  Bump :version.
2233
2234 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2235
2236         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2237
2238 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2239
2240         * message.el (message-info): Explain why we use `Info-goto-node'.
2241
2242 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2245
2246 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2247
2248         * message.el (message-completion-in-region): New compatibility function.
2249         (message-expand-group): Use it.
2250
2251 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2254         with no unread article should be listed if the 2nd arg `predicate' is
2255         given.
2256
2257 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2260
2261 2009-11-29  Juri Linkov  <juri@jurta.org>
2262
2263         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2264         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2265         on `gnus-recenter'. (Bug#4698, Bug#4981)
2266
2267 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2268
2269         * sha1.el (sha1-string-external): default-directory "/" in case
2270         otherwise non-existent.  process-connection-type pipe for touch of
2271         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2272
2273 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2274
2275         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2276         it's comms related and sgml-mode.el has "comm" on that basis too.
2277
2278 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2281         containing tspecial characters if they have been already quoted.
2282
2283 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2284
2285         * dns-mode.el (auto-mode-alist): Purecopy string.
2286
2287 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2288
2289         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2290
2291 2009-10-24  Glenn Morris  <rgm@gnu.org>
2292
2293         * gnus-art.el (help-xref-stack-item): Define for compiler.
2294
2295 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2296
2297         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2298
2299 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2302
2303 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2306         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2307
2308 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2311         (gnus-overlays-in): New alias to overlays-in.
2312
2313         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2314         gnus-overlay-get, and gnus-delete-overlay.
2315         (gnus-summary-show-thread): Make it work as well for systems in which
2316         next-single-char-property-change is not available.
2317         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2318
2319         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2320         (gnus-overlay-get): New alias to extent-property.
2321         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2322
2323         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2324         SXEmacs.
2325
2326         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2327         SXEmacs.
2328
2329 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2330
2331         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2332
2333 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2334
2335         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2336         and XEmacs that don't have `remove-overlays'.
2337
2338 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2339
2340         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2341         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2342         selective display.  Use overlays instead.
2343
2344 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2345
2346         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2347
2348 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2349
2350         * spam-stat.el (spam-stat-load): Fix typo in message.
2351
2352 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2353
2354         * dig.el (dig-invoke): Fix typo in docstring.
2355         (query-dig): Reflow docstring.
2356
2357 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2358
2359         * gnus-art.el (gnus-article-encrypt-body):
2360         * message.el (message-check-recipients):
2361         * mm-util.el (mm-codepage-setup):
2362         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2363         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2364
2365 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2366
2367         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2368         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2369         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2370         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2371         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2372
2373 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2374
2375         * dig.el: Add "Keywords: comm", as per net-utils.el.
2376
2377 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2378
2379         * dig.el (dig-mode): Use define-derived-mode.
2380
2381 2009-09-19  Glenn Morris  <rgm@gnu.org>
2382
2383         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2384
2385 2009-09-18  Glenn Morris  <rgm@gnu.org>
2386
2387         * gnus-diary.el (gnus-diary-check-message):
2388         * message.el (message-insert-formatted-citation-line):
2389         * nnbabyl.el (top-level):
2390         * nndiary.el (nndiary-schedule):
2391         Fix typos in condition-case handlers.
2392
2393 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2396         configuration that provides the sole article window in a frame;
2397         position point correctly after deleting a part.
2398
2399 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2400
2401         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2402         (spam-resolve-registrations-routine): Use it to unregister articles
2403         that change status.
2404
2405 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2408         with XEmacs.
2409         (parse-time-string-chars): Use it.
2410
2411 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2412
2413         * imap.el (imap-interactive-login): Better messages.
2414         (imap-open): Fix bug with renamed buffer on reconnect.
2415         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2416         for easier debugging and cleaner code.  On successful (guessed based on
2417         server capabilities) secondary authentication, set imap-state
2418         correctly.
2419         (imap-last-authenticator): Define imap-last-authenticator as a variable
2420         to avoid warnings.
2421
2422 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * nnrss.el (nnrss-request-article): Remove binding of
2425         default-enable-multibyte-characters that has gotten needless by
2426         the 2007-07-13 change in rfc2047-encode-message-header.
2427
2428         * mml.el (mml-insert-multipart): Error on the message header.
2429         (mml-insert-part): Error on the message header; position point at
2430         the end of a MIME tag.
2431
2432 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * time-date.el (autoload): Expand define-obsolete-function-alias into
2435         defalias and make-obsolete for old Emacsen that Gnus supports.
2436         (with-no-warnings): Define it for old Emacsen.
2437         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2438         is available.
2439         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2440         float-time is available; suppress compile warning for time-to-seconds.
2441
2442         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2443         (gnus-float-time): Alias to float-time if it exists.
2444
2445         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2446         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2447         float-time is available; suppress compile warning for time-to-seconds.
2448
2449         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2450         XEmacs.
2451
2452 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2453
2454         * imap.el (imap-message-map): Docstring fix.
2455
2456 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2459         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2460         Add the optional argument `encoding' that overrides the default.
2461
2462         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2463         mm-encode-buffer.
2464
2465 2009-09-04  Glenn Morris  <rgm@gnu.org>
2466
2467         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2468         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2469         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2470         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2471         * mm-util.el (mm-with-unibyte-current-buffer)
2472         (mm-find-buffer-file-coding-system):
2473         * yenc.el (yenc-decode-region): Use default-value rather than
2474         default-enable-multibyte-characters.
2475
2476 2009-09-03  Glenn Morris  <rgm@gnu.org>
2477
2478         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2479         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2480         than default-enable-multibyte-characters.
2481
2482 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2483
2484         * gnus-art.el (gnus-article-read-summary-keys):
2485         Fix gnus-buffer-configuration's value temporarily used.
2486
2487 2009-09-02  Glenn Morris  <rgm@gnu.org>
2488
2489         * gnus-util.el (gnus-float-time): New function.
2490         * gnus-delay.el (gnus-delay-article):
2491         * gnus-sum.el (gnus-thread-latest-date):
2492         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2493         * nnspool.el (nnspool-request-newgroups):
2494         Use gnus-float-time rather than time-to-seconds.
2495         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2496
2497         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2498         (gnus-header-subject-face, gnus-header-newsgroups-face)
2499         (gnus-header-name-face, gnus-header-content-face):
2500         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2501         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2502         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2503         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2504         (gnus-cite-face-11):
2505         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2506         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2507         (gnus-server-closed-face, gnus-server-denied-face)
2508         (gnus-server-offline-face):
2509         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2510         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2511         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2512         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2513         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2514         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2515         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2516         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2517         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2518         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2519         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2520         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2521         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2522         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2523         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2524         (gnus-summary-high-undownloaded-face)
2525         (gnus-summary-low-undownloaded-face)
2526         (gnus-summary-normal-undownloaded-face)
2527         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2528         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2529         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2530         (gnus-splash-face):
2531         * message.el (message-header-to-face, message-header-cc-face)
2532         (message-header-subject-face, message-header-newsgroups-face)
2533         (message-header-other-face, message-header-name-face)
2534         (message-header-xheader-face, message-separator-face)
2535         (message-cited-text-face, message-mml-face):
2536         * sieve-mode.el (sieve-control-commands-face)
2537         (sieve-action-commands-face, sieve-test-commands-face)
2538         (sieve-tagged-arguments-face):
2539         * spam.el (spam-face):
2540         Mark face aliases with "-face" in the name as obsolete.
2541
2542 2009-09-01  Glenn Morris  <rgm@gnu.org>
2543
2544         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2545         than goto-line.
2546
2547 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2550         Don't move point if the command is invoked inside the message header.
2551
2552 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2553
2554         * imap.el (imap-send-command): Simplify.
2555         (imap-wait-for-tag): point-max -> buffer-size.
2556
2557 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2558
2559         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2560         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2561         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2562         * nnir.el (nnir-swish-e-index-file):
2563         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2564         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2565         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2566         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2567         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2568         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2569
2570 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2573         Don't save excursion.
2574
2575 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2576
2577         * nnheader.el (nnheader-find-file-noselect):
2578         * mm-util.el (mm-insert-file-contents):
2579         Use (default-value 'major-mode) instead of default-major-mode.
2580
2581 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2582
2583         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2584
2585 2009-08-26  Glenn Morris  <rgm@gnu.org>
2586
2587         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2588         than placing in files.el.
2589
2590 2009-08-25  Glenn Morris  <rgm@gnu.org>
2591
2592         * nnir.el (top-level): Don't require cl at run-time.
2593         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2594         Replace cl-function substitute with gnus-replace-in-string.
2595         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2596         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2597         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2598         simplified expansions.
2599
2600 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2601
2602         * dig.el (dig): Add autoload cookie.
2603
2604 2009-08-22  Glenn Morris  <rgm@gnu.org>
2605
2606         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2607         goto-line.
2608
2609 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2610
2611         * parse-time.el (parse-time-string-chars): Save match data.
2612
2613 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2614
2615         * parse-time.el (parse-time-string-chars): Compute using character
2616         classes, to handle non-ascii characters (Bug#3190).
2617
2618 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2621
2622         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2623         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2624         (gnus-mm-display-part, gnus-mime-display-single)
2625         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2626         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2627
2628         * gnus-sum.el
2629         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2630         (gnus-summary-move-article): Add expirable mark to articles copied or
2631         moved to group that has auto-expire turned on if the option is non-nil.
2632
2633 2009-07-24  Glenn Morris  <rgm@gnu.org>
2634
2635         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2636         Fix typo.  (Bug#3903)
2637
2638 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2641         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2642         that should not be used for draft articles.
2643         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2644         that has no concern in minor mode keys.
2645         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2646         Abolish.
2647
2648 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2651         article without making inquiry to a user for unknown encoding.
2652
2653         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2654         (nnmaildir--scan): Assume i-node and device number that file-attributes
2655         returns might be cons-cell.
2656
2657         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2658
2659         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2660
2661 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2662
2663         * auth-source.el: Remove docs now in auth.texi.  Don't use
2664         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2665         `auth-source-hide-passwords' and use them.
2666
2667 2009-07-15  Glenn Morris  <rgm@gnu.org>
2668
2669         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2670
2671 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2674         excessive whitespace from the default values of title and description.
2675
2676 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2679         mail-fetch-field to fetch Content-Description header in order to
2680         exclude newlines.
2681
2682 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2683
2684         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2685         format used by GnuPG 2.0.11.
2686
2687 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2690         to deleted part.
2691
2692 2009-05-30  David Engster  <dengste@eml.cc>
2693
2694         * nnmairix.el: Remove old documentation in the commentary block.
2695         (nnmairix-request-group): Do not update active file for nnml back ends.
2696         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2697         end so that overview files are ignored.
2698         (nnmairix-update-groups): Make updating the groups more robust by using
2699         marks.
2700         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2701         with dollar characters in message-id.
2702
2703 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2704
2705         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2706         2008-12-25 in dns.el.
2707
2708 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2709
2710         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2711         could happen if the text is only composed of spaces and/or tabs.
2712
2713 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2714
2715         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2716         when sending a queued message to avoid extra mml tags.
2717
2718 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2721
2722 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2725         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2726         rmail-toggle-header for XEmacs;
2727         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2728
2729 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-dired.el: Remove autoload for gnus-setup-message.
2732         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2733         displaying Gnus logo; always use compose-mail.
2734
2735 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2738
2739 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2742         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2743         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2744         available.
2745         (gnus-nocem-epg-verify): New function.
2746
2747 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2748
2749         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2750
2751 2009-02-15  Glenn Morris  <rgm@gnu.org>
2752
2753         * gnus-util.el (rmail-insert-rmail-file-header)
2754         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2755         autoloads.
2756         (rmail-default-rmail-file): Remove unnecessary declaration.
2757         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2758
2759 2009-02-14  Glenn Morris  <rgm@gnu.org>
2760
2761         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2762         variable (only used in gnus-util, which declares it anyway).
2763         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2764         which was only needed by gnus-art (changed to not use it any more).
2765         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2766         only used in gnus-util, which autoloads it itself.
2767         (rmail-update-summary): Fix autoload.
2768
2769         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2770         rather than rmail-output-to-rmail-file.
2771
2772 2009-02-07  Glenn Morris  <rgm@gnu.org>
2773
2774         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2775         autoload of function that no longer exists.
2776         (rmail-toggle-header): Declare.
2777         (message-forward-rmail-make-body): Handle mbox Rmail.
2778
2779 2009-01-31  Glenn Morris  <rgm@gnu.org>
2780
2781         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2782         2009-01-09 change.
2783
2784 2009-01-31  Dave Love  <fx@gnu.org>
2785
2786         * imap.el (imap-fetch-safe): Bind debug-on-error.
2787         (imap-debug): Add imap-fetch-safe.
2788
2789 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2790
2791         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2792         (auth-source-forget-all-cached): New convenience function.
2793         (auth-source-user-or-password): Accept list of modes or a single mode.
2794
2795         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2796         auth-source modes.
2797
2798         * netrc.el (netrc-machine-user-or-password): Use list of
2799         auth-source modes.
2800
2801         * nnimap.el (nnimap-open-connection): Use list of
2802         auth-source modes.
2803
2804         * nntp.el (nntp-send-authinfo): Use list of
2805         auth-source modes.
2806
2807 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2810         now.
2811
2812 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2815         coding system in XEmacs; add a workaround for XEmacs.
2816
2817         * lpath.el: Fbind coding-system-aliasee.
2818
2819 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2822         of current-language-environment.
2823
2824 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2825
2826         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2827         available at runtime.
2828
2829 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2832
2833 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2834
2835         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2836         the greatest positive fixnum value doesn't work under an XEmacs with
2837         bignum support; use the most-positive-fixnum constant instead,
2838         available since Emacs 21.1 with cl and XEmacs 21.1.
2839
2840 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2843         XEmacs gets not to work.
2844
2845 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * mm-util.el (mm-coding-system-priorities): Allow the value like
2848         "Japanese (UTF-8)" of current-language-environment.
2849
2850 2009-01-09  Glenn Morris  <rgm@gnu.org>
2851
2852         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2853         with last-command-event.
2854
2855 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2856
2857         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2858         in the doc string.
2859
2860         * message.el (message-fix-before-sending): Amend comment.
2861
2862 2009-01-08  Dave Love  <fx@gnu.org>
2863
2864         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2865
2866 2009-01-07  David Engster  <dengste@eml.cc>
2867
2868         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2869         simplified server definitions by converting it via
2870         gnus-server-to-method.
2871
2872 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2875         parameter's operands.
2876
2877 2009-01-06  David Engster  <dengste@eml.cc>
2878
2879         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2880         primary select method (for gnus-group-mark-article-as-read).
2881
2882 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2883
2884         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2885         `(gnus)Face', not `(gnus)X-Face'.
2886
2887 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * mm-util.el (mm-ucs-to-char): New function.
2890
2891         * mm-url.el (mm-url-decode-entities): Use it.
2892
2893         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2894         unicode-to-char.
2895
2896 2009-01-05  Dave Love  <fx@gnu.org>
2897
2898         * time-date.el: Require cl for `declare'.
2899
2900 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2901
2902         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2903         Dave Love.
2904
2905 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2906
2907         * message.el (message-fix-before-sending): Add `eight-bit' to
2908         illegible-text check.
2909
2910 2009-01-03  Michael Olson  <mwolson@gnu.org>
2911
2912         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2913         `headers' is nil.  This can occur if the IMAP server does not have
2914         permissions to read messages from a folder, but can write new messages
2915         to the folder.
2916         (nnimap-request-article-part): Do not insert `data' if it is nil.
2917
2918         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2919         characters which will confuse `read', so skip past them.
2920
2921 2009-01-01  Dave Love  <fx@gnu.org>
2922
2923         * imap.el (imap-string-to-integer): Fix typo.
2924         (imap-fetch-safe): New function.
2925         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2926
2927         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2928
2929         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2930         (imap-parse-greeting): Fix doc strings.
2931         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2932         (imap-parse-flag-list): Make messages unique.
2933         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2934
2935         * nnimap.el: Fix author email.
2936         (nnimap-split-rule): Add FIXME comment.
2937         (nnimap-debug): Fix doc string.
2938
2939 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2940
2941         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2942
2943 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2944
2945         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2946         nslookup if resolv.conf isn't available.
2947         (dns-query): Rename from query-dns.
2948         (dns-query-cached): Rename from query-dns-cached.
2949
2950 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2953         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2954         to check if those variables exist (first appeared in Emacs 18.50).
2955
2956 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * mm-util.el (mm-line-number-at-pos): New function.
2959
2960         * spam-report.el (spam-report-process-queue): Use it.
2961
2962 2008-12-24  David Engster  <dengste@eml.cc>
2963
2964         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2965         parameters that haven't existed as variables as buffer-local variables.
2966
2967 2008-12-23  Dave Love  <fx@gnu.org>
2968
2969         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2970         cadar.
2971
2972         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2973         imap-starttls-p.
2974         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2975
2976 2008-12-22  Dave Love  <fx@gnu.org>
2977
2978         * imap.el: Fix author email.  Doc fixes.
2979         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2980         reply.
2981
2982 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2983
2984         * spam-report.el (spam-report-gmane-max-requests): New constant.
2985         (spam-report-gmane-wait): New variable.
2986         (spam-report-gmane-ham, spam-report-gmane-spam)
2987         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2988         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2989         the server.
2990
2991         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2992         Add explanations.
2993
2994         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2995         nnheader-accept-process-output and nnheader-read-timeout if available.
2996         (pop3-movemail): Use it.
2997
2998         * message.el (message-check-news-body-syntax): Fix signature check if
2999         there's an attachment.
3000
3001 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * mm-util.el: Add comments to the mm- emulating functions.
3004
3005 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3006
3007         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3008         by Stephen Berman <stephen.berman@gmx.net>.
3009
3010 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * mm-util.el (mm-substring-no-properties): New function.
3013         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3014         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3015         (mm-string-to-multibyte): Doc fix.
3016
3017         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3018
3019 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3020
3021         * mml.el (mml-attach-file): Strip text properties from file name.
3022         (Bug#1574)
3023
3024 2008-12-16  Glenn Morris  <rgm@gnu.org>
3025
3026         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3027
3028 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3031         knows since the charset specified might be a bogus alias that
3032         mm-charset-synonym-alist provides.
3033
3034 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3035
3036         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3037         "ISO_8859-1".
3038
3039         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3040
3041 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * mm-util.el (mm-charset-eval-alist):
3044         Define it before mm-charset-to-coding-system.
3045         (mm-charset-to-coding-system): Add optional argument `silent';
3046         define it before mm-charset-override-alist.
3047         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3048         default value if it can be used in Emacs currently running;
3049         silence mm-charset-to-coding-system.
3050
3051 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3054         `allow-override' which says whether to use `mm-charset-override-alist'.
3055         (rfc2047-decode-encoded-words): Use it.
3056
3057         * mm-util.el (mm-charset-override-alist): Fix custom type;
3058         add `(gb2312 . gbk)' to choices.
3059
3060 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3063         fast.
3064
3065         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3066
3067         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3068
3069 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3070
3071         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3072         on links.
3073
3074         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3075
3076 2008-12-03  Lute Kamstra  <lute@gnu.org>
3077
3078         * sha1.el: Remove leading * from docstrings of defcustoms,
3079         deffaces, defconsts and defuns.
3080
3081 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3084         users' addresses that don't have domain parts.
3085         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3086         rather than message-narrow-to-head since there will be the message
3087         header separator.
3088
3089 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3090
3091         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3092         since the result is inserted in a unibyte buffer anyway.
3093         (nnimap-demule-use-string-to-multibyte): Remove.
3094         (nnimap-demule): Alias it to mm-string-to-multibyte.
3095
3096 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3097
3098         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3099         variable for debugging bug#464 and bug#1174.
3100         (nnimap-demule): Use it.
3101
3102 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3105         score calculation correctly.
3106
3107 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3108
3109         * message.el (message-send-mail): Just set the buffer to unibyte
3110         rather than use mm-with-unibyte-current-buffer which does a lot more.
3111         (message-send-mail-partially): Don't bother with
3112         mm-with-unibyte-current-buffer since it's already been made unibyte by
3113         message-send-mail.
3114
3115 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3116
3117         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3118
3119 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3120
3121         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3122
3123 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3126         require itself and to remove `with-no-warnings'.
3127
3128 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3129
3130         * starttls.el (starttls-any-program-available): Get the name of the
3131         available TLS layer program.
3132         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3133         well as the host name in the "opening" message.
3134
3135         * auth-source.el (auth-source-cache, auth-source-do-cache)
3136         (auth-source-user-or-password): Cache passwords and logins by default,
3137         allow override with `auth-source-do-cache'.
3138         (auth-source-forget-user-or-password): Allow users to remove cache
3139         entries if needed.
3140
3141 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3142
3143         * md4.el (md4-buffer): Fix typo in docstring.
3144         (md4, md4-64): Doc fixes.
3145         (md4-pack-int32): Reflow docstring.
3146
3147 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3148
3149         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3150         condition-case to only the forward-sexp call.
3151
3152 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3153
3154         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3155         quotes contained.  Make it more robust regardless by an extra
3156         condition-case wrapper.
3157
3158 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3161
3162 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * nnml.el (nnml-request-expire-articles): Check if the function set to
3165         `nnmail-expiry-target' returns the symbol `delete'.
3166
3167         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3168
3169         * nnmail.el (nnmail-expiry-target): Fix custom type.
3170
3171 2008-10-02  Glenn Morris  <rgm@gnu.org>
3172
3173         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3174         Silence compiler warning.
3175
3176 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3177
3178         * tls.el (open-tls-stream): Show the actual command being
3179         executed, instead of the format string.
3180
3181 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * lpath.el: Fbind codepage-setup for Emacs 23.
3184
3185 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3186
3187         * mml.el (mml-menu): Don't assume mml2015 is bound.
3188
3189 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3192         exists.
3193
3194 2008-09-27  Glenn Morris  <rgm@gnu.org>
3195
3196         * gnus-util.el (mail-header-remove-comments): Autoload it.
3197
3198 2008-09-27  Andreas Schwab  <schwab@suse.de>
3199
3200         * gnus-util.el (gnus-split-references): Strip comments.
3201         (gnus-parent-id): Likewise.
3202
3203 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3204
3205         * message.el (message-confirm-send): Fix version.
3206
3207 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * message.el (message-idna-to-ascii-rhs-1): Use
3210         mail-extract-address-components rather than mail-header-parse-addresses
3211         that is an alias by default to ietf-drums-parse-addresses that does not
3212         support non-ASCII names in headers' contents.
3213
3214 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         * message.el (message-confirm-send): Fixed variable documentation to
3217         avoid the "y/n" wording.
3218
3219 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3220
3221         * message.el (message-set-auto-save-file-name): Save to a different
3222         filename so multiple messages (especially drafts) can be recovered.
3223
3224 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3225
3226         * message.el (message-confirm-send): Add appropriate version.
3227
3228 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3229
3230         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3231         defvar.
3232
3233 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3234
3235         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3236         (mm-pkcs7-enveloped-magic): Ditto.
3237
3238 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3239
3240         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3241         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3242
3243 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3246         default, it's better.
3247
3248 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3249
3250         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3251         summary line gnus-number property and ignore them (with a warning
3252         message).
3253
3254 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3257         macro caddr in the interactive form since it won't be expanded.
3258
3259 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3262         `charset'; fix name of function called recursively.
3263         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3264
3265 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3268         (gnus-mime-set-charset-parameters): New function.
3269         (gnus-mime-view-part-as-charset): Use it to correctly display part
3270         specifying wrong charset.
3271
3272 2008-09-08  David Engster  <dengste@eml.cc>
3273
3274         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3275         in completing-read for back end server.
3276
3277 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3278
3279         * message.el (message-confirm-send): New variable to confirm sending a
3280         message.
3281         (message-send): Use it.
3282
3283 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3286
3287 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3290
3291 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3292
3293         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3294         prevent tracking too many groups.
3295         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3296         Use it.
3297
3298 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3299
3300         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3301         moving point to the bottom of the window in order to avoid recentering.
3302
3303 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3306
3307         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3308         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3309         (gnus-article-beginning-of-window): Fix calculation.
3310
3311 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * gnus-msg.el (gnus-summary-supersede-article)
3314         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3315         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3316         message header.
3317
3318 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3319
3320         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3321         pending output coming after the status change.
3322
3323 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3324
3325         * message.el:
3326         * gnus-start.el:
3327         * gnus-registry.el: Remove VMS support.
3328
3329 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3332         macro.
3333         (rfc2104-hash): Use it.
3334
3335 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3338         (gnus-summary-sort-by-most-recent-date): New commands.
3339         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3340         and menu entries.
3341
3342 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3345         don't redisplay article for raw contents; remove plural articles stuff.
3346
3347         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3348         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3349         on gnus-summary-save-article; display results properly.
3350
3351 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * lpath.el: No need to fbind ns-focus-frame.
3354
3355 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3358
3359 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3362         gnus-save-all-headers.
3363
3364 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3365
3366         * gnus-util.el (ns-focus-frame): Remove declaration.
3367         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3368         like x.
3369
3370 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3371
3372         * rfc2104.el (rfc2104-zero): Delete defconst.
3373         (rfc2104-hex-alist): Likewise.
3374         (rfc2104-hex-to-int): Delete func.
3375         (rfc2104-hexstring-to-bitstring): Likewise.
3376         (rfc2104-nybbles): New defconst.
3377         (rfc2104-hash): Rewrite for speed.
3378
3379 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * tls.el (open-tls-stream): Make it work with the 2nd argument
3382         BUFFER that is a string but does not exist as a buffer object, as
3383         mentioned in the doc-string.
3384
3385 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3388         SXEmacs.
3389
3390 2008-07-16  Glenn Morris  <rgm@gnu.org>
3391
3392         * gnus-util.el (ns-focus-frame): Declare for compiler.
3393
3394 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3397         set as a group parameter.
3398         (gnus-summary-save-in-pipe): Work when it is called independently.
3399         (gnus-summary-pipe-to-muttprint): Don't modify
3400         gnus-summary-pipe-output-default-command.
3401
3402 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3403
3404         * message.el (message-send-mail-with-sendmail):
3405         Display the error message.
3406
3407 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gnus-art.el (gnus-default-article-saver):
3410         Add gnus-summary-save-in-pipe to choices.
3411         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3412         gnus-summary-pipe-output-default-command as the default command.
3413         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3414         instead of gnus-last-shell-command.
3415
3416         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3417         New user option.
3418         (gnus-summary-muttprint-program): Mention the value will be changed.
3419         (gnus-summary-save-article): Force showing of all headers.
3420         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3421
3422 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3423
3424         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3425
3426 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3427
3428         * nnimap.el (nnimap-id):
3429         * sieve-manage.el (sieve-manage-open): Doc fixes.
3430
3431 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3432
3433         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3434         if available.
3435
3436 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3437
3438         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3439
3440         * nnkiboze.el (nnkiboze-generate-group):
3441         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3442
3443         * nnmairix.el: Require CL.
3444
3445 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * dgnushack.el: Autoload get-display-table and put-display-table for
3448         XEmacs 21.5.
3449
3450         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3451         21.4 and SXEmacs.
3452
3453 2008-06-15  David Engster  <dengste@eml.cc>
3454
3455         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3456
3457 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3458
3459         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3460         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3461         runtime choice under XEmacs.
3462
3463         * gnus-sum.el (gnus-summary-set-display-table):
3464         Use `gnus-put-display-table', `gnus-get-display-table',
3465         `gnus-set-display-table' for the display table, instead of `aset'.
3466
3467         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3468         Use `gnus-put-display-table', `gnus-get-display-table',
3469         `gnus-set-display-table' for the display table.
3470
3471 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3472
3473         * nnmairix.el: Add autoloads.
3474
3475 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * nnmairix.el (nnmairix-delete-recreate-group)
3478         (nnmairix-update-and-clear-marks): Fix error messages.
3479
3480 2008-06-14  David Engster  <dengste@eml.cc>
3481
3482         * nnmairix.el: Upgrade to version 0.6.
3483         (nnmairix-group-toggle-propmarks-this-group)
3484         (nnmairix-group-toggle-readmarks-this-group)
3485         (nnmairix-group-delete-recreate-this-group)
3486         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3487         (nnmairix-remove-tick-mark-original-article): New commands.
3488         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3489         (nnmairix-propagate-marks-to-nnmairix-groups)
3490         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3491         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3492         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3493         functions needed for marks propagation and manipulation of read marks.
3494         (nnmairix-update-groups): New function.
3495         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3496         (nnmairix-determine-original-group-from-registry)
3497         (nnmairix-determine-original-group-from-path)
3498         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3499         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3500         New helper functions.
3501         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3502         keystrokes for new commands.
3503         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3504         (nnmairix-request-group): Check allow-fast group parameter.
3505         (nnmairix-request-create-group): Set allow-fast group parameter if
3506         nnmairix-allowfast-default is set.
3507         (nnmairix-close-group): Propagate marks upon closing if needed.
3508         (nnmairix-group-toggle-threads-this-group): Use new.
3509         nnmairix-group-toggle-parameter helper function.
3510         (nnmairix-search): Better check for empty search result.
3511         (nnmairix-goto-original-article): Use new helper functions for
3512         determining original article.
3513         (nnmairix-show-original-article): Make sure message-id is in brackets.
3514         (nnmairix-call-mairix-binary): Change variable name.
3515         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3516         helper function.
3517         (nnmairix-widget-toggle-activate): Fix doc string.
3518
3519 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * nnir.el: Require edmacro when compiling with XEmacs.
3522         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3523         available in Emacs 21.
3524
3525 2008-06-11  Glenn Morris  <rgm@gnu.org>
3526
3527         * gnus-util.el (x-focus-frame):
3528         * gnus.el (image-size):
3529         * mm-decode.el (image-size): Declare.
3530
3531         * gnus-picon.el (declare-function): Add compat definition.
3532         (image-size): Declare.
3533
3534         * gnus-group.el (tool-bar-map):
3535         * gnus-sum.el (tool-bar-map): Define for compiler.
3536
3537         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3538
3539         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3540
3541         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3542         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3543         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3544         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3545         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3546         * sieve-manage.el, spam-report.el, spam.el:
3547         Remove unnecessary eval-and-compile of autoloads.
3548
3549 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3550
3551         * auth-source.el: Precise Tramp doc.
3552
3553 2008-06-07  Glenn Morris  <rgm@gnu.org>
3554
3555         * nnmairix.el: Remove unnecessary eval-when-compile.
3556
3557 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * lpath.el: Fbind propertize for XEmacs 21.4.
3560
3561 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3562
3563         * nnir.el: Move here from ../contrib.
3564
3565 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3566
3567         * gnus-util.el (gnus-read-shell-command): New function.
3568         * mm-decode.el (mm-pipe-part):
3569         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3570
3571 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3574
3575 2008-06-03  Glenn Morris  <rgm@gnu.org>
3576
3577         * pop3.el (nnheader-accept-process-output): Autoload it.
3578
3579 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3582         are not 2-digit hexadecimal characters that follow `%'s.
3583
3584 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * message.el (message-bogus-recipient-p): Fix type in doc string.
3587         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3588         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3589         Improve custom options.
3590         (message-bogus-recipient-p): Adjust accordingly.
3591
3592 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3593
3594         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3595         long-form month and day names.
3596
3597 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * dgnushack.el: Autoload debug, eudc-expand-inline and
3600         pgg-snarf-keys-region for XEmacs.
3601
3602         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3603
3604         * nnmairix.el: Require edmacro when compiling with XEmacs.
3605
3606 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3607
3608         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3609         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3610
3611 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3612
3613         * auth-source.el: Add more docs.
3614
3615         * netrc.el (netrc-machine): Always match if the port is not given.
3616
3617 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3620         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3621         retrieval faster in some cases, but might make CPU usage larger.  If
3622         this has any bad side effects, we might revert this change.
3623
3624         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3625         seems to make mail retrieval much, much faster.
3626         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3627         unconditionally.
3628
3629         * gnus-draft.el (gnus-group-send-queue): Bind
3630         message-send-mail-partially-limit to nil to avoid being prompted.
3631
3632 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3633
3634         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3635
3636         * message.el (message-bogus-address-regexp): Fix and improve custom
3637         type.
3638         (message-setup-hook): Add message-check-recipients as custom option.
3639
3640 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3641
3642         * message.el (message-cite-function): Remove bogus autoload which crept
3643         in during merge from v5-10.
3644
3645 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3646
3647         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3648
3649         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3650
3651         * auth-source.el: Preliminary Tramp docs.
3652         (auth-sources): Change the default auth-sources to use
3653         EPA .gpg files.
3654
3655 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3656
3657         * nntp.el: Autoload `auth-source-user-or-password'.
3658         (nntp-send-authinfo): Use it.
3659
3660         * nnimap.el: Autoload `auth-source-user-or-password'.
3661         (nnimap-open-connection): Use it.
3662
3663         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3664         for the gnus-message function.
3665         (auth-source-user-or-password): Use it.
3666
3667 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3668
3669         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3670         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3671         (rfc2104-hash): Use it.
3672
3673 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3674
3675         * gnus-art.el (gnus-article-toggle-truncate-lines):
3676         Don't use `iff' in docstring.
3677
3678 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3681
3682         * gnus-util.el (gnus-extract-address-component-name)
3683         (gnus-extract-address-component-email): Convenience functions around
3684         `gnus-extract-address-components'.
3685
3686         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3687         Use `gnus-extract-address-component-email' to fix bug of comparing full
3688         sender name to `user-mail-address'.
3689
3690 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3691
3692         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3693         catch/throw to optimize.
3694         (gnus-registry-find-keywords): Just use member to find a keyword.
3695
3696 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3697
3698         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3699         is current before calling gnus-server-prepare.
3700         (gnus-server-setup-buffer, gnus-server-update-server)
3701         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3702
3703 2008-05-04  Juri Linkov  <juri@jurta.org>
3704
3705         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3706         (mailcap-file-default-commands): Use mailcap-replace-in-string
3707         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3708         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3709
3710 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3711
3712         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3713
3714 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3715
3716         * gnus.el: Bump version to 0.11.
3717
3718 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3719
3720         * gnus.el: No Gnus v0.10 is released.
3721
3722 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723
3724         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3725         hooks.
3726         (gnus-update-read-articles): Speed up non-marks-using users.
3727         (gnus-use-marks): Define gnus-use-marks.
3728         (gnus-propagate-marks): Rename variable to something more sensible.
3729
3730 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3731
3732         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3733         (gmm-image-load-path-for-library): Fix typos in docstrings.
3734         (gmm-message): Reflow docstring.
3735
3736 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3737
3738         * mail-source.el (mail-source-set-1, mail-source-bind):
3739         Move auth-source code out of the macro to clean it up and fix bugs.
3740
3741 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3742
3743         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3744         by sender if it's equal to user-mail-address, it's likely to be
3745         useless.
3746
3747         * mail-source.el (mail-source-bind): Don't use user or password if they
3748         are not bound.  Unintern them if they are nil.  Don't use server unless
3749         it's bound, and default it to empty string otherwise.
3750
3751 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         * mail-source.el: Load auth-source.el.
3754         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3755         get user name or password, if auth-sources is set up.
3756
3757         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3758         strategy of splitting with parent.
3759         (gnus-registry-split-fancy-with-parent)
3760         (gnus-registry-post-process-groups): Use it and fix prior
3761         bug (returning a list as the split result).
3762
3763         * auth-source.el (auth-sources): Remove server parameter.
3764         (auth-source-pick, auth-source-user-or-password)
3765         (auth-source-user-or-password-imap)
3766         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3767         (auth-source-user-or-password-sftp)
3768         (auth-source-user-or-password-smtp): Remove server parameter.
3769
3770 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3771
3772         * smime.el (smime-sign-region, smime-encrypt-region)
3773         (smime-decrypt-region):
3774         Remove redundant calls to `generate-new-buffer-name'.
3775
3776 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3777
3778         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3779         Don't use QP for message/rfc822.
3780         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3781
3782 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3783
3784         * sieve-manage.el (sieve-string-bytes): Remove.
3785         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3786         correct byte-length only if the process's coding-system is the same as
3787         the one used internally by Emacs to represent strings.
3788
3789 2008-04-22  Juri Linkov  <juri@jurta.org>
3790
3791         * mailcap.el (mailcap-file-default-commands): New function.
3792
3793 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3794
3795         * message.el (message-signature-separator, message-cite-function):
3796         Change custom version.
3797
3798 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3799
3800         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3801         commands.
3802         (tls-checktrust): Ditto.
3803
3804 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3805
3806         * mm-decode.el (mm-display-external): Make temp file read-only.
3807
3808 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3809
3810         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3811         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3812         `C-c C-f d'.
3813
3814 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3815
3816         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3817
3818 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3819
3820         * gnus.el: Bump version to 0.9.
3821
3822 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         * gnus.el: No Gnus v0.8 is released.
3825
3826 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3827
3828         * mail-source.el (mail-source-value):
3829         Prefer fboundp to functionp so it works with macros as well.
3830
3831 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3832
3833         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3834         Fix last change in case the element is not even a symbol.
3835
3836 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3837
3838         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3839         Prefer fboundp to functionp so it works with macros as well.
3840
3841 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3842
3843         * auth-source.el: Added docs.
3844         (auth-sources): Modify format to support server.
3845         (auth-source-pick, auth-source-user-or-password)
3846         (auth-source-user-or-password-imap)
3847         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3848         (auth-source-user-or-password-sftp)
3849         (auth-source-user-or-password-smtp): Add server parameter.
3850
3851 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3852
3853         * gnus-registry.el: Initialize the registry when gnus-registry-install
3854         is t.
3855
3856 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * compface.el (uncompface): Make buffer unibyte.
3859
3860 2008-04-05  Glenn Morris  <rgm@gnu.org>
3861
3862         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3863
3864 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3865
3866         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3867         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3868
3869         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3870         multibyteness after rather than before erasing it.
3871
3872         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3873         mm-with-multibyte.
3874         (gnus-request-article-this-buffer): Make sure the proper decoding is
3875         used if gnus-original-article-buffer happens to be unibyte.
3876
3877         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3878         default-enable-multibyte-characters.
3879
3880         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3881         default-enable-multibyte-characters.
3882
3883         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3884
3885         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3886
3887 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3888
3889         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3890         (imap-message-copyuid-1): Use it.
3891         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3892         J. Williams in
3893         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3894
3895         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3896         imap-enable-exchange-bug-workaround.
3897         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3898
3899 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3900
3901         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3902         a 100 byte status-checks into a 2-3MB transfer for each group.
3903         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3904         to enable bug workaround or not.
3905         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3906
3907 2008-03-31  Glenn Morris  <rgm@gnu.org>
3908
3909         * message.el (mml2015-use): Declare for compiler.
3910         (message-info): Require mml2015 when appropriate.
3911
3912 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3915         whitespace.
3916
3917 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3918
3919         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3920         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3921         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3922         (nntp-service-to-port): New function.
3923         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3924         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3925         (nntp-open-netcat-stream): New function.
3926         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3927
3928 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3929
3930         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3931
3932 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3933
3934         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3935
3936 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3937
3938         * dns.el (dns-write): Use set-buffer-multibyte.
3939
3940 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3941
3942         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3943
3944 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3945
3946         * message.el (message-signature-separator): Change default.
3947         Improve custom type.
3948         (message-cite-function): Change default to
3949         message-cite-original-without-signature.
3950
3951         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3952         toggle.
3953
3954         * message.el (message-check-news-body-syntax): Fix signature check.
3955         (message-setup-1): Mark buffer as unmodified _after_ running
3956         message-setup-hook and handling message-alternative-emails.
3957         (message-shorten-references): Be more strict when building list of
3958         valid references to comply with GNKSA.
3959
3960         * gnus-group.el (gnus-read-ephemeral-bug-group)
3961         (gnus-read-ephemeral-debian-bug-group)
3962         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3963
3964         * message.el (message-info): Don't use booleanp which isn't supported
3965         in Emacs 21 and XEmacs.
3966
3967 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3968
3969         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3970         gnus-group-gmane-group-download-format.
3971         (gnus-group-read-ephemeral-gmane-group): Rename from
3972         gnus-group-read-ephemeral-gmane-group.
3973         (gnus-read-ephemeral-gmane-group-url): Rename from
3974         gnus-group-read-ephemeral-gmane-group-url.
3975         (gnus-bug-group-download-format-alist): New variable.
3976         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3977         (gnus-read-ephemeral-emacs-bug-group): New commands.
3978
3979 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3982         (gnus-visible-headers): Improve custom type.
3983
3984 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * mml.el (mml-menu): Add workarounds for XEmacs.
3987
3988         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3989         X-Boundary header.
3990
3991         * message.el (message-simplify-recipients): Fix previous commit.
3992
3993 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3994
3995         * mm-util.el (mm-set-buffer-multibyte): New function.
3996         * mm-decode.el (mm-copy-to-buffer): Use it.
3997
3998 2008-03-19  Glenn Morris  <rgm@gnu.org>
3999
4000         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4001         Accidentally removed in the sync process with Emacs.
4002
4003 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4004
4005         * message.el (message-alter-recipients-discard-bogus-full-name):
4006         New function.
4007         (message-alter-recipients-function): New variable.
4008         (message-get-reply-headers): Use it.
4009         (message-replace-header): New helper function.
4010         (message-recipients-without-full-name): New variable.
4011         (message-simplify-recipients): New command.
4012
4013         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4014
4015         * message.el (message-info): Handle EasyPG manual.
4016
4017         * mml.el (mml-menu): Add entry for EasyPG.
4018
4019 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4020
4021         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4022         parameter.
4023
4024         * message.el (message-disassociate-draft): Specify drafts group name
4025         fully.
4026
4027 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4028
4029         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4030         unnecessary duplicates from the match list.
4031
4032 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4035
4036         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4037
4038         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4039         args of `how-many' of which the XEmacs version doesn't take; declare
4040         Info-index-next as function.
4041
4042 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4043
4044         * gnus-score.el (gnus-score-headers): Fix handling of
4045         gnus-inhibit-slow-scoring.
4046
4047         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4048         string.
4049         (gnus-button-url-regexp): Improve handling of parenthesis.
4050         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4051         (gnus-button-handle-info-keystrokes): Handle index entries.
4052
4053 2008-03-15  Glenn Morris  <rgm@gnu.org>
4054
4055         * parse-time.el (parse-time-string): Simplify.
4056
4057 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4060         Incoming* files.
4061
4062 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4063
4064         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4065         (auth-source-pick): Use it.
4066
4067 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4068
4069         * binhex.el (binhex-decode-region-internal):
4070         * uudecode.el (uudecode-decode-region-internal):
4071         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4072         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4073         setting default-enable-multibyte-characters.
4074
4075 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4076
4077         * auth-source.el (auth-source-protocols)
4078         (auth-source-protocols-customize, auth-source-choices): Added and
4079         modified variable customizations and defaults.
4080         (auth-source-pick, auth-source-user-or-password)
4081         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4082         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4083         (auth-source-user-or-password-sftp)
4084         (auth-source-user-or-password-smtp): Use new variables and provide an
4085         interface to netrc.el.
4086
4087 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4090         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4091         Make sure the nntp port to specify is a string.
4092
4093 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4094
4095         * nntp.el: Use with-current-buffer.
4096         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4097         dubious mm-with-unibyte-current-buffer.
4098         (nntp-with-open-group-function): New function extracted from
4099         nntp-with-open-group macro.
4100         (nntp-with-open-group): Use the function, so it's easier to debug.
4101         Add indentation and debugging info.
4102         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4103         the use of the netcat alternatives.
4104
4105         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4106         Avoid mm-string-as-multibyte as well.
4107
4108         * nnweb.el (nnweb-insert-html):
4109         Remove use of nnheader-string-as-multibyte.
4110
4111         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4112         (nnheader-string-as-multibyte): Remove.
4113
4114         * mm-view.el: Use inhibit-read-only.
4115         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4116         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4117         or unibyte-string.
4118
4119         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4120         (mm-uu-yenc-extract): Use with-current-buffer.
4121
4122         * gnus-soup.el (gnus-soup-send-packet): Don't use
4123         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4124
4125         * nnmh.el: Use with-current-buffer.
4126         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4127         mm-string-as-multibyte on the output of mm-encode-coding-string.
4128
4129         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4130         (nnimap-request-move-article): Use with-current-buffer.
4131
4132         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4133         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4134         conversion uses string-make-unibyte rather than string-as-unibyte.
4135
4136         * gnus-msg.el: Use with-current-buffer.
4137
4138         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4139
4140 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4141
4142         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4143         string for caching if it is 'PIN.
4144
4145 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * lpath.el: Consider the case without Emacs/W3.
4148
4149 2008-03-08  Glenn Morris  <rgm@gnu.org>
4150
4151         * time-date.el (date-to-time, time-subtract, time-add)
4152         (safe-date-to-time): Doc fixes.
4153
4154 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * mail-source.el (mail-source-delete-old-incoming-confirm):
4157         Change default to nil.
4158         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4159
4160 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * lpath.el: Rearrange.
4163
4164         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4165         (gnus-article-goto-prev-page): Work for articles having ^L's.
4166
4167         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4168
4169         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4170
4171 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4172
4173         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4174         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4175         (gnus-bookmark-jump): Adjust some variable names.
4176
4177 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4178
4179         * auth-source.el: New package.
4180         (auth-source-choices): Add customization entry point variable.
4181
4182         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4183         bug.
4184
4185 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4188         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4189         (gnus-registry-install-shortcuts): Rename from
4190         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4191         the `gnus-registry-mark-map' keymap dynamically from
4192         `gnus-registry-marks'.  The generated functions update the summary line
4193         when a registry mark is added or deleted, and will call
4194         `gnus-registry-install-p' (see the comments in the code).
4195         (gnus-registry-user-format-function-M): Use concat intelligently.
4196
4197         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4198         the registry mark functions.
4199
4200 2008-03-05  Glenn Morris  <rgm@gnu.org>
4201
4202         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4203         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4204         gnus-art.
4205         (top-level): No need to load own source when compiling.
4206
4207 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4208
4209         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4210         Suggested by <chris.anderton@zetnet.co.uk>.
4211
4212 2008-03-04  Glenn Morris  <rgm@gnu.org>
4213
4214         * gnus-sum.el (top-level): No need to require gnus when compiling,
4215         since unconditionally required near start of file.
4216         (gnus-summary-display-while-building): Move definition before use.
4217
4218 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4219
4220         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4221         formatting function.
4222
4223 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4224
4225         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4226         with plists.
4227         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4228         Use new format.
4229
4230 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4233         `where-is-internal' that returns a range of key sequences.
4234
4235 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4236
4237         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4238
4239         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4240         (gnus-summary-jump-to-group): Consider windows on other displayed
4241         frames as well.  Similar changes might be needed elsewhere, but that's
4242         the one I've bumped into during my use.
4243
4244         * nndoc.el (nndoc-oe-dbx-type-p):
4245         * gnus-msg.el (gnus-debug):
4246         * gnus-group.el (gnus-update-group-mark-positions):
4247         Use mm-string-to-multibyte.
4248
4249 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4252         doesn't handle NotDashEscaped.
4253
4254         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4255         (mml-dnd-attach-options): Fix typo in custom choice.
4256
4257         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4258         nndoc-article-type to mbox.
4259         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4260
4261         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4262         to nil, instead of html2text.
4263
4264         * imap.el (imap-debug): Add `imap-ping-server'.
4265
4266         * gnus-bookmark.el: Add FIXMEs.
4267
4268         * message.el (message-form-letter-separator)
4269         (message-send-form-letter-delay): New variables.
4270         (message-send-form-letter): Use them.  New command to send form
4271         letters.  Requested by Uwe Siart.
4272         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4273
4274 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * Update copyright years.
4277
4278 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4279
4280         Sync from EMACS_22_BASE.
4281
4282         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4283
4284 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4285
4286         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4287         empty author.
4288
4289 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4290
4291         * gnus-registry.el (gnus-registry-marks): Add variable for
4292         customization of marks and their appearance.
4293         (gnus-registry-read-mark): Use it.
4294         (gnus-registry-do-marks): Add utility function to loop through
4295         `gnus-registry-marks'.
4296         (gnus-registry-install-shortcuts-and-menus): Add function to install
4297         shortcuts and menus.
4298         (gnus-registry-initialize): Use it.
4299         (gnus-registry-default-mark): Clarify documentation.
4300
4301 2008-02-29  Glenn Morris  <rgm@gnu.org>
4302
4303         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4304         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4305         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4306         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4307         Change defcustom :version from 23.0 to 23.1.
4308
4309 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4310
4311         * gnus-registry.el (gnus-registry-follow-group-p)
4312         (gnus-registry-post-process-groups): Add functions to aid registry
4313         splitting and improve logging.  Clarify behavior in function
4314         documentation.
4315         (gnus-registry-split-fancy-with-parent): Use them.
4316
4317 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4318
4319         * gnus-art.el: Use with-current-buffer.
4320
4321 2008-02-27  David Engster  <dengste@eml.cc>
4322
4323         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4324         Express real group name in the response.
4325
4326 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4329         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4330         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4331         autoload gnus-registry-fetch-group when compiling.
4332         (nnmairix-request-group-with-article-number-correction): Remove
4333         unreferenced argument passed to nnmairix-call-backend.
4334
4335 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4336
4337         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4338         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4339         Wilde.
4340
4341 2008-02-27  Glenn Morris  <rgm@gnu.org>
4342
4343         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4344         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4345         variables to defconsts.  Convert comments to doc-strings.
4346         (nnmairix-last-server, nnmairix-current-server): Convert from free
4347         variables to defvars.  Convert comments to doc-strings.
4348         (gnus-registry-fetch-group): Autoload.
4349         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4350         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4351         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4352         caddr.
4353         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4354         nnmairix-request-group-with-article-number-correction call.
4355         (nnmairix-fast, nnmairix-group): New, less general names, for free
4356         variables passed from nnmairix-request-group to
4357         nnmairix-request-group-with-article-number-correction.  Declare.
4358         (nnmairix-request-group-with-article-number-correction):
4359         Use nnmairix-fast, nnmairix-group rather than fast, group.
4360
4361 2008-02-26  David Engster  <dengste@eml.cc>
4362
4363         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4364         version 0.5.
4365
4366 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4367
4368         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4369         instead of making an extra function call.  Don't add the current group
4370         to articles only when they have the group.  Use
4371         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4372         Reported by David <de_bb@arcor.de>.
4373
4374 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4377         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4378
4379 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * mail-source.el (mail-source-delete-incoming): Change default.
4382         Supplement doc string.
4383
4384         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4385
4386 2008-02-14  Glenn Morris  <rgm@gnu.org>
4387
4388         * time-date.el (format-seconds): New function.
4389
4390 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4391
4392         * nnmail.el (nnmail-message-id-cache-file): Derive from
4393         `gnus-home-directory'.
4394
4395 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4396
4397         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4398         Document negative prefix.
4399
4400         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4401
4402 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * message.el (message-unsent-separator): Add the Exim bounce
4405         separator.
4406
4407 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4408
4409         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4410         list.
4411         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4412         recipient/signer list.
4413
4414 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * Makefile.in (datarootdir): Define.
4417         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4418         name that might contain whitespace.
4419
4420 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4423         fbound (Emacs 23 unicode), signal an error.
4424
4425 2008-02-08  Glenn Morris  <rgm@gnu.org>
4426
4427         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4428
4429 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4430
4431         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4432         ports to the calls to `netrc-machine-user-or-password' in addition to
4433         "imap" and "imaps".
4434
4435 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4436
4437         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4438
4439         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4440
4441 2008-02-01  Kenichi Handa  <handa@m17n.org>
4442
4443         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4444         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4445         (rfc2104-hash): Convert the result of concat to unibyte string.
4446
4447 2008-02-01  Dave Love  <fx@gnu.org>
4448
4449         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4450         coding-system-for-read.
4451         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4452
4453 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4456         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4457         <hanche@math.ntnu.no>.
4458
4459 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4462
4463         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4464
4465 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4466
4467         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4468         * message.el (message-beginning-of-line): Use featurep instead of bound
4469         tests in order to resolve conditionals at compile time.
4470
4471 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4472
4473         * mail-source.el (mail-sources): Add `group' choice.
4474
4475         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4476         parameter `in-group' to control into which group the articles go.
4477         Add treatment of `group' mail-source.
4478
4479 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4482
4483         * mm-decode.el (mm-dissect-buffer): Decode description.
4484
4485         * mml.el (mml-to-mime): Encode message header first.
4486
4487 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4490         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4491
4492         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4493         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4494
4495 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4496
4497         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4498
4499 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4502         prefix keys.
4503         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4504         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4505         gnus-xmas.el.
4506
4507         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4508         (gnus-xmas-article-describe-bindings): New function.
4509         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4510         gnus-xmas-article-describe-bindings.
4511
4512         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4513
4514 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4517         Add new variables for article mark management.
4518         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4519         list of extra data entries which, when present, will indicate that the
4520         article ID should not be trimmed from the registry.
4521         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4522         functions.
4523         (gnus-registry-read-mark): New function to read a mark name from the
4524         user.
4525         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4526         (gnus-registry-set-article-mark-internal): New functions to add and
4527         remove marks.
4528         (gnus-registry-get-article-marks): New function to show the marks for
4529         an article, or retrieve them for further use.
4530
4531 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4534         keys when no argument is given.
4535
4536 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * imap.el (imap-ping-server): New variable.
4539         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4540         (imap-ping-server): Minor doc string fixes.
4541
4542 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4543
4544         * imap.el (imap-ping-server): New function.
4545         (imap-opened): Call imap-ping-server.
4546
4547 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * gnus-sum.el (gnus-article-sort-by-random)
4550         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4551         jidanni@jidanni.org.
4552
4553 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * gnus-art.el (gnus-article-describe-bindings): New function.
4556         (gnus-article-read-summary-keys): Use it.
4557         (gnus-article-mode-map): Bind `C-h b' to it.
4558
4559 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4562         XEmacs.
4563         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4564         against non-character events.
4565
4566         * lpath.el: Fbind map-keymap for Emacs 21.
4567
4568 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4569
4570         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4571         command.
4572         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4573         instead of END.  Change name of the temp file.
4574         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4575         customizable.
4576
4577 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4580         bind `S W' to gnus-article-wide-reply-with-original; set default
4581         binding to gnus-article-read-summary-send-keys.
4582         (gnus-article-read-summary-keys): Fix the order of keys; display
4583         continuation keys correctly in the echo area; describe bindings
4584         correctly when keys end with `C-h'.
4585         (gnus-article-read-summary-send-keys): New function.
4586         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4587         for gnus-article-read-summary-send-keys; display continuation keys
4588         correctly in the echo area.
4589         (gnus-article-reply-with-original): Ignore prefix argument.
4590         (gnus-article-wide-reply-with-original): New function.
4591
4592         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4593         Emacs 21.
4594
4595 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4598         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4599
4600 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4603         (gnus-group-read-ephemeral-gmane-group): New command.
4604
4605 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4606
4607         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4608
4609 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4610
4611         * message.el (message-send-mail-function): Increase custom version.
4612
4613         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4614         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4615
4616 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4619         for the cases where imap-authenticate is called with a nil buffer
4620         parameter.
4621
4622 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4625         html parts correctly; support forwarded messages.
4626         (gnus-article-browse-html-article): Remove work buffers.
4627
4628         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4629         compiling.
4630         (netrc-bound-and-true-p): New macro.
4631         (netrc-parse): Use it instead of bound-and-true-p that is not available
4632         in XEmacs 21.4.
4633
4634 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * gnus-registry.el (gnus-registry-mark-article)
4637         (gnus-registry-article-marks): Add functionality to mark articles
4638         through the Gnus registry.
4639
4640         * encrypt.el: Clarify documentation for the new pgg method.
4641         (encrypt-file-alist): Add PGG option.
4642         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4643         functionality.  Abstract password key and messaging to external
4644         functions.
4645         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4646         (encrypt-message-method-and-cipher): Add new convenience external
4647         functions.
4648         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4649         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4650
4651         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4652         (netrc-parse): Use encrypt-file-alist to determine if
4653         encrypt-find-model or encrypt-insert-file-contents should be used.
4654
4655         * encrypt.el: Clarify documentation.  Load password-cache or
4656         password, whichever one is found first, instead of autoloading.
4657
4658 2007-12-19  Glenn Morris  <rgm@gnu.org>
4659
4660         * mml.el (message-options-set, message-narrow-to-head)
4661         (message-in-body-p, message-mail-p, message-encode-message-body):
4662         Autoload.
4663         (message-remove-header, message-narrow-to-headers-or-head)
4664         (message-subscribed-p, message-make-mail-followup-to)
4665         (message-position-on-field, message-news-p)
4666         (message-options-set-recipient, message-generate-headers)
4667         (message-sort-headers): Declare as functions.
4668
4669 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4672         convention in doc string.
4673
4674 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4677         title to html parts.
4678         (gnus-article-browse-html-article): Pass message header to it.
4679
4680         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4681
4682 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4683
4684         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4685         or password compatible with XEmacs.
4686
4687 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4690         format document.
4691         (gnus-mime-delete-part): Don't write description line if empty.
4692         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4693
4694 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4695
4696         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4697         (gnus-summary-mark-read-and-unread-as-read)
4698         (gnus-summary-mark-current-read-and-unread-as-read)
4699         (gnus-summary-mark-unread-as-ticked): Doc fix.
4700         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4701
4702 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4705         Christoph Conrad <christoph.conrad@gmx.de>.
4706
4707 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4708
4709         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4710         yes-or-no-p.
4711
4712 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * mm-decode.el (mm-add-meta-html-tag): New function.
4715         (mm-save-part-to-file, mm-pipe-part): Use it.
4716
4717         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4718         gnus-y-or-n-p instead of y-or-n-p.
4719         (gnus-article-browse-html-parts): Work with message/external-body; use
4720         mm-add-meta-html-tag.
4721
4722 2007-12-11  Glenn Morris  <rgm@gnu.org>
4723
4724         * gnus-cache.el: Require gnus-sum not just when compiling.
4725
4726         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4727
4728         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4729         definitions before use.
4730
4731         * mm-decode.el: Require gnus-util.
4732         (mm-remove-part): Only call delete-annotation on XEmacs.
4733
4734         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4735
4736         * nnmail.el: Require gnus-int.
4737
4738         * spam.el: Move `require's before `eval-when-compile's.
4739
4740         * gnus-ems.el (gnus-alive-p):
4741         * gnus-fun.el (message-goto-eoh):
4742         * gnus-util.el (gnus-group-name-decode):
4743         * mail-source.el (gnus-compress-sequence):
4744         * message.el (Info-goto-node, format-spec):
4745         * mm-bodies.el (message-options-get):
4746         * mm-decode.el (mm-view-pkcs7):
4747         * mm-util.el (gmm-write-region):
4748         * mml-smime.el (mml-compute-boundary)
4749         (gnus-completing-read-with-default):
4750         * mml.el (widget-button-press, gnus-make-hashtable):
4751         * mml1991.el (mm-decode-content-transfer-encoding)
4752         (mm-encode-content-transfer-encoding)
4753         (message-options-get, message-options-set):
4754         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4755         * nnfolder.el (gnus-request-group):
4756         * nnheader.el (ietf-drums-unfold-fws):
4757         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4758         * smime.el (gnus-run-mode-hooks):
4759         * spam-stat.el (gnus-message): Autoload.
4760
4761         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4762         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4763         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4764         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4765         Add declare-function compatibility definition.
4766
4767         * gnus-cache.el (nnvirtual-find-group-art):
4768         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4769         (gnus-add-image, gnus-add-wash-type):
4770         * gnus-group.el (nnkiboze-score-file):
4771         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4772         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4773         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4774         (message-tokenize-header, gnus-get-buffer-create)
4775         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4776         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4777         * gnus.el (gnus-group-decoded-name):
4778         * mail-source.el (imap-capability):
4779         * mm-bodies.el (message-options-set):
4780         * mm-decode.el (gnus-configure-windows):
4781         * mm-extern.el (message-goto-body):
4782         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4783         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4784         (epg-sub-key-validity, message-options-set):
4785         * mml.el (widget-event-point, gnus-configure-windows):
4786         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4787         * mml2015.el (epg-check-configuration, epg-configuration)
4788         (message-options-set):
4789         * nndb.el (nndb-request-article):
4790         * nnfolder.el (gnus-request-create-group):
4791         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4792         * nnmaildir.el (gnus-group-mark-article-read):
4793         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4794         * rfc1843.el (message-fetch-field):
4795         * spam.el (gnus-extract-address-components):
4796         Declare as functions.
4797
4798 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4801
4802         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4803
4804         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4805         bind show-trailing-whitespace for XEmacs.
4806
4807 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4808
4809         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4810         new no-op macro for backward compatibility.
4811
4812         * imap.el (imap-string-to-integer): New function.
4813
4814 2007-12-09  Glenn Morris  <rgm@gnu.org>
4815
4816         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4817
4818         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4819         * message.el, mm-view.el, sieve-manage.el, smime.el:
4820         Add declare-function compatibility definition.
4821
4822         * gnus-art.el (w3-region, w3m-region, Info-menu):
4823         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4824         * gnus-sum.el (gnus-get-predicate):
4825         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4826         * message.el (mail-abbrev-in-expansion-header-p):
4827         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4828         (w3m-detect-meta-charset, w3m-region):
4829         * sieve-manage.el (password-read, password-cache-add)
4830         (password-cache-remove):
4831         * smime.el (password-read-and-add): Declare as functions.
4832
4833 2007-12-08  David Kastrup  <dak@gnu.org>
4834
4835         * gnus-sum.el (gnus-summary-simplify-subject-query):
4836         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4837         `message'.
4838
4839 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4842         it to bind idna-program, installation-directory, defined-colors, and
4843         face-attribute for XEmacs of the version that compiles defcustom forms.
4844
4845 2007-12-07  Glenn Morris  <rgm@gnu.org>
4846
4847         * gnus-art.el (article-make-date-line): Revert previous change.
4848
4849 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4852
4853 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4854
4855         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4856         Call gnus-add-to-range ranges only once with a prepared article-list.
4857
4858 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4859
4860         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4861         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4862         group names with backslashes.  Reported by Tassilo Horn
4863         <tassilo@member.fsf.org>.
4864
4865 2007-12-06  Deepak Goel  <deego3@gmail.com>
4866
4867         * gnus-art.el (article-make-date-line):
4868         * gnus-start.el (gnus-load):
4869         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4870
4871 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * gnus-art.el (gnus-use-idna)
4874         * gnus-start.el (gnus-site-init-file)
4875         * message.el (message-use-idna)
4876         * mm-uu.el (mm-uu-hide-markers)
4877         * smiley.el (smiley-style): Revert changes that suppress warnings.
4878
4879 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4882         specify charset to html source.  Reported by Christoph Conrad
4883         <christoph.conrad@gmx.de>.
4884
4885 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4888         idna-program in order to suppress byte compile warning issued by XEmacs
4889         that came to byte compile the default value section of defcustom forms
4890         recently.
4891
4892         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4893         value of installation-directory.
4894
4895         * message.el (message-use-idna): Don't directly refer to the value of
4896         idna-program.
4897
4898         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4899
4900         * smiley.el (smiley-style): Don't directly call face-attribute.
4901
4902 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4903
4904         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4905
4906         * gnus-dired.el: Reduce Gnus dependencies.
4907         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4908         require.  Use autoloads instead.
4909         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4910         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4911         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4912         (gnus-dired-mode): Adjust doc string.
4913         (gnus-dired-mail-mode): New variable.
4914         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4915         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4916         (gnus-dired-mail-buffers): New function.  Return mail or message
4917         composition buffers.
4918         (gnus-dired-attach): Use it.
4919         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4920         NO-DECODE.
4921         (gnus-dired-print): Use `gnus-print-buffer' depending on
4922         `gnus-dired-mail-mode'.
4923
4924 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * rfc2047.el (rfc2047-encoded-word-regexp)
4927         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4928         explaining what regexp patterns are for.
4929
4930 2007-12-04  Glenn Morris  <rgm@gnu.org>
4931
4932         * password.el: Move to password-cache.el.
4933
4934         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4935         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4936         * mml-smime.el (password-read, password-cache-add)
4937         (password-cache-remove):
4938         No need to autoload, since mml-sec requires password.
4939
4940         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4941         * message.el (gnus-extract-address-components):
4942         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4943
4944         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4945         password.
4946
4947 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * mailcap.el: Reduce dependencies.
4950         (mail-header-parse-content-type): Autoload.
4951         (mailcap-delete-duplicates): New alias.
4952         (mailcap-mime-info): Add optional argument NO-DECODE.
4953         (mailcap-mime-types): Use mailcap-delete-duplicates.
4954
4955         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4956
4957 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4958
4959         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4960         (imap-parse-status): Upcase status-att for servers that sends them
4961         lower-case (e.g., MS Exchange 2007).
4962
4963 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4966         function.
4967
4968         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4969         (gnus-uu-yenc-article): New function.
4970
4971         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4972
4973         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4974         buffer.
4975
4976 2007-12-02  Glenn Morris  <rgm@gnu.org>
4977
4978         * binhex.el (binhex): New custom group.
4979         (binhex-decoder-program, binhex-decoder-switches)
4980         (binhex-use-external): Move to the binhex custom group.
4981
4982         * uudecode.el (uudecode): New custom group.
4983         (uudecode-decoder-program, uudecode-decoder-switches)
4984         (uudecode-use-external): Move to the uudecode custom group.
4985
4986         * netrc.el (top-level): Don't load `encrypt' features.
4987         (netrc-parse): Don't use encrypt.
4988         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4989
4990         * encrypt.el: Remove file.
4991
4992 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4993
4994         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4995         matches on patches.
4996
4997         * gnus-art.el (gnus-article-browse-html-article): Mention
4998         `mm-text-html-renderer' in the doc string.
4999
5000         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5001         string.  Add comments.
5002
5003         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5004         if rhs is ASCII.
5005
5006 2007-12-01  Glenn Morris  <rgm@gnu.org>
5007
5008         * mail-source.el (top-level): Require format-spec before
5009         eval-when-compile.
5010
5011 2007-11-30  Glenn Morris  <rgm@gnu.org>
5012
5013         * encrypt.el: Require password, rather than autoloading password-read.
5014
5015 2007-11-29  Glenn Morris  <rgm@gnu.org>
5016
5017         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5018         (sasl-make-client, sasl-next-step, sasl-step-data)
5019         (sasl-step-set-data): Declare as functions.
5020
5021 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5022
5023         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5024
5025 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5026
5027         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5028         certs should be verified and what is to be done in the event of a
5029         verification failure.
5030
5031         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5032         caller can indicate whether the cache should be disregarded for this
5033         call.  This way the result of the call is reproducible at all times and
5034         can be considered a canonical server name for the supplied method.
5035         (gnus-agent-method-p): Canonicalize server names by pushing their
5036         method through `gnus-method-to-server' using the no-cache argument.
5037
5038         * gnus-srvr.el (gnus-server-insert-server-line): Call
5039         `gnus-method-to-server' with `no-cache' argument.
5040
5041         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5042         gnus-agent-possibly-synchronize-flags as this should be called when the
5043         server is actually being opened.
5044         (gnus-agent-possibly-synchronize-flags)
5045         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5046         flags file of an agentized server to the latter function.
5047
5048         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5049         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5050         after a connection has been established successfully.
5051
5052 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * gnus-art.el (article-display-face): Force to display face if called
5055         interactively; check if gnus-article-x-face-too-ugly matches author.
5056         (article-display-x-face): Display face even if From header is missing
5057         as article-display-face does.
5058
5059 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5060
5061         * hashcash.el (message-narrow-to-headers-or-head)
5062         (message-fetch-field, message-goto-eoh)
5063         (message-narrow-to-headers): Declare as functions.
5064
5065 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5066
5067         * mail-source.el (mail-sources): Default to fetch from file for
5068         compatibility with default of nnmail-spool-file.
5069
5070 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5073         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5074         to look for encoded word that should be encoded again.
5075         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5076         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5077         encoding pattern.
5078         (rfc2047-decode-region): Switch strict regexp and loose one according
5079         to rfc2047-allow-irregular-q-encoded-words.
5080
5081 2007-11-25  Romain Francoise  <romain@orebokech.com>
5082
5083         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5084
5085 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * tls.el (tls-program): Provide more custom choices from
5088         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5089         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5090
5091 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5094         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5095
5096         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5097         `nnmail-spool-file'.
5098
5099         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5100         `nnmail-spool-file'.
5101
5102         * gnus-move.el (gnus-change-server): Ditto.
5103
5104         * gnus-kill.el (gnus-batch-score): Ditto.
5105
5106         * gnus-cache.el (gnus-jog-cache): Ditto.
5107
5108         * gnus-msg.el (gnus-summary-reply):
5109         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5110
5111 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5112
5113         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5114         version.  Minor improvement to doc strings.
5115         (tls-program): Add comment.
5116
5117 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5118
5119         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5120         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5121         mismatch between the hostname provided in the certificate and the name
5122         of the host connnecting to.
5123         (open-tls-stream): Use them.  Check certificates against trusted root
5124         certificates.
5125
5126 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5127
5128         * gnus-cache.el (gnus-cache-generate-nov-databases):
5129         Use nnml-generate-nov-databases-directory instead of
5130         nnml-generate-nov-databases-1.
5131
5132 2007-11-24  Glenn Morris  <rgm@gnu.org>
5133
5134         * message.el (message-tool-bar-retro): Update for rename
5135         mail_send.xpm->mail-send.xpm.
5136
5137 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5138
5139         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5140         `smime-ldap-search' for Emacs 22 and up.
5141
5142 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5143
5144         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5145
5146         * message.el (message-send-mail-function): Fix error convention.
5147         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5148         (message-widen-reply, message-send-mail, message-talkative-question)
5149         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5150         (message-clone-locals, message-send-news): Use with-current-buffer.
5151         (message-insert-or-toggle-importance): Remove unused var `valid'.
5152         (message-make-references): Remove unused var `new-references'.
5153         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5154
5155 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5156
5157         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5158         (spam-split-symbolic-return-positive): Reflow docstring.
5159         (spam-backends, spam-summary-exit-behavior)
5160         (spam-mark-ham-unread-before-move-from-spam-group)
5161         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5162         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5163         (spam-clear-cache, spam-backend-check, spam-install-backend)
5164         (spam-install-statistical-backend, spam-list-of-processors)
5165         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5166         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5167         (spam-check-crm114, spam-initialize, spam-unload-hook):
5168         Fix typos in docstrings.
5169
5170 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5173         been checked if they have never been read and those group levels are
5174         higher than the one that a user specified.
5175
5176 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5179         foreign groups unless a group level is specified by a user.
5180         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5181
5182 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5183
5184         * message.el (message-send-mail-function): Require sendmail.
5185
5186 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5187
5188         * message.el (message-send-mail-function): Check for smtpmail too.
5189
5190         * utf7.el (utf7-encode, utf7-decode): Use coding system
5191         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5192
5193         * message.el (message-send-mail-function): New function.
5194         (message-send-mail-function): Set default using
5195         message-send-mail-function.  Adjust doc string.
5196         (message-send-mail-with-mailclient): New function.
5197
5198 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5199
5200         * smime.el (from):
5201         * rfc2047.el (message-posting-charset):
5202         * qp.el (mm-use-ultra-safe-encoding):
5203         * pop3.el (parse-time-months):
5204         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5205         * nnml.el (files):
5206         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5207         (jka-compr-compression-info-list, ange-ftp-path-format)
5208         (efs-path-regexp):
5209         * nndiary.el (files):
5210         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5211         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5212         (epg-digest-algorithm-alist, inhibit-redisplay)
5213         (password-cache-expiry):
5214         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5215         (pgg-output-buffer, password-cache-expiry):
5216         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5217         (efs-path-regexp):
5218         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5219         (inhibit-redisplay):
5220         * mm-uu.el (file-name, start-point, end-point, entry)
5221         (gnus-newsgroup-name, gnus-newsgroup-charset):
5222         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5223         (latin-unity-ucs-list):
5224         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5225         (mm-uu-binhex-decode-function):
5226         * message.el (gnus-message-group-art, gnus-list-identifiers)
5227         (rmail-enable-mime-composing, gnus-local-organization)
5228         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5229         (gnus-read-active-file, facemenu-add-face-function)
5230         (facemenu-remove-face-function, gnus-article-decoded-p)
5231         (tool-bar-mode):
5232         * mail-source.el (display-time-mail-function):
5233         * gnus-util.el (nnmail-pathname-coding-system)
5234         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5235         (gnus-original-article-buffer, gnus-user-agent)
5236         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5237         (xemacs-codename, sxemacs-codename, emacs-program-version):
5238         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5239         * gnus-start.el (gnus-agent-covered-methods)
5240         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5241         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5242         (gnus-newsgroup-headers, gnus-group-list-mode)
5243         (gnus-group-mark-positions, gnus-newsgroup-data)
5244         (gnus-newsgroup-unreads, nnoo-state-alist)
5245         (gnus-current-select-method, mail-sources)
5246         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5247         (nnmail-spool-file, gnus-cache-active-hashtb):
5248         * gnus-mh.el (mh-lib-progs):
5249         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5250         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5251         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5252         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5253         (gnus-group-buffer):
5254         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5255         (font-lock-set-defaults):
5256         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5257         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5258         (gnus-summary-post-menu, total-parts, type, condition, length):
5259         * gnus-agent.el (gnus-agent-read-agentview):
5260         * flow-fill.el (show-trailing-whitespace):
5261         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5262         eval-and-compile wrappers for byte compiler pacifiers.
5263
5264         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5265         (mm-display-inline-fontify): Check for featurep 'xemacs not
5266         extent-list.
5267
5268         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5269         itimer-list.
5270         (mm-create-image-xemacs): Only do something for XEmacs.
5271         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5272
5273         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5274
5275         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5276         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5277
5278 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5279
5280         * nnimap.el (nnimap-split-download-body):
5281         * gnus-demon.el (gnus-demon):
5282         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5283
5284 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5287         macros.
5288         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5289         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5290         copy data from unibyte buffer to multibyte current buffer.
5291         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5292         to copy data from unibyte current buffer to multibyte buffer.
5293         (nntp-make-process-buffer): Make process buffer unibyte.
5294
5295         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5296
5297 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5298
5299         * pop3.el (pop3-open-server): Accept and process data more robustly at
5300         connexion start to avoid spurious "POP SSL connexion failed" errors.
5301
5302 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5305         read group names.
5306
5307 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5310
5311 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5314         (nnmail-save-active): Use a unibyte buffer when saving active file,
5315         which may contain non-ASCII group names.
5316
5317         * nnml.el (nnml-request-group): Decode group names in messages.
5318
5319 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * message.el (message-citation-line-function)
5322         (message-insert-formatted-citation-line): Fix spelling of
5323         `message-insert-formated-citation-line'.
5324
5325 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5328
5329 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5332         nnmail-pathname-coding-system.
5333
5334         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5335         that a user enters; decode group names in messages.
5336
5337         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5338
5339 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5340
5341         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5342
5343         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5344
5345         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5346         risky local variable.
5347
5348         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5349
5350 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5351
5352         * encrypt.el: Improve documentation to fix function name typo.
5353         Reported by Daiki Ueno <ueno@unixuser.org>.
5354
5355 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5358         even if the point is not in the last page of an article.
5359         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5360         back to the previous page.
5361
5362 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5365
5366 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5369
5370 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5371
5372         * message.el (message-check-news-body-syntax): Avoid
5373         mm-string-as-multibyte.
5374         (message-hide-headers): Don't assume (point-min)==1.
5375
5376 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5377
5378         * message.el (message-remove-blank-cited-lines): Fix if remove is
5379         given.
5380         (message-bogus-address-regexp): New variable.
5381         (message-bogus-recipient-p): New function.
5382         (message-check-recipients): New command.
5383         (message-syntax-checks): Add `bogus-recipient'.
5384         (message-fix-before-sending): Add `bogus-recipient'.
5385
5386         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5387         (gnus-treat-body-boundary): Don't test window-system.
5388
5389 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5390
5391         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5392
5393 2007-10-28  Miles Bader  <miles@gnu.org>
5394
5395         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5396         at compile-time too.
5397
5398 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * gnus-msg.el (gnus-message-setup-hook): Add
5401         `message-remove-blank-cited-lines' to options.
5402
5403 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * message.el (message-remove-blank-cited-lines): New function.
5406         Suggested by Karl Plästerer.
5407
5408 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5411         mapc.
5412
5413         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5414         (top-level): Use mapc to set functions to be traced for debugging.
5415
5416         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5417         called for effect with while loop.
5418
5419         * message.el (message-talkative-question): Replace mapcar called for
5420         effect with mapc.
5421
5422         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5423         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5424         called for effect with dolist.
5425
5426         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5427
5428         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5429         gnus-extra-headers and nnmail-extra-headers.
5430
5431         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5432         called for effect with dolist.
5433         (top-level): Use mapc to set functions to be traced for debugging.
5434
5435         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5436         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5437         dolist.
5438
5439         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5440         Replace mapcar called for effect with mapc.
5441         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5442         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5443         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5444         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5445
5446         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5447         remove-if that's a cl function.
5448
5449         * webmail.el (webmail-debug): Replace mapcar called for effect with
5450         dolist.
5451
5452         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5453         with mapc.
5454
5455 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5458         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5459         with while loop.
5460
5461         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5462         functions from article-* functions.
5463         (gnus-multi-decode-header): Replace mapcar called for effect with
5464         dolist.
5465
5466         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5467         (gnus-bookmark-show-details): Replace mapcar called for effect with
5468         while loop.
5469
5470         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5471         called for effect with while loop.
5472
5473         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5474         with dolist.
5475
5476         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5477         mapcar called for effect with dolist.
5478
5479         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5480
5481         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5482         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5483         Replace mapcar called for effect with dolist.
5484         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5485         mapc.
5486
5487         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5488         Replace mapcar called for effect with dolist.
5489         (gnus-topic-list): Replace mapcar called for effect with mapc.
5490
5491         * gnus.el: Use mapc instead of mapcar to add autoloads.
5492
5493 2007-10-23  Richard Stallman  <rms@gnu.org>
5494
5495         * gnus-group.el (gnus-group-highlight): Mark as risky.
5496
5497 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus.el (gnus-server-to-method): Return method found first in
5500         gnus-newsrc-alist.
5501
5502         * gnus-art.el (gnus-article-highlight-signature)
5503         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5504         button overlay without the front stickiness.
5505
5506 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5507
5508         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5509         overview buffer needed a catch to receive its throw.
5510         (gnus-agent-flush-cache): Declared as interactive to make this function
5511         easier to use.
5512
5513 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5516         `next-line'.
5517
5518 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5521         exclude address matching message-dont-reply-to-names.
5522
5523 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-util.el (gnus-string<): New function.
5526
5527         * gnus-sum.el (gnus-article-sort-by-author)
5528         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5529
5530 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5533         the frame-focus tag is set in gnus-buffer-configuration.
5534
5535 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5538         the front stickiness.
5539
5540 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5543         url pattern; remove duplicate one.
5544         (gnus-article-extend-url-button): New function.
5545         (gnus-article-add-buttons): Use it.
5546         (gnus-button-push): Use concatenated url that it makes.
5547
5548 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5549
5550         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5551
5552 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5553
5554         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5555         Don't hardcode point-min==1.
5556
5557 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5560         Fix comment about "iso8859-1".
5561
5562 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5563
5564         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5565         ones returned from the verify-function.
5566
5567         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5568         mml2015-extract-cleartext-signature if extraction failed.
5569
5570 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5571
5572         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5573         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5574         failed.
5575
5576 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5577
5578         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5579
5580 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5581
5582         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5583         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5584         recommends to use EasyPG instead of PGG.
5585
5586         * pgg.el: Revert to revision 6.23.2.16.
5587
5588         * pgg-def.el: Revert to revision 6.6.2.14.
5589
5590         * pgg-gpg.el: Revert to revision 6.23.2.34.
5591
5592 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5595         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5596         thread for both the null and zero (kill/expire thread) universal prefix
5597         cases.
5598         (gnus-summary-expire-thread): Add new function to expire a thread,
5599         using gnus-summary-kill-thread.
5600         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5601         shortcuts for gnus-summary-expire-thread.
5602         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5603         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5604
5605 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5608         extras value, so an extras entry can be deleted.
5609         (gnus-registry-delete-extra-entry): Use it.
5610         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5611         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5612         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5613         storage through the gnus-registry, and provide an appropriate API for
5614         it.
5615
5616 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5619         Suggested by Leo <sdl.web@gmail.com>.
5620
5621         * gnus.el: Do.
5622
5623 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5626         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5627
5628         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5629
5630         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5631         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5632
5633 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5636         newline.
5637         (nnmbox-request-accept-article): Don't change article in source buffer;
5638         narrow to header to use message-fetch-field rather than
5639         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5640         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5641         as delimiters; make sure article ends with newline.
5642         (nnmbox-delete-mail): Correct last position of article to be deleted;
5643         ignore X-Gnus-Newsgroup header in article body.
5644         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5645         positions; make sure article ends with newline.
5646
5647         * message.el (message-display-abbrev): Don't infloop when a user
5648         inserts SPC in the beginning of header.
5649
5650         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5651         coding-system-for-read and coding-system-for-write for XEmacs having no
5652         file-coding feature.
5653
5654         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5655
5656 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5659         list of groups not followed by default.  Fix type to be regexp.
5660         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5661
5662 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5663
5664         * hmac-def.el (define-hmac-function): Switch from old-style to
5665         new-style backquotes.
5666
5667         * md4.el (md4-make-step): Likewise.
5668
5669 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5672         raw-text coding system when saving .newsrc file, which may contain
5673         non-ASCII group names.
5674
5675 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-cus.el (gnus-score-extra): New widget.
5678         (gnus-score-extra-convert): New function.
5679         (gnus-score-customize): Use it for Extra.
5680
5681 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5682
5683         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5684         (mml2015-mailcrypt-clear-verify): Use it.
5685         (mml2015-gpg-clear-verify): Use it.
5686         (mml2015-pgg-clear-verify): Use it.
5687         (mml2015-epg-clear-verify): Replace the current part with the output
5688         from GnuPG; don't extract the plaintext by itself.
5689
5690         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5691         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5692         mml2015-clear-verify-function; don't touch the armor headers or
5693         dash-escaped text here.
5694
5695 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5698         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5699         parts, or application/octet-stream as a last resort.
5700         (gnus-mime-view-part-as-type): Don't toggle display.
5701         (gnus-mime-view-part-as-charset): Don't turn off display before
5702         querying charset.
5703
5704         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5705         stuff to undisplayer function in Emacs.
5706         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5707
5708         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5709         text/calendar parts.
5710
5711 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5714         decoding text/calendar parts.
5715
5716         * message.el (message-forward-make-body-mime): Always mark body as
5717         having no illegible text; remove signed-or-encrypted argument.
5718         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5719
5720         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5721         (mml-generate-mime-1): Don't encode body if it is specified to be in
5722         raw form; don't make buffer be unibyte when inserting multibyte string.
5723
5724 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5725
5726         * sha1.el: Fix up comment style.
5727         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5728         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5729
5730         * hex-util.el: Fix up comment style.
5731         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5732
5733         * gnus-salt.el: Use with-current-buffer.
5734         (gnus-pick-setup-message): Fix long-standing typo.
5735
5736 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * imap.el (imap-logout-timeout): New variable.
5739         (imap-logout, imap-logout-wait): New functions.
5740         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5741
5742         * nnimap.el (nnimap-logout-timeout): New server variable.
5743         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5744         nnimap-logout-timeout.
5745
5746         * gnus-art.el (gnus-article-summary-command-nosave)
5747         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5748
5749 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus.el (gnus-maximum-newsgroup): New variable.
5752
5753         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5754         according to gnus-maximum-newsgroup.
5755
5756         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5757         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5758         Limit the range of articles according to gnus-maximum-newsgroup.
5759
5760 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5761
5762         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5763         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5764         Don't perform gnus-configure-windows here; reuse existing sticky
5765         article buffer.
5766
5767         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5768         it doesn't exist in gnus-article-mode.
5769
5770 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5773         (gnus-agent-decoded-group-name): New function.
5774         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5775         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5776
5777 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5778
5779         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5780         Add binding for gnus-sticky-article.
5781         (gnus-summary-exit): Don't kill sticky article buffers.
5782
5783         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5784         article buffer.
5785         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5786         (gnus-kill-sticky-article-buffers): New commands.
5787
5788 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * nntp.el (nntp-xref-number-is-evil): New server variable.
5791         (nntp-find-group-and-number): If it is non-nil, don't trust article
5792         numbers in the Xref header.
5793
5794 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * gnus-agent.el (gnus-agent-read-group): New function.
5797         (gnus-agent-flush-group, gnus-agent-expire-group)
5798         (gnus-agent-regenerate-group): Use it.
5799         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5800         nnmail-pathname-coding-system.
5801
5802 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5805
5806         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5807         that are unread as unread, and also as selected so that information of
5808         marks having been changed by a user may be updated when exiting group.
5809
5810 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5813         calculated ignoring signature parts to gnus-treat-article.
5814
5815 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5818         a point here in order to keep the window start.
5819         (gnus-insert-mime-security-button): Make a button overlay without the
5820         front stickiness.
5821         (gnus-mime-display-security): Goto the end of a button.
5822
5823         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5824
5825 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5828         group-name-at-point.
5829         (gnus-group-completing-read): New function that offers decoded
5830         non-ASCII group names for completion.
5831         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5832         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5833         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5834         (gnus-group-fetch-control): Use it.
5835         (gnus-fetch-group): Use group-name-at-point for the initial value
5836         rather than the default value; use gnus-alive-p.
5837
5838         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5839         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5840         (gnus-summary-post-news): Use gnus-group-completing-read.
5841
5842         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5843         (gnus-read-move-group-name): Decode group name for completion.
5844
5845 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5848         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5849         Yamaoka slightly modified the code).
5850
5851 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5854         (nnmail-split-incoming): Bind it.
5855
5856         * nnml.el (nnml-group-name-charset): New function.
5857         (nnml-decoded-group-name): Use it; don't decode group name if
5858         nnmail-group-names-not-encoded-p is non-nil.
5859         (nnml-encoded-group-name): New function.
5860         (nnml-group-pathname): Inline nnml-decoded-group-name.
5861         (nnml-request-expire-articles): Decode group name in message.
5862         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5863         nnmail-pathname-coding-system.
5864         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5865         not decoded ones according to nnmail-group-names-not-encoded-p.
5866         (nnml-generate-active-info): Use nnml-encoded-group-name.
5867
5868 2007-08-08  Glenn Morris  <rgm@gnu.org>
5869
5870         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5871         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5872         doc-strings and comments.
5873
5874 2007-07-25  Glenn Morris  <rgm@gnu.org>
5875
5876         * Relicense all FSF files to GPLv3 or later.
5877
5878 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-sum.el (gnus-summary-move-article): Make
5881         gnus-summary-respool-article work.
5882
5883 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5884
5885         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5886         string.
5887
5888 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5889
5890         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5891         that should be ignored when comparing distant RSS articles with local
5892         ones.
5893         (nnrss-make-hash-index): New function.  Create a hash index according
5894         to the ignored fields.
5895         (nnrss-check-group): Use it.
5896
5897 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5900
5901         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5902
5903         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5904         the new optional argument ENCODED is non-nil.
5905         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5906         coding system for encoding group name.
5907         (gnus-group-make-rss-group): Pass un-encoded group name to
5908         gnus-group-make-group.
5909         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5910         encoded.
5911
5912         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5913         Encode group name to which articles are moved or copied.
5914         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5915         coding system for encoding Newsgroup, Followup-To and Xref headers.
5916
5917         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5918         marks; use nnheader-file-coding-system to write a file.
5919         (nnagent-retrieve-headers): Bind file-name-coding-system to
5920         nnmail-pathname-coding-system.
5921
5922         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5923
5924         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5925         (nnml-request-article, nnml-request-create-group)
5926         (nnml-request-rename-group, nnml-find-id)
5927         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5928         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5929         (nnml-save-marks): Use nnml-group-pathname instead of
5930         nnmail-group-pathname.
5931
5932         (nnml-request-create-group, nnml-request-expire-articles)
5933         (nnml-request-move-article, nnml-request-delete-group)
5934         (nnml-deletable-article-p, nnml-possibly-create-directory)
5935         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5936         (nnml-open-marks): Bind file-name-coding-system to
5937         nnmail-pathname-coding-system.
5938
5939         (nnml-request-article): Pass server argument to nnml-find-group-number.
5940         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5941         server argument to nnml-possibly-create-directory.
5942         (nnml-request-accept-article): Pass server argument to
5943         nnml-active-number and nnml-save-mail.
5944         (nnml-find-group-number): Pass server argument to nnml-find-id.
5945         (nnml-request-update-info): Pass server argument to
5946         nnml-marks-changed-p.
5947
5948         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5949         (nnml-save-mail, nnml-active-number): Add server argument.
5950
5951         (nnml-request-delete-group): Warn if group is missing.
5952         (nnml-get-nov-buffer): Decode group name.
5953         (nnml-generate-active-info): Encode group name.
5954         (nnml-open-marks): Decode group name in messages.
5955
5956 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5959         if it is not specified.
5960         (gnus-article-pipe-part, gnus-article-save-part)
5961         (gnus-article-interactively-view-part, gnus-article-copy-part)
5962         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5963         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5964         (gnus-article-replace-part, gnus-article-delete-part)
5965         (gnus-article-view-part-as-type): Pass raw prefix argument to
5966         gnus-article-part-wrapper.
5967
5968 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-agent.el (gnus-agent-save-active): Bind
5971         nnheader-file-coding-system to gnus-agent-file-coding-system.
5972
5973         * gnus-cache.el (gnus-cache-save-buffers)
5974         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5975         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5976         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5977         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5978         (gnus-cache-generate-active, gnus-cache-rename-group)
5979         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5980         (gnus-cache-update-overview-total-fetched-for): Bind
5981         file-name-coding-system to nnmail-pathname-coding-system.
5982         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5983         variables.
5984         (gnus-cache-decoded-group-name): New function.
5985         (gnus-cache-file-name): Use it.
5986         (gnus-cache-generate-active): Use non-decoded group name for active.
5987
5988         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5989         right place.
5990         (gnus-write-active-file): Don't break non-ASCII group names.
5991
5992         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5993         nnmail-pathname-coding-system.
5994
5995         * lpath.el: Bind default-file-name-coding-system,
5996         file-name-coding-system and language-info-alist for XEmacs.
5997
5998         * gnus-uu.el (gnus-uu-decode-save): Typo.
5999
6000 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6003
6004 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6007         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6008         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6009         (gnus-agent-flush-group, gnus-agent-flush-cache)
6010         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6011         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6012         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6013         (gnus-agent-regenerate-group)
6014         (gnus-agent-update-files-total-fetched-for)
6015         (gnus-agent-update-view-total-fetched-for): Bind
6016         file-name-coding-system to nnmail-pathname-coding-system.
6017         (gnus-agent-group-pathname): Don't encode file names by
6018         nnmail-pathname-coding-system.
6019         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6020         coding-system-for-write instead of buffer-file-coding-system to
6021         gnus-agent-file-coding-system.
6022
6023         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6024         Decode group name.
6025
6026         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6027
6028         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6029         (gnus-read-newsrc-el-file): Make group names unibyte.
6030
6031         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6032         nnmail-pathname-coding-system.
6033
6034         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6035         (nnrss-request-delete-group): Bind file-name-coding-system to
6036         nnmail-pathname-coding-system.
6037         (nnrss-read-server-data, nnrss-read-group-data): Bind
6038         file-name-coding-system correctly.
6039         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6040
6041         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6042         (nntp-server-to-method-cache): New variable.
6043         (nntp-group-pathname): New function that decodes non-ASCII group names.
6044         (nntp-possibly-create-directory, nntp-marks-changed-p)
6045         (nntp-save-marks, nntp-open-marks): Use it.
6046         (nntp-possibly-create-directory, nntp-open-marks):
6047         Bind file-name-coding-system to nnmail-pathname-coding-system.
6048         (nntp-open-marks): Decode group names when bootstrapping marks.
6049
6050         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6051         Newsgroups and Folowup-To headers.
6052
6053 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6056         (gnus-server-closed-face, gnus-server-denied-face)
6057         (gnus-server-offline-face): Remove variable.
6058         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6059
6060         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6061         of modifying message-stack directly for XEmacs.
6062
6063         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6064         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6065         if the coding-system argument is nil for XEmacs.
6066
6067         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6068         mm-charset-override-alist.
6069
6070         * rfc2047.el: Don't require base64; require rfc2045 for the function
6071         rfc2045-encode-string.
6072         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6073         to quote the parameter value.
6074
6075 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6078         form in gnus-group-name-charset-method-alist.
6079
6080         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6081         overrides the default layout edit-form.
6082
6083         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6084
6085         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6086
6087 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6090         as unfetched articles.
6091
6092 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6095
6096 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6099         original back end that keeps marks in the local system.
6100
6101 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6104         arg of pop-to-buffer for XEmacs.
6105         (gnus-article-read-summary-keys): Ditto; don't restore window
6106         configuration if summary command ends up with neither article buffer
6107         nor summary buffer; describe bindings if summary keys end with C-h.
6108
6109 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * message.el (message-fix-before-sending): Skip raw message part to be
6112         forwarded while checking illegible text.
6113         (message-forward-make-body-mime, message-forward-make-body): Mark
6114         signed or encrypted raw message as having no illegible text.
6115
6116 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6119         (gnus-message-with-timestamp-1): New macro.
6120         (gnus-message-with-timestamp): New function.
6121         (gnus-message): Use them.
6122
6123         * nnheader.el (nnheader-message): Use them.
6124
6125 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6128         .newsrc.eld file.
6129
6130 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-agent.el (gnus-agent-fetch-headers)
6133         (gnus-agent-retrieve-headers): Bind
6134         gnus-decode-encoded-address-function to identity.
6135
6136         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6137         available also when the server returns simply a dot.
6138
6139         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6140
6141 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6144
6145 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gnus-ems.el (gnus-x-splash): Make it work.
6148
6149         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6150         from being used.
6151
6152         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6153
6154 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6157         4th and the 5th arguments.
6158
6159         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6160         the front stickiness.
6161         (gnus-article-summary-command-nosave): Correct the order of the
6162         arguments passed to pop-to-buffer.
6163         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6164         summary command ends up with the article buffer.
6165
6166         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6167         the same faces.
6168
6169 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6170
6171         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6172
6173 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6174
6175         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6176         * gnus-sum.el (gnus-summary-highlight):
6177         * pgg.el (pgg-sign-region, pgg-sign):
6178         * mail-source.el (mail-source-delete-old-incoming-confirm):
6179         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6180
6181 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-art.el (gnus-mime-view-part-externally)
6184         (gnus-mime-view-part-internally): Fix predicate function passed to
6185         completing-read.
6186
6187         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6188
6189         * gnus.el (gnus-update-message-archive-method): Add :version.
6190
6191 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus.el (gnus-update-message-archive-method): New variable.
6194
6195         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6196         according to gnus-message-archive-method if
6197         gnus-update-message-archive-method is non-nil.
6198
6199 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6202         by Loic Dachary <loic@dachary.org>.
6203         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6204
6205 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * message.el (message-pop-to-buffer): Add switch-function argument.
6208         (message-mail): Pass switch-function argument to it.
6209
6210 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6213         Improve doc string.
6214
6215 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6218         (gnus-header-content)
6219         * gnus-cite.el (gnus-cite-10)
6220         * gnus-srvr.el (gnus-server-closed)
6221         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6222         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6223         (gnus-group-mail-3-empty, gnus-group-mail-low)
6224         (gnus-group-mail-low-empty, gnus-splash)
6225         * message.el (message-header-to, message-header-cc)
6226         (message-header-subject, message-header-other, message-header-name)
6227         (message-header-xheader, message-separator, message-cited-text)
6228         (message-mml): Lighten colors of faces used for dark background.
6229
6230 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6231
6232         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6233         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6234
6235 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * message.el (message-narrow-to-headers-or-head):
6238         Ignore mail-header-separator in the body.
6239
6240 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6243         same as window size.
6244
6245 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6246
6247         * message.el (message-font-lock-keywords): Use message-header-xheader
6248         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6249         ahead of the anything pattern, to get it recognised.
6250
6251 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6254         spam.el loads uses it in the compiled defadvice form.
6255
6256 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6257
6258         * gnus-sum.el (gnus-articles-to-read)
6259         (gnus-summary-insert-old-articles): Don't truncate group name for
6260         `read-string'.
6261
6262         * gnus-util.el (gnus-limit-string): Delete this function.
6263
6264         * gnus-sum.el (gnus-simplify-subject-fully): Use
6265         `truncate-string-to-width' instead.
6266
6267 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6268
6269         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6270         if, on summary exit, the next group has to be selected.
6271         (gnus-summary-exit): Use it.
6272
6273 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6276         non-break space.
6277
6278 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6281         Check if group is not a directory.
6282         (nnfolder-request-expire-articles): Don't delete articles if the target
6283         group is not available.
6284
6285         * nnml.el (nnml-request-create-group): Properly check if group is not a
6286         file.
6287         (nnml-request-expire-articles): Don't delete articles if the target
6288         group is not available.
6289
6290         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6291         Don't quote characters that are within parentheses.
6292
6293 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6296         (gnus-handle-ephemeral-exit): Select article according to it.
6297
6298 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * message.el (message-insert-formated-citation-line): Remove newline.
6301         (message-citation-line-format): Add final \n here so that the user can
6302         avoid a blank line.
6303
6304 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6305
6306         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6307         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6308         Update lanl/arXiv support.
6309
6310 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * gnus.el: Bump version number.
6313
6314 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6315
6316         * gnus.el (gnus-version-number): Bump version.
6317
6318 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6319
6320         * gnus.el: No Gnus v0.6 is released.
6321
6322 2007-04-27  Didier Verna  <didier@xemacs.org>
6323
6324         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6325         * gmm-utils.el (gmm-regexp-concat): here.
6326         * message.el: Don't require 'gnus-util.
6327         (message-dont-reply-to-names): Handle name change above.
6328         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6329
6330 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6333         since the initial value varies according to the system.
6334
6335 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6338
6339 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6340
6341         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6342
6343 2007-04-24  Didier Verna  <didier@xemacs.org>
6344
6345         Improve the type of gnus-ignored-from-addresses.
6346         * gnus-util.el (gnus-orify-regexp): New function.
6347         * message.el (gnus-util): Require it.
6348         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6349         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6350         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6351
6352 2007-04-24  Didier Verna  <didier@xemacs.org>
6353
6354         * gnus-sum.el:
6355         * gnus-utils.el: Fix some trailing whitespaces.
6356
6357 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6360         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6361         article's Message-ID; refer parent article in summary buffer.
6362
6363         * message.el (message-bounce): Call mime-to-mml.
6364
6365         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6366         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6367         optimize and/or forms properly.
6368
6369 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6370
6371         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6372         URL.
6373
6374 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6377
6378 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6381         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6382         displayed of multipart/alternative part if it is invoked from summary
6383         buffer.
6384
6385         * mm-view.el (mm-inline-text-html-render-with-w3m)
6386         (mm-inline-text-html-render-with-w3m-standalone)
6387         (mm-inline-render-with-function): Use mail-parse-charset by default.
6388
6389 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6390
6391         * parse-time.el (parse-time-string-chars): Check if CHAR
6392         is less than the length of parse-time-syntax.
6393
6394 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6397         from gnus-newsgroup-processable.
6398
6399 2007-04-16  Didier Verna  <didier@xemacs.org>
6400
6401         * gnus-msg.el (gnus-configure-posting-styles): Handle
6402         message-signature-directory properly with :file syntax.  Reported by
6403         "Leo".
6404
6405 2007-04-11  Didier Verna  <didier@xemacs.org>
6406
6407         New user option: message-signature-directory.
6408         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6409         * message.el (message-insert-signature): Ditto.
6410         * message.el (message-signature-file): Doc update.
6411         * message.el (message-signature-directory): New.
6412
6413 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-msg.el (gnus-inews-yank-articles): Use
6416         message-exchange-point-and-mark instead of exchange-point-and-mark.
6417
6418 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * message.el (message-yank-original): Make sure cited text ends with
6421         newline; don't exchange point and mark.
6422
6423 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6424
6425         * tls.el (open-tls-stream): Properly handle case where there
6426         is no associated buffer.
6427
6428 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6429
6430         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6431         message-yank-original, make sure (< mark TEXT point).
6432
6433 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * message.el (message-fill-column): New variable.
6436         (message-mode): Use it.  Add comment on a possible new hook.
6437
6438         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6439         (nnmail-get-new-mail): Reformat.
6440
6441         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6442
6443         * gmm-utils.el: Fix Commentary.
6444         (gmm-tool-bar-from-list): Fix typo in doc string.
6445
6446 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6447
6448         * message.el (message-yank-original): Don't switch point and mark
6449         unnecessarily to put point and mark as documented.
6450
6451 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6454         from the message heads.
6455
6456 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6457
6458         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6459         article buffer does not have a window.  This may not be the best
6460         solution but is certainly better than setting the start of the null,
6461         that is the current, window.
6462
6463 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6466         (gnus-draft-setup): Run it.
6467
6468         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6469         gnus-score-fast-scoring.  Allow regexp.
6470         (gnus-score-headers): Use it.
6471
6472         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6473         XEmacs.
6474
6475         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6476         string.
6477         (gnus-button-alist): Also catch `<f1> k ...'.
6478         (gnus-treat-display-x-face): Fix doc string.
6479
6480 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6481
6482         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6483         evaluation of gnus-extended-version to ensure correct generation of the
6484         User-Agent header when message-generate-headers-first is used.
6485
6486 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6487
6488         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6489         hashcash-path is nil.  Don't call callback with incorrect number of
6490         parameters if val is 0.
6491
6492 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6493
6494         * message.el (message-required-news-headers):
6495         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6496
6497 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6498
6499         * tls.el (open-tls-stream): In handshake-waiting loop,
6500         don't wait more if there is output available to process.
6501
6502 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6503
6504         * tls.el (tls-program): Doc fix.
6505
6506 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * message.el (message-generate-new-buffers): Change the meaning of the
6509         nil value; add `standard' to the choices; treat t as `unique'; improve
6510         doc string.
6511         (gnus-select-frame-set-input-focus): Autoload.
6512         (message-buffer-name): Search for the existing message buffer if
6513         message-generate-new-buffers is nil or `standard'; treat the value t of
6514         message-generate-new-buffers as `unique'.
6515         (message-pop-to-buffer): Raise the frame already displaying the message
6516         buffer; clear the echo area after querying.
6517         (message-setup): Pass the `continue' argument to compose-mail.
6518         (message-mail): Prefer `switch-function' if it is given; search for the
6519         existing message buffer if the `continue' argument is non-nil; pass
6520         continue and switch-function arguments to compose-mail by way of
6521         message-setup.
6522         (message-mail-other-window): Adjust argument of message-setup.
6523         (message-mail-other-frame): Ditto.
6524
6525 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6528         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6529         to turn font-lock on when turning gnus-message-citation-mode on.
6530
6531 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6532
6533         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6534         (mml-smime-function-alist): New variable; add epg as the backend.
6535         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6536         mml-smime- functions instead.
6537         * mm-view.el: Require smime.
6538
6539 2007-03-05  Didier Verna  <didier@xemacs.org>
6540
6541         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6542         instead of just inheritance for posting styles.
6543         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6544
6545 2007-02-24  Chris Moore  <dooglus@gmail.com>
6546
6547         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6548         * pgg-pgp.el (pgg-pgp-encrypt-region):
6549         * pgg-gpg.el (pgg-gpg-encrypt-region):
6550         Check pgg-encrypt-for-me if no other recipients.
6551
6552 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6553
6554         * tls.el (tls-certtool-program): Fix custom type.
6555
6556 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6559         and point-at-eol instead of line-(beginning|end)-position.
6560
6561         * assistant.el (assistant-parse-buffer): Ditto.
6562
6563         * netrc.el (netrc-parse-services): Ditto.
6564
6565 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6566
6567         * mml2015.el (mml2015-epg-find-usable-key): New function.
6568         (mml2015-epg-sign): Use it.
6569         (mml2015-epg-encrypt): Use it.
6570
6571 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * message.el (message-make-in-reply-to): Quote name containing
6574         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6575         if there are special characters.  Reported by NAKAJI Hiroyuki
6576         <nakaji@jp.freebsd.org>.
6577
6578 2007-02-27  Didier Verna  <didier@xemacs.org>
6579
6580         Include the group parameters as well as the topic ones in the
6581         inheritance filter process.
6582         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6583         argument GROUP-PARAMS-LIST.
6584         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6585
6586 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nntp.el (nntp-never-echoes-commands)
6589         (nntp-open-connection-functions-never-echo-commands): New variables.
6590         (nntp-send-command): Use them.
6591
6592 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6593
6594         * mml2015.el (mml2015-epg-verify): Simplified.
6595
6596 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * mml.el (mml-content-disposition-alist): New user option.
6599         (mml-content-disposition): New function.
6600         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6601         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6602
6603 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6604
6605         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6606         verification.
6607
6608 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6609
6610         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6611         articles posted in the last 24 hours.
6612
6613 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6614
6615         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6616
6617 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6618
6619         * nntp.el (nntp-send-command): Don't wait for echoes when
6620         nntp-open-ssl-stream is used.
6621
6622 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6625         (gnus-message-add-citation-keywords)
6626         (gnus-message-remove-citation-keywords): Remove.
6627         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6628         directly, make the variables in font-lock-defaults buffer-local, add
6629         gnus-message-citation-keywords to them and then update the value of
6630         font-lock-keywords.
6631
6632 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * message.el (message-cite-original-1): Don't call
6635         gnus-article-highlight-citation.
6636
6637         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6638         citations; fix line count.
6639
6640 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6643         (gnus-message-add-citation-keywords)
6644         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6645         versions of font-lock-add-keywords and font-lock-remove-keywords to
6646         work with XEmacs correctly.
6647
6648 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-cite.el (gnus-cite-face-list): Set the values of
6651         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6652         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6653         (gnus-message-cite-prefix-regexp): New variable.
6654         (gnus-message-search-citation-line): Use it; protect against long
6655         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6656         the 0th match data for Emacs.
6657         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6658         (gnus-message-add-citation-keywords): Append keywords rather than
6659         prepending; emulate font-lock-add-keywords if it is not available.
6660         (gnus-message-remove-citation-keywords): Emulate
6661         font-lock-remove-keywords if it is not available.
6662
6663         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6664
6665         * message.el (message-cite-prefix-regexp): Set the value of
6666         gnus-message-cite-prefix-regexp.
6667
6668 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6669
6670         * nnweb.el (nnweb-google-parse-1): Update parser.
6671
6672 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6673
6674         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6675
6676 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6677
6678         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6679         regexp.
6680
6681 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6684         string-to-multibyte.
6685         (uudecode-decode-region-internal): Use it.
6686
6687         * lpath.el: Fbind string-as-multibyte for XEmacs.
6688
6689 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6692         custom choice.
6693
6694         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6695
6696 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6697
6698         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6699
6700         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6701         `write-region' to respect `mm-inhibit-file-name-handlers'.
6702
6703 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6706         Use gnus-home-directory instead of "~/" or "$HOME".
6707
6708 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6709
6710         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6711         to mention filename.
6712         Add comments at beginning regarding usage.
6713         (encrypt-write-file-contents): Change interactive so a string is
6714         acceptable.  If the file has no associated model, show an error instead
6715         of a nonsense prompt.
6716
6717 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6718
6719         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6720         Thanks to Yoshihiko Yamada for kind notification of this typo.
6721
6722 2007-01-12  Kenichi Handa  <handa@m17n.org>
6723
6724         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6725         multibyte buffer.
6726
6727 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * gnus-score.el (gnus-score-fast-scoring): New variable.
6730         (gnus-score-headers): Use it.
6731
6732         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6733
6734         * message.el (message-cite-original-1): Call
6735         gnus-article-highlight-citation if requested.
6736         (message-make-from): Allow name and address as optional arguments.
6737
6738         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6739
6740         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6741         bugs to doc string.
6742         (gnus-button-alist): Add mid\\|message-id.
6743         (gnus-button-fetch-group): Extend for use in
6744         `browse-url-browser-function'.
6745         (gnus-button-url-regexp): Try to catch paired parentheses like in
6746         Wikipedia URLs.
6747
6748         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6749         Suggested by Simon Krahnke <overlord@gmx.li>.
6750
6751 2007-01-13  Romain Francoise  <romain@orebokech.com>
6752
6753         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6754         Update copyright.
6755
6756 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6757
6758         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6759
6760 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6761
6762         * gnus-registry.el (gnus-registry-unfollowed-groups)
6763         (gnus-registry-split-fancy-with-parent): Fix documentation.
6764
6765 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6766
6767         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6768         from nnweb groups.
6769
6770 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6773         Xref urls.  Erase buffer before requesting head.
6774
6775 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6778         customizable.
6779
6780 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6781
6782         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6783         no signing key is found.
6784         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6785         no encrypting and/or signing key is found.
6786
6787 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6790
6791 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6792
6793         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6794         headers read from disk with the ones newly found in the current search.
6795         This should no longer cause problems, because the article numbers in
6796         Gmane's `nov.php' output are ignored since the previous change.
6797
6798 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6799
6800         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6801
6802 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6805         replace-regexp-in-string; bind url-version; fbind display-images-p and
6806         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6807         find-face and set-itimer-function for Emacs; bind itimer-list for
6808         Emacs.
6809
6810         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6811
6812 2007-01-01  Romain Francoise  <romain@orebokech.com>
6813
6814         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6815
6816 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6817
6818         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6819         `define-minor-mode' macro definition expanded properly.
6820         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6821         exclude it there.
6822
6823         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6824         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6825         `fboundp' test.
6826         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6827         This is OK to autoload in (S)XEmacs now.
6828
6829 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6832         keystroke.
6833         (gnus-summary-limit-to-singletons): Fix typo.
6834
6835         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6836         else fails.
6837
6838 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6839
6840         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6841         docstring.
6842
6843         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6844         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6845         (gnus-summary-insert-dormant-articles): Fix typo in message.
6846
6847 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6850         nil for XEmacs.
6851         (gnus-message-citation-mode): Don't autoload in XEmacs.
6852
6853         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6854
6855 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6856
6857         * nnimap.el (nnimap-expunge-search-string): Mention
6858         nnimap-search-uids-not-since-is-evil in docstring.
6859
6860 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * spam.el: Revert to make-obsolete-variable because
6863         define-obsolete-variable-alias is not supported in Emacs 21.
6864
6865         * spam.el (spam-ifile-path, spam-ifile-database-path)
6866         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6867         make-obsolete-variable.
6868         (spam-bsfilter-path, spam-bsfilter-program)
6869         (spam-spamassassin-path, spam-spamassassin-program)
6870         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6871         use "path" inappropriately.
6872         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6873         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6874         variable names.
6875
6876 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6877
6878         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6879         summary buffer.
6880
6881         * password.el (password-cache-remove): Use clear-string to burn
6882         password, if available.
6883
6884 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6887
6888         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6889
6890         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6891         (gnus-message-highlight-citation): Move defcustom here from
6892         gnus-cite.el.
6893         (gnus-message-citation-mode): Autoload.
6894
6895         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6896         checks to make it compile with XEmacs.
6897         (gnus-message-citation-mode): New minor mode.
6898         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6899         (gnus-message-highlight-citation): New variables.
6900         (gnus-message-search-citation-line)
6901         (gnus-message-add-citation-keywords)
6902         (gnus-message-remove-citation-keywords)
6903         (turn-on-gnus-message-citation-mode)
6904         (turn-off-gnus-message-citation-mode): New functions.
6905
6906 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6907
6908         * gnus-cite.el: Enable highlighting of different citation levels in
6909         message-mode.
6910
6911 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * message.el (message-make-fqdn): Fix comment.
6914         (message-bogus-system-names): Add ".local".
6915
6916         * spam.el (spam-ifile-path, spam-ifile-program)
6917         (spam-ifile-database-path, spam-ifile-database)
6918         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6919         Don't use "path" inappropriately.
6920         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6921         strings.
6922         (spam-check-ifile, spam-ifile-register-with-ifile)
6923         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6924         new variable names.
6925
6926         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6927         (gnus-treat-display-smileys): Simplify using
6928         gnus-image-type-available-p.
6929
6930         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6931         available.
6932
6933         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6934         `display-images-p' if available.
6935
6936 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6939         one after turning on the buffer's multibyteness instead of decoding
6940         them directly in the unibyte buffer that causes unexpected conversion
6941         in Emacs 23 (unicode).
6942
6943 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6944
6945         * message.el (message-generate-hashcash): Fix custom type.
6946
6947 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6950
6951 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6952
6953         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6954         disconnect icons.  Add help text.
6955
6956 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6957
6958         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6959         negated to be consistent with the others we handle.
6960
6961 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6962
6963         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6964         version of gnus-summary-buffer to something, so that we can use two
6965         article buffers at the same time.
6966
6967 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6968
6969         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6970         trigger all the extra headers.
6971         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6972         sorting.
6973
6974 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6975
6976         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6977         solid groups.
6978
6979 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6980
6981         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6982
6983 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * legacy-gnus-agent.el: Add Copyright notice.
6986
6987 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6988
6989         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6990
6991 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6994
6995         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6996         to make it work reliably in CVS Emacs.
6997         (gnus-summary-limit-strange-charsets-predicate)
6998         (gnus-summary-limit-to-predicate): New functions.
6999
7000 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7001
7002         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7003         specifying array size.
7004         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7005         array if it is too small.
7006         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7007         (gnus-sort-threads-loop): New function.
7008
7009 2006-12-06  Chris Moore  <dooglus@gmail.com>
7010
7011         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7012         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7013
7014 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7015
7016         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7017         options.
7018
7019 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7020
7021         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7022         DOS-ing the recipient.
7023
7024         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7025         the headers when creating the mapping to avoid mismappings.
7026         (nnweb-gmane-create-mapping): Always nix out old mapping.
7027
7028 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7031         and mm-verify-option to never.
7032
7033 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * message.el (message-signed-or-encrypted-p): New function.
7036         (message-forward-make-body): Use it.
7037
7038         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7039         Replace encode-coding-string with mm-encode-coding-string.
7040
7041 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * nneething.el (nneething-decode-file-name): Replace
7044         decode-coding-string with mm-decode-coding-string.
7045
7046         * gnus-int.el (gnus-open-server): Say failed server's name.
7047
7048 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7049
7050         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7051         strings to a single string.  Quote `errors-file-name'.
7052         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7053         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7054         Adjust calls.  Use `shell-quote-argument'.
7055
7056 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7057
7058         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7059         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7060
7061         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7062         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7063         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7064         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7065         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7066         (gnus-subscribe-newsgroup, gnus-1):
7067         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7068         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7069         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7070         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7071
7072 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7075         keystroke.
7076         (gnus-summary-limit-to-bodies): Implement headersp.
7077
7078 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7081
7082 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7085
7086 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * message.el (message-generate-hashcash): Expand range of values to
7089         include `opportunistic'.
7090         (message-send-mail): Use it.
7091
7092 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7093
7094         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7095         and comment it.
7096
7097         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7098
7099 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * gnus-util.el (gnus-extract-address-components): Improve comment.
7102
7103 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-util.el (gnus-extract-address-components): Work with address in
7106         which the name portion contains @.
7107
7108         * lpath.el: Fbind custom-autoload.
7109
7110 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * gnus.el (gnus-start): Move custom group up.
7113         (gnus-select-method): Don't autoload, but make it available for
7114         `customize-variable'.
7115         (gnus-getenv-nntpserver): Don't autoload.
7116
7117 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7118
7119         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7120
7121 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7122
7123         * message.el (message-sendmail-extra-arguments): New variable.
7124         (message-send-mail-with-sendmail): Use it.
7125
7126 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7129         mm-with-unibyte-current-buffer to make string unibyte.
7130
7131         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7132         mm-string-as-multibyte.
7133
7134 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7135
7136         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7137         Reported by Werner Koch <wk@gnupg.org>.
7138
7139 2006-11-14  Daiki Ueno  <ueno@p360>
7140
7141         * mml2015.el: Autoload epa-select-keys when compiling.
7142
7143 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7144
7145         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7146         message-options.
7147         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7148
7149 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7150
7151         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7152         EasyPG (< 0.0.6).
7153         (mml2015-always-trust): New user option.
7154         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7155         prompt.
7156
7157 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * nntp.el (nntp-authinfo-force): New variable.
7160         (nntp-send-authinfo): Use it.
7161
7162 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7165         decode encoded words.  Improve prompt.  Add comment about forwarding.
7166         (message-replacement-char): Move up.
7167
7168 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7169
7170         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7171         instead of gnus-intersection because arguments of gnus-sorted-nunion
7172         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7173
7174 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7177         (message-simplify-subject-functions): Enable
7178         message-strip-subject-encoded-words by default.
7179
7180 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7181
7182         * message.el (message-strip-subject-encoded-words): New function.
7183         (message-simplify-subject-functions): New variable.
7184         (message-simplify-subject): Use it.  Fix typo in doc string.
7185         Support message-strip-subject-encoded-words.
7186
7187 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7188
7189         * gnus-diary.el (gnus-diary-delay-format-function):
7190         * nndiary.el (nndiary-reminders):
7191         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7192
7193 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-art.el (article-hide-boring-headers): Fetch date from
7196         gnus-original-article-buffer to avoid problems with localized date
7197         strings.
7198
7199 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7202
7203 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7206         New variables.
7207         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7208         (mm-charset-synonym-alist): Move some entries to
7209         mm-codepage-iso-8859-list.
7210         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7211         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7212
7213 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7216
7217 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7220         with Emacs 21 and XEmacs.
7221
7222 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7223
7224         * spam.el (spam-parse-address): New function for better parsing,
7225         catching errors, etc.
7226         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7227
7228 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * mm-view.el: Add interactive arg to html2text autoload.
7231
7232 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7235
7236 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7239         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
7244         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7245
7246 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * message.el (message-citation-line-format)
7249         (message-insert-formated-citation-line): Fix implementation of %E, %N
7250         and %n according to the doc string.
7251
7252 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7255         car-safe to avoid bad parses.
7256
7257 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7260         names.
7261
7262         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7263
7264 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7267         header.
7268
7269         * message.el (message-draft-headers): Add Date.
7270         (message-headers-to-generate): Fix typo in docstring.
7271
7272         * nndraft.el (nndraft-required-headers): New variable.
7273         (nndraft-generate-headers): Use it.
7274
7275         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7276
7277 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7278
7279         * gnus-registry.el (gnus-registry-wash-for-keywords)
7280         (gnus-registry-find-keywords): New functions to allow easy searching of
7281         articles that are in the registry.
7282
7283 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7286         ietf-drums-parse-address instead of gnus-extract-address-components.
7287         Reported by Damien Elmes <damien@repose.cx>.
7288
7289 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * gnus.el (gnus-mime): Remove unused custom group.
7292
7293 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7294
7295         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7296         "blank line" when searching for end of armor headers.
7297
7298 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gmm-utils.el (gmm-write-region): Fix variable name.
7301
7302 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gmm-utils.el (gmm-write-region): New function based on compatibility
7305         code from `mm-make-temp-file'.
7306
7307         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7308
7309         * nnmaildir.el (nnmaildir--update-nov)
7310         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7311         Use `gmm-write-region'.
7312
7313 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7316         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7317
7318         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7319
7320         * message.el (message-replacement-char): New variable.
7321         (message-fix-before-sending): Use it.
7322         (message-simplify-subject): New function to remove duplicate code.
7323         (message-reply, message-followup): Use it.
7324
7325         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7326         gnus-summary-limit-to-articles.
7327
7328 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-util.el (gnus-with-local-quit): New macro.
7331
7332         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7333
7334 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7335
7336         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7337         ignore non-string data.
7338
7339 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7340
7341         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7342         non-string data (needs to be done in the registry too).
7343
7344 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7345
7346         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7347         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7348         (gnus-registry-split-fancy-with-parent)
7349         (gnus-registry-fetch-simplified-message-subject-fast)
7350         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7351         Remove text properties on ingress into the registry and when it's saved.
7352         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7353         registry from entries with no groups.
7354
7355 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7356
7357         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7358         function to remove string properties.
7359
7360 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gmm-utils.el (gmm): Adjust custom version.
7363
7364         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7365         custom version.
7366
7367         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7368
7369 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * gnus-art.el (gnus-insert-prev-page-button)
7372         (gnus-insert-next-page-button): Simplify.  Reformat.
7373
7374 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7375
7376         * gnus-art.el (gnus-insert-prev-page-button)
7377         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7378
7379 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7380
7381         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7382
7383 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7384
7385         * gnus-art.el (gnus-insert-mime-button)
7386         (gnus-insert-mime-security-button):
7387         Apply gnus-article-button-face to MIME and security buttons.
7388
7389 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7390
7391         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7392         readable.
7393
7394 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7397
7398 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7399
7400         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7401         `browse-url-of-file' instead of `browse-url'.
7402
7403 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7404
7405         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7406         regexp.  Articles containing quotation were cut prematurely.
7407
7408 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * message.el (message-cite-original-1): Use nobody by default for the
7411         value of From header.
7412         (message-reply): Ditto.
7413
7414 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7415
7416         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7417         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7418         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7419
7420 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7423         mails in the doc string.  Add some URLs in comment.
7424         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7425
7426 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7429         backslashes handling and the way to find boundaries of quoted strings.
7430
7431 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7432
7433         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7434         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7435         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7436         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7437
7438 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7441         doc string.
7442         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7443
7444 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * lpath.el: Fbind epg-check-configuration.
7447
7448 2006-09-06  Simon Josefsson  <jas@extundo.com>
7449
7450         * mml2015.el (mml2015-use): Doc fix, mention epg.
7451
7452 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7453
7454         * mml2015.el (mml2015-use): Default to epg, if available.
7455
7456 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7457
7458         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7459         message-sender.
7460         (mml1991-epg-encrypt): Ditto.
7461         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7462         message-sender.
7463         (mml2015-epg-encrypt): Ditto.
7464
7465 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7466
7467         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7468         several common directories.
7469
7470 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7471
7472         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7473         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7474
7475 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * gnus-art.el (article-decode-encoded-words): Make it fast.
7478
7479 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7482
7483         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7484         in quoted string into `\'.
7485
7486 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7489         Use standard-syntax-table.
7490
7491 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-art.el (gnus-decode-address-function): New variable.
7494         (article-decode-encoded-words): Use it to decode headers which are
7495         assumed to contain addresses.
7496         (gnus-mime-delete-part): Remove useless `or'.
7497
7498         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7499         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7500         (gnus-nov-parse-line): Use it to decode From header.
7501         (gnus-get-newsgroup-headers): Ditto.
7502         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7503
7504         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7505         (mail-decode-encoded-address-string): New alias.
7506
7507         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7508         New function.
7509         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7510         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7511         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7512         (rfc2047-decode-string): Ditto.
7513         (rfc2047-decode-address-region): New function.
7514         (rfc2047-decode-address-string): New function.
7515
7516 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * message.el (message-caesar-buffer-body): Allow rotating headers.
7519
7520         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7521
7522         * message.el (message-insert-formated-citation-line): Fix %f.
7523         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7524
7525 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7528         (gnus-bookmark-mouse-available-p): New macro.
7529         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7530         (gnus-bookmark-bmenu-show-infos): Use it.
7531         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7532         (gnus-bookmark-bmenu-hide-infos): Ditto.
7533         (gnus-bookmark-remove-properties): New function.
7534         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7535         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7536         (gnus-bookmark-write-file): Bind coding-system-for-write.
7537         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7538         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7539         group before selecting it.
7540         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7541         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7542         quit-window if it is not available; use gnus-mouse-2 and bind it to
7543         gnus-bookmark-bmenu-select-by-mouse.
7544         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7545         (gnus-bookmark-bmenu-select-by-mouse): New function.
7546
7547 2006-08-13  Romain Francoise  <romain@orebokech.com>
7548
7549         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7550         space.
7551
7552 2006-08-10  Romain Francoise  <romain@orebokech.com>
7553
7554         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7555         (dns-mode-soa-auto-increment-serial): New user option.
7556         (dns-mode-soa-maybe-increment-serial): New function.
7557         (dns-mode): Add the latter to `write-contents-functions'.
7558
7559 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * compface.el (uncompface): Use binary rather than raw-text-unix.
7562
7563 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * compface.el (uncompface): Make sure the eol conversion doesn't take
7566         place when communicating with the external programs.  Reported by
7567         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7568
7569 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7572
7573 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7574
7575         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7576         Make it more robust by parsing author and date independently.
7577
7578 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7581
7582 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7583
7584         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7585         first matching secret key.
7586         (mml2015-epg-encrypt): Ditto.
7587
7588         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7589         first matching secret key.
7590         (mml1991-epg-encrypt): Ditto.
7591
7592         * mml2015.el (mml2015-encrypt-to-self): New user option.
7593         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7594         mml2015-epg-encrypt-to-self is set.
7595
7596         * mml1991.el (mml1991-encrypt-to-self): New variable.
7597         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7598         mml1991-epg-encrypt-to-self is set.
7599
7600         * mml2015.el (mml2015-signers): New user option.
7601         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7602         (mml2015-epg-encrypt): Allow to select signing keys.
7603
7604         * mml1991.el (mml1991-signers): New variable.
7605         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7606         (mml1991-epg-encrypt): Allow to select signing keys.
7607
7608 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * nnheader.el (nnheader-insert-head): Make it work even if the file
7611         uses CRLF for the line-break code.
7612
7613 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7614
7615         * mml2015.el: Require mml-sec instead of password.
7616         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7617         (mml2015-cache-passphrase): Inherit the default value from
7618         mml-secure-cache-passphrase.
7619         (mml2015-passphrase-cache-expiry): Inherit the default value from
7620         mml-secure-passphrase-cache-expiry.
7621
7622         * mml1991.el: Require mml-sec instead of password.
7623         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7624         (mml1991-cache-passphrase): Inherit the default value from
7625         mml-secure-cache-passphrase.
7626         (mml1991-passphrase-cache-expiry): Inherit the default value from
7627         mml-secure-passphrase-cache-expiry.
7628
7629         * mml-sec.el: Require password.
7630         (mml-secure-verbose): New user option.
7631         (mml-secure-cache-passphrase): New user option.
7632         (mml-secure-passphrase-cache-expiry): New user option.
7633
7634 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7635
7636         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7637         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7638         andreas@altroot.de (Andreas Vögele).
7639
7640         FIXME: Use `tiny change'?
7641
7642 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7643
7644         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7645         workaround for the url package included with Emacs.
7646
7647         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7648
7649 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7652         correctly.  This fixes a bug caused by the 2006-05-12 change.
7653
7654 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7655
7656         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7657         some information about the error when saying that the `bogus' mail
7658         group will be used.
7659
7660 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7663         string.
7664
7665 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7666
7667         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7668
7669 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7670
7671         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7672
7673 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7674
7675         * mml1991.el (mml1991-function-alist): Add epg.
7676         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7677         (mml1991-epg-encrypt): New functions.
7678
7679 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7680
7681         * mml2015.el (mml2015-verbose): New variable.
7682         (mml2015-cache-passphrase): Ditto.
7683         (mml2015-passphrase-cache-expiry): Ditto.
7684         (mml2015-function-alist): Add epg.
7685         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7686         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7687         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7688         functions.
7689
7690 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7691
7692         * message.el (message-cite-original-1): Preserve region when removing
7693         quoted text due to X-No-Archive in order to avoid bogus attribution
7694         when citing multiple messages.
7695
7696 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7697
7698         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7699         Kenneth Jacker <khj@be.cs.appstate.edu>.
7700
7701 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * gnus-diary.el (gnus-user-format-function-d)
7704         (gnus-user-format-function-D): Autoload.
7705
7706         * imap.el (Commentary): Fix typo.
7707
7708         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7709         2006-04-22 contribution.
7710
7711 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7712
7713         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7714         It didn't really fix the bogosity I'm seeing with solid web groups.
7715
7716 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7717
7718         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7719         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7720         created using server names.  If we use the feature without declaring
7721         it, Gnus does not properly manage server and group state.
7722
7723         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7724         bound.
7725
7726 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7727
7728         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7729         looking up the method using GROUP's prefix before inventing a new one.
7730         It is used on killed/unknown groups in various places where returning
7731         an all-new method isn't expected by the caller.
7732
7733         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7734         and match semantics of gnus-group-real-prefix.
7735
7736 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * nnmail.el (nnmail-broken-references-mailers): New variable.
7739         (nnmail-ignore-broken-references): New function generalizing
7740         nnmail-fix-eudora-headers.
7741         (nnmail-fix-eudora-headers): Now obsolete.
7742
7743         * gnus-art.el (gnus-button-handle-custom): Support
7744         `customize-apropos*'.
7745
7746 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7749
7750         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7751         articles.
7752
7753 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * message.el (message-cite-reply-above): New variable.
7756         (message-yank-original): Use it.
7757
7758 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7761
7762 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7765         as read.
7766
7767         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7768
7769 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7772         (gnus-bookmark-default-file): Use gnus-directory.
7773         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7774         Remove "*" in doc string.
7775         (gnus-bookmark-write-file): Simplify.
7776         (gnus-bookmark-maybe-sort-alist): Use `when'.
7777         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7778         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7779         FIXME about Emacs 21 and XEmacs compatibility.
7780         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7781         compatibility.
7782         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7783         compatibility.
7784         (gnus-bookmark-menu-heading): Fix version.
7785
7786 2006-06-19  Bastien Guerry  <bzg@altern.org>
7787
7788         * gnus-bookmark.el: New file.
7789
7790 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * message.el (message-syntax-checks): Doc fix.
7793
7794 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7795
7796         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7797         unsubscribed groups as if they were killed ones.  It causes duplicate
7798         entries in gnus-newsrc-alist.
7799
7800 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * message.el (message-syntax-checks): Doc fix.
7803         (message-send-mail): Add check for continuation headers.
7804         (message-check-news-header-syntax): Fix regexp used to check for
7805         continuation headers.
7806
7807 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7810
7811 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7814
7815 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7818         default-truncate-lines.
7819
7820 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7823         to fill the utf-8 entry.
7824
7825         * lpath.el: Fbind unicode-precedence-list.
7826
7827 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7828
7829         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7830
7831 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7832
7833         * gnus-agent.el (directory-files-and-attributes): Move all the way
7834         forward (the third and final move).
7835         (gnus-agent-read-agentview): Trap reconstruction errors due to
7836         nonexistant directory.  Handle by returning nil.
7837
7838 2006-05-30  Didier Verna  <didier@xemacs.org>
7839
7840         * message.el (message-dont-reply-to-names): Update the custom type.
7841         * message.el (message-dont-reply-to-names): New defsubst: potentially
7842         convert a list of regexps into a single one.
7843         * message.el (message-get-reply-headers): Use it.
7844         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7845
7846 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-agent.el (directory-files-and-attributes): Move forward.
7849
7850 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * gnus-ml.el (gnus-mailing-list-subscribe)
7853         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7854         (gnus-mailing-list-message): Fix doc strings.
7855
7856 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7857
7858         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7859         of doing it manually.
7860
7861 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7862
7863         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7864         comment.
7865
7866 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7867
7868         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7869         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7870         (gnus-agent-read-local): All symbols allocated in my-obarray.
7871         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7872         (gnus-agent-regenerate-group): Check numeric names to see if they are
7873         messages or groups.
7874         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7875         better way of do this...)
7876
7877         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7878         'dummy.group' (there should be a better way of do this...)
7879
7880 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7883         (gnus-saved-headers): Ditto.
7884         (gnus-default-article-saver): Mention functions may have properties.
7885         (gnus-article-save): Override gnus-save-all-headers and
7886         gnus-saved-headers by :headers property which saver function may have.
7887         (gnus-summary-save-in-file): Add :headers property.
7888         (gnus-summary-write-to-file): Ditto.
7889
7890         * gnus-sum.el (gnus-summary-save-article): Bind
7891         gnus-prompt-before-saving to t when saving many articles in a file;
7892         always show all headers.
7893
7894         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7895
7896 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7899         marks.
7900
7901         * message.el (message-indent-citation): Add optional arguments to allow
7902         using it outside of message buffers.
7903
7904         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7905         (gnus-article-treat-unfold-headers): Use it.
7906         (gnus-article-truncate-lines): New variable.
7907         (gnus-article-mode): Use it.
7908         (gnus-article-toggle-truncate-lines): New function.
7909
7910         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7911         gnus-article-toggle-truncate-lines.
7912
7913         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7914         coding system in XEmacs, use binary.
7915
7916 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7919         after-load-alist.
7920
7921         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7922         this function should save decoded articles.
7923         (gnus-summary-write-to-file): Use property to specify this function
7924         should save decoded articles and specify gnus-summary-save-in-file
7925         should be used to save articles other than the first one when saving
7926         many articles.
7927         (gnus-summary-save-body-in-file): Use property to specify this
7928         function should save decoded articles.
7929         (gnus-summary-write-body-to-file): Use property to specify this
7930         function should save decoded articles and specify
7931         gnus-summary-save-body-in-file should be used to save articles other
7932         than the first one when saving many articles.
7933
7934         * gnus-sum.el (gnus-summary-save-article): Simplify.
7935
7936 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-art.el (gnus-default-article-saver): Add
7939         gnus-summary-write-body-to-file.
7940         (gnus-article-save-coding-system): Don't use coding system object
7941         in XEmacs.
7942         (gnus-read-save-file-name): Add optional `dir-var' argument which
7943         specifies directory in which files are saved; work even if optional
7944         `variable' argument is not specified.
7945         (gnus-summary-write-to-file): Read file name.
7946         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7947         (gnus-summary-write-body-to-file): New function.
7948
7949         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7950         (gnus-summary-local-variables): Add it.
7951         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7952         (gnus-summary-save-article): Remove optional `decode' argument;
7953         determine whether to decode articles by the value of
7954         gnus-default-article-saver; when saving many files using
7955         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7956         it first and use gnus-summary-save-in-file or
7957         gnus-summary-save-body-in-file thereafter unless
7958         gnus-prompt-before-saving is always; move point to article which
7959         will be saved.
7960         (gnus-summary-save-article-file): Revert.
7961         (gnus-summary-write-article-file): Revert.
7962         (gnus-summary-save-article-body-file): Revert.
7963         (gnus-summary-write-article-body-file): New function.
7964
7965 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-art.el (gnus-default-article-saver): Doc fix.
7968         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7969         from gnus-summary-save-article-coding-system, and default to a
7970         certain coding system.
7971         (gnus-output-to-file): Add coding cookie and encode text according
7972         to gnus-article-save-coding-system; don't use mm-append-to-file.
7973
7974         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7975         gnus-art.el and rename to gnus-article-save-coding-system.
7976         (gnus-summary-save-article): Require gnus-art; don't show all
7977         headers if it decodes articles; don't add coding cookie here;
7978         don't bind mm-text-coding-system-for-write.
7979         (gnus-summary-save-article-file): Save decoded articles.
7980         (gnus-summary-write-article-file): When saving many files, use
7981         gnus-summary-write-to-file first and gnus-summary-save-in-file
7982         thereafter unless gnus-prompt-before-saving is always.
7983         (gnus-summary-save-article-body-file): Save decoded articles.
7984
7985         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7986
7987 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * nnrss.el (nnrss-check-group): Bind hash-index.
7990
7991 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7992
7993         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7994         its hash index.  Store this hash in `nnrss-group-data'.
7995         (nnrss-read-group-data): Update accordingly.
7996
7997 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8000         entry.
8001
8002         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8003         gnus-article-browse-html-article.
8004
8005 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8006
8007         * gnus-sum.el (gnus-summary-mime-map): Add
8008         gnus-article-browse-html-article.
8009
8010         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8011
8012 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8015         suitable coding systems in customize.
8016
8017 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * mail-source.el (mail-sources): Fix custom type.
8020
8021 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8024         (gnus-summary-expire-articles-now): Shorten prompt.
8025
8026         * gmm-utils.el (wid-edit): Require.
8027         (defun-gmm): Renamed from `gmm-defun-compat'.
8028         (gmm-image-search-load-path): Use it.
8029         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8030
8031 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8034         variable.
8035         (gnus-summary-save-article): Add optional `decode' argument.  If
8036         it is set and gnus-summary-save-article-coding-system is non-nil,
8037         save decoded article.
8038         (gnus-summary-write-article-file): Save decoded article if
8039         gnus-summary-save-article-coding-system is non-nil.
8040
8041         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8042         type.
8043
8044 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8047
8048 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8051         first to test gnus-single-article-buffer which may be buffer-local.
8052
8053         * gnus-sum.el (gnus-summary-setup-buffer): Make
8054         gnus-single-article-buffer buffer-local and nil in ephemeral
8055         group; make gnus-article-buffer, gnus-article-current, and
8056         gnus-original-article-buffer always buffer-local.
8057         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8058         group.
8059         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8060
8061 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * nnml.el (nnml-request-compact-group): Compressed files might not
8064         have .gz extension.
8065
8066 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8067
8068         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8069         (mm-copy-to-buffer): Use with-current-buffer.
8070         (mm-display-part): Simplify.
8071         (mm-inlinable-p): Add optional arg `type'.
8072
8073 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8074
8075         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8076         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8077         Try harder to show the attachment internally or externally using
8078         gnus-mime-view-part-as-type.
8079
8080 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * message.el (message-from-style, message-signature-separator)
8083         (message-user-organization-file, message-send-mail-function)
8084         (message-citation-line-function, message-yank-prefix)
8085         (message-indent-citation-function, message-signature)
8086         (message-signature-file, message-signature-insert-empty-line):
8087         Remove autoloads.
8088
8089         * gnus-art.el (gnus-buttonized-mime-types): Remove
8090         "multipart/signed".  Revert 2006-04-26 change.
8091
8092 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8093
8094         * gnus.el (gnus-version-number): Bump version.
8095
8096 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8097
8098         * gnus.el: No Gnus v0.5 is released.
8099
8100 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8101
8102         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8103         fetching articles by message-id.
8104
8105 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * message.el (hashcash): Require hashcash as normal.
8108
8109         * ecomplete.el (ecomplete-highlight-match-line): Use
8110         point-at-eol.
8111         (ecomplete-highlight-match-line): Use `highlight', because that
8112         face exists in both Emacs and XEmacs.
8113
8114         * message.el (message-display-abbrev): Use point-at-bol.
8115
8116         * mail-source.el: Don't require timer/timer-funcs.
8117
8118         * gnus-async.el: Ditto.
8119
8120         * password.el: Ditto.
8121
8122         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8123
8124         * mm-url.el: Ditto.
8125
8126         * gnus-xmas.el: Don't require timer-funcs.
8127
8128         * mm-util.el: Require timer/timer-funcs.
8129
8130 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8131
8132         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8133         Close.
8134
8135 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8138         unibyte after clear-decrypt function runs.
8139
8140         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8141         returns as a unibyte string.
8142
8143 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * lpath.el: Revert.
8146
8147         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8148         (pgg-gpg-process-sentinel): Revert.
8149
8150         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8151         (pgg-pgp-lookup-key): Revert.
8152
8153         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8154         (pgg-pgp5-lookup-key): Revert.
8155
8156         * pgg.el (pgg-fetch-key): Revert.
8157
8158 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * lpath.el: Fbind string-as-multibyte for XEmacs.
8161
8162         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8163         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8164         (mml1991-pgg-encrypt): Ditto.
8165
8166         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8167         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8168         a multibyte buffer.
8169
8170         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8171         (pgg-pgp-lookup-key): Ditto.
8172
8173         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8174         (pgg-pgp5-lookup-key): Ditto.
8175
8176         * pgg.el (pgg-fetch-key): Ditto.
8177
8178 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * message.el (message-user-organization-file): Check several
8181         locations of the organization file.
8182
8183         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8184         Add gnus-article-view-part-as-type.
8185
8186         * gnus-art.el (gnus-article-view-part-as-type): New function.
8187
8188         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8189         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8190
8191         * mml.el: Simplify autoload.
8192         (mml-mode): defvar dnd-protocol-alist instead of using
8193         symbol-value.
8194         (mml-default-directory): New variable.
8195         (mml-minibuffer-read-file): Use it.
8196         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8197
8198         * message.el (message-citation-line-format): New variable.
8199         (message-insert-formated-citation-line): New function.
8200         (message-citation-line-function): Add
8201         `message-insert-formated-citation-line' to custom type.
8202
8203         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8204         to doc string.
8205
8206         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8207         depending on mm-verify-option.
8208
8209 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8212         binding pgg-* variables; reimplement the section which prevents
8213         MIME header from being signed.
8214         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8215         pgg-text-mode; remove a blank line at the top of body.
8216
8217         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8218         lines at the top of body; use gnus-newsgroup-charset if there's no
8219         Charset header.
8220
8221 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * message.el (message-self-insert-commands): Doc fix.
8224
8225         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8226         (mm-uu-pgp-encrypted-test): Ditto.
8227         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8228         between header and body; return application/pgp-encrypted handle
8229         if decryption failed; decode decrypted body by charset.
8230
8231         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8232         element match to application/pgp-*.
8233
8234 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8235
8236         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8237         HTML.
8238
8239 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8240
8241         * mail-source.el (mail-source-call-script): Message the error
8242         string.
8243
8244 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * gnus-util.el (gnus-byte-compile): Use it.
8247
8248 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8249
8250         * gnus-util.el (kill-empty-logs): New function.
8251
8252 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * message.el (message-mail-alias-type): Doc fix.
8255         (message-mail-alias-type-p): New function.
8256         (message-send): Use it.
8257         (message-mode): Ditto.
8258         (message-strip-forbidden-properties): Ditto.
8259
8260         * ecomplete.el (ecomplete-database-file-coding-system): New
8261         variable.
8262         (ecomplete-save): Use it.
8263         (ecomplete-setup): Use it.
8264
8265 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * message.el (message-self-insert-commands): New variable.
8268         (message-strip-forbidden-properties): Use it.
8269
8270 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8271
8272         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8273         that doesn't make XEmacs choke.
8274
8275 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * gnus-util.el (gnus-replace-in-string):
8278         Prefer replace-regexp-in-string over of replace-in-string.
8279
8280 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * gnus-util.el (gnus-select-frame-set-input-focus):
8283         Use select-frame-set-input-focus if it is available in XEmacs; use
8284         definition defined in Emacs 22 for old Emacsen.
8285
8286         * dgnushack.el: Autoload unmorse-region for XEmacs.
8287
8288         * lpath.el: Bind cursor-in-non-selected-windows and
8289         select-frame-set-input-focus for XEmacs.
8290
8291 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8294
8295 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8296
8297         * gnus-registry.el (gnus-registry-cache-save): Remove text
8298         properties when saving via the temp buffer.
8299
8300 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * message.el (message-generate-hashcash): Honor custom type.
8303
8304 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8305
8306         * message.el (message-generate-hashcash): Default to non-nil when
8307         hashcash is found.
8308
8309         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8310         (gnus-refer-thread-limit): Increase default to 500.
8311
8312         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8313
8314         * flow-fill.el (fill-flowed): Allow delete-space.
8315
8316 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8319         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8320         Remove autoloads.
8321
8322 2006-04-18  Simon Josefsson  <jas@extundo.com>
8323
8324         * message.el (message-generate-hashcash): Default to.
8325
8326 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8329         concatenating segments rather than before concatenating them.
8330
8331 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8334
8335 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8338
8339         * message.el (message-forward-make-body-plain): Allow
8340         message-forward-ignored-headers to be a list.
8341         (message-remove-ignored-headers): Factor out into function.
8342         (message-forward-make-body-mml): Use it.
8343
8344         * imap.el (imap-quote-specials): New function.
8345         (imap-login-auth): Quote specials.
8346
8347         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8348         (rfc2231-parse-string): Allow concatanation of parameters that
8349         aren't contiguous.  The test case is
8350           (mail-header-parse-content-type "message/external-body;
8351             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8352             access-type=LOCAL-FILE;
8353             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8354
8355 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8356
8357         * nntp.el (nntp-accept-process-output): Return the value of
8358         `nnheader-accept-process-output'.
8359
8360 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8363         (gnus-button-alist): Recognize more diff formats.
8364         (gnus-button-patch): Strip directory.
8365
8366 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8369         Emacs 22 when setting focus.
8370
8371 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * gnus-art.el (gnus-article-treat-types): Do treatment of
8374         text/x-verbatim parts.
8375         (gnus-button-patch): New command.
8376
8377         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8378         addresses that contain invalid characters.
8379
8380 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381
8382         * message.el (message-put-addresses-in-ecomplete): Use
8383         gnus-replace-in-string.
8384         (message-is-yours-p): Use the more correct
8385         mail-header-parse-address instead of
8386         mail-extract-address-components.
8387         (message-put-addresses-in-ecomplete): Fix typo.
8388
8389         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8390         keystroke.
8391
8392         * gnus-art.el (gnus-treatment-function-alist): Change order of
8393         newsgroups/generic header folding to avoid double-folding.
8394
8395         * message.el (message-hidden-headers): Add X-Draft-From.
8396
8397         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8398         command.
8399         (gnus-summary-repeat-search-article-backward): New command.
8400
8401         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8402         groups in the parent topic.
8403
8404 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8405
8406         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8407         (spam-extra-header-to-number): Return the CRM114 number as a
8408         number instead of a string.
8409
8410 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8411
8412         * gnus-art.el (gnus-face-properties-alist): Moved here from
8413         gnus-fun.
8414
8415         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8416
8417 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * message.el (message-strip-forbidden-properties): Only display on
8420         self-insert-command.
8421
8422         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8423         reindent.
8424         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8425
8426 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8427
8428         * smiley.el (smiley-style): Fix typo.
8429
8430 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431
8432         * hashcash.el (hashcash-insert-payment-async-2): Use
8433         message-goto-eoh instead of doing it manually.
8434         (mail-add-payment): Use message-narrow-to-header instead of trying
8435         to do the same itself.
8436
8437         * message.el (message-hidden-headers): Add Face.
8438
8439         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8440         reparenting code.
8441         (gnus-summary-reparent-children): Refactored out code.
8442         (gnus-summary-thread-map): New keystroke.
8443         (gnus-summary-reparent-children): Make into command.
8444
8445         * smiley.el (smiley-style): Default to `medium' if using a large
8446         font.
8447
8448         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8449         does it itself.
8450
8451         * message.el (message-point-in-header-p): Simplify definition.
8452
8453 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * nnagent.el (nnagent-request-set-mark): Silence log file
8456         writing.
8457         (nnagent-request-set-mark): Use write-region instead of
8458         append-to-file.
8459
8460         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8461         strange select method.
8462
8463         * ecomplete.el (ecomplete-display-matches): Get highlightling
8464         right.
8465         (ecomplete-display-matches): Use literals.
8466         (ecomplete-display-matches): Disable message logging.
8467
8468         * message.el (message-display-abbrev): Small optimization.
8469
8470         * ecomplete.el (ecomplete-display-matches): Allow automatic
8471         display.
8472
8473         * message.el (message-strip-forbidden-properties): Display
8474         abbrevs.
8475         (message-display-abbrev): Get automatic display right.
8476
8477         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8478         keystrokes.
8479
8480 2006-04-13  Romain Francoise  <romain@orebokech.com>
8481
8482         TODO: Backport to v5-10!
8483
8484         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8485         Moved here (and renamed) from gnus-registry.el.
8486
8487         * gnus-registry.el: Require gnus-util.
8488         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8489
8490 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * gnus-group.el (gnus-group-catchup-current): Change
8493         if-then-else-if-then-else into cond.
8494         (gnus-group-catchup): Indent.
8495         (group-name-at-point): New function.
8496         (gnus-fetch-group): Provide default from thing at point.
8497
8498 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * message.el (message-display-abbrev): Fix regexp.
8501
8502         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8503         choosing.
8504         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8505         dead variables.
8506
8507         * message.el (message-newline-and-indent): Remove debugging.
8508         (message-display-abbrev): Use new implementation.
8509
8510 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-art.el (gnus-article-mode): Set
8513         cursor-in-non-selected-windows to nil.
8514
8515         * smiley.el: Revert previous change.
8516         (smiley-data-directory): defvar it before using it in the
8517         defcustom of `smiley-style'.
8518
8519 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8520
8521         * message.el (message-newline-and-indent): New function.
8522
8523         * ecomplete.el: Implement more bits.
8524
8525         * message.el (message-put-addresses-in-ecomplete): Clean up the
8526         string.
8527
8528         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8529
8530         * gnus-sum.el (gnus-summary-save-parts): Bind
8531         gnus-summary-save-parts-counter and use it to make unique file
8532         names.
8533
8534         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8535
8536         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8537         parameter to say whether to actually parse the individual
8538         addresses.
8539
8540         * message.el (message-put-addresses-in-ecomplete): New function.
8541         (ecomplete): Require.
8542         (message-mail-alias-type): Add ecomplete as an option.
8543
8544 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8545
8546         * flow-fill.el (fill-flowed): Remove trailing space from blank
8547         quoted lines.
8548
8549 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * smiley.el (smiley-style): Move definition later to avoid a
8552         compilation warning.
8553
8554 2006-04-12  Kenichi Handa  <handa@m17n.org>
8555
8556         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8557         buffer and then decode the buffer text if necessary.
8558         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8559         first, and after mm-encode-body, change the buffer to unibyte.
8560         Use mm-disable-multibyte instead of set-buffer-multibyte.
8561
8562 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8565         Content-Type header instead of Content-Disposition header.
8566         (gnus-mime-inline-part): Ditto.
8567         (gnus-mime-view-part-as-charset): Ignore charset that the part
8568         specifies.
8569
8570         * mm-decode.el (mm-display-part): Work with external parts and
8571         usual parts similarly.
8572
8573         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8574         instead of gnus-display-mime.
8575
8576         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8577         instead of with-temp-buffer.
8578
8579         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8580         tag to summarized topics part in order to encode non-ASCII text.
8581
8582 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * smiley.el (smiley-style): New variable.
8585         (smiley-directory): New function.
8586         (smiley-data-directory): Derive from `smiley-style' using
8587         `smiley-directory'.
8588         (smiley-regexp-alist): Add new entries.
8589
8590         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8591         (gnus-article-browse-delete-temp): Add :version.
8592
8593 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8594
8595         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8596         the sieve region.
8597
8598 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * gnus.el (gnus-version-number): Bump version.
8601
8602 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gnus.el: No Gnus v0.4 is released.
8605
8606 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8609         layout.
8610
8611         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8612         unknown charset.
8613
8614         * message.el (message-header-synonyms): Add Original-To to the
8615         default.
8616
8617         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8618         optional parameter.
8619
8620 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * gnus-fun.el (gnus): Require it for gnus-directory.
8623
8624 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8627
8628 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8629
8630         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8631
8632 2006-04-05  Simon Josefsson  <jas@extundo.com>
8633
8634         * password.el (password-reset): New function.
8635
8636 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8637
8638         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8639         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8640
8641 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8642
8643         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8644         Some whitespace was matched into the url, which broke browsing hits
8645         > 100 when mm-url-use-external was nil.
8646
8647 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8650         gnus-extra-headers for 'Newsgroups.
8651
8652         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8653         bound.
8654
8655 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8656
8657         * pgg-gpg.el: Clean up process buffers every time gpg processes
8658         complete.
8659
8660 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8663         doc string.
8664
8665 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8666
8667         * pgg-gpg.el (pgg-gpg-process-filter)
8668         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8669
8670         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8671         lines, temporary fix.
8672
8673 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8676
8677 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8678
8679         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8680         default-enable-multibyte-characters.  This reverts the change from
8681         revision 6.17 which is no longer necessary because the passphrase
8682         is sent separately now.  GnuPG messages are unreadable under
8683         multibyte locales with default-enable-multibyte-characters set to
8684         nil.
8685
8686 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * message.el (message-tool-bar-gnome): Move "spell".
8689
8690 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8693         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8694         instead.
8695
8696 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8697
8698         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8699         newsgroups handling for NNTP overviews which don't include
8700         Newsgroups.
8701
8702 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8703
8704         * message.el (message-resend): Bind message-generate-hashcash to nil.
8705
8706 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8707
8708         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8709         when searching for already-paid recipients.
8710
8711 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8712
8713         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8714         passphrases when it is not needed.
8715         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8716         passphrase stuff from gpg, should only be necessary when you use
8717         gpg with a smartcard.
8718
8719 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * mml.el (mml-insert-mime): Ignore cached contents of
8722         message/external-body part.
8723
8724         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8725         (mm-insert-part): Ditto.
8726
8727 2006-03-23  Simon Josefsson  <jas@extundo.com>
8728
8729         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8730         Reiner.
8731         (pgg-gpg-use-agent-p): Use it again.
8732
8733 2006-03-23  Simon Josefsson  <jas@extundo.com>
8734
8735         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8736         older emacsen.
8737         (pgg-gpg-use-agent-p): Don't use it.
8738
8739 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8742         if we can.
8743
8744 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8745
8746         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8747         (pgg-gpg-update-agent): New function.
8748         (pgg-gpg-use-agent-p): New function.
8749         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8750         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8751         (pgg-gpg-sign-region): Use it.
8752
8753 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8756         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8757
8758 2006-03-21  Simon Josefsson  <jas@extundo.com>
8759
8760         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8761         <wilde@sha-bang.de>.
8762         (pgg-gpg-use-agent): New variable.
8763         (pgg-gpg-process-region): Use it.
8764         (pgg-gpg-encrypt-region): Likewise.
8765         (pgg-gpg-encrypt-symmetric-region): Likewise.
8766         (pgg-gpg-decrypt-region): Likewise.
8767         (pgg-gpg-sign-region): Likewise.
8768         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8769
8770 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8773
8774         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8775         Add comment on version.
8776
8777 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * smiley.el: Add missing test smiley.
8780
8781 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * mm-decode.el (mm-with-part): New macro.
8784         (mm-get-part): Use it; work with message/external-body as well.
8785         (mm-save-part): Treat name and filename equally.
8786
8787         * mm-extern.el (mm-extern-cache-contents): New function.
8788         (mm-inline-external-body): Use it; force the part to be displayed;
8789         move undisplayer added to the cached handle to the parent.
8790
8791         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8792         (gnus-mime-view-part-as-type): Work with message/external-body.
8793
8794         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8795
8796 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8799         images in image-load-path.  [Sync with image.el, revision 1.60, in
8800         Emacs.]
8801
8802 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8805         path rather than symbol.  Always return list of directories.
8806         Guarantee that image directory comes first.  [Sync with image.el,
8807         revision 1.59, in Emacs.]
8808
8809         * message.el (message-make-tool-bar): Adjust to new API of
8810         `gmm-image-load-path-for-library'.
8811
8812         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8813
8814         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8815
8816 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8817
8818         * gnus-art.el (gnus-article-only-boring-p):
8819         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8820         intangible text.
8821         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8822
8823 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8826         `defun' instead of `gmm-defun-compat'.
8827
8828 2006-03-14  Simon Josefsson  <jas@extundo.com>
8829
8830         * message.el (message-unique-id): Don't use message-number-base36
8831         if (user-uid) is a float.
8832         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8833
8834 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8837
8838         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8839         empty line between a part and a message part.
8840
8841 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * smiley.el: Add more test smileys.
8844         (smiley-data-directory, smiley-regexp-alist)
8845         (gnus-smiley-file-types): Fix doc strings.
8846         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8847         adding new elements.
8848         (smiley-mouse-map): Unused code.  Make it a comment.
8849
8850 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8853         scan latest NoCeM messages instead of old ones.
8854         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8855         delimiters that are recently used.
8856         (gnus-nocem-load-cache): Add autoload cookie.
8857
8858         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8859
8860         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8861         level which is larger than gnus-use-nocem is specified.
8862
8863         * gnus-group.el (gnus-group-get-new-news): Ditto.
8864
8865 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * gnus-util.el (gnus-tool-bar-update): New function.
8868
8869         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8870         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8871
8872         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8873
8874         * gnus-group.el (gnus-group-redraw-when-idle)
8875         (gnus-group-redraw-check): Remove.
8876         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8877
8878 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8881         if optional last element is specified in splits (FIELD VALUE...).
8882
8883 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8886         to gmm-image-load-path-for-library.  Call with no-error argument.
8887         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8888
8889         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8890
8891         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8892
8893         * gmm-utils.el (gmm-image-load-path): Remove alias.
8894
8895 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * gmm-utils.el (gmm-image-load-path): Add alias.
8898
8899         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8900         nnml-generate-nov-databases-1.
8901         (nnml-generate-nov-databases): Use it.
8902         (nnml-generate-nov-databases-directory): Document no-active
8903         argument.
8904
8905         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8906         directory if path is t.  Add no-error.
8907
8908         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8909         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8910
8911         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8912         resetting gnus-article-browse-html-temp-list.
8913
8914         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8915         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8916         Add example to docstring.  Rename local variables.  Move error
8917         checks to default case in cond and simplify.
8918
8919 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8922         handle is multipart when calling it recursively.
8923         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8924
8925 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8926
8927         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8928         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8929
8930 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8933         is loaded.
8934
8935         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8936         loaded.
8937
8938 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8939
8940         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8941         to "Emacs 23 (unicode)" in doc string.
8942
8943         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8944         "Emacs 23 (unicode)" in comment.
8945
8946 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8949
8950         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8951         characters 160 through 255 in Emacs 23.
8952
8953 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8956         gnus-article-browse-html-temp.
8957         (gnus-article-browse-delete-temp): Make it customizable.  Add
8958         `file'.  Adjust doc string.
8959         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8960         query for each file.  Adjust doc string.
8961         (gnus-article-browse-html-parts): Add
8962         `gnus-article-browse-delete-temp-files' to
8963         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8964
8965 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8966
8967         * gnus-art.el (gnus-article-browse-html-temp)
8968         (gnus-article-browse-delete-temp): New variables.
8969         (gnus-article-browse-delete-temp-files): New function.
8970         (gnus-article-browse-html-parts): Use it.
8971
8972 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8975
8976         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8977         string.
8978
8979         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8980         gnus-summary-insert-new-articles when unplugged.  Remove
8981         gnus-summary-search-article-forward.
8982
8983         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8984         display-visual-class instead of display-color-cells.
8985
8986 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * dgnushack.el: Autoload customize-group for XEmacs.
8989
8990         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8991         message/* containing non-ASCII text properly.
8992
8993 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * message.el: Require gmm-utils, remove autoloads.
8996         (message-tool-bar): Set default based on
8997         gmm-tool-bar-style.
8998         (message-tool-bar-gnome): Add gmm-customize-mode.
8999
9000         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9001         gmm-tool-bar-style.
9002         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9003
9004         * gnus-group.el (gnus-group-tool-bar): Set default based on
9005         gmm-tool-bar-style.
9006         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9007
9008         * gmm-utils.el (gmm-image-directory): Rename variable from
9009         gmm-image-load-path.
9010         (gmm-image-load-path): Use gmm-image-directory.
9011         (gmm-customize-mode): New function.
9012         (gmm-tool-bar-style): New variable.
9013
9014         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9015         gnus-group-redraw-line-number.
9016         (gnus-group-redraw-check): Simplify.
9017         (gnus-group-tool-bar-update): Remove redraw check.
9018         (gnus-group-make-tool-bar): Add redraw check.
9019
9020 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9021
9022         * gnus-art.el (gnus-button): Add missing parentheses.
9023
9024 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * lpath.el: Fbind line-number-at-pos.
9027
9028 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9031
9032 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * gnus-art.el (gnus-button): New face.
9035         (gnus-article-button-face): Use it.
9036
9037         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9038         gnus-summary-next-page.  Re-order.
9039
9040         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9041         next-node are now included.
9042         (gnus-group-redraw-line-number): New internal variable.
9043         (gnus-group-redraw-check): Helper function for updating the tool
9044         bar.
9045         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9046
9047         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9048
9049         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9050         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9051         Use it to match format of Spamassassin 3.0 and later.  Reported by
9052         IRIE Tetsuya <irie@t.email.ne.jp>.
9053         (spam-check-bogofilter)
9054         (spam-bogofilter-register-with-bogofilter): Fix args of
9055         `gnus-error' calls.
9056
9057 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9060         unnecessary interaction when sending queued mails.  Reported by
9061         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9062
9063 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9066         first or last are nil.
9067
9068 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9069
9070         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9071
9072 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9075
9076 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * dns.el (query-dns): Protect more against buggy tcp output.
9079
9080 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9083         nov.php.
9084
9085 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9086
9087         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9088         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9089         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9090         output on the server side.
9091         (nnweb-google-create-mapping): Update regexps and add some
9092         progress indication.
9093
9094 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9097         gnus-agent-toggle-plugged.  Re-order icons.
9098         (gnus-group-tool-bar-gnome): Add
9099         gnus-group-{prev,next}-unread-group.
9100         (gnus-group-tool-bar-gnome): Re-order icons.
9101
9102         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9103         gnus-summary-insert-new-articles.
9104
9105         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9106         comments.
9107
9108         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9109         also available in Emacs 21.3.
9110
9111         * message.el (message-fix-before-sending): Change "Emacs 22" to
9112         "Emacs 23 (unicode)" in comment.
9113
9114         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9115         "Emacs 23 (unicode)" in comment.
9116
9117         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9118         comment.
9119         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9120
9121         * mm-view.el (mm-fill-flowed): Add :version.
9122
9123 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9126         and load-path.
9127
9128 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * message.el: Autoload gmm-image-load-path.
9131         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9132         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9133         consitency.
9134
9135         * gmm-utils.el (gmm-image-load-path): Also search in
9136         "../etc/images".  Don't set gmm-image-load-path if we don't find
9137         the image.
9138
9139 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gmm-utils.el (gmm-image-load-path): Don't make
9142         `gmm-image-load-path' include subdirectories which the second arg
9143         `image' might specify.
9144
9145         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9146         subdirectory to icon file names.
9147
9148         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9149
9150 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9153         gmm-image-load-path calls.
9154
9155         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9156
9157         * message.el (message-make-tool-bar): Ditto.
9158
9159         * mml.el (mml-preview): Added comment concerning tool bar icons.
9160
9161         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9162         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9163
9164         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9165         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9166
9167         * message.el (message-tool-bar-gnome): Use new icon names.
9168         (message-make-tool-bar): Use `gmm-image-load-path'.
9169
9170         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9171         functions from MH-E.
9172         (gmm-image-load-path): New variable from MH-E.
9173         (gmm-image-load-path): New function from MH-E.  Added arguments
9174         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9175         *-image-load-path-called-flag.
9176
9177 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9178
9179         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9180
9181 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9182
9183         * nnimap.el (nnimap-request-move-article): Change folder back to
9184         source group before deleting.
9185
9186 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9189
9190         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9191         mm-url.
9192
9193         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9194
9195 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9198         coding system which mm-charset-to-coding-system returns for a
9199         given charset is valid.
9200
9201 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9202
9203         * html2text.el (html2text-remove-tag-list):
9204         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9205
9206 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9207
9208         * gnus-cus.el: Revert 2005-10-17 change.
9209
9210 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * gnus-art.el (article-strip-banner): Call
9213         article-really-strip-banner only when the regexp match is made.
9214
9215 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus-art.el (article-strip-banner): Use
9218         gnus-extract-address-components instead of
9219         mail-header-parse-addresses to make it work with non-ASCII text;
9220         remove mail-encode-encoded-word-string.
9221
9222         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9223         values which are surrounded with \"...\"; make it never cause a
9224         Lisp error; give up parsing of parameters if it failed in
9225         extracting type.
9226
9227 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9228
9229         * smime.el (smime-cert-by-ldap-1): Fix bug where
9230         `smime-ldap-search' returns results without userCertificates.
9231
9232 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9235
9236 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9237
9238         * spam.el (spam-check-spamassassin-headers): Adapt format for
9239         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9240         <ari@mbf.ocn.ne.jp>.
9241         (spam-list-of-processors): Add spam-use-gmane.
9242
9243 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9246         make-temp-file; make it work with XEmacs as well.
9247
9248         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9249         mm-make-temp-file.
9250
9251         * mm-decode.el (mm-display-external): Use the 3rd arg of
9252         mm-make-temp-file.
9253         (mm-create-image-xemacs): Ditto.
9254
9255 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9258         with message-narrow-to-headers.
9259         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9260         (gnus-draft-check-draft-articles): New function.
9261         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9262
9263 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * gnus-art.el (gnus-article-browse-html-parts):
9266         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9267         Don't use suffix argument for mm-make-temp-file for Emacs 21
9268         compatibility.  Remove useless `format'.
9269
9270 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9271
9272         * nnweb.el (nnweb-google-wash-article): Update regexps.
9273         (nnweb-group-alist): Use defvoo instead of defvar.
9274
9275 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9278         re-loading nn* modules.
9279
9280 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9283         for `tool-bar-mode' and don't check it's default-value.
9284
9285         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9286
9287         * message.el (message-make-tool-bar): Ditto.
9288
9289         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9290         `substring'.  Shorten tmp-file name.
9291
9292         * gnus.el: Remove bogus comment.
9293
9294 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9295
9296         * gnus-art.el (gnus-article-browse-html-parts): New function.
9297         (gnus-article-browse-html-article): New function for viewing html
9298         articles with a browser.
9299
9300 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9301
9302         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9303         in elisp.
9304         (pgg-gpg-encrypt-symmetric-region): Ditto.
9305         (pgg-gpg-sign-region): Ditto.
9306
9307         * pgg-def.el (pgg-text-mode): New variable.
9308
9309         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9310         (mml2015-pgg-encrypt): Ditto.
9311
9312         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9313         (mml1991-pgg-encrypt): Ditto.
9314
9315 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9318         message-make-date instead of current-time-string.
9319
9320         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9321         to gnus-decoded which mm-uu might set.
9322
9323 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9326         don't decode quoted parameters; remove misimported Emacs code.
9327         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9328         (rfc2231-decode-encoded-string): Don't use split-string which
9329         behaves differently according to Emacs version; use
9330         mm-decode-coding-region to convert charset to coding-system.
9331         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9332         (rfc2231-encode-string): Remove misimported Emacs code.
9333
9334 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9337         when calling mail-header-parse-content-type.
9338         (article-de-quoted-unreadable): Ditto.
9339         (article-de-base64-unreadable): Ditto.
9340         (article-wash-html): Ditto.
9341
9342         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9343         calling mail-header-parse-content-type and
9344         mail-header-parse-content-disposition.
9345         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9346         mail-header-parse-content-type.
9347
9348         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9349         insert charset and format parameters; encode description after
9350         inserting it to buffer.
9351         (mml-insert-parameter): Fold lines properly even if a parameter is
9352         segmented into two or more lines; change the max column to 76.
9353
9354         * rfc1843.el (rfc1843-decode-article-body): Don't use
9355         ignore-errors when calling mail-header-parse-content-type.
9356
9357         * rfc2231.el (rfc2231-parse-string): Return at least type if
9358         possible; don't cause an error even if it fails in parsing of
9359         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9360         (rfc2231-encode-string): Don't break lines at the beginning, leave
9361         it to mml-insert-parameter.
9362
9363         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9364         calling mail-header-parse-content-type.
9365
9366 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * spam-report.el (spam-report-gmane-use-article-number):
9369         Improve doc string.
9370         (spam-report-gmane-internal): Check if a suitable header was found
9371         in the article.
9372
9373 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9376         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9377
9378 2006-02-05  Romain Francoise  <romain@orebokech.com>
9379
9380         Update copyright notices of all files in the gnus directory.
9381
9382 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9383
9384         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9385
9386 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9389         segmented lines of parameter value to cope with Thunderbird 1.5
9390         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9391         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9392         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9393
9394 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9395
9396         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9397         parts.
9398
9399 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9400
9401         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9402         there's only one active file for all servers.
9403         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9404         solid groups.  Gnus might have used a FAST request to select the group.
9405         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9406         and nnweb-search redundantly in the active file.
9407         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9408         (nnweb-request-create-group): Don't use ARGS.
9409         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9410         initialisations.  Let nnoo do the work.
9411
9412 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9415         Say the part has been decoded.
9416
9417         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9418
9419 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9420
9421         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9422         mailcap-viewer-test-cache when there's no 'test clause, since that
9423         will invert the meaning of a "nil" test previously determined by
9424         mailcap-mailcap-entry-passes-test.
9425
9426 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9429         compiling.
9430
9431         * gnus-sum.el: Ditto.
9432
9433         * message.el: Don't bind tool-bar-map when compiling.
9434
9435 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9438
9439 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9440
9441         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9442         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9443         current Google Groups.
9444
9445 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9448         and tool-bar-mode.
9449
9450         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9451         and tool-bar-mode.
9452
9453         * message.el (message-tool-bar-update): Simplify.
9454         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9455
9456         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9457         gnus-summary-buffer.
9458         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9459         gnus-summary-reply.
9460
9461         * gmm-utils.el (gmm): Add :version.
9462
9463 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * Makefile.in (clean): New rule.
9466         (distclean): Use it.
9467
9468 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9469
9470         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9471         autoload.
9472
9473 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gmm-utils.el (gmm-verbose): Add :group.
9476
9477 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * message.el: Change some comments WRT tool-bars.
9480
9481         * gnus-sum.el (gnus-summary-tool-bar)
9482         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9483         (gnus-summary-tool-bar-zap-list): New variables.
9484         (gnus-summary-make-tool-bar): Complete rewrite using
9485         `gmm-tool-bar-from-list'.
9486
9487         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9488         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9489         variables.
9490         (gnus-group-make-tool-bar): Complete rewrite using
9491         `gmm-tool-bar-from-list'.
9492         (gnus-group-tool-bar-update): New function.
9493
9494         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9495
9496 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9499         is dissected into a single part of which the type is the same as
9500         the given one; decode charset.
9501
9502 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9503
9504         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9505         into alists as symbol not string, since that's what
9506         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9507         look for.
9508
9509 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9512         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9513
9514         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9515
9516 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9519         (gnus-xmas-mime-security-button-menu): New function.
9520
9521         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9522         (gnus-mime-security-button-menu): New definition.
9523         (gnus-mime-security-button-map): Use them.
9524         (gnus-mime-security-button-menu): New function.
9525         (gnus-insert-mime-security-button): Addition to help echo.
9526         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9527         (gnus-mime-security-pipe-part): New functions.
9528
9529         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9530         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9531
9532         * mm-decode.el (mm-handle-set-disposition): Remove.
9533         (mm-handle-set-description): Remove.
9534
9535 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9538         (mm-w3m-standalone-supports-m17n-p): New function.
9539         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9540         w3m usage.
9541
9542         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9543         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9544
9545 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * message.el (message-tool-bar-zap-list): Use
9548         gmm-tool-bar-zap-list as custom type.
9549         (message-tool-bar-update): New function.
9550         (message-tool-bar, message-tool-bar-gnome)
9551         (message-tool-bar-retro): Add message-tool-bar-update.
9552         (message-tool-bar-gnome): Add flyspell-buffer.
9553
9554         * gnus-util.el (gnus-error): Describe `args'.
9555
9556         * gmm-utils.el (gmm-error): Describe `args'.
9557         (gmm-tool-bar-zap-list): New widget.
9558         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9559
9560 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9563         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9564         the number of recursive calls.
9565
9566         * mm-decode.el (mm-handle-set-disposition): New macro.
9567         (mm-handle-set-description): New macro.
9568
9569 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9572         encoding.
9573
9574 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * message.el (message-tool-bar-zap-list, message-tool-bar)
9577         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9578         (message-tool-bar-local-item-from-menu): Remove.
9579         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9580         (message-make-tool-bar): New function.
9581         (message-mode): Use `message-make-tool-bar'.
9582
9583         * gmm-utils.el: New file.
9584         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9585         (gmm-lazy): New widget copied from `nnmail.el'.
9586         (gmm-tool-bar-from-list): New function for creating customizable
9587         tool bars.
9588         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9589         output.
9590         (gmm): Add :prefix to defgroup.
9591
9592 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9593
9594         * gmm-utils.el (gmm-widget-p): New function.
9595
9596 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * mml.el (mml-attach-file): Describe `description' in doc string.
9599         (mml-menu): Add Emacs MIME manual and PGG manual.
9600
9601 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9602
9603         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9604
9605 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9606
9607         * nntp.el (nntp-end-of-line): Doc fix.
9608
9609 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9610
9611         * imap.el (imap-open): Handle case where buffer is a buffer
9612         object.
9613
9614 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9615
9616         * gnus-delay.el (gnus-delay): Don't autoload.
9617         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9618         to be re-loaded when customizing the `gnus-delay' group.
9619
9620 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9621
9622         * message.el (message-insert-citation-line): Use newlines.
9623
9624 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9625
9626         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9627         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9628         these routines, so the passphrase can be managed externally and
9629         passed in to the system.
9630         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9631         pgg-add-passphrase-to-cache function.
9632
9633         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9634         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9635         these routines, so the passphrase can be managed externally and
9636         passed in to the system.
9637         (pgg-pgp5-sign-region): Use new name of
9638         pgg-add-passphrase-to-cache function.
9639
9640 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9641
9642         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9643         part of the decoded armor to find the key-identifier.
9644         (pgg-gpg-lookup-key-owner): New function to return the
9645         human-readable identifier of a key owner.
9646         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9647         itself.
9648         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9649         the key value) if we have a key and can match it against a secret
9650         key.  Also, added a note pointing out fact that the prompt only
9651         indicates the first matching key.
9652
9653         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9654         pgg-decrypt-region.
9655         (pgg-add-passphrase-to-cache): Rename from
9656         `pgg-add-passphrase-cache' to reduce confusion (all callers
9657         changed).
9658         (pgg-remove-passphrase-from-cache): Rename from
9659         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9660         changed).
9661         (pgg-read-passphrase, pgg-add-passphrase-cache)
9662         (pgg-remove-passphrase-cache): Add informative docstrings.
9663         (pgg-decrypt): Convey provided passphrase in subordinate call to
9664         pgg-decrypt-region.
9665
9666 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9667
9668         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9669         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9670         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9671         'passphrase' argument, so the passphrase can be managed externally
9672         and then passed in to the system.
9673
9674         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9675         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9676         so the passphrase cache can be used reliably with identifiers
9677         besides a pgp packet's key id.
9678
9679         * pgg-gpg.el (pgg-gpg-encrypt-region)
9680         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9681         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9682         these routines, so the passphrase can be managed externally and
9683         passed in to the system.
9684
9685         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9686         'notruncate' argument, so the passphrase cache can be used
9687         reliably with identifiers besides a pgp packet's key id.
9688
9689 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9690
9691         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9692         symmetric encryption.
9693         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9694         encrypted session key.
9695         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9696         message ask for the passphrase in a proper way.
9697
9698         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9699         New user commands for symmetric encryption.
9700
9701 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9704
9705         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9706
9707 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9708
9709         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9710
9711 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * mm-decode.el (mm-inlined-types): Add application/pgp.
9714         (mm-automatic-display): Ditto.
9715
9716         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9717         part as text.
9718
9719 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * nnrss.el: Update copyright.
9722         (nnrss-opml-import): Query whether to subscribe to each entry.
9723
9724         * gnus-art.el:
9725         * gnus-sum.el:
9726         * gnus-xmas.el:
9727         * messagexmas.el:
9728         * mm-uu.el:
9729         * mm-view.el: Update copyright.
9730
9731 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * message.el (message-info): New function.
9734         (message-mode-menu): Add it.
9735         Update copyright.
9736
9737         * ChangeLog: Fix and update copyright.
9738
9739 2006-01-13  Romain Francoise  <romain@orebokech.com>
9740
9741         * message.el (message-forward-subject-name-subject): Prefer the
9742         address to 'nowhere' if the sender has no name.
9743         Fix typo.  Update copyright year.
9744
9745 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-art.el (article-wash-html): Use
9748         gnus-summary-show-article-charset-alist if a numeric arg is given.
9749         (gnus-article-wash-html-with-w3m-standalone): New function.
9750
9751         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9752         mm-inline-text-html-render-with-w3m-standalone.
9753         (mm-text-html-washer-alist): Map w3m-standalone to
9754         gnus-article-wash-html-with-w3m-standalone.
9755         (mm-inline-text-html-render-with-w3m-standalone): New function.
9756
9757 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9760         Improve LaTeX.
9761
9762 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9765         (nnrss-request-article): Render text/plain parts as HTML.
9766
9767         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9768         the buffer.
9769
9770 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9773         custom definition of `gnus-posting-styles'.
9774
9775         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9776         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9777
9778 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9781         Use nntp for bug archive.
9782
9783 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9786         parts.
9787         (nnrss-normalize-date): New function converts ISO 8601 date into
9788         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9789         (nnrss-check-group): Use it.
9790
9791 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9794
9795         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9796         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9797         (nnrss-insert-w3): Ditto.
9798
9799 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9802         the articles to be forwarded including the case where neither a
9803         number of articles nor a region is specified.
9804
9805 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * nnrss.el (nnrss-request-article): Fix last change; fill
9808         text/plain parts.
9809
9810 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9813         in text/plain part.
9814         (nnrss-check-group): Don't add excessive newline to dc:subject.
9815
9816 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9817
9818         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9819         article.
9820
9821 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9824         (nnml-use-compressed-files, nnml-save-mail): Support other
9825         comression programs such as bzip2.
9826
9827 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9828
9829         * dns.el (query-dns): Make sure we check the buffer size before
9830         removing tcp headers.
9831
9832 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9835         remove MIME buttons associated with multipart/alternative parts.
9836         (gnus-mime-display-alternative): Tag buttons using `article-type'
9837         text property.
9838
9839         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9840         associated with multipart/alternative parts.
9841
9842         * gnus-art.el (gnus-signature-separator): Fix custom type.
9843
9844         * mm-decode.el (mm-inlined-types): Fix custom type.
9845         (mm-keep-viewer-alive-types): Ditto.
9846         (mm-automatic-display): Ditto.
9847         (mm-attachment-override-types): Ditto.
9848         (mm-inline-override-types): Ditto.
9849         (mm-automatic-external-display): Ditto.
9850
9851 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * spam-report.el (spam-report-user-mail-address)
9854         (spam-report-user-agent): New variables.
9855         (spam-report-url-ping-plain): Use spam-report-user-agent.
9856
9857 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9858
9859         * gnus-art.el (gnus-button-handle-custom): Do not just use
9860         `customize-apropos' for any "M-x customize-*" button but the
9861         function called for.  Accept both the function name and its
9862         argument in order to achieve this.
9863         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9864         function name to `gnus-button-handle-custom' in case of "M-x
9865         customize-*" buttons.
9866
9867 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9870         multipart/alternative and add xref to mm-discouraged-alternatives
9871         in doc string.
9872
9873         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9874         gnus-buttonized-mime-types in doc string.
9875
9876 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9879         Suggest image/.* in the doc string.
9880
9881 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9884         message-marks (Debian bug #342521).
9885
9886 2005-12-12  Simon Josefsson  <jas@extundo.com>
9887
9888         * password.el (password-read-from-cache): Add.
9889         (password-read): Use it.
9890
9891 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9894         us-ascii as a MIME charset.
9895
9896         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9897         against the case where the 2nd arg TYPE is nil.
9898
9899 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * pop3.el (pop3-stream-type): Fix custom version.
9902
9903         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9904
9905 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9906
9907         * mm-decode.el (mm-display-external): Add missing cdr.
9908
9909 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9912         RFC1524) if it is in mailcap or add a suffix according to
9913         mailcap-mime-extensions when generating a temp filename; postpone
9914         deleting a temp file for 2 seconds for some wrappers, shell
9915         scripts, and so on, which might exit right after having started a
9916         viewer command as a background job.
9917
9918 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * nntp.el (nntp-marks-directory): Fix custom group.
9921
9922         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9923         steps when < 10.
9924
9925         * gnus-start.el (gnus-no-server-1): Mention
9926         `gnus-level-default-subscribed' in doc string.
9927
9928 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9929
9930         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9931         parens.
9932
9933 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * gnus-xmas.el (gnus-use-toolbar): Revert.
9936         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9937         gnus-use-toolbar is default.
9938
9939         * messagexmas.el (message-use-toolbar): Revert.
9940         (message-setup-toolbar): Use global default-toolbar if
9941         message-use-toolbar is default.
9942
9943 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9946         according to default-toolbar-visible-p.
9947
9948         * messagexmas.el (message-use-toolbar): Ditto.
9949
9950 2005-11-26  Dave Love  <fx@gnu.org>
9951
9952         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9953         (tls-program, tls-success): Provide openssl alternative.
9954
9955         * starttls.el: Doc fixes.
9956         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9957         SERVICE to PORT.
9958
9959         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9960         port null or service name.
9961         (starttls-negotiate): Autoload.
9962
9963 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * message.el (message-kill-to-signature): Fix interactive spec.
9966
9967 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * pop3.el (pop3-open-server): Recognize a string as a service name.
9970
9971 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9972
9973         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9974
9975 2005-11-23  Dave Love  <fx@gnu.org>
9976
9977         Add pop3s, pop3/starttls.
9978
9979         * pop3.el (pop3-authentication-scheme): Clarify doc.
9980         (open-tls-stream, starttls-open-stream): Autoload.
9981         (pop3-stream-type): New.
9982         (pop3-open-server): Use it.
9983
9984         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9985         for POP.
9986         (mail-source-keyword-map): Add :stream for POP.
9987         (mail-source-fetch-pop): Use pop3-stream-type.
9988
9989 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9992         of current-time-string.
9993
9994 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9995
9996         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9997         date header.
9998
9999 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10000
10001         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10002         it can seriously impact performance as it bypasses the agent's
10003         local caches.
10004
10005 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10006
10007         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10008         must be explicitly online rather than "not explicitly offline" for
10009         its flags to be synchronized.
10010
10011         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10012         that gnus-uu-unmark-thread will function correctly.
10013
10014         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10015         1024K is instead displayed as 1M.
10016
10017 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10020
10021 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10022
10023         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10024
10025 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10026
10027         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10028         error message to display actual error condition.
10029         (gnus-agent-save-local): Avoid saving symbols that are bound to
10030         nil as they simply result in a warning message in
10031         gnus-agent-read-local.
10032
10033 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10036         rather than make-variable-buffer-local for file-precious-flag.
10037
10038 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10039
10040         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10041         for duplicates which are removed.  The invalid sort check then
10042         triggers a rescan after the sort as sorting may have moved
10043         duplicate entries such that they can be cheaply detected.
10044
10045 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10048
10049 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10050
10051         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10052         internal variable to a custom variable.  Changed default value
10053         from compressed(2) to uncompressed(1).
10054         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10055         support for uncompressed agentview files.  Taken together, reading
10056         the agentview file should now be 6-7 times faster.
10057
10058 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10059
10060         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10061         as a buffer-local variable.  This avoids creating truncated
10062         dribble files as a result of a hang up, eg.
10063
10064 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10065
10066         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10067         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10068         XEmacs.
10069
10070 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus-start.el (gnus-start-draft-setup): Enforce
10073         `gnus-draft-mode' for nndraft:drafts at startup.
10074
10075         * gnus.el (gnus-splash): Change custom group.
10076         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10077         allow-list argument.
10078
10079         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10080         string.
10081
10082 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * gnus-art.el (gnus-default-article-saver): Add user-defined
10085         `function' to custom type.
10086
10087 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10088
10089         * imap.el (imap-open): Handle case where buffer is a buffer
10090         object.
10091
10092 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10095         long lines.
10096         (gnus-cache-delete-group): Wrap doc strings.
10097
10098         * gnus-agent.el (gnus-agent-rename-group)
10099         (gnus-agent-delete-group): Wrap doc strings.
10100
10101 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * messagexmas.el (message-use-toolbar): Change the valid values
10104         into default, top, bottom, left, and right.
10105         (message-toolbar-thickness): New variable.
10106         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10107         well.
10108         (message-setup-toolbar): Make it work.
10109
10110         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10111         (gnus-use-toolbar): Change the valid values into default, top,
10112         bottom, left, and right.
10113         (gnus-toolbar-thickness): New variable.
10114         (gnus-xmas-setup-toolbar): New function.
10115         (gnus-xmas-setup-group-toolbar): Use it.
10116         (gnus-xmas-setup-summary-toolbar): Use it.
10117
10118 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * gnus-start.el (gnus-1): Add "native" to
10121         gnus-predefined-server-alist.
10122
10123         * gnus.el (gnus-method-to-server): Don't add "native" to the
10124         lists here, because that leads to problems when
10125         gnus-select-method is bound.
10126
10127 2005-11-09  Simon Josefsson  <jas@extundo.com>
10128
10129         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10130         use (not sort-by-date) instead.
10131
10132 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10133
10134         * gnus-delay.el (gnus-delay-group): Don't autoload.
10135         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10136         to be re-loaded when customizing the `gnus-delay' group.
10137
10138 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10139
10140         * message.el: Revert last changes.
10141         (message-insert-citation-line): Use newlines.
10142
10143 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10144
10145         * message.el (message-courtesy-message)
10146         (message-mark-insert-begin, message-mark-insert-end)
10147         (message-elide-ellipsis, message-cancel-message)
10148         (message-add-header, message-change-subject)
10149         (message-cross-post-followup-to-header)
10150         (message-cross-post-insert-note, message-reduce-to-to-cc)
10151         (message-widen-reply, message-delete-not-region)
10152         (message-kill-to-signature, message-insert-signature)
10153         (message-insert-importance-high, message-insert-importance-low)
10154         (message-insert-or-toggle-importance)
10155         (message-insert-disposition-notification-to)
10156         (message-indent-citation, message-yank-original)
10157         (message-cite-original-without-signature, message-cite-original)
10158         (message-insert-citation-line, message-position-on-field)
10159         (message-fix-before-sending, message-send-mail-partially)
10160         (message-send-mail, message-send-mail-with-sendmail)
10161         (message-send-mail-with-qmail, message-send-news)
10162         (message-check-news-header-syntax, message-generate-headers)
10163         (message-insert-courtesy-copy, message-fill-address)
10164         (message-fill-header, message-shorten-references)
10165         (message-setup-1, message-cancel-news)
10166         (message-forward-make-body-plain, message-forward-make-body-mime)
10167         (message-forward-make-body-mml, message-encode-message-body)
10168         (message-forward-make-body-digest-plain)
10169         (message-forward-make-body-digest-mime)
10170         (message-use-alternative-email-as-from): Insert `hard-newline'
10171         instead of ordinary newlines.
10172
10173 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * message.el (message-generate-headers): Downcase the argument
10176         given to message-check-element.
10177
10178 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10179
10180         * nntp.el (nntp-authinfo-rejected): New error condition.
10181         (nntp-wait-for): Use new error condition to signal authentication
10182         error.
10183         (nntp-retrieve-data): Rethrow new error condition to break out of
10184         recursive call to nntp-send-authinfo.
10185
10186 2005-11-08  Romain Francoise  <romain@orebokech.com>
10187
10188         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10189         (gnus-summary-exit-map): Bind to `Z p'.
10190         (gnus-summary-make-menu-bar): Add menu item.
10191
10192 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10195         (gnus-treat-*): Add `first' in all doc strings.
10196
10197         * gnus-group.el (gnus-group-compact-group): Fix typo.
10198
10199 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus.el (gnus-parameters-case-fold-search): New variable.
10202         (gnus-parameters-get-parameter): Use it.
10203
10204         * gnus-score.el (gnus-home-score-file): Doc fix.
10205
10206 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10207
10208         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10209
10210 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * mm-util.el (mm-special-display-p): New function.
10213
10214         * mml.el (mml-preview): Use it; doc fix.
10215
10216 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10217
10218         * imap.el (imap-open): Handle case where buffer is a buffer object.
10219
10220 2005-10-29  Romain Francoise  <romain@orebokech.com>
10221
10222         * message.el (message-fix-before-sending): Fix comment.
10223
10224 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10225
10226         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10227
10228 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10229
10230         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10231         Used in gnus-score.el.
10232
10233 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10234
10235         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10236
10237 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10240         whitespace removed in revision 7.8.  Use concatenated string to
10241         protect trailing whitespace.
10242
10243 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10244
10245         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10246         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10247         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10248         Courier IMAP ("some version from 2004").  Mostly based on similar
10249         code in the same function.
10250
10251 2005-10-26  Didier Verna  <didier@xemacs.org>
10252
10253         * gnus-group.el (gnus-group-compact-group): Invalidate original
10254         article buffer.
10255         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10256         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10257         NOV database and in article itself.
10258         Invalidate article backlog.
10259
10260 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10263
10264 2005-10-26  Simon Josefsson  <jas@extundo.com>
10265
10266         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10267         part of 2004-07-25 change.
10268
10269 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * message.el (message-display-completion-list): New function.
10272         (message-expand-group): Use it; make sure the Completions buffer
10273         is modifiable.
10274 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10275
10276         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10277         user-mail-name is an empty string.
10278
10279 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10282         depending on gnus-score-decay-constant.
10283
10284         * encrypt.el (encrypt-insert-file-contents)
10285         (encrypt-write-file-contents): Don't use `gnus-message'.
10286
10287         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10288         arguments.
10289         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10290         arguments to mm-uu-verbatim-marks-extract.
10291         (mm-uu-hide-markers): New variable.
10292         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10293
10294         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10295         (gnus-convert-image-to-face-command): Use "convert" by default to
10296         allow other input image formats.
10297         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10298         accordingly.
10299
10300 2005-10-23  Simon Josefsson  <jas@extundo.com>
10301
10302         * imap.el (imap-gssapi-program): Align command line parameters
10303         with latest GNU SASL.
10304         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10305
10306 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10309         HTML.
10310         (nnslashdot-request-article): Ditto.
10311
10312         * lpath.el (featurep): Add nobreak-char-display.
10313
10314 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10315
10316         * mail-source.el (mail-source-fetch-pop): Require pop3.
10317         (mail-source-check-pop): Ditto.
10318
10319 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10322         errors.
10323
10324 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10327         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10328
10329         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10330
10331         * mm-bodies.el (mm-decode-string): Call
10332         `mm-charset-to-coding-system' with allow-override argument.
10333
10334 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10337         (rfc2047-charset-to-coding-system): New function.
10338         (rfc2047-decode-encoded-words): New function.
10339         (rfc2047-decode-region): Use them.
10340         (rfc2047-decode-cte): Remove.
10341         (rfc2047-parse-and-decode): Remove.
10342         (rfc2047-decode): Remove.
10343
10344 2005-10-15  Kenichi Handa  <handa@m17n.org>
10345
10346         * rfc2047.el (rfc2047-decode-cte): New function.
10347         (rfc2047-decode-region): Change the way to decode successive
10348         encoded-words: decode B- or Q-encoding in each encoded-word,
10349         concatenate them, and decode it as charset.
10350
10351 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * lpath.el: Fbind codepage-setup for XEmacs.
10354
10355 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10356
10357         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10358         widget-move-and-invoke.
10359         (gnus-custom-mode): Use gnus-custom-map.
10360
10361 2005-10-15  Bill Wohler  <wohler@newt.com>
10362
10363         * message.el (message-tool-bar-map): Renamed image file from
10364         mail_send to mail/send.
10365
10366 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10367
10368         * message.el (message-expand-group): Pass the common
10369         prefix substring of completion to `display-completion-list'.
10370
10371 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * mml-sec.el (mml-secure-method): New internal variable.
10374         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10375         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10376         functions using mml-secure-method.
10377
10378         * mml.el (mml-mode-map): Add key bindings for those functions.
10379         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10380         Harder <harder@myrealbox.com>.
10381         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10382         end of message if point is the headers of the message.
10383
10384         * message.el (message-in-body-p): New function.
10385
10386         * assistant.el: Autoload gnus-util and netrc.
10387
10388         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10389         Use `mm-charset-override-alist' only when decoding.
10390
10391         * mm-bodies.el (mm-decode-body): Call
10392         `mm-charset-to-coding-system' with allow-override argument.
10393
10394         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10395         `filename' from Content-Disposition if Content-Type doesn't
10396         provide `name'.
10397         (gnus-mime-view-part-as-type): Set default instead of
10398         initial-input.
10399
10400 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10401
10402         * format-spec.el (format-spec): Propagate text properties of % spec.
10403
10404 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * gnus-art.el (gnus-treat-predicate): Add `first'.
10407
10408 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10411         (mm-charset-override-alist): New variable.
10412         (mm-charset-to-coding-system): Use it.
10413         (mm-codepage-setup): New helper function.
10414         (mm-charset-eval-alist): New variable.
10415         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10416         about unknown charsets.
10417
10418         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10419
10420 2005-10-04  David Hansen  <david.hansen@gmx.net>
10421
10422         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10423         (nnrss-check-group): Ditto.
10424
10425 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10428         Rename x-gnus-verbatim to x-verbatim.
10429         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10430
10431         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10432         x-verbatim.
10433
10434         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10435
10436         * gnus-util.el (gnus-remove-duplicates): Remove.
10437
10438         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10439         instead of gnus-remove-duplicates.
10440
10441         * message.el (message-remove-duplicates): Remove.
10442         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10443         message-remove-duplicates.
10444
10445         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10446         available, else use implementation from `delete-dups'.
10447
10448         * message.el (message-insert-expires): New function.
10449         (message-mode-map): Add key binding.
10450         (message-mode-field-menu): Add menu entry.
10451         (message-mode): Document it.
10452         (message-make-expires-date): Use `message-make-date'.
10453
10454 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10455
10456         * message.el (message-make-expires-date): New function.
10457
10458 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * Makefile.in (list-installed-shadows): New entry.
10461         (install): Use it.
10462         (remove-installed-shadows): New entry.
10463
10464         * dgnushack.el (dgnushack-default-load-path): New variable.
10465         (dgnushack-find-lisp-shadows): New function.
10466         (dgnushack-remove-lisp-shadows): New function.
10467
10468 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * Makefile.in (install-el-elc): New entry.
10471         (install): Use it so that .el files are necessarily installed.
10472
10473 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10476
10477 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10478
10479         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10480         function rather than the diff-mode.el package.
10481         (mm-display-external): Use with-current-buffer.
10482         (mm-viewer-completion-map, mm-viewer-completion-map):
10483         Move initialization inside declaration.
10484
10485 2005-09-29  Simon Josefsson  <jas@extundo.com>
10486
10487         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10488         autoload mail-check-payment.
10489         (spam-check-hashcash): Define unconditionally, since hashcash.el
10490         is part of Gnus now.  Ignore errors from payment checking.
10491
10492 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * message.el (message-bold-region, message-unbold-region): Rename
10495         from `bold-region' and `unbold-region'.
10496
10497         * message.el: Remove useless autoloads.
10498
10499 2005-09-28  Simon Josefsson  <jas@extundo.com>
10500
10501         * message.el (message-use-idna): Default to t.
10502         (message-use-idna): Test whether encoding works too.  Doc fix.
10503
10504 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * nntp.el (nntp-warn-about-losing-connection): Remove.
10507
10508 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10509
10510         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10511         customizable.  Change default value.
10512         (mm-uu-diff-groups-regexp): Change default value.
10513         (mm-uu-type-alist): Add doc string.
10514         (mm-uu-configure): Add doc string.  Make it interactive.
10515         (mm-uu-tex-groups-regexp): New variable.
10516         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10517         (mm-uu-type-alist): Add LaTeX documents.
10518         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10519         of "text/verbatim".
10520         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10521
10522         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10523         instead of "text/verbatim".
10524
10525         * message.el (message-mark-inserted-region)
10526         (message-mark-insert-file): Use slrn style marks when called with
10527         prefix argument.
10528
10529 2005-09-27  Simon Josefsson  <jas@extundo.com>
10530
10531         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10532
10533 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10534
10535         * message.el (message-remove-duplicates): New function.
10536         Implementation borrowed from `gnus-remove-duplicates'.
10537         (message-idna-to-ascii-rhs): Also encode idna addresses in
10538         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10539         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10540         only ask about the same idna domain once per header and also tell
10541         in what header to replace the idna domain.
10542
10543         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10544         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10545         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10546         a header is decoded and not just the last one.
10547
10548 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10551         has been decoded.
10552
10553         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10554         (mm-insert-part): Don't modify text if it has been decoded.
10555
10556         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10557         decoded.
10558
10559         * mm-view.el (mm-inline-text): Don't strip text props unless
10560         decoding enriched or richtext parts.
10561
10562 2005-09-25  Romain Francoise  <romain@orebokech.com>
10563
10564         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10565         * gnus-start.el (gnus-subscribe-interactively):
10566         * gnus-uu.el (gnus-uu-grab-articles):
10567         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10568         space.
10569
10570 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10571
10572         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10573         * mm-view.el (mm-view-pkcs7-decrypt):
10574         * gnus-sum.el (gnus-summary-limit-to-extra)
10575         (gnus-summary-respool-article, gnus-read-move-group-name):
10576         * gnus-score.el (gnus-summary-increase-score):
10577         * gnus-util.el (gnus-completing-read-with-default):
10578         * gnus-art.el (gnus-read-save-file-name)
10579         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10580         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10581         * message.el (message-check-news-header-syntax):
10582         Follow convention for reading with the minibuffer.
10583
10584 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * spam-report.el (spam-report-url-ping-plain):
10587         Use gnus-extended-version as User-Agent.
10588
10589         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10590         default value is nil.
10591
10592         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10593         (mm-uu-verbatim-marks-extract): New function.
10594         (mm-uu-extract): New face.
10595         (mm-uu-copy-to-buffer): Use it.
10596
10597         * spam-report.el (spam-report-gmane-ham): Renamed from
10598         `spam-report-gmane-unspam'.
10599         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10600         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10601
10602         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10603         Autoload.
10604         (spam-report-gmane-unregister-routine): Renamed
10605         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10606
10607 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10608
10609         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10610         (spam-report-gmane-unregister-routine): Add support for gmane
10611         unregistration.
10612
10613         * spam-report.el (spam-report-gmane-unspam)
10614         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10615         (spam-report-gmane): Change to take a single article and do unspam
10616         registration.
10617
10618 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * mm-url.el (mm-url-decode-entities): Fix regexp.
10621
10622 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10625         default to nil, to be able to use Gnus at all.  If the default
10626         switches to something else, then the function should be fixed not
10627         be exceedingly slow.
10628
10629 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10630
10631         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10632         fail hard.
10633
10634         * spam-report.el: Add better Keywords line.
10635
10636         * spam.el: Add Maintainer and better Keywords line.
10637
10638 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * gnus-art.el (gnus-article-replace-part)
10641         (gnus-mime-replace-part): New functions.
10642         (gnus-mime-action-alist, gnus-mime-button-commands)
10643         (gnus-mime-save-part-and-strip): Added file argument.
10644         (gnus-article-part-wrapper): Added interactive argument.
10645
10646         * gnus-sum.el (gnus-summary-mime-map): Add
10647         `gnus-article-replace-part'.
10648
10649 2005-09-19  Didier Verna  <didier@xemacs.org>
10650
10651         The nnml compaction feature:
10652         * nnml.el (nnml-request-compact-group): New function.
10653         * nnml.el (nnml-request-compact): New function.
10654         * gnus-int.el (gnus-request-compact-group): New function.
10655         * gnus-int.el (gnus-request-compact): New function.
10656         * gnus-group.el (gnus-group-compact-group): New function.
10657         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10658         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10659         * gnus-srvr.el (gnus-server-compact-server): New function.
10660         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10661         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10662
10663 2005-09-18  Deepak Goel  <deego@gnufans.org>
10664
10665         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10666         format spec.
10667
10668 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10671
10672 2005-09-15  Romain Francoise  <romain@orebokech.com>
10673
10674         * message.el (message-fill-paragraph): Clarify docstring.
10675
10676 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * gnus-art.el (gnus-mime-display-part): Protect against broken
10679         MIME messages.
10680
10681 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10684         before parsing header.
10685
10686 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10687
10688         * html2text.el (html2text-replace-list): Add new entities.
10689
10690 2005-09-11  Romain Francoise  <romain@orebokech.com>
10691
10692         * message.el (message-alternative-emails): Improve docstring.
10693         (message-setup-1): Call `message-use-alternative-email-as-from'
10694         after `message-setup-hook' to give it precedence over posting
10695         styles, etc.
10696         (message-use-alternative-email-as-from): Add docstring.  Remove
10697         the original From header if present.
10698
10699         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10700         (nnml-save-mail): Use it.
10701
10702         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10703         articles.  Add new argument `silent'.
10704         (gnus-uu-mark-all): Report the total number of marked articles.
10705
10706 2005-09-10  Romain Francoise  <romain@orebokech.com>
10707
10708         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10709         (gnus-uu-mark-series): Likewise.
10710
10711 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * spam-report.el (spam-report-gmane): Fix generation of spam
10714         report URL.
10715
10716 2005-09-10  Simon Josefsson  <jas@extundo.com>
10717
10718         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10719         t, based on discussion on the ding list with Robert Epprecht
10720         <epprecht@solnet.ch>.
10721
10722 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * spam-report.el (spam-report-gmane): Make it work without
10725         X-Report-Spam header.  Gmane now only provides Archived-At.
10726         This is only used if `spam-report-gmane-use-article-number' is nil.
10727         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10728
10729         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10730         make `gnus-summary-sort-by-recipient' work with threading.
10731
10732         * nnweb.el (nnweb-google-wash-article): Print a message if article
10733         is not available.
10734
10735 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10736
10737         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10738         change.  Decode text/* parts content before displaying.
10739
10740 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10743
10744 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10747
10748         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10749         url-package-name, url-package-version,
10750         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10751         w3m-display-inline-images, and w3m-minor-mode-map.
10752
10753 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * message.el (message-tab-body-function): Fix mismatched custom type.
10756
10757         * gnus.el (gnus-group-change-level-function): Ditto.
10758
10759         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10760
10761         * gnus-art.el (gnus-signature-limit)
10762         (gnus-article-mime-part-function): Ditto.
10763
10764 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * mml.el (mml-mode): Silence the byte compiler.
10767
10768         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10769         using `(sit-for 0)' before moving the point to the specified part;
10770         skip unbuttonized parts.
10771         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10772         return to the summary window if gnus-auto-select-part is non-nil.
10773
10774 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10777         variables.
10778         (mml-dnd-attach-file, mml-mode): Use them.
10779
10780         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10781         Make fetching article by MID work again for Google Groups.  Added
10782         FIXME concerning gnus-group-make-web-group.
10783
10784         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10785         Don't depend on Gnus by using mail-extract-address-components if
10786         gnus-extract-address-components is not bound.
10787
10788 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10789
10790         * gnus-art.el (gnus-mime-display-security): Don't display the
10791         signature, but only the signed part.
10792
10793 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10796
10797         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10798         list, not listp.
10799
10800 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10801
10802         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10803         when encoding.
10804
10805         * mm-bodies.el (mm-decode-content-transfer-encoding):
10806         De-canonicalize CRLF for all text content types, not just
10807         text/plain.
10808
10809 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10812         valid article; point arrow and cursor at the MIME button.
10813
10814 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10817         Suggested by Dan Christensen <jdc@uwo.ca>.
10818
10819         * mm-decode.el (mm-save-part): Enable change of prompt.
10820
10821 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10822
10823         * gnus-msg.el (gnus-inews-add-send-actions): Made
10824         `message-post-method' lambda parameter ARG `&optional'.
10825
10826 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gnus-sum.el (gnus-summary-mime-map): Added
10829         gnus-article-save-part-and-strip, gnus-article-delete-part and
10830         gnus-article-jump-to-part.
10831
10832         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10833         (gnus-article-edit-part): Use it.
10834         (gnus-article-part-wrapper): Added no-handle argument.
10835         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10836         functions.
10837
10838 2005-08-29  Romain Francoise  <romain@orebokech.com>
10839
10840         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10841         docstring.
10842         (gnus-face-from-file): Likewise.
10843
10844 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10847         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10848         non-nil.
10849         (gnus-auto-select-part): New variable.
10850         (gnus-article-jump-to-part): New function.
10851         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10852         (gnus-mime-delete-part): Allow selecting specified part after
10853         deleting or stripping parts.
10854         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10855         part if argument is bogus.
10856
10857 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10858
10859         * gnus-art.el (w3m-minor-mode-map):
10860         * gnus-spec.el (gnus-newsrc-file-version):
10861         * gnus-util.el (nnmail-active-file-coding-system)
10862         (gnus-original-article-buffer, gnus-user-agent):
10863         * gnus.el (gnus-ham-process-destinations)
10864         (gnus-parameter-ham-marks-alist)
10865         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10866         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10867         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10868         * mm-decode.el (gnus-current-window-configuration):
10869         * mm-extern.el (gnus-article-mime-handles):
10870         * mm-url.el (url-current-object, url-package-name)
10871         (url-package-version):
10872         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10873         (smime-keys, w3m-cid-retrieve-function-alist)
10874         (w3m-current-buffer, w3m-display-inline-images)
10875         (w3m-minor-mode-map):
10876         * mml-smime.el (gnus-extract-address-components):
10877         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10878         (gnus-newsrc-hashtb, message-default-charset)
10879         (message-deletable-headers, message-options)
10880         (message-posting-charset, message-required-mail-headers)
10881         (message-required-news-headers):
10882         * mml1991.el (mc-pgp-always-sign):
10883         * mml2015.el (mc-pgp-always-sign):
10884         * nnheader.el (nnmail-extra-headers):
10885         * rfc1843.el (gnus-decode-encoded-word-function)
10886         (gnus-decode-header-function, gnus-newsgroup-name):
10887         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10888
10889 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10890
10891         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10892         the end of the date treatments.
10893
10894 2005-08-15  Simon Josefsson  <jas@extundo.com>
10895
10896         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10897         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10898         Capello and Romain Francoise.
10899         (pgg-fetch-key-function): Removed, not used?
10900         (pgg-insert-url-with-w3): Require url, to get
10901         url-insert-file-contents regardless of where it is defined.
10902
10903 2005-08-13  Romain Francoise  <romain@orebokech.com>
10904
10905         * message.el (message-cite-original-1): New function.
10906         (message-cite-original): Use it.
10907         (message-cite-original-without-signature): Ditto.
10908
10909 2005-08-08  Romain Francoise  <romain@orebokech.com>
10910
10911         * message.el (message-yank-empty-prefix): New variable.
10912         (message-indent-citation): Use it.
10913         (message-cite-original-without-signature): Respect X-No-Archive.
10914
10915 2005-08-08  Simon Josefsson  <jas@extundo.com>
10916
10917         * pgg.el: Autoload url-insert-file-contents instead of loading
10918         w3/url.
10919         (pgg-insert-url-with-w3): Don't load url here.
10920
10921 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10922
10923         * message.el (message-kill-to-signature): Don't insert newline at
10924         bol.
10925         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10926
10927 2005-08-06  Romain Francoise  <romain@orebokech.com>
10928
10929         * message.el (message-user-fqdn): Fix typo in docstring.
10930
10931 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10932
10933         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10934
10935         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10936
10937 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * mm-bodies.el (mm-encode-body): Use coding system rather than
10940         charset to encode text.
10941
10942         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10943         number of charsets if utf-8 is available (XEmacs).
10944
10945 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10948         taken from `gnus-button-mid-or-mail-regexp'.
10949         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10950         (gnus-button-alist): Improve regexp for domain part of the MIDs
10951         for news:localpart@domain buttons.
10952         (gnus-button-ctan-directory-regexp): Update.
10953
10954 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * sieve-manage.el (sieve-manage-interactive-login): Use
10957         make-local-variable rather than make-variable-buffer-local.
10958         (sieve-manage-open): Ditto.
10959         (sieve-manage-authenticate): Ditto.
10960
10961         * mml.el (mml-generate-mime-1): Make the content type default to
10962         text/plain if the filename is not specified.
10963
10964 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10967         instead of insert-buffer.
10968
10969         * message.el (message-yank-original): Ditto; set the mark at the
10970         end of the yanked message.
10971
10972 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10975         lines to scroll rather than to stop it.
10976
10977         * mml.el (mml-generate-default-type): Add doc string.
10978         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10979         default to application/octet-stream when determining the content
10980         type if it is not specified for the part or the mml contents; add
10981         a comment about mml-generate-default-type.
10982
10983 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10986         make it default to application/octet-stream when determining the
10987         content type if it is not specified for the external contents.
10988
10989 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10992         segmented parameter but also other parameters might be there.
10993
10994 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * mm-decode.el (mm-display-external): Delete temp file, directory
10997         and buffer immediately if the external process is exited.
10998
10999 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11002         fewer lines than that of scroll-margin.
11003         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11004
11005 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (gnus-article-next-page): Revert.
11008         (gnus-article-beginning-of-window): New macro.
11009         (gnus-article-next-page-1): Use it.
11010         (gnus-article-prev-page): Ditto.
11011         (gnus-article-edit-part): Use insert-buffer-substring instead of
11012         insert-buffer.
11013         (gnus-article-edit-exit): Ditto.
11014
11015         * gnus-util.el (gnus-beginning-of-window): Remove.
11016         (gnus-end-of-window): Remove.
11017
11018         * lpath.el: Don't bind header-line-format and scroll-margin.
11019
11020 2005-07-25  Simon Josefsson  <jas@extundo.com>
11021
11022         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11023         to have the url package without w3.  Reported by Daiki Ueno
11024         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11025
11026 2005-07-20  Didier Verna  <didier@xemacs.org>
11027
11028         * gnus-diary.el: Remove the description comment (nndiary is now
11029         properly documented in the Gnus manual).
11030         Fix the spelling of "Back End".
11031         * nndiary.el: Ditto.
11032         Fix the copyright notice.
11033
11034 2005-07-18  Romain Francoise  <romain@orebokech.com>
11035
11036         * gnus-sum.el (gnus-summary-to-prefix)
11037         (gnus-summary-newsgroup-prefix): New variables.
11038         (gnus-summary-from-or-to-or-newsgroups): Use them.
11039
11040 2005-07-17  Romain Francoise  <romain@orebokech.com>
11041
11042         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11043         space as it's generally not especially interesting to the user.
11044
11045 2005-07-16  Romain Francoise  <romain@orebokech.com>
11046
11047         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11048         nil to avoid prompting and file modification if one of the
11049         messages at the top of the nnfolder file contains a copyright
11050         notice.
11051         Update copyright notice.
11052
11053         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11054         instead of `current-time-string' as the latter creates a time
11055         string that is not RFC 2822 compliant (it lacks the zone).
11056         Update copyright notice.
11057
11058 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11059
11060         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11061         for text/rtf.  Display default in prompt.  Pass default for M-n.
11062
11063         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11064
11065 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11066
11067         * gnus-msg.el (gnus-button-mailto): Remove
11068         save-selected-window-window hackery because it relies on
11069         save-selected-window internals.
11070
11071 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11074         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11075         (gnus-article-prev-page): Ditto.
11076
11077         * gnus-util.el (gnus-beginning-of-window): New function.
11078         (gnus-end-of-window): New function.
11079
11080         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11081
11082 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11083
11084         * gnus-score.el (gnus-score-edit-all-score): Set
11085         gnus-score-edit-exit-function to gnus-score-edit-done and call
11086         gnus-message.
11087
11088 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * gnus-msg.el (gnus-button-mailto): Remove
11091         save-selected-window-window hackery because it relies on
11092         save-selected-window internals.
11093
11094 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11097         add-minor-mode.
11098         (gnus-binary-mode): Ditto.
11099
11100         * gnus-topic.el (gnus-topic-mode): Ditto.
11101
11102 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11103
11104         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11105         (gnus-article-prev-page): Take scroll-margin into consideration.
11106
11107 2005-07-04  Lute Kamstra  <lute@gnu.org>
11108
11109         Update FSF's address in GPL notices.
11110
11111 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11112
11113         * gnus.el (gnus-exit):
11114         * gnus-group.el (gnus-group-icons):
11115         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11116
11117         * gnus-nocem.el (gnus-nocem):
11118         * message.el (message-various, message-buffers, message-sending)
11119         (message-interface, message-forwarding, message-insertion)
11120         (message-headers, message-news, message-mail):
11121         * pgg-gpg.el (pgg-gpg):
11122         * pgg-parse.el (pgg-parse):
11123         * pgg-pgp.el (pgg-pgp):
11124         * pgg-pgp5.el (pgg-pgp5):
11125         * pop3.el (pop3): Finish `defgroup' description with period.
11126
11127 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-art.el (article-display-face): Improve the efficiency.
11130         (article-display-x-face): Ditto; remove grey x-face stuff.
11131
11132 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-art.el (article-display-face): Correct the position in
11135         which Faces are inserted.
11136
11137 2005-06-29  Didier Verna  <didier@xemacs.org>
11138
11139         * gnus-art.el (article-display-face): Display faces in correct
11140         order.
11141
11142 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11145         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11146         (gnus-nocem-check-article): Fetch the Type header.
11147         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11148         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11149         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11150         make sure gnus-nocem-hashtb is initialized.
11151         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11152         (gnus-nocem-unwanted-article-p): Ditto.
11153
11154         * pgg.el (pgg-verify): Return the verification result.
11155
11156 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11159         is ascii.
11160
11161 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11162
11163         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11164         `show-nonbreak-escape'.
11165
11166 2005-06-23  Lute Kamstra  <lute@gnu.org>
11167
11168         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11169
11170         * dig.el (dig-mode):
11171         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11172
11173 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11174
11175         * nnimap.el (nnimap-split-download-body): Fix spellings.
11176
11177 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11178
11179         * gnus-art.el (gnus-article-encrypt-body):
11180         * gnus-cus.el (gnus-score-customize):
11181         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11182         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11183
11184 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11185
11186         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11187         header by looking for magic "MII" at the beginnig.
11188
11189 2005-06-16  Miles Bader  <miles@gnu.org>
11190
11191         * gnus-xmas.el (gnus-xmas-group-startup-message):
11192         Use renamed gnus-splash face.
11193
11194         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11195         (assistant-field-face): New backward-compatibility alias for renamed
11196         face.
11197         (assistant-render-text): Use renamed assistant-field face.
11198
11199         * spam.el (spam): Remove "-face" suffix from face name.
11200         (spam-face): New backward-compatibility alias for renamed face.
11201         (spam-face, spam-initialize): Use renamed spam face.
11202
11203         * message.el (message-header-to, message-header-cc)
11204         (message-header-subject, message-header-newsgroups)
11205         (message-header-other, message-header-name)
11206         (message-header-xheader, message-separator, message-cited-text)
11207         (message-mml): Remove "-face" suffix from face names.
11208         (message-header-to-face, message-header-cc-face)
11209         (message-header-subject-face, message-header-newsgroups-face)
11210         (message-header-other-face, message-header-name-face)
11211         (message-header-xheader-face, message-separator-face)
11212         (message-cited-text-face, message-mml-face):
11213         New backward-compatibility aliases for renamed faces.
11214         (message-font-lock-keywords): Use renamed message faces.
11215
11216         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11217         (sieve-test-commands, sieve-tagged-arguments):
11218         Remove "-face" suffix from face names.
11219         (sieve-control-commands-face, sieve-action-commands-face)
11220         (sieve-test-commands-face, sieve-tagged-arguments-face):
11221         New backward-compatibility aliases for renamed faces.
11222         (sieve-control-commands-face, sieve-action-commands-face)
11223         (sieve-test-commands-face, sieve-tagged-arguments-face):
11224         Use renamed sieve faces.
11225
11226         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11227         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11228         (gnus-group-news-3-empty, gnus-group-news-4)
11229         (gnus-group-news-4-empty, gnus-group-news-5)
11230         (gnus-group-news-5-empty, gnus-group-news-6)
11231         (gnus-group-news-6-empty, gnus-group-news-low)
11232         (gnus-group-news-low-empty, gnus-group-mail-1)
11233         (gnus-group-mail-1-empty, gnus-group-mail-2)
11234         (gnus-group-mail-2-empty, gnus-group-mail-3)
11235         (gnus-group-mail-3-empty, gnus-group-mail-low)
11236         (gnus-group-mail-low-empty, gnus-summary-selected)
11237         (gnus-summary-cancelled, gnus-summary-high-ticked)
11238         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11239         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11240         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11241         (gnus-summary-low-undownloaded)
11242         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11243         (gnus-summary-low-unread, gnus-summary-normal-unread)
11244         (gnus-summary-high-read, gnus-summary-low-read)
11245         (gnus-summary-normal-read, gnus-splash):
11246         Remove "-face" suffix from face names.
11247         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11248         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11249         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11250         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11251         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11252         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11253         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11254         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11255         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11256         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11257         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11258         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11259         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11260         (gnus-summary-normal-ticked-face)
11261         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11262         (gnus-summary-normal-ancient-face)
11263         (gnus-summary-high-undownloaded-face)
11264         (gnus-summary-low-undownloaded-face)
11265         (gnus-summary-normal-undownloaded-face)
11266         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11267         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11268         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11269         (gnus-splash-face):
11270         New backward-compatibility aliases for renamed faces.
11271         (gnus-group-startup-message): Use renamed gnus faces.
11272
11273         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11274         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11275         (gnus-server-agent): Remove "-face" suffix from face names.
11276         (gnus-server-agent-face, gnus-server-opened-face)
11277         (gnus-server-closed-face, gnus-server-denied-face)
11278         (gnus-server-offline-face):
11279         New backward-compatibility aliases for renamed faces.
11280         (gnus-server-agent-face, gnus-server-opened-face)
11281         (gnus-server-closed-face, gnus-server-denied-face)
11282         (gnus-server-offline-face): Use renamed gnus faces.
11283
11284         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11285         Remove "-face" suffix from face names.
11286         (gnus-picon-xbm-face, gnus-picon-face):
11287         New backward-compatibility aliases for renamed faces.
11288
11289         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11290         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11291         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11292         (gnus-cite-11): Remove "-face" suffix from face names.
11293         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11294         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11295         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11296         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11297         New backward-compatibility aliases for renamed faces.
11298         (gnus-cite-attribution-face, gnus-cite-face-list)
11299         (gnus-article-boring-faces): Use renamed gnus faces.
11300
11301         * gnus-art.el (gnus-signature, gnus-header-from)
11302         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11303         (gnus-header-content): Remove "-face" suffix from face names.
11304         (gnus-signature-face, gnus-header-from-face)
11305         (gnus-header-subject-face, gnus-header-newsgroups-face)
11306         (gnus-header-name-face, gnus-header-content-face):
11307         New backward-compatibility aliases for renamed faces.
11308         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11309
11310         * gnus-sum.el (gnus-summary-selected-face)
11311         (gnus-summary-highlight): Use renamed gnus faces.
11312         * gnus-group.el (gnus-group-highlight): Likewise.
11313
11314 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11315
11316         * gnus-sieve.el (gnus-sieve-article-add-rule):
11317         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11318         * spam-stat.el (spam-stat-buffer-change-to-spam)
11319         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11320
11321         * message.el (message-is-yours-p):
11322         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11323
11324 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * mm-view.el (mm-inline-text): Withdraw the last change.
11327
11328 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11331         executing enriched-decode.
11332
11333 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11336         charset of tar files.
11337
11338 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11339
11340         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11341
11342 2005-06-04  Lute Kamstra  <lute@gnu.org>
11343
11344         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11345         information is never recorded.
11346
11347 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11348
11349         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11350
11351 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * pop3.el (pop3-apop): Run md5 in the binary mode.
11354
11355         * starttls.el (starttls-set-process-query-on-exit-flag):
11356         Use eval-and-compile.
11357
11358 2005-05-31  Simon Josefsson  <jas@extundo.com>
11359
11360         * smime.el (smime-replace-in-string): Define.
11361         (smime-cert-by-ldap-1): Use it.
11362
11363 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-art.el (article-display-x-face): Replace
11366         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11367
11368         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11369         set-process-query-on-exit-flag or process-kill-without-query.
11370
11371         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11372         loop instead of replace-regexp.
11373
11374         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11375         instead of process-kill-without-query if it is available.
11376
11377         * lpath.el: Fbind ldap-search-entries.
11378
11379         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11380         instead of find-file-hooks if it is available.
11381
11382         * mml1991.el: Bind pgg-default-user-id when compiling.
11383
11384         * mml2015.el: Bind pgg-default-user-id when compiling.
11385
11386         * nndraft.el (nndraft-request-associate-buffer):
11387         Use write-contents-functions instead of write-contents-hooks if it is
11388         available.
11389
11390         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11391         instead of find-file-hooks if it is available.
11392
11393         * nntp.el (nntp-open-connection): Replace
11394         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11395         (nntp-open-ssl-stream): Ditto.
11396         (nntp-open-tls-stream): Ditto.
11397
11398         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11399         set-process-query-on-exit-flag or process-kill-without-query.
11400         (starttls-open-stream-gnutls): Use it instead of
11401         process-kill-without-query.
11402         (starttls-open-stream): Ditto.
11403
11404 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11405
11406         * smime.el (smime-cert-by-ldap-1): Don't use
11407         replace-regexp-in-string.
11408
11409 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11410
11411         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11412
11413         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11414         in PEM format.  Adjust to the XEmacs compability.
11415
11416 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11419         by `string-to-number'.
11420         * gnus-agent.el (gnus-agent-regenerate-group)
11421         (gnus-agent-fetch-articles): Ditto.
11422         * gnus-art.el (gnus-button-fetch-group): Ditto.
11423         * gnus-cache.el (gnus-cache-generate-active)
11424         (gnus-cache-articles-in-group): Ditto.
11425         * gnus-group.el (gnus-group-set-current-level)
11426         (gnus-group-insert-group-line): Ditto.
11427         * gnus-score.el (gnus-score-set-expunge-below)
11428         (gnus-score-set-mark-below, gnus-summary-score-effect)
11429         (gnus-summary-score-entry): Ditto.
11430         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11431         (gnus-soup-pack): Ditto.
11432         * gnus-spec.el (gnus-xmas-format): Ditto.
11433         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11434         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11435         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11436         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11437         * nndb.el (nndb-get-remote-expire-response): Ditto.
11438         * nndiary.el (nndiary-parse-schedule-value)
11439         (nndiary-string-to-number, nndiary-request-replace-article)
11440         (nndiary-request-article): Ditto.
11441         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11442         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11443         * nneething.el (nneething-make-head): Ditto.
11444         * nnfolder.el (nnfolder-request-article)
11445         (nnfolder-retrieve-headers): Ditto.
11446         * nnheader.el (nnheader-file-to-number): Ditto.
11447         * nnkiboze.el (nnkiboze-request-article): Ditto.
11448         * nnmail.el (nnmail-process-unix-mail-format)
11449         (nnmail-process-babyl-mail-format): Ditto.
11450         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11451         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11452         (nnmh-request-create-group, nnmh-request-list-1)
11453         (nnmh-request-group, nnmh-request-article): Ditto.
11454         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11455         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11456         * nnsoup.el (nnsoup-make-active): Ditto.
11457         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11458         * nntp.el (nntp-find-group-and-number)
11459         (nntp-retrieve-headers-with-xover): Ditto.
11460         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11461         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11462         (pgg-format-key-identifier): Ditto.
11463         * pop3.el (pop3-last, pop3-stat): Ditto.
11464         * qp.el (quoted-printable-decode-region): Ditto.
11465
11466         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11467         of concat.
11468
11469 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11472
11473         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11474
11475         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11476
11477         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11478
11479         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11480
11481         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11482
11483         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11484         (gnus-carpal-mode): Ditto.
11485
11486         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11487         (gnus-browse-mode): Ditto.
11488
11489         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11490
11491         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11492
11493 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11494
11495         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11496
11497 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-util.el (gnus-run-mode-hooks): New function.
11500
11501         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11502
11503         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11504         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11505
11506 2005-05-27  Lute Kamstra  <lute@gnu.org>
11507
11508         * dns-mode.el (dns-mode): Specify customization group.
11509
11510 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11511
11512         * gnus-agent.el (gnus-agent-make-mode-line-string):
11513         Use mode-line-highlight as mouse-face.
11514
11515 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * canlock.el (canlock): Change the parent group to news.
11518
11519         * deuglify.el (gnus-outlook-deuglify): Add :group.
11520
11521         * dig.el (dig): Add :group.
11522
11523         * dns-mode.el (dns-mode): Add :group.
11524
11525         * encrypt.el (encrypt): Add :group.
11526
11527         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11528         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11529         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11530         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11531         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11532
11533         * gnus-diary.el (gnus-diary): Add :group.
11534
11535         * gnus.el (gnus-group-news-1-face): Add :group.
11536         (gnus-group-news-1-empty-face): Ditto.
11537         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11538         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11539         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11540         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11541         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11542         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11543         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11544         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11545         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11546         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11547         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11548         (gnus-summary-high-ticked-face): Ditto.
11549         (gnus-summary-low-ticked-face): Ditto.
11550         (gnus-summary-normal-ticked-face): Ditto.
11551         (gnus-summary-high-ancient-face): Ditto.
11552         (gnus-summary-low-ancient-face): Ditto.
11553         (gnus-summary-normal-ancient-face): Ditto.
11554         (gnus-summary-high-undownloaded-face): Ditto.
11555         (gnus-summary-low-undownloaded-face): Ditto.
11556         (gnus-summary-normal-undownloaded-face): Ditto.
11557         (gnus-summary-high-unread-face): Ditto.
11558         (gnus-summary-low-unread-face): Ditto.
11559         (gnus-summary-normal-unread-face): Ditto.
11560         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11561         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11562
11563         * hashcash.el (hashcash): New custom group.
11564         (hashcash-default-payment): Add :group.
11565         (hashcash-payment-alist): Ditto.
11566         (hashcash-default-accept-payment): Ditto.
11567         (hashcash-accept-resources): Ditto.
11568         (hashcash-path): Ditto.
11569         (hashcash-extra-generate-parameters): Ditto.
11570         (hashcash-double-spend-database): Ditto.
11571         (hashcash-in-news): Ditto.
11572
11573         * message.el (message-minibuffer-local-map): Add :group.
11574
11575         * netrc.el (netrc): Add :group.
11576
11577         * sieve-manage.el (sieve-manage-log): Add :group.
11578         (sieve-manage-default-user): Diito.
11579         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11580         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11581         (sieve-manage-authenticators): Ditto.
11582         (sieve-manage-authenticator-alist): Ditto.
11583         (sieve-manage-default-port): Ditto.
11584
11585         * sieve-mode.el (sieve-control-commands-face): Add :group.
11586         (sieve-action-commands-face): Ditto.
11587         (sieve-test-commands-face): Ditto.
11588         (sieve-tagged-arguments-face): Ditto.
11589
11590         * smime.el (smime): Add :group.
11591
11592         * spam-report.el (spam-report): Add :group.
11593
11594         * spam.el (spam, spam-face): Add :group.
11595
11596 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11597
11598         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11599         return \n.\n.\n at the end of articles.  Protect against that.
11600         (nntp-with-open-group): Allow debugging.
11601
11602         * nnheader.el (mail-header-set-extra): Make into a function
11603         because I just could't understand how to quote the list properly.
11604
11605         * dns.el (query-dns-cached): New function.
11606
11607 2005-05-26  Lute Kamstra  <lute@gnu.org>
11608
11609         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11610
11611 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11614
11615         * gnus-art.el: Don't autoload mail-extract-address-components.
11616
11617         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11618         eval-and-compile to evaluate it.
11619
11620         * hashcash.el: Don't autoload executable-find.
11621
11622         * nndb.el: Don't declare the nndb back end two or more times; don't
11623         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11624
11625         * nntp.el: Autoload format-spec instead of format; use
11626         eval-and-compile to evaluate autoload forms.
11627
11628 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11629
11630         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11631
11632 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * gnus.el (gnus-version-number): Bump version.
11635
11636 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11637
11638         * gnus.el: No Gnus v0.3 is released.
11639
11640 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * lpath.el (featurep): Bind show-nonbreak-escape.
11643
11644 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-art.el (gnus-article-edit-part): Disable undo.
11647
11648 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11651         gnus-article-date-lapsed-new-header is t if date timer is active;
11652         skip headers in which the original date value is empty.
11653         (gnus-article-save-original-date): Redefine it as a macro.
11654         (gnus-display-mime): Use it.
11655
11656 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * gnus-art.el (article-date-ut): Support converting date in
11659         forwarded parts as well.
11660         (gnus-article-save-original-date): New function.
11661         (gnus-display-mime): Use it.
11662
11663 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11664
11665         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11666         enclosure element of <item>.
11667
11668 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11669
11670         * message.el (message-kill-buffer-query): Renamed from
11671         `message-kill-buffer-query-if-modified'.  Added :version.
11672
11673 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11676         window layout.
11677
11678 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * mml.el: Autoload dnd when compiling.
11681
11682 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11685         x-dnd-*.
11686
11687 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * qp.el (quoted-printable-encode-region): Save excursion.
11690
11691 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11692
11693         * message.el (message-kill-buffer-query-if-modified): Add new variable
11694         so the user can kill a modified message buffer quickly.
11695         (message-kill-buffer): Use it.
11696
11697 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * lpath.el: Fbind display-time-event-handler; don't fbind
11700         string-to-multibyte.
11701
11702         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11703
11704 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11707         contained in text because xml.el decodes entities) with LFs.
11708
11709 2005-04-11  Lute Kamstra  <lute@gnu.org>
11710
11711         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11712         differently.
11713
11714 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11715
11716         * mm-util.el (mm-detect-coding-region): Typo.
11717
11718 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11721
11722 2005-04-06  Deepak Goel  <deego@gnufans.org>
11723
11724         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11725         user-function allow user modifications of the scores.
11726         (spam-stat-score-buffer-user): New function, to allow
11727         user-computed modifications to the score.
11728         (spam-stat-score-buffer-user-functions): List of additional
11729         scoring functions.
11730         (spam-stat-error-holder): Global temporary error holder.
11731         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11732         variable.
11733
11734 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11735
11736         * gnus-registry.el (gnus-registry-clean-empty-function)
11737         (gnus-registry-trim, gnus-registry-fetch-groups)
11738         (gnus-registry-delete-group): Groups that match
11739         `gnus-registry-ignored-groups' are removed from the registry
11740         entries, not just ignored for splitting.  This helps clean up the
11741         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11742         to get all the groups a message ID is in.
11743
11744         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11745         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11746         (spam-stat-score-buffer-user-functions): Add :number custom type.
11747
11748 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11751         argument in XEmacs.
11752
11753         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11754         (nnrss-request-group): Decode group name first.
11755         (nnrss-request-article): Make a text/plain article if mml-to-mime
11756         failed.
11757         (nnrss-get-encoding): Return a compatible encoding according to
11758         nnrss-compatible-encoding-alist.
11759         (nnrss-find-el): Use consp instead of listp.
11760         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11761
11762 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11765         which Emacs 20 doesn't support.
11766         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11767
11768 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11771         silence the byte compiler inside the defun.
11772
11773         * gnus-demon.el (parse-time-string): Add autoload.
11774
11775         * gnus-delay.el (parse-time-string): Add autoload.
11776
11777         * gnus-art.el (parse-time-string): Add autoload.
11778
11779         * nnultimate.el (parse-time): Require for `parse-time-string'.
11780
11781 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11784
11785         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11786
11787         * smime.el (smime-ldap-host-list): Add :version.
11788
11789 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11790
11791         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11792         pass it to `gnus-browse-read-group'.
11793         (gnus-browse-read-group): Add NUMBER argument and pass it to
11794         `gnus-group-read-ephemeral-group'.
11795
11796         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11797         argument and pass it to `gnus-group-read-group'.
11798
11799 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11800
11801         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11802         mm-xemacs-find-mime-charset-1 if we have the mule feature
11803         available at runtime.
11804
11805 2005-03-25  Werner Lemberg  <wl@gnu.org>
11806
11807         * nnmaildir.el: Replace `illegal' with `invalid'.
11808
11809 2005-03-23  Lute Kamstra  <lute@gnu.org>
11810
11811         * time-date.el: Add comment on time value formats.
11812         Don't require parse-time.
11813         (with-decoded-time-value): New macro.
11814         (encode-time-value): New function.
11815         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11816         (days-to-time): Return a valid time value when arg is huge.
11817         (time-since): Use time-subtract.
11818         (time-to-number-of-days): Use time-to-seconds.
11819
11820 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11821
11822         * gnus-start.el (gnus-display-time-event-handler):
11823         Check display-time-timer at runtime rather than only at load time
11824         in case display-time-mode is turned off in the mean time.
11825
11826 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11829         used.
11830
11831         * nneething.el (nneething-map-file-directory): Derive from
11832         `gnus-directory'.
11833
11834         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11835         the To/Cc button.
11836
11837 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * nnmaildir.el (nnmaildir-request-accept-article):
11840         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11841
11842 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11843
11844         * gnus-async.el: Require timer-funcs at compile time when in
11845         XEmacs for `run-with-idle-timer'.
11846
11847 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11848
11849         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11850         autoloaded function.
11851
11852 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11853
11854         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11855
11856 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11857
11858         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11859
11860 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11861
11862         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11863         gnus-expert-user to default.
11864
11865 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11866
11867         * nnimap.el (nnimap-open-server): Ditto.
11868
11869         * imap.el (imap-authenticate): Fix typo.
11870
11871 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11872
11873         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11874         buffer (since IMAP server might return FETCH response out of
11875         order, and the nntp buffer must be sorted).
11876
11877 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11878
11879         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11880         comparison on string.
11881
11882         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11883         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11884         (gnus-agent-summary-fetch-series): Modified to protect against
11885         gnus-agent-summary-fetch-group clearing processable flags.
11886         (gnus-agent-synchronize-group-flags): Update live group buffer as
11887         synchronization may occur due to the user toggle the plugged
11888         status.
11889         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11890         successfully downloaded.
11891         (gnus-agent-expire-group-1): Avoid using markers when the overview
11892         is in ascending order; greatly improves performance.
11893         (gnus-agent-regenerate-group): Use
11894         gnus-agent-synchronize-group-flags to reset read status in both
11895         gnus and server.
11896         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11897
11898 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * message.el: Don't autoload former message-utils variables.
11901         (message-strip-subject-trailing-was): Change doc string.
11902
11903         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11904         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11905         (nnweb-google-search): Add "hl=en" here.
11906         (nnweb-google-parse-1, nnweb-google-create-mapping):
11907         Don't hardcode URL.
11908
11909 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * message.el (message-get-reply-headers, message-followup):
11912         Mention related variables `message-use-followup-to' and
11913         `message-use-mail-followup-to', in the information buffer.
11914
11915         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11916         of broken groups(-beta).google.com.
11917
11918 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11919
11920         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11921         parameter to invoked gnus-request-move-article; remove the
11922         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11923         all at once instead of once per article.
11924         (gnus-summary-remove-process-mark): Accept a list of articles as
11925         well as a single article for processing.
11926
11927         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11928         parameter.
11929
11930         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11931
11932         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11933
11934         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11935         parameter.
11936
11937         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11938         parameter.
11939
11940         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11941         parameter and remove the gnus-sum-hint-move-is-internal variable.
11942
11943         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11944         parameter.
11945
11946         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11947         parameter.
11948
11949         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11950         parameter.
11951
11952         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11953
11954         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11955         parameter.
11956
11957         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11958         parameter.
11959
11960 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11961
11962         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11963         a more conservative way.
11964
11965 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11966
11967         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11968         buffer, so it moves the window's cursor.
11969
11970 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11971
11972         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11973         `mm-dissect-multipart' and receive the from field as an (optional)
11974         argument from `mm-dissect-multipart'.
11975         (mm-dissect-multipart): Receive the from field as an argument and
11976         pass it on when we call `mm-dissect-buffer' on MIME parts.
11977         Fixes verification/decryption of signed/encrypted MIME parts.
11978
11979 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11980
11981         * gnus-sum.el (gnus-summary-move-article): Set
11982         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11983         whatever it calls (right now, only nnimap-request-move article
11984         respects it).
11985
11986         * nnimap.el (nnimap-request-move-article): When
11987         gnus-sum-hint-move-is-internal is set, don't do the extra
11988         nnimap-request-article.
11989
11990 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11993
11994         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11995         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11996
11997         * gnus-sum.el (gnus-summary-caesar-message):
11998         Apply `gnus-treat-article' after rotation.
11999
12000         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12001         doc string.
12002
12003 2005-02-22  Simon Josefsson  <jas@extundo.com>
12004
12005         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12006         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12007         <arne@arnested.dk>.
12008         (encrypt): Add password-cache and password-cache-expiry as group
12009         members.
12010
12011 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12012
12013         * smime.el (smime-ldap-host-list): Doc fix.
12014         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12015         cache) password.
12016         (smime-sign-region): Use it.
12017         (smime-decrypt-region): Use it.
12018         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12019         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12020         fails.
12021         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12022         certificate from DER to PEM format rather than calling openssl.
12023
12024         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12025
12026         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12027         for signing/encryption.
12028
12029         * mml.el (mml-parse-1): Use them.
12030
12031 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12032
12033         * nnrss.el (nnrss-verbose): Removed.
12034         (nnrss-request-group): Use `nnheader-message' instead.
12035
12036 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12037
12038         * nnrss.el (nnrss-verbose): New variable.
12039         (nnrss-request-group): Make it say nnrss is requesting a group.
12040
12041 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12044         Handle news URL with given port correctly.
12045
12046 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12049         containing special characters.
12050
12051         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12052
12053         * mml.el (mime-to-mml): Ditto.
12054
12055         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12056         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12057         (rfc2047-decode-region): Quote decoded words containing special
12058         characters when rfc2047-quote-decoded-words-containing-tspecials
12059         is non-nil.
12060
12061 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12062
12063         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12064
12065         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12066
12067 2005-02-15  Simon Josefsson  <jas@extundo.com>
12068
12069         * nnimap.el (nnimap-debug): Doc fix.
12070
12071         * imap.el (imap-debug): Doc fix.
12072
12073 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12076
12077 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12078
12079         * gnus.el (spam-contents): Improve docs for spam-contents
12080         parameter in its variable incarnation.
12081
12082 2005-02-14  Simon Josefsson  <jas@extundo.com>
12083
12084         * smime-ldap.el: Use require instead of load-library for ldap.
12085         (smime-ldap-search): Indent.
12086         (smime-ldap-search-internal): Shorten line.
12087
12088         * smime.el (smime-cert-by-dns): Add doc-string.
12089         (smime-cert-by-ldap-1): Indent.
12090
12091         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12092         mml-smime-get-dns-ldap.
12093         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12094
12095 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12096
12097         * smime.el: Require smime-ldap.
12098         (smime-ldap-host-list): New variable.
12099         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12100
12101         * mml-smime.el (mml-smime-encrypt-query): New function.
12102         (mml-smime-encrypt-query): Use it.
12103
12104         * smime-ldap.el: New file.
12105
12106 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12109
12110 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12113         argument in doc string.  Make query for type more clear.
12114
12115 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * gnus.el (gnus-group-startup-message): Search for gnus images in
12118         etc/images/gnus.
12119         * mm-util.el (mm-image-load-path): Likewise.
12120         * smiley.el (smiley-data-directory): Search for smilies in
12121         etc/images/smilies.
12122
12123 2005-02-09  Kim F. Storm  <storm@cua.dk>
12124
12125         Change Emacs release version from 21.4 to 22.1 throughout.
12126         Change Emacs development version from 21.3.50 to 22.0.50.
12127
12128 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12131
12132         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12133         non-Mule XEmacs as well.
12134         (mm-decompress-buffer): Signal an error intentionally if it does
12135         not decompress compressed data because auto-compression-mode is
12136         disabled.
12137
12138 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12139
12140         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12141         an ID in the registry even if it has no groups.
12142
12143 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12146         merge it into mm-decompress-buffer.
12147         (gnus-mime-copy-part): Use the MIME part charset, the value which
12148         a user specified or gnus-newsgroup-charset for decoding, like
12149         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12150         save-buffer what was used.  Suggested by Kevin Ryde
12151         <user42@zip.com.au>.
12152         (gnus-mime-inline-part): Allow the name parameter as well as the
12153         filename parameter; force decompressing of compressed data; always
12154         display contents being not decoded as unibyte.
12155
12156         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12157         as well as the filename parameter.
12158
12159         * mm-util.el (mm-decompress-buffer): Merge
12160         gnus-mime-jka-compr-maybe-uncompress.
12161         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12162         of compressed data.
12163
12164 2005-02-08  Simon Josefsson  <jas@extundo.com>
12165
12166         * imap.el (imap-log): Doc fix.
12167
12168 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12171         the coding cookies; decompress compressed parts.
12172
12173         * mml.el (mml-generate-mime-1): Add the charset parameter according
12174         to the value which a user specified manually or the coding cookie.
12175
12176         * mm-util.el (mm-string-to-multibyte): New function.
12177         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12178         (mm-coding-system-to-mime-charset): New function.
12179         (mm-decompress-buffer): New function.
12180         (mm-find-buffer-file-coding-system): New function.
12181
12182         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12183         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12184         parts.
12185
12186 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12187
12188         * mm-view.el (mm-display-inline-fontify): Decode a part according
12189         to the charset parameter.
12190
12191 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12194         prefix arg is neither nil nor a number, as info specifies.
12195
12196 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12199         timestamps.
12200
12201 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12202
12203         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12204         groups error checking and notify user.
12205
12206 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12207
12208         * message.el (message-send-mail-function): Check existence of
12209         sendmail-program first before using default value
12210         `message-send-mail-with-sendmail'.  Otherwise use more generic
12211         `smtpmail-send-it'.
12212
12213 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * nntp.el (nntp-request-update-info): Always return nil.
12216
12217 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12218
12219         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12220
12221 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12222
12223         * message.el (message-beginning-of-line): Change the behavior when
12224         invoked between BOL and : so that it first moves backward.
12225
12226 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12229         article buffer when editing of the article is discarded.
12230         (gnus-article-prepare): Revert.
12231
12232 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * gnus-art.el (gnus-article-prepare):
12235         Remove message-strip-forbidden-properties from the local hook.
12236
12237 2005-01-27  Simon Josefsson  <jas@extundo.com>
12238
12239         * password.el (password-cache-add): Only start one timer per key.
12240         Reported by Derek Atkins <warlord@MIT.EDU>.
12241
12242 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12243
12244         * run-at-time.el: Removed.  It is no longer needed as
12245         timer-funcs.el in the xemacs-base package has a working version of
12246         `run-at-time'.
12247
12248         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12249
12250         * password.el: Require timer-funcs instead of run-at-time in
12251         XEmacs.
12252         Remove `password-run-at-time' macro.
12253         (password-cache-add): Use `run-at-time' instead of
12254         `password-run-at-time'.
12255
12256         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12257         Remove `nnheader-cancel-function-timers' alias,
12258         `cancel-function-timers' exists in XEmacs in timer-funcs.
12259
12260         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12261         for `run-with-idle-timer'.
12262
12263         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12264         for `run-at-time'.
12265
12266         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12267         for `with-timeout'.
12268
12269         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12270         the same as for XEmacs 21.4.
12271         No need to ignore `run-with-idle-timer', this function exists in
12272         XEmacs now in timer-funcs.el in the xemacs-base package.
12273         (dgnushack-compile): No need to delete
12274         run-at-time.el from the list of files to compile because it
12275         doesn't exist anymore.
12276
12277 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12280         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12281
12282 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12283
12284         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12285         sensitively.
12286
12287 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12288
12289         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12290
12291 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12294         which will be inserted according to the multibyteness of a buffer
12295         rather than the type of contents.  Suggested by ARISAWA Akihiro
12296         <ari@mbf.ocn.ne.jp>.
12297
12298         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12299         of string which old xml.el may return rather than a string.
12300
12301 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12304
12305 2005-01-16  Simon Josefsson  <jas@extundo.com>
12306
12307         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12308         idn/idna.el isn't available.
12309         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12310         <michael@waxrat.com>.
12311
12312         * hashcash.el: Remove non-FSF copyright header.
12313
12314         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12315         (hashcash-generate-payment): Use it.
12316         (hashcash-generate-payment-async): Use it.
12317
12318 2005-01-15  Simon Josefsson  <jas@extundo.com>
12319
12320         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12321         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12322
12323         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12324         gnus-summary-idna-message.
12325         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12326         (gnus-summary-idna-message): New function.
12327
12328 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12331         gnus-novice-user.
12332
12333 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * nnrss.el (nnrss-request-delete-group): Delete entries in
12336         nnrss-group-alist as well.
12337         (nnrss-save-server-data): Insert newline.
12338
12339 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * gnus.el (gnus-user-agent): Use list of symbols instead of
12342         symbols.  Display full version number for (S)XEmacs.  Optionally
12343         display (S)XEmacs codename.
12344
12345         * gnus-util.el (gnus-emacs-version): Update for new
12346         `gnus-user-agent'.
12347
12348         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12349         Gnus version.
12350
12351 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12354         which is unreadable in some setups.
12355
12356 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-spec.el (gnus-update-format-specifications): Flush the
12359         group format spec cache if it doesn't support decoded group names.
12360
12361 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12364         Allow to apply decay on score files matching a regexp.
12365
12366 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12369         compatibility in %g and %c.
12370
12371 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12374         name for only %g and %c.
12375         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12376         of gnus-tmp-group to decoded group name.
12377         (gnus-group-make-rss-group): Exclude `/'s from group names.
12378
12379 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * nnrss.el (nnrss-get-encoding): Fix regexp.
12382
12383 2004-12-27  Simon Josefsson  <jas@extundo.com>
12384
12385         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12386         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12387         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12388
12389 2004-12-17  Kim F. Storm  <storm@cua.dk>
12390
12391         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12392
12393         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12394
12395 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12396
12397         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12398
12399 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * nnrss.el: Require rfc2047 and mml.
12402         (nnrss-file-coding-system): New variable.
12403         (nnrss-format-string): Redefine it as an inline function.
12404         (nnrss-decode-group-name): New function.
12405         (nnrss-string-as-multibyte): Remove.
12406         (nnrss-retrieve-headers): Decode group name; don't use
12407         nnrss-format-string.
12408         (nnrss-request-group): Decode group name.
12409         (nnrss-request-article): Decode group name; allow a Message-ID as
12410         well as an article number; don't use nnrss-format-string; encode a
12411         Message-ID string which may contain non-ASCII characters; use
12412         mml-to-mime to compose a MIME article.
12413         (nnrss-request-expire-articles): Decode group name.
12414         (nnrss-request-delete-group): Decode group name.
12415         (nnrss-fetch): Clarify error message.
12416         (nnrss-read-server-data): Use insert-file-contents instead of load;
12417         bind file-name-coding-system; use multibyte buffer.
12418         (nnrss-save-server-data): Bind coding-system-for-write to the
12419         value of nnrss-file-coding-system; bind file-name-coding-system;
12420         add coding cookie.
12421         (nnrss-read-group-data): Use insert-file-contents instead of load;
12422         bind file-name-coding-system; use multibyte buffer.
12423         (nnrss-save-group-data): Bind coding-system-for-write to the
12424         value of nnrss-file-coding-system; bind file-name-coding-system.
12425         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12426         make it work with non-ASCII text.
12427         (nnrss-find-el): Make it work with old xml.el as well.
12428
12429 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12430
12431         * nnrss.el (nnrss-get-encoding): New function.
12432         (nnrss-fetch): Use unibyte buffer initially; bind
12433         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12434         decode contents according to the encoding attribute.
12435         (nnrss-save-group-data): Add coding cookie.
12436         (nnrss-mime-encode-string): New function.
12437         (nnrss-check-group): Use it to encode subject and author.
12438
12439 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12440
12441         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12442         imaginary variable.
12443
12444 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12447         correctly even if there are wide characters.
12448
12449 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12450
12451         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12452         downcased symbol names; make a new cache instead of reusing
12453         bbdb-hashtable.
12454
12455 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12458         concatenating segments rather than before concatenating them.
12459         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12460
12461         * message.el (message-get-reply-headers): Bind `extra'.
12462
12463 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12464
12465         * message.el (message-extra-wide-headers): New variable.
12466         (message-get-reply-headers): Use it.
12467
12468 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12471         (gnus-agent-group-pathname): Ditto.
12472
12473         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12474
12475         * gnus-group.el (gnus-group-make-group): Decode group name.
12476         (gnus-group-make-rss-group): Register the group data after opening
12477         the nnrss group.
12478
12479 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12480
12481         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12482         by expiry now get marked as read.
12483
12484 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12487
12488 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12489
12490         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12491         unify Latin characters in XEmacs.
12492         (mm-find-mime-charset-region): Use it.
12493
12494 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * gnus-util.el (gnus-delete-directory): New function.
12497
12498         * gnus-agent.el (gnus-agent-delete-group): Use it.
12499
12500         * gnus-cache.el (gnus-cache-delete-group): Use it.
12501
12502 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12505         names.
12506
12507 2004-12-16  Simon Josefsson  <jas@extundo.com>
12508
12509         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12510
12511 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12514
12515         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12516         (gnus-group-set-current-level): Decode group name.
12517
12518 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12519
12520         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12521         failed.
12522
12523 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-group.el (gnus-group-delete-group): Decode group name.
12526         (gnus-group-make-rss-group): Encode group name.
12527         (gnus-group-catchup-current): Decode group name.
12528         (gnus-group-kill-group): Decode group name.
12529
12530 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12531
12532         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12533
12534 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * gnus-group.el (gnus-group-make-rss-group):
12537         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12538
12539         * gnus-start.el (gnus-setup-news): Honor user's setting to
12540         gnus-message-archive-method.  Suggested by Lute Kamstra
12541         <lute@gnu.org>.
12542
12543 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12544
12545         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12546         global counterparts of the buffer-local variables.
12547
12548 2004-11-16  Romain Francoise  <romain@orebokech.com>
12549
12550         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12551         counterparts of the buffer-local variables.
12552
12553 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * message.el (message-forbidden-properties): Fixed typo in doc
12556         string.
12557
12558 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * gnus-util.el (gnus-replace-in-string): Added doc string.
12561
12562         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12563         to avoid problems when splitting mails with many recipients.
12564
12565 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12566
12567         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12568         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12569
12570 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12571
12572         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12573         if there is no hashtable in memory or file modification time is
12574         newer than cached timestamp.
12575
12576 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12579         not-matching option.
12580
12581 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12582
12583         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12584         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12585         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12586         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12587         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12588         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12589
12590 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * message.el (message-forward-make-body-mml): Remove headers
12593         according to message-forward-ignored-headers if a message is decoded.
12594
12595 2004-12-02  Romain Francoise  <romain@orebokech.com>
12596
12597         * message.el (message-forward-make-body-plain): Always remove
12598         headers according to message-forward-ignored-headers.
12599
12600 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12601
12602         * spam.el (spam-summary-prepare-exit): Remove the
12603         gnus-summary-limit pop for now, it has problems with ham marks for
12604         me.
12605
12606 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12607
12608         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12609         correctly.
12610
12611 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12612
12613         * format-spec.el (format-spec): Message the char.
12614
12615 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12616
12617         * gnus-art.el (gnus-split-methods): Reformat comments.
12618
12619         * spam.el (spam-summary-prepare-exit): Remove article limits
12620         before exiting the summary buffer.
12621
12622 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12625         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12626
12627         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12628         order to silence the byte compiler.
12629
12630         * spam.el: Fix the way to silence the byte compiler, which
12631         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12632         bbdb-search-simple, spam-BBDB-register-routine,
12633         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12634         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12635         spam-stat-buffer-is-spam, spam-stat-load,
12636         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12637         spam-stat-save and spam-stat-split-fancy.
12638
12639 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12642         which may confuse users.
12643         (canlock-password-for-verify): Ditto.
12644
12645         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12646
12647         * gnus-art.el (gnus-emphasis-alist): Ditto.
12648
12649         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12650
12651         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12652
12653         * gnus-start.el (gnus-save-killed-list): Ditto.
12654
12655         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12656         (gnus-sum-thread-tree-root): Ditto.
12657         (gnus-sum-thread-tree-false-root): Ditto.
12658         (gnus-sum-thread-tree-single-indent): Ditto.
12659
12660         * message.el (message-courtesy-message): Ditto.
12661         (message-archive-note): Ditto.
12662         (message-subscribed-address-file): Ditto.
12663         (message-user-fqdn): Ditto.
12664
12665         * spam-report.el (spam-report-gmane-regex): Ditto.
12666
12667         * spam.el (spam-blackhole-good-server-regex): Ditto.
12668
12669 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * mml.el (mml-preview): Widen the message buffer before copying
12672         the contents to the preview buffer; sort headers before previewing.
12673
12674         * message.el (message-hidden-headers): Fix the way to avoid a bug
12675         in the `repeat' widget in Emacs 21.3 or earlier.
12676
12677 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * message.el (message-hidden-headers): Default to "^References:".
12680         Improve customization type.  Suggested by Reiner Steib
12681         <Reiner.Steib@gmx.de>.
12682
12683 2004-11-25  Romain Francoise  <romain@orebokech.com>
12684
12685         * message.el (message-strip-forbidden-properties): Remove check for
12686         obsolete `message-hidden' text property, hidden headers are not
12687         accessible in the buffer anymore.
12688
12689 2004-11-22  Romain Francoise  <romain@orebokech.com>
12690
12691         * message.el (message-header-format-alist): Add `From' in list
12692         so that it can be sorted.
12693         (message-fix-before-sending): Widen and sort headers before
12694         sending.
12695         (message-hide-headers): Use narrowing to hide headers by moving
12696         them to the top of the buffer and narrowing to the region
12697         underneath.
12698
12699 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12700
12701         * message.el (message-strip-forbidden-properties): Bind
12702         buffer-read-only (etc) to nil.
12703
12704 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12707         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12708
12709 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12710
12711         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12712
12713 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12714
12715         * dns.el (query-dns): Use sit-for to time instead of
12716         accept-process-output, since that doesn't seem to work on udp
12717         sockets.
12718
12719 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12722
12723 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12724
12725         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12726         doc string.  Improve doc string.
12727
12728 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * nntp.el (nntp-request-update-info): Return nil if
12731         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12732         may not call gnus-activate-group which uselessly issues the GROUP
12733         commands for all nntp groups and wastes time.  Reported by Romain
12734         Francoise <romain@orebokech.com>.
12735
12736         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12737
12738 2004-11-15  Simon Josefsson  <jas@extundo.com>
12739
12740         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12741         headers separately.
12742         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12743         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12744
12745 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * gnus-start.el (gnus-convert-old-newsrc):
12748         Assign legacy-gnus-agent to 5.10.7.
12749
12750 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12753         start of the lines.
12754
12755 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12756
12757         * hashcash.el (hashcash-default-payment): Change default to 20.
12758         (hashcash-default-accept-payment): Change default to 20.
12759         (hashcash-process-alist): New variable.
12760         (hashcash-generate-payment-async): Add.
12761         (hashcash-already-paid-p): Add.
12762         (hashcash-insert-payment): Don't generate payments twice.
12763         (hashcash-insert-payment-async): Add.
12764         (hashcash-insert-payment-async-2): Add.
12765         (hashcash-cancel-async): Add.
12766         (hashcash-wait-async): Add.
12767         (hashcash-processes-running-p): Add.
12768         (hashcash-wait-or-cancel): Add.
12769         (mail-add-payment): New optional argument.  Conditionally start
12770         asynchronous calculation.
12771         (mail-add-payment-async): Add.
12772
12773         * message.el (message-send-mail): Wait for asynchronous hashcash
12774         results.  Don't clobber existing X-Hashcash headers.
12775         (message-setup-1): Call mail-add-payment-async when
12776         message-generate-hashcash is non-nil.
12777
12778 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12779
12780         * message.el (message-use-alternative-email-as-from): Examine the
12781         From header as well; use message-make-from in order to include a
12782         user's full name.
12783
12784 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12787         default; improve customization type.
12788         (gnus-emphasis-custom-with-format): New macro.
12789         (gnus-emphasis-custom-value-to-external): New function.
12790         (gnus-emphasis-custom-value-to-internal): New function.
12791
12792 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12793
12794         * dns.el (query-dns): Resolve reverse addresses.
12795
12796 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12797
12798         * gnus-group.el (gnus-group-get-new-news): Use it.
12799
12800         * gnus-start.el (gnus-check-reasonable-setup): New function.
12801
12802 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12805         "Args out of range" error.  Reported by Arnaud Giersch
12806         <arnaud.giersch@free.fr>.
12807
12808 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12809
12810         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12811
12812 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12813
12814         * spam.el (spam group): Add :version.
12815
12816         * pgg-def.el (pgg group): Add :version.
12817
12818 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * gnus-art.el (gnus-article-edit-article): Don't associate the
12821         article buffer with a draft file.  This is a temporary measure
12822         against the 2004-08-22 change to gnus-article-edit-mode.
12823
12824 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12827         (html2text-format-tags): Remove unused variable `attr'.
12828
12829 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12832
12833         * tls.el (tls-process-connection-type, tls-success)
12834         (tls-certtool-program): Add :version.
12835
12836         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12837         (starttls-extra-arguments, starttls-process-connection-type)
12838         (starttls-connect, starttls-failure, starttls-success): Add :version.
12839
12840         * spam-stat.el (spam-stat): Add :version.
12841
12842         * sieve.el (sieve): Add :version.
12843
12844         * sha1.el (sha1): Add :version.
12845         (sha1-use-external): Remove redundant version.
12846
12847         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12848         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12849         (nnmail-split-fancy-match-partial-words)
12850         (nnmail-split-lowercase-expanded): Add :version.
12851
12852         * nndiary.el (nndiary): Add :version.
12853
12854         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12855
12856         * mml-sec.el (mml-default-sign-method)
12857         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12858         Add :version.
12859
12860         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12861
12862         * mm-url.el (mm-url-use-external, mm-url-program)
12863         (mm-url-arguments): Add :version.
12864
12865         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12866         (mm-attachment-file-modes, mm-decrypt-option)
12867         (mm-w3m-safe-url-regexp): Add :version.
12868
12869         * message.el (message-cite-prefix-regexp)
12870         (message-sendmail-envelope-from, message-minibuffer-local-map)
12871         (message-user-fqdn, message-completion-alist): Add :version.
12872
12873         * gnus-win.el (gnus-configure-windows-hook)
12874         (gnus-use-frames-on-any-display): Add :version.
12875
12876         * gnus-art.el (gnus-article-address-banner-alist)
12877         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12878         (gnus-treat-from-picon, gnus-treat-mail-picon)
12879         (gnus-treat-x-pgp-sig): Add :version.
12880
12881         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12882         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12883         (gnus-summary-article-delete-hook)
12884         (gnus-summary-display-while-building): Add :version.
12885
12886         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12887         (gnus-get-top-new-news-hook): Add :version.
12888
12889         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12890         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12891
12892         * gnus-registry.el (gnus-registry): Add :version.
12893
12894         * gnus-spec.el (gnus-use-correct-string-widths)
12895         (gnus-make-format-preserve-properties): Add :version.
12896
12897         * gnus.el (gnus-group-charter-alist)
12898         (gnus-group-fetch-control-use-browse-url)
12899         (gnus-install-group-spam-parameters): Add :version.
12900
12901         * gnus-diary.el (gnus-diary): Add :version.
12902
12903         * gnus-delay.el (gnus-delay): Add :version.
12904
12905         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12906         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12907         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12908         Add :version.
12909
12910         * gnus-agent.el (gnus-agent-max-fetch-size)
12911         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12912         (gnus-agent-prompt-send-queue): Add :version.
12913
12914         * deuglify.el (gnus-outlook-deuglify): Add :version.
12915
12916         * html2text.el: Beautify code.  Improve doc strings.  Some
12917         checkdoc cleanup.
12918         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12919
12920 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12921
12922         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12923
12924 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12925
12926         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12927         when package is loaded.
12928
12929         * spam.el (spam-summary-score-preferred-header): Add global preference
12930         for people who want to override the default SpamAssassin over
12931         Bogofilter preference (when both are set).
12932         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12933         (spam-user-format-function-S): Check
12934         spam-summary-score-preferred-header.
12935         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12936         (spam-user-format-function-S): Format the score correctly.
12937
12938 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12941         signature file.  Suggested by Manoj Srivastava
12942         <srivasta@golden-gryphon.com>.
12943
12944         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12945         iso-2022-jp even in the Japanese language environment.
12946         Suggested by Jason Rumney <jasonr@gnu.org>.
12947
12948 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12951         use the same characters as the dummy marks; make it free from
12952         getting affected by the language environment.
12953         (gnus-summary-read-group-1): Update mark positions only when the
12954         format spec is updated.
12955
12956         * gnus-spec.el (gnus-update-format-specifications): Return a list
12957         of updated types.
12958
12959 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12962         of boundp to check if display-warning is available.
12963
12964 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12965
12966         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12967
12968 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * nnspool.el (nnspool-spool-directory): Use news-path if the
12971         news-directory variable is not bound.
12972
12973         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12974         function instead of display-warning if it is not available.
12975
12976 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12979         v5-10: Use `point-at-bol'.
12980
12981 2004-10-26  Simon Josefsson  <jas@extundo.com>
12982
12983         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12984         <chenggao@gmail.com>.
12985
12986 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12989         instead.
12990
12991 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12992
12993         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12994         to remove a server from the nnimap-server-buffer-alist.
12995         (nnimap-open-connection, nnimap-close-server): Use it.
12996
12997         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12998
12999 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13002         running the major-mode function.
13003
13004 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13007         dummy marks in the right way.
13008
13009 2004-10-18  David Edmondson  <dme@dme.org>
13010
13011         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13012         excessively.
13013
13014 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13015
13016         * gnus-util.el (gnus-split-references): Accept a nil references
13017         string and go on blissfully.
13018
13019         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13020         cases where the references string is non-nil but has no references.
13021
13022         * encrypt.el: Add autoload tags.
13023
13024         * spam.el (spam-resolve-registrations-routine): Remove article
13025         from unregistration list too.  Reported by David Hanak
13026         <dhanak@isis.vanderbilt.edu>
13027
13028 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13031         nil.  Changed custom type.
13032
13033 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13036
13037         * gnus-sum.el (gnus-summary-move-article): Use it.
13038
13039 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13040
13041         * encrypt.el: Add autoload cookies.
13042
13043         * spam.el (spam-backend-article-list-property)
13044         (spam-backend-get-article-todo-list)
13045         (spam-backend-put-article-todo-list)
13046         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13047         Resolve registrations separately.
13048         (spam-register-routine): Format comments.
13049         (spam-unregister-routine, spam-register-routine): Always call with
13050         specific-articles, no default list.
13051         (spam-summary-prepare-exit): Use the spam-classifications function.
13052
13053         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13054         gnus-encrypt.el.
13055
13056         * encrypt.el: Copied from gnus-encrypt.el.
13057
13058         * gnus-encrypt.el: Commented that it's obsolete.
13059
13060 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13063         (gnus-score-save): Use it.
13064
13065         * message.el (message-bury): Use `window-dedicated-p'.
13066
13067 2004-10-15  Simon Josefsson  <jas@extundo.com>
13068
13069         * pop3.el (top-level): Don't require nnheader.
13070         (pop3-read-timeout): Add.
13071         (pop3-accept-process-output): Add.
13072         (pop3-read-response, pop3-retr): Use it.
13073
13074 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * spam.el (spam-register-routine): Move comment.
13077         (spam-verify-bogofilter): Use 'unknown for the initial
13078         spam-bogofilter-valid state, not 'never.
13079
13080         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13081         for netrc-machine.
13082
13083         * nnimap.el (nnimap-open-connection): Use
13084         netrc-machine-user-or-password.
13085
13086 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13087
13088         * gnus-registry.el (gnus-registry-unload-hook):
13089         Set as a variable with add-hook.
13090
13091         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13092         of news-path.
13093
13094         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13095
13096         * spam.el: Delete duplicate `provide'.
13097         (spam-unload-hook): Set as a variable with add-hook.
13098
13099 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13102         in the doc string.
13103
13104         * message.el (message-ignored-news-headers)
13105         (message-ignored-supersedes-headers)
13106         (message-ignored-resent-headers)
13107         (message-forward-ignored-headers): Improve custom type.
13108
13109 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * message.el (message-tokenize-header): Fix 2004-09-06 change
13112         which used point-min in the wrong place.
13113
13114 2004-10-12  Simon Josefsson  <jas@extundo.com>
13115
13116         * tls.el (tls-certtool-program): New variable.
13117         (tls-certificate-information): New function, based on
13118         ssl-certificate-information.
13119
13120 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * compface.el: Move the version of ELisp-based uncompface program
13123         to the contrib directory because of the copyright problem.
13124
13125 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * message.el (message-kill-buffer): Raise the current frame.
13128
13129 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13132
13133         * gnus.el (message-y-or-n-p): Autoload.
13134
13135         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13136         (pop3-password-required, pop3-authentication-scheme)
13137         (pop3-leave-mail-on-server): Made customizable.
13138         (pop3): New custom group.
13139         (pop3-retr): Remove `sleep-for' statements.
13140         Suggested by Dave Love <fx@gnu.org>.
13141
13142         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13143         Windows/DOS.
13144
13145         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13146         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13147         Dave Love <fx@gnu.org>.
13148
13149         * mml.el (mml-minibuffer-read-disposition): Require match.
13150         Suggested by Dave Love <fx@gnu.org>.
13151
13152 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13155         doc string.
13156
13157 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13160
13161 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13162
13163         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13164         instead of calling `mm-insert-inline', to decode text/* parts
13165         before displaying them.
13166
13167 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * mm-uu.el (mm-uu-text-plain-type): New variable.
13170         (mm-uu-pgp-signed-extract-1): Use it.
13171         (mm-uu-pgp-encrypted-extract-1): Use it.
13172         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13173         bind mm-uu-text-plain-type with that value.
13174         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13175         mm-uu-dissect.
13176
13177 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-group.el (gnus-update-group-mark-positions):
13180         * gnus-sum.el (gnus-update-summary-mark-positions):
13181         * message.el (message-check-news-body-syntax):
13182         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13183         of string-as-multibyte.
13184
13185 2004-10-05  Juri Linkov  <juri@jurta.org>
13186
13187         * gnus-group.el (gnus-update-group-mark-positions):
13188         * gnus-sum.el (gnus-update-summary-mark-positions):
13189         * message.el (message-check-news-body-syntax):
13190         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13191         8-bit unibyte values to a multibyte string for search functions.
13192
13193 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13196         (mm-uu-dissect-text-parts): New function.
13197
13198         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13199         dissect text parts.
13200
13201         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13202         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13203
13204         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13205
13206         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13207         gnus-current-topics instead of gnus-current-topic.
13208
13209 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13210
13211         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13212
13213 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13214
13215         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13216         where approriate.
13217
13218         * nnml.el (nnml-generate-active-info): do.
13219
13220         * nndiary.el (nndiary-generate-active-info): do.
13221
13222         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13223         (gnus-topic-move): do.
13224
13225         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13226         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13227
13228         * gnus-srvr.el (gnus-server-prepare)
13229         (gnus-server-open-all-servers): do.
13230
13231         * gnus-msg.el (gnus-summary-cancel-article)
13232         (gnus-summary-resend-message)
13233         (gnus-summary-mail-crosspost-complaint): do.
13234
13235         * gnus-move.el (gnus-change-server): do.
13236
13237         * gnus-group.el (gnus-group-unmark-all-groups)
13238         (gnus-group-set-current-level): do.
13239
13240 2004-10-04  Simon Josefsson  <jas@extundo.com>
13241
13242         * message.el (message-generate-hashcash): Doc fix.
13243
13244 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13245
13246         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13247         avoid infinite recursion via gnus-get-function.
13248
13249 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13250
13251         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13252
13253         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13254
13255         * nnmail.el (nnmail-split-history): do.
13256
13257         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13258         (nnml-request-delete-group): do.
13259
13260         * nnslashdot.el (nnslashdot-read-groups): do.
13261
13262         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13263         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13264
13265         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13266         (nnspool-sift-nov-with-sed): Use last.
13267         (nnspool-retrieve-headers-with-nov): Use mapc.
13268         (nnspool-request-newgroups): Use dolist.
13269         (nnspool-request-group): Use last.
13270
13271         * nntp.el (nntp-read-server-type): Use dolist.
13272
13273         * nnvirtual.el (nnvirtual-create-mapping)
13274         (nnvirtual-update-read-and-marked): Use dolist.
13275         (nnvirtual-convert-headers): Simplify.
13276
13277 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13278
13279         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13280         support for sync'ing tick marks.
13281
13282 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13285         there's no visible header.
13286
13287 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13288
13289         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13290         necessary, pass full group name to gnus-request-set-marks.
13291
13292 2004-10-01  Simon Josefsson  <jas@extundo.com>
13293
13294         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13295         acroread.
13296
13297 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13298
13299         * spam-report.el (spam-report-gmane): Fix interactive.
13300
13301         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13302
13303         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13304         when writing file.
13305         (gnus-agent-synchronize-flags): Don't default to being
13306         interactive.
13307
13308 2004-09-30  Simon Josefsson  <jas@extundo.com>
13309
13310         * message.el (message-generate-hashcash): Add.
13311         (message-send-mail): Use it, call mail-add-payment.
13312
13313 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13314
13315         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13316
13317 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13318
13319         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13320         gnus-requst-update-info with explicit code to sync the in-memory
13321         info read flags with the marks being sync'd to the backend.
13322
13323         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13324
13325 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13326
13327         * spam.el (spam-verify-bogofilter): Add new function.
13328         (spam-check-bogofilter)
13329         (spam-bogofilter-register-with-bogofilter): Use it.
13330         (spam-verify-bogofilter): Add small fixes.
13331
13332 2004-09-28  Simon Josefsson  <jas@extundo.com>
13333
13334         * hashcash.el (hashcash-generate-payment): Revert.
13335
13336 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13337
13338         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13339         gnus-extract-references instead of gnus-split-references.
13340
13341         * gnus-util.el (gnus-extract-references): Add new function, analogous
13342         to gnus-split-references but extracts only the message-ID without
13343         anything extra.
13344
13345         * hashcash.el (hashcash-generate-payment)
13346         (hashcash-check-payment): Do the right thing if hashcash-path is
13347         nil (because the hashcash program could not be found).
13348
13349         * spam.el (spam-use-hashcash): Remove comment.
13350
13351 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13352
13353         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13354         (gnus-cache-enter-article, gnus-cache-remove-article)
13355         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13356
13357         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13358
13359         * gnus-art.el (article-hide-boring-headers)
13360         (article-translate-strings, article-display-face)
13361         (gnus-article-mime-match-handle-first)
13362         (gnus-article-highlight-headers)
13363         (gnus-article-add-buttons-to-head): do.
13364
13365 2004-09-27  Simon Josefsson  <jas@extundo.com>
13366
13367         * hashcash.el: New version, from
13368         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13369         ../contrib/.
13370
13371 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13374
13375 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13376
13377         * gnus-dup.el (gnus-dup-open): Use mapc.
13378         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13379
13380         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13381         Reported by Stefan Wiens <s.wi@gmx.net>.
13382
13383         * gnus.el (gnus-shutdown): Use dolist.
13384
13385         * gnus-undo.el (gnus-undo): Use mapc.
13386
13387         * nnrss.el (nnrss-generate-active): do.
13388
13389         * message.el (message-cite-original-without-signature)
13390         (message-cite-original): Use mapc.
13391         (message-do-actions, message-make-forward-subject): Use dolist.
13392
13393 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13394
13395         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13396         deletion to remove entire duplicate line.  Fixes merged article
13397         number bug.
13398
13399 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13400
13401         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13402         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13403         first ask if you want to open a server and then, even when you
13404         responded with no, asking if you want to synchronize the server's
13405         flags.
13406         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13407         multi-line expressions.
13408         (gnus-agent-synchronize-group-flags): New internal function.
13409         Updates marks in memory (in the info structure) AND in the
13410         backend.
13411
13412         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13413
13414         * nnagent.el (nnagent-request-set-mark): Use
13415         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13416         method, to ensure that synchronization updates marks in the
13417         backend and in the info (in memory) structure.
13418
13419 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13422         convention fully; don't miss the root article of a thread; make
13423         the X-Draft-From header with correct article numbers.
13424
13425 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13426
13427         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13428         unless plugged.  Disable the agent so that an open failure causes
13429         an error.
13430
13431         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13432         Reverted 2004-09-21 change.  The backend must be opened while
13433         synchronizing flags even when the backend stores the flags
13434         locally.
13435
13436 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13439         in `header' match.  Reported by Svend Tollak Munkejord.
13440
13441         * message.el (message-cite-original): Fix use of
13442         `message-cite-articles-with-x-no-archive'.
13443
13444 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13447         (gnus-window-to-buffer): Ditto.
13448
13449         * mml.el (mml-preview-buffer): New variable.
13450         (mml-preview): Manage window layout with gnus-buffer-configuration.
13451
13452         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13453         X-Draft-From header even if those articles aren't quoted.
13454
13455 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13456
13457         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13458         (gnus-request-set-mark, gnus-request-update-mark): Use new
13459         g-s-t-u-l-m to decide to use backend even when unplugged.
13460
13461 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13464         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13465
13466 2004-09-20  Simon Josefsson  <jas@extundo.com>
13467
13468         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13469         "utf-16-le".
13470
13471 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13472
13473         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13474
13475 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * uudecode.el (uudecode-use-external): Add :version.
13478
13479         * smime.el (smime-CA-file, smime-encrypt-cipher)
13480         (smime-dns-server): Add :version.
13481
13482         * smiley.el (gnus-smiley-file-types): Add :version.
13483
13484         * sha1.el (sha1-use-external): Add :version.
13485
13486         * pgg-def.el (pgg-query-keyserver): Add :version.
13487
13488         * nnmail.el (nnmail-fancy-expiry-targets)
13489         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13490         Add :version.
13491
13492         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13493         (nnimap-retrieve-groups-asynchronous): Add :version.
13494         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13495
13496         * mml.el (mml-content-disposition-parameters)
13497         (mml-insert-mime-headers-always): Add :version.
13498
13499         * mm-util.el (mm-coding-system-priorities): Add :version.
13500
13501         * mm-decode.el (mm-inline-text-html-with-images)
13502         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13503         (mm-verify-option): Add :version.
13504         (mm-text-html-renderer): Change :version.
13505
13506         * message.el (message-fcc-externalize-attachments)
13507         (message-required-headers, message-draft-headers)
13508         (message-subject-trailing-was-query)
13509         (message-subject-trailing-was-ask-regexp)
13510         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13511         (message-mark-insert-end, message-archive-header)
13512         (message-archive-note, message-cross-post-default)
13513         (message-cross-post-note, message-followup-to-note)
13514         (message-cross-post-note-function, message-use-mail-followup-to)
13515         (message-subscribed-address-functions)
13516         (message-subscribed-address-file, message-subscribed-addresses)
13517         (message-subscribed-regexps, message-allow-no-recipients)
13518         (message-yank-cited-prefix, message-signature-insert-empty-line)
13519         (message-hidden-headers, message-hierarchical-addresses)
13520         (message-mail-user-agent, message-use-idna)
13521         (message-valid-fqdn-regexp)
13522         (message-strip-special-text-properties, message-header-synonyms)
13523         (message-beginning-of-line, message-tab-body-function): Add :version.
13524         (message-insert-canlock, message-wide-reply-confirm-recipients):
13525         Change :version.
13526
13527         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13528         and :version.
13529         (mail-source-delete-old-incoming-confirm)
13530         (mail-source-movemail-program): Add :version.
13531
13532         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13533         (gnus-agent-cache, gnus-agent): Change :version.
13534
13535         * gnus-util.el (gnus-use-byte-compile): Change :version.
13536
13537         * gnus-sum.el (gnus-summary-make-false-root-always)
13538         (gnus-summary-default-high-score)
13539         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13540         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13541         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13542         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13543         (gnus-sum-thread-tree-single-indent)
13544         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13545         (gnus-sum-thread-tree-leaf-with-other)
13546         (gnus-sum-thread-tree-single-leaf): Add :version.
13547         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13548         (gnus-article-loose-mime): Change :version.
13549
13550         * gnus-start.el (gnus-backup-startup-file)
13551         (gnus-save-startup-file-via-temp-buffer): Add :version.
13552
13553         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13554         (gnus-server-offline-face): Add :version.
13555
13556         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13557
13558         * gnus-msg.el (gnus-gcc-externalize-attachments)
13559         (gnus-debug-files, gnus-debug-exclude-variables)
13560         (gnus-discouraged-post-methods): Change :version.
13561         (gnus-confirm-mail-reply-to-news)
13562         (gnus-confirm-treat-mail-like-news): Add :version.
13563
13564         * gnus-int.el (gnus-server-unopen-status): Add :version.
13565
13566         * gnus-group.el (gnus-group-jump-to-group-prompt)
13567         (gnus-large-ephemeral-newsgroup)
13568         (gnus-fetch-old-ephemeral-headers): Add :version.
13569
13570         * gnus-fun.el (gnus-x-face-directory)
13571         (gnus-convert-pbm-to-x-face-command)
13572         (gnus-convert-image-to-x-face-command)
13573         (gnus-convert-image-to-face-command): Add :version.
13574
13575         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13576
13577         * gnus-cite.el (gnus-cite-blank-line-after-header)
13578         (gnus-article-boring-faces): Add :version.
13579
13580         * gnus-art.el (gnus-buttonized-mime-types)
13581         (gnus-inhibit-mime-unbuttonizing)
13582         (gnus-treat-display-face)
13583         (gnus-treat-body-boundary): Change :version.
13584         (gnus-body-boundary-delimiter, gnus-picon-databases)
13585         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13586         (gnus-treat-date-english, gnus-treat-fold-headers)
13587         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13588         (gnus-treat-mail-picon, gnus-treat-wash-html)
13589         (gnus-article-encrypt-protocol)
13590         (gnus-use-idna, gnus-article-over-scroll)
13591         (gnus-mime-display-multipart-alternative-as-mixed)
13592         (gnus-mime-display-multipart-related-as-mixed)
13593         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13594         (gnus-ctan-url, gnus-button-ctan-handler)
13595         (gnus-button-handle-ctan-bogus-regexp)
13596         (gnus-button-ctan-directory-regexp)
13597         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13598         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13599         (gnus-button-man-level, gnus-button-emacs-level)
13600         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13601
13602         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13603         (gnus-agent-go-online): Change :version.
13604         (gnus-agent-expire-unagentized-dirs)
13605         (gnus-agent-auto-agentize-methods): Add :version.
13606
13607         * flow-fill.el (fill-flowed-display-column)
13608         (fill-flowed-encode-column): Add :version.
13609
13610         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13611         (gnus-outlook-deuglify-unwrap-max)
13612         (gnus-outlook-deuglify-cite-marks)
13613         (gnus-outlook-deuglify-unwrap-stop-chars)
13614         (gnus-outlook-deuglify-no-wrap-chars)
13615         (gnus-outlook-deuglify-attrib-cut-regexp)
13616         (gnus-outlook-deuglify-attrib-verb-regexp)
13617         (gnus-outlook-deuglify-attrib-end-regexp)
13618         (gnus-outlook-display-hook): Add :version.
13619
13620         * binhex.el (binhex-use-external): Add :version.
13621
13622 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13625         and `invisible'.
13626
13627 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13628
13629         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13630         in gnus-registry-trim.
13631
13632 2004-09-13  Simon Josefsson  <jas@extundo.com>
13633
13634         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13635
13636         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13637
13638         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13639         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13640         <yamaoka@jpl.org>.
13641         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13642         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13643         <yamaoka@jpl.org>.
13644
13645         * sieve.el (sieve-manage-mode): Ditto.
13646
13647 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13648
13649         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13650
13651 2004-09-11  Simon Josefsson  <jas@extundo.com>
13652
13653         * dns-mode.el: Add.
13654
13655         * mm-view.el (mm-display-dns-inline): Add.
13656
13657         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13658         (mm-automatic-display): Ditto.
13659
13660         * mailcap.el (mailcap-mime-data): Add text/dns.
13661         (mailcap-mime-extensions): Map .soa to text/dns.
13662
13663 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13664
13665         * gnus-art.el (article-decode-mime-words, article-babel)
13666         (gnus-article-highlight-signature, gnus-article-add-buttons)
13667         (gnus-signature-toggle): Remove unnecessary bindings of
13668         `inhibit-read-only' inherited from v5.10 merge.
13669
13670 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * nntp.el (nntp): New customization group.
13673         (nntp-authinfo-file): Add customization group.
13674
13675         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13676
13677         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13678
13679         * gnus.el (to-address, to-list, subscribed)
13680         (large-newsgroup-initial): Ditto.
13681
13682         * flow-fill.el (fill-flowed-display-column)
13683         (fill-flowed-encode-column): Ditto.
13684
13685 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13686
13687         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13688         Use point-min rather than 1.
13689         (message-send-mail): Use buffer-size rather than point-max.
13690
13691         * gnus-sum.el (gnus-summary-search-article-forward):
13692         Signal a specific `search-failed' rather than a generic `error'.
13693
13694         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13695         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13696         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13697
13698 2004-09-10  Simon Josefsson  <jas@extundo.com>
13699
13700         * nndb.el (require): Remove tcp and duplicate cl.
13701
13702 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * gnus-agent.el (directory-files-and-attributes): Move forward.
13705
13706 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13707
13708         * gnus-agent.el (directory-files-and-attributes): Optionally
13709         defined to support XEmacs.
13710
13711 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13712
13713         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13714         to avoid run-time CL dependencies.
13715         (gnus-agent-unfetch-articles): New function.
13716         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13717         article numbers even when local .overview file is missing.
13718         (gnus-agent-read-article-number): New function.  Only accepts
13719         27-bit article numbers.
13720         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13721         gnus-agent-read-article-number.
13722         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13723         from backend while recognizing that article numbers in .overview
13724         must be valid.
13725         (gnus-agent-update-files-total-fetched-for): Use
13726         directory-files-and-attributes to improve performance.
13727         * gnus-int.el (gnus-request-move-article): Use
13728         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13729         improve performance.
13730
13731         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13732         some users confused by references to .newsrc when they only have a
13733         .newsrc.eld file.
13734         (gnus-convert-mark-converter-prompt)
13735         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13736         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13737         New function.  Used internally to only display 'gnus converting
13738         files' message when actually necessary.
13739
13740         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13741         methods now autoloaded.
13742
13743 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13746         identifiers.
13747
13748 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13749
13750         * gnus-picon.el: Fix indentation and closing parenthesis.
13751
13752 2004-09-01  Simon Josefsson  <jas@extundo.com>
13753
13754         * message.el (message-canlock-generate): Require sha1, not
13755         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13756         to require within a function.  Sadly, if sha1.el isn't loaded, the
13757         let binding in m-c-g will hide the defcustom definition, which is
13758         bad.)
13759
13760         * canlock.el: Require sha1, not sha1-el.
13761
13762         * message.el: Don't autoload sha1 (there is a autoload cookie in
13763         sha1.el).
13764
13765         * sha1-el.el: Renamed to sha1.el.
13766
13767 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13768
13769         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13770
13771 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13772
13773         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13774
13775 2004-08-30  Kim F. Storm  <storm@cua.dk>
13776
13777         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13778
13779         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13780         Add :group 'nnimap.
13781
13782 2004-08-30  Andreas Schwab  <schwab@suse.de>
13783
13784         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13785         ?* and ?\;.
13786
13787         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13788         and ?\' to symbol instead of whitespace.
13789
13790 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13793
13794         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13795         instead of re-search-forward.
13796
13797         * gnus-uu.el (gnus-uu-save-article): Ditto.
13798         (gnus-uu-post-encode-uuencode): Ditto.
13799
13800         * html2text.el (html2text-clean-list-items): Ditto.
13801         (html2text-clean-dtdd): Ditto.
13802         (html2text-format-tags): Ditto.
13803
13804         * message.el (message-send-mail-with-sendmail): Fix regexp.
13805         (message-fill-field-general): Use search-forward instead of
13806         re-search-forward.
13807         (unbold-region): Ditto.
13808
13809         * nnrss.el (nnrss-request-article): Ditto.
13810
13811         * nnslashdot.el (nnslashdot-request-article): Ditto.
13812
13813         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13814
13815         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13816         "Unrecognized menu descriptor" error in XEmacs.
13817
13818 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13819
13820         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13821         parent article of a sparse article in the thread hashtb.
13822
13823 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13824
13825         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13826         (nnmail-expand-newtext): Lowercase expanded entries if
13827         nnmail-split-lowercase-expanded is non-nil.
13828
13829 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13832
13833         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13834         of gnus-tmp-news-method into string under XEmacs.  It will be
13835         passed to gnus-correct-length which takes only a string argument.
13836
13837 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * gnus-util.el (gnus-bind-print-variables): New macro.
13840         (gnus-prin1): Use it.
13841         (gnus-prin1-to-string): Use it.
13842         (gnus-pp): New function.
13843         (gnus-pp-to-string): New function.
13844
13845         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13846         Replace pp-to-string with gnus-pp-to-string.
13847         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13848         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13849         * gnus-msg.el (gnus-debug): Ditto.
13850         * gnus-score.el (gnus-score-save): Ditto.
13851         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13852         gnus-pp-to-string.
13853         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13854         with gnus-pp.
13855         * score-mode.el (gnus-score-pretty-print): Ditto.
13856         * webmail.el (webmail-debug): Ditto.
13857
13858 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-art.el (article-display-face, article-display-x-face):
13861         Use buffer-read-only.
13862
13863 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-art.el (article-hide-list-identifiers):
13866         Bind inhibit-read-only as t.
13867
13868 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13869
13870         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13871
13872 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13873
13874         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13875         (gnus-narrow-to-page): Don't assume point-min == 1.
13876         (gnus-article-edit-mode): Derive from message-mode.
13877
13878         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13879         point-min == 1.
13880
13881         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13882         Disable incorrect use of `assert'.
13883
13884         * message.el (message-mode): Set comment-start-skip.
13885
13886
13887 2004-08-22  Sam Steingold  <sds@gnu.org>
13888
13889         * pop3.el (pop3-leave-mail-on-server): New user variable.
13890         (pop3-movemail): Delete mail only when it is nil.
13891
13892 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13895
13896         * mml.el (mml-preview): Use `pop-to-buffer'.
13897
13898         * message.el (message-goto-mail-followup-to): Insert after "To".
13899         (message-carefully-insert-headers): Add comment.
13900
13901         * gnus.el: Remove unused variable `gnus-article-check-size'.
13902
13903         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13904
13905         * gnus-art.el (gnus-button-alist): Improve
13906         `gnus-button-handle-library' entry.
13907
13908 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13909
13910         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13911         downcase, since XEmacs capitalizes error messages differently.
13912
13913 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13914
13915         * nntp.el: Add (require 'gnus) due to reference to
13916         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13917
13918 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13919
13920         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13921         `mm-fill-flowed'.
13922
13923         * mm-decode.el (mm-dissect-singlepart): Check it.
13924
13925 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13926
13927         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13928         'imap' for netrc parsing.
13929
13930 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * mailcap.el (mailcap-mime-data): Mark as risky.
13933
13934 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13937         may be included in the encoded word.
13938         (rfc2047-encode): Don't append a space if the encoded word
13939         includes close parenthesis.
13940
13941 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13944         of text within parentheses.
13945
13946 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13949         (gnus-encrypt-write-file-contents): Make the password key the file
13950         name PLUS the cipher, not just the cipher.  Also remove failed
13951         passwords from the cache.
13952
13953 2004-08-06  Simon Josefsson  <jas@extundo.com>
13954
13955         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13956         fix.
13957
13958 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13961         LWSP.
13962
13963 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13966         to append in-reply-to: data to the references: header.
13967
13968         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13969         (netrc-parse): Use gnus-encrypt.el functions.
13970
13971         * gnus-encrypt.el: Add new file for encryption support; currently
13972         does only a few GPG ciphers and an internal XOR cipher.
13973
13974         * password.el: Add comments on using password-read-and-add.
13975         (password-read-and-add): Add function to read and add the
13976         password to the cache at once.
13977
13978 2004-07-28  Simon Josefsson  <jas@extundo.com>
13979
13980         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13981         parameter (but don't use it, for now).
13982
13983         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13984         instead of hard coding to nil.
13985
13986 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13989         as mm-inline-image-xemacs does.
13990
13991 2004-07-26  Simon Josefsson  <jas@extundo.com>
13992
13993         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13994         Revert part of 2004-07-17 change below.
13995
13996 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13999         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14000
14001 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14002
14003         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14004         quotes that actually start with ">" at the beginning of the
14005         lines.
14006
14007 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * rfc2047.el (rfc2047-encode-region): Fix last change.
14010         (rfc2047-encode-parameter): Remove useless concat.
14011
14012 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14015         encode special characters; fix some kind of misconfigured headers;
14016         signal a real error if debug-on-quit or debug-on-error is non-nil.
14017         (rfc2047-encode-max-chars): New variable.
14018         (rfc2047-encode-1): Use it.
14019         (rfc2047-encode-parameter): New function.
14020
14021         * mml.el (mml-insert-parameter): Remove an excessive space.
14022
14023 2004-07-17  Simon Josefsson  <jas@extundo.com>
14024
14025         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14026         Kai Grossjohann <kai@emptydomain.de>.
14027         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14028         (gnus-group-make-menu-bar): Ditto.
14029
14030         * gnus-util.el (gnus-group-server): Add.
14031
14032 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14033
14034         * message.el (message-clone-locals): Clone sendmail and smtp
14035         variables.
14036
14037 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * rfc2047.el (rfc2047-encode-region): Fix last change.
14040
14041 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14044         characters as non-special.
14045
14046 2004-07-09  Simon Josefsson  <jas@extundo.com>
14047
14048         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14049         Users will lose all flag changes made while unplugged with
14050         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14051         good default.  See numerous reports on ding mailing list.
14052
14053 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14056         add generate-head-function and generate-article-function to the
14057         rfc822-forward entry.
14058         (nndoc-rfc822-forward-generate-article): New function.
14059         (nndoc-rfc822-forward-generate-head): New function.
14060
14061         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14062
14063 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14064
14065         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14066         respect display group parameter and gnus-summary-expunge-below.
14067         (gnus-articles-to-read): Remove unused reference to display group
14068         parameter.
14069
14070 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14071
14072         * nnheader.el (nnheader-uniquify-message-id): New experimental
14073         variable.
14074         (nnheader-nov-read-message-id): Use it.
14075
14076         * spam-report.el (spam-report-gmane): Add interactive.
14077
14078 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14081         qp-or-base64 for the application/* types.
14082
14083 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14084
14085         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14086
14087 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14088
14089         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14090         trim value.
14091
14092 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14093
14094         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14095         New macro and function.
14096         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14097
14098 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14101         after-load-alist.
14102
14103 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14104
14105         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14106         update info that isn't there.
14107
14108 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14109
14110         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14111         entry.
14112
14113 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * mm-view.el (mm-inline-render-with-function): Use multibyte
14116         buffer; decode html source by charset.
14117
14118         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14119
14120         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14121         Mule-UCS is loaded under XEmacs.
14122         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14123
14124 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14125
14126         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14127
14128 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * mm-util.el (mm-coding-system-p): Return a coding-system.
14131         (mm-mime-mule-charset-alist): Use shift_jis instead of
14132         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14133         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14134         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14135         instead of japanese-shift-jis and iso-latin-1 respectively in
14136         order to share the default value with both Emacs and XEmacs-mule.
14137         (mm-mule-charset-to-mime-charset): Make
14138         mm-coding-system-priorities effective.
14139         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14140         while predicating of candidates upon the priorities.
14141
14142 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14143
14144         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14145         gnus-uu-invert-processable.
14146
14147         * gnus.el: Autoload gnus-uu-invert-processable.
14148
14149 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * mm-util.el (mm-with-multibyte-buffer): New macro.
14152
14153         * rfc2047.el (rfc2047-encode-string): Use it.
14154         (rfc2047-encode-region): Move point to the end of the region after
14155         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14156
14157 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14160         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14161
14162 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14165         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14166         Karl Chen <quarl@nospam.quarl.org>.
14167
14168 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14169
14170         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14171         invalid addresses.
14172
14173 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14174
14175         * spam.el: Change section markers, revise TODO list.
14176         (spam-backends): Make new master list of all installed backends.
14177         (spam-summary-exit-behavior): Add new variable to determine how
14178         messages moves are done at summary exit.
14179         (spam-move-spam-nonspam-groups-only)
14180         (spam-process-ham-in-nonham-groups)
14181         (spam-process-ham-in-spam-groups): Remove variables, the
14182         spam-summary-exit-behavior variable should be used to manage this
14183         behavior.
14184         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14185         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14186         and spam-old-spam-articles.
14187         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14188         Add empty variables, placeholders for the backends they represent.
14189         (spam-set-difference): Move, unchanged.
14190         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14191         unless the user has a processor variable.
14192         (spam-classifications, spam-classification-valid-p)
14193         (spam-backend-properties, spam-backend-property-valid-p)
14194         (spam-backend-function-type-valid-p)
14195         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14196         (spam-report-articles-gmane, spam-report-articles-resend):
14197         Remove functions, they are not needed.
14198         (spam-install-backend-super, spam-backend-list)
14199         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14200         (spam-backend-function, spam-backend-ham-registration-function)
14201         (spam-backend-spam-registration-function)
14202         (spam-backend-ham-unregistration-function)
14203         (spam-backend-spam-unregistration-function)
14204         (spam-backend-statistical-p, spam-backend-mover-p)
14205         (spam-install-backend-alias, spam-install-checkonly-backend)
14206         (spam-install-mover-backend, spam-install-nocheck-backend)
14207         (spam-install-backend, spam-install-statistical-backend)
14208         (spam-install-statistical-checkonly-backend): Add backend installation
14209         support.
14210         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14211         (spam-group-processor-p): Use the new backend code and respect the
14212         summary exit behavior.
14213         (spam-mark-spam-as-expired-and-move-routine): Remove.
14214         (spam-summary-prepare): Change to use the new spam-old-articles
14215         variable.
14216         (spam-copy-or-move-routine, spam-copy-spam-routine)
14217         (spam-move-spam-routine, spam-copy-ham-routine)
14218         (spam-move-ham-routine): Add code to copy/move ham or spam.
14219         (spam-fetch-field-fast): Improve doc and code, plus allow the
14220         'number request.
14221         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14222         variables.
14223         (spam-split, spam-find-spam): Use the new backend code.
14224         (spam-registration-functions): Remove variable.
14225         (spam-unregister-routine): Add convenience wrapper.
14226         (spam-log-undo-registration, spam-register-routine)
14227         (spam-log-processing-to-registry)
14228         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14229         where possible.
14230         (spam-check-gmane-xref, spam-check-regex-headers)
14231         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14232         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14233         (spam-check-bogofilter-headers, spam-check-spamoracle)
14234         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14235         (spam-check-crm114-headers): Use the spam-split-group that
14236         spam-split prepares, no need to determine it every time.
14237
14238         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14239         to the nnheader-parse-naked-head call.
14240
14241         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14242
14243         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14244         the nnheader-nov-read-message-id call.
14245
14246 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14249         gnus-activate-group twice.  Suggested by Markus Peter
14250         <warp@spin.de>.
14251
14252 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-art.el (gnus-article-time-format): Exchange the order of
14255         day and month in the default value; fix customization type.
14256         (article-date-ut): Use add-text-properties.
14257         (article-make-date-line): Use message-make-date instead of
14258         current-time-string.
14259
14260         * message.el (message-fetch-field): Don't use set-text-properties.
14261         (message-make-date): Simplify.
14262
14263         * messagexmas.el (message-xmas-make-date): New function.
14264         (message-xmas-redefine): Defalias message-make-date to it.
14265
14266 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14269         (rfc2047-encode-region): Treat text within parentheses as special;
14270         show the original text when error has occurred.
14271
14272         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14273         already-computed method to gnus-activate-group.
14274
14275         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14276         same select-methods identical Lisp objects.
14277
14278         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14279         object when modifying the info.
14280
14281 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14284         gnus-opened-servers since it has never been opened with the new
14285         configuration yet.
14286
14287 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14290         arg to nnheader-generate-fake-message-id.
14291
14292 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14293
14294         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14295         number and build a fake message ID localized to a group and
14296         article number (so it's repeatable from that point on).
14297         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14298         ID format.
14299
14300         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14301         nnheader-generate-fake-message-id with the article number.
14302
14303 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14304
14305         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14306         end-of-buffer.
14307
14308 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14309
14310         * message.el (message-ignored-supersedes-headers): Add Approved.
14311
14312 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14315         goto-char.
14316         (rfc2047-encode): Fold the line before encoding.
14317
14318 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319
14320         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14321         folding -- not all headers can be folded, and this should be done
14322         by the message composition mode.  Probably.  I think.
14323
14324 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14327         fast.
14328
14329         * gnus-ems.el (gnus-remove-image): Don't use
14330         message-text-with-property; remove only the image found first.
14331
14332         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14333         found first.
14334
14335 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14336
14337         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14338
14339 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * message.el (message-text-with-property): Make it fast and accept
14342         optional arguments.
14343         (message-strip-forbidden-properties): Use it.
14344         (message-fix-before-sending): Follow the m-t-w-p change.
14345
14346         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14347
14348 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * gnus-art.el (article-hide-headers): Don't change the buffer
14351         mistakenly when performing mml-preview even if
14352         gnus-single-article-buffer is nil.
14353
14354 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14355
14356         * message.el (message-expand-name-databases): New user option.
14357         (message-expand-name): Use it.
14358
14359 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14360
14361         * spam.el (spam-report-articles-resend)
14362         (spam-report-resend-register-routine): Allow ham reporting.
14363         (spam-report-resend-register-ham-routine): Add wrapper.
14364         (spam-registration-functions): Add ham resending functions.
14365         (spam-list-of-processors): Add ham resend processor.
14366
14367         * gnus.el (ham-resend-to): Add new group parameter.
14368         (spam-process): Add ham resend option.
14369
14370         * spam-report.el (spam-report-resend): Allow reporting ham.
14371         (spam-report-resend-ham): Add wrapper.
14372
14373 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14374
14375         * message.el (message-cite-articles-with-x-no-archive): New
14376         variable.
14377         (message-cite-original): Use it.
14378
14379 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14380
14381         * message.el (message-cite-original): Respect X-No-Archive.
14382
14383 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-art.el (article-hide-headers): Refer to the values for
14386         gnus-ignored-headers and gnus-visible-headers in the summary
14387         buffer since a user may have set them as group parameters.
14388
14389 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14390
14391         * assistant.el (assistant-node-name): Add convenience function.
14392         (assistant-render-text, assistant-render-node): Add error handling,
14393         plus handle multiple next nodes.
14394         (assistant-find-next-node): Comment out for now.
14395         (assistant-find-next-nodes): Add function, returns list of next
14396         nodes.
14397
14398 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * mail-source.el (mail-source-directory): Fix doc-string.
14401
14402 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14403
14404         * assistant.el (assistant-render-text, assistant-eval): Add :set
14405         widget type, which is different because it takes and returns a
14406         list.  Much hilarity ensues.
14407
14408 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14411
14412         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14413         doc-string.
14414
14415         * gnus-start.el (gnus-activate-group): Added doc-string.
14416
14417 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14420
14421 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14422
14423         * assistant.el (assistant-render-text): Try to add a :set
14424         widget, more to come.
14425
14426         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14427         strings.
14428         (spam-report-articles-resend)
14429         (spam-register-routine): Do registration iff any articles warrant
14430         it.
14431         (spam-summary-prepare-exit): Change log message for nil group
14432         destinations.
14433
14434 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14435
14436         * spam.el (spam-report-resend-register-routine): Allow
14437         spam-report-resend-to to be a group parameter or a global value.
14438
14439 2004-05-26  Simon Josefsson  <jas@extundo.com>
14440
14441         * starttls.el: Merge with my GNUTLS based starttls.el.
14442         (starttls-gnutls-program, starttls-use-gnutls)
14443         (starttls-extra-arguments, starttls-process-connection-type)
14444         (starttls-connect, starttls-failure, starttls-success): New
14445         variables.
14446         (starttls-program, starttls-extra-args): Doc fix.
14447         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14448         functions.
14449         (starttls-negotiate, starttls-open-stream): Check
14450         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14451         function if it is set.
14452
14453 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14456         structured fields.
14457
14458 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14461
14462 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14465         variable.
14466         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14467         assigning the spam-mark to new messages.
14468
14469 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14470
14471         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14472
14473 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14476
14477         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14478         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14479         default.
14480
14481 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14482
14483         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14484         correct data.
14485
14486 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14489         (spam-group-processor-p): Fix function.
14490         (spam-group-processor-multiple-p)
14491         (spam-group-spam-processor-report-gmane-p)
14492         (spam-group-spam-processor-report-resend-p)
14493         (spam-group-spam-processor-bogofilter-p)
14494         (spam-group-spam-processor-blacklist-p)
14495         (spam-group-spam-processor-ifile-p)
14496         (spam-group-ham-processor-ifile-p)
14497         (spam-group-spam-processor-spamoracle-p)
14498         (spam-group-spam-processor-crm114-p)
14499         (spam-group-ham-processor-bogofilter-p)
14500         (spam-group-spam-processor-stat-p)
14501         (spam-group-ham-processor-stat-p)
14502         (spam-group-ham-processor-whitelist-p)
14503         (spam-group-ham-processor-BBDB-p)
14504         (spam-group-ham-processor-spamoracle-p)
14505         (spam-group-ham-processor-copy-p): Remove functions with some
14506         prejudice against unneeded code.
14507         (spam-report-articles-resend)
14508         (spam-report-resend-register-routine): Allow the group/topic
14509         spam-resend-to value to override spam-report-resend-to.
14510         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14511         properly now.
14512
14513         * gnus.el (spam-resend-to): Add group/topic parameter.
14514         (spam-process): Move the OBSOLETE processors to the end of the
14515         choices.
14516
14517 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14518
14519         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14520         with resend-to set to nil, and then ask the user if necessary.
14521         (spam-report-resend): spam-report-resend takes a list of articles, not
14522         separate article numbers.
14523
14524 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14527         addition to emacs-w3m.
14528
14529 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14530
14531         * assistant.el (assistant-authinfo-data): New function.
14532         (assistant-eval): Eval for entire assistant.
14533
14534         * netrc.el (netrc-services-file): New variable.
14535         (netrc-parse-services): New function.
14536         (netrc-find-service-name): New function.
14537         (netrc-find-service-number): New function.
14538         (netrc-port-equal): New function.
14539         (netrc-machine): Use it.
14540
14541         * nnimap.el (nnimap-open-connection): Use netrc.
14542
14543         * gnus-util.el (gnus-netrc-get): Remove aliases.
14544
14545         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14546
14547         * assistant.el (wid-edit): Fix compilation.
14548
14549         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14550
14551 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14552
14553         * gnus-util.el (gnus-set-file-modes): New function.  (small
14554         patch).
14555
14556 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14557
14558         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14559
14560         * assistant.el (assistant-render-node): Fix up rendering and
14561         read-only text.
14562         (assistant-render-node): Reset.
14563         (assistant-make-read-only): Not sticky.
14564
14565 2004-05-20  Danny Siu  <dsiu@adobe.com>
14566
14567         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14568         centered even when gnus-auto-center-summary is t.
14569
14570 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14571
14572         * dns.el (dns-get-txt-answer): New function.
14573         (dns-read-txt): Ditto.
14574         (query-dns): Use it.
14575
14576 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14579         active for foreign groups even if the group level is higher than
14580         the specified value.
14581
14582 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583
14584         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14585         non-active groups.
14586
14587         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14588
14589 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14590
14591         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14592
14593 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14594
14595         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14596         (spam-crm114-header, spam-crm114-spam-switch)
14597         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14598         (spam-crm114-positive-spam-header)
14599         (spam-crm114-database-directory, spam-list-of-processors)
14600         (spam-group-spam-processor-crm114-p)
14601         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14602         (spam-generic-score, spam-list-of-checks)
14603         (spam-list-of-statistical-checks, spam-registration-functions)
14604         (spam-check-crm114-headers, spam-crm114-score)
14605         (spam-check-crm114, spam-crm114-register-with-crm114)
14606         (spam-crm114-register-spam-routine)
14607         (spam-crm114-unregister-spam-routine)
14608         (spam-crm114-register-ham-routine)
14609         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14610         asjo@koldfront.dk (Adam Sjøgren).
14611
14612         * gnus.el: Add spam-use-crm114.
14613
14614         * spam.el (spam-list-of-processors, spam-registration-functions):
14615         Add spam-use-resend.
14616         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14617         (spam-report-articles-gmane): Add doc fix.
14618         (spam-report-articles-resend, spam-report-resend-register-routine):
14619         Add wrappers around spam-report-resend-to.
14620
14621         * spam-report.el (spam-report-resend-to, spam-report-resend):
14622         Add support for resending spam.
14623         (spam-report-gmane): Fix line length >80.
14624
14625         * gnus.el (spam-process): Add spam-use-resend.
14626
14627 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14628
14629         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14630         number of processed spam messages.
14631         (spam-ham-copy-or-move-routine): Return the number of processed
14632         ham messages.
14633         (spam-summary-prepare-exit): Use the above values to decide
14634         whether status messages shouled be displayed.
14635
14636 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14639         `rfc2047-encoding-function-alist' in order to avoid conflicting
14640         with the old version.
14641         (rfc2047-encode-region): Concatenate words containing non-ASCII
14642         characters in structured fields; don't encode space-delimited
14643         ASCII words even in unstructured fields; don't break words at
14644         char-category boundaries.
14645         (rfc2047-encode-1): New function.
14646         (rfc2047-encode): Use it; encode text so that it occupies the
14647         maximum width within 76-column; work correctly on Q encoding for
14648         iso-2022-* charsets.
14649         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14650         sure not to break a line just after the header name.
14651         (rfc2047-b-encode-region): Removed.
14652         (rfc2047-b-encode-string): New function.
14653         (rfc2047-q-encode-region): Removed.
14654         (rfc2047-q-encode-string): New function.
14655
14656         * mm-util.el (mm-replace-in-string): New function.
14657
14658 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14659
14660         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14661         get it right.
14662         (gnus-inews-make-draft): Really.
14663
14664 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14665
14666         * nnmh.el (nnmh-request-list-1): Don't check the link count
14667         before descending.  (small patch)
14668
14669 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14670
14671         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14672         stuff.
14673
14674         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14675         on real group name.
14676
14677         * gnus-art.el (gnus-signature-limit): Doc fix.
14678
14679         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14680
14681         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14682
14683 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14684
14685         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14686         isn't a string.
14687
14688 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14689
14690         * gnus-draft.el (gnus-draft-send): Bind
14691         rfc2047-encode-encoded-words.
14692
14693         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14694         (rfc2047-encodable-p): Say that =? needs encoding.
14695         (rfc2047-encode-encoded-words): New variable.
14696
14697         * gnus-group.el (gnus-group-select-group): Doc fix.
14698
14699         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14700
14701         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14702         to nil.
14703
14704         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14705
14706         * nnheader.el (nnheader-get-lines-and-char): New function.
14707
14708 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * gnus-msg.el (gnus-summary-followup-with-original): Document
14711         yanking of region when active.
14712
14713 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14716         groups if the group level is higher than the specified value.
14717
14718 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14719
14720         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14721         (gnus-group-jump-to-group): Added prefix argument using
14722         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14723         non-active group.
14724
14725         * compface.el (uncompface): Be verbose when changing
14726         `uncompface-use-external'.
14727
14728         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14729         handle manual section.
14730
14731 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14732
14733         * gnus-art.el (gnus-button-alist): Revert previous change.
14734
14735 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14738
14739 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14740
14741         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14742         whether backend can accept message.
14743
14744         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14745
14746 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14747
14748         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14749         Avoid creating directory when nntp-marks-is-evil is true.
14750         Reported by Reiner Steib.
14751
14752 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14753
14754         * gnus-picon.el (gnus-picon-style): New variable.
14755         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14756         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14757         Jesper Harder <harder@ifa.au.dk>.
14758
14759 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14760
14761         * message.el (message-fill-field): Return point.
14762         (message-generate-headers): Go to end of field.
14763
14764         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14765         stuff for non-living groups.
14766
14767 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14768
14769         * gnus-art.el (gnus-article-followup-with-original)
14770         (gnus-article-reply-with-original): gnus-mark-active-p ->
14771         gnus-region-active-p.
14772
14773 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14774
14775         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14776         only when there is spam or ham to be processed.
14777
14778 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14779
14780         * mail-source.el (mail-source-delete-crash-box): Refactor.
14781         (mail-source-fetch): Use it.
14782         (mail-source-fetch-file): Ditto.
14783         (mail-source-fetch-directory): Run postscript in loop.
14784         (mail-source-fetch-pop): Delete.
14785         (mail-source-fetch-maildir): Ditto.
14786         (mail-source-fetch-imap): Ditto.
14787
14788         * imap.el (imap-authenticators): Comment out sasl.
14789
14790         * message.el (message-skip-to-next-address): New function.
14791         (message-fill-header-address): Refactor.
14792         (message-fill-address): Use it.
14793         (message-delete-address): Use it.
14794         (message-fill-header-general): Refactor.
14795         (message-fill-field-address): Rename.
14796         (message-narrow-to-field): Find the start of the header.
14797         (message-header-format-alist): Don't pre-fill.
14798         (message-fill-header): Removed.
14799         (message-insert-header): New function.
14800         (message-shorten-references): Use it.
14801
14802         * rfc2047.el (rfc2047-field-value): Strip props.
14803
14804         * mail-parse.el (mail-header-make-address): New alias.
14805
14806         * ietf-drums.el (ietf-drums-make-address): New function.
14807
14808         * imap.el: Add compiler directives.
14809
14810         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14811
14812         * gnus-art.el (article-decode-idna-rhs): Don't use
14813         message-idna-inside-rhs-p.
14814
14815 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14816
14817         * message.el (message-idna-inside-rhs-p): Removed.
14818         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14819
14820         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14821         false positives.
14822
14823 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14824
14825         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14826
14827 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14828
14829         * nneething.el (nneething-file-name): Don't create spurious
14830         files.
14831
14832         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14833         (gnus-inews-do-gcc): Remove sleep.
14834
14835         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14836         part under point.
14837
14838         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14839         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14840
14841 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14842
14843         * spam.el (spam-summary-prepare-exit): Fixed (length).
14844
14845 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14846
14847         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14848         as expired without moving it" message when there are spam
14849         messages left.
14850
14851 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14852
14853         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14854         header is not nil.
14855
14856 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14857
14858         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14859         nntp-possibly-create-directory, not nntp-possibly-change-group.
14860         (nntp-marks-changed-p): New arg SERVER.
14861         (nntp-request-update-info): Adjust caller.
14862
14863 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14864
14865         * nntp.el (nntp-save-marks): Pass missing arg.
14866
14867 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14868
14869         * nntp.el: Support marks.
14870         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14871         (nntp-marks-modtime, nntp-marks-directory): New variables.
14872         (nntp-request-set-mark, nntp-request-update-info)
14873         (nntp-possibly-create-directory, nntp-marks-changed-p)
14874         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14875         functions.
14876
14877 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14878
14879         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14880         (gnus-xmas-redefine): Rename.
14881
14882         * gnus-score.el (gnus-score-insert-help): Use
14883         gnus-select-lowest-window.
14884
14885         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14886         appt-select-lowest-window and rename to gnus-select-lowest-window.
14887
14888         * gnus.el: do.
14889
14890 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14891
14892         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14893         encodings of MIME-encoded words, in order to improve
14894         interoperability with several broken MUAs.
14895
14896 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14897
14898         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14899         tags, only when charsets are not specified in headers.
14900         (mm-inline-text-html-render-with-w3m): Ditto.
14901
14902         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14903         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14904
14905 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14906
14907         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14908         instead of MIME-decoded from fields when checking
14909         `gnus-article-address-banner-alist'.
14910
14911 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14912
14913         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14914         description rather than subject.
14915
14916 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14917
14918         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14919
14920 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14921
14922         * gnus.el (gnus-version-number): Bump.
14923
14924 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14925
14926         * gnus.el: No Gnus v0.2 is released.
14927
14928 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14929
14930         * gnus-agent.el (gnus-agent-read-agentview): Inline
14931         gnus-uncompress-range.
14932
14933 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14934
14935         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14936         `exec-installed-p'.
14937
14938 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14939
14940         * gnus.el (spam-process, spam-autodetect-methods): Add
14941         bsfilter and bsfilter-headers.
14942
14943         * spam.el (spam-bsfilter): New customize group.
14944         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14945         (spam-bsfilter-header, spam-bsfilter-probability-header)
14946         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14947         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14948         (spam-bsfilter-database-directory): New options.
14949         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14950         (spam-list-of-statistical-checks, spam-registration-functions):
14951         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14952         (spam-bsfilter-score): New command.
14953         (spam-check-bsfilter-headers, spam-check-bsfilter)
14954         (spam-bsfilter-register-with-bsfilter)
14955         (spam-bsfilter-register-spam-routine)
14956         (spam-bsfilter-unregister-spam-routine)
14957         (spam-bsfilter-register-ham-routine)
14958         (spam-bsfilter-unregister-ham-routine): New functions.
14959         (spam-generic-score): Support bsfilter; Accept an optional argument
14960         to recalcurate spam score even if scoring header has already been
14961         added.
14962         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14963         optional argument to recalcurate spam score even if scoring header
14964         has already been added.
14965
14966 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14967
14968         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14969         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14970         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14971         link is missing.
14972
14973 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14974
14975         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14976         (html2text-get-attr): Rewrite.
14977
14978         * message.el (message-setup-1): Remove redundant put-text-property
14979         on mail-header-separator.
14980
14981 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * gnus-registry.el (gnus-registry-cache-whitespace)
14984         (gnus-registry-action, gnus-registry-spool-action)
14985         (gnus-registry-split-fancy-with-parent): Change message levels
14986         from 5 to 3 or 7, as needed.
14987
14988         * spam.el (spam-summary-prepare-exit)
14989         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14990         (spam-split, spam-find-spam, spam-log-undo-registration)
14991         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14992         level from 5 to 6.
14993
14994 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14997         2004-03-04 change).
14998
14999 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15000
15001         * sieve-manage.el (sieve-manage-open):
15002         * nnweb.el (nnweb-insert-html):
15003         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15004         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15005         * nnspool.el (nnspool-request-group):
15006         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15007         * nnml.el (nnml-request-update-info):
15008         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15009         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15010         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15011         (nnimap-request-set-mark):
15012         * nnfolder.el (nnfolder-request-update-info):
15013         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15014         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15015         * gnus-uu.el (gnus-uu-find-articles-matching):
15016         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15017         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15018         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15019         * gnus-nocem.el (gnus-nocem-scan-groups):
15020         * gnus-int.el (gnus-start-news-server):
15021         * gnus-group.el (gnus-group-make-kiboze-group)
15022         (gnus-group-browse-foreign-server):
15023         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15024         Use mapc when appropriate.
15025
15026 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15027
15028         FIXME: Make separate entries for each person.
15029
15030         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15031         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15032         <shields@msrl.com>:
15033
15034         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15035         may need for spam sorting and scoring.
15036         (spam-user-format-function-S): Add user format function suitable for
15037         general use.
15038         (spam-article-sort-by-spam-status): Add sorting function for summary
15039         sorting.
15040         (spam-extra-header-to-number): Add function to get a score from a
15041         header.
15042         (spam-summary-score): Add function to get a numeric score from the
15043         headers.
15044         (spam-generic-score): Fix function doc, was in wrong place.
15045         (spam-initialize): Take symbols when it's run, and install the
15046         extra headers that spam-necessary-extra-headers thinks we need.
15047
15048 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15049
15050         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15051         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15052
15053 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15054
15055         * gnus-sum.el (gnus-set-global-variables)
15056         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15057         (gnus-article-get-xrefs, gnus-summary-best-group)
15058         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15059         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15060         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15061         Use with-current-buffer.
15062
15063 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15064
15065         * spam.el (spam-summary-prepare-exit): Simplify logic.
15066         (spam-fetch-article-header): Read the article header if it's not
15067         available.
15068         (spam-list-articles): Simplify logic.
15069         (spam-filelist-register-routine): Fix bug with unregister-list.
15070
15071         * gnus-registry.el: Fix comments at beginning.
15072
15073 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15074
15075         * message.el (message-cater-to-broken-inn): Remove.
15076         (message-shorten-references): Make sure the total folded length of
15077         References is shorter than 998 characters to cater to a bug in INN
15078         2.3.  Also, don't pretend that references aren't folded -- this
15079         hasn't worked for a while.
15080
15081 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15082
15083         * gnus-agent.el (gnus-agentize):
15084         gnus-agent-send-mail-real-function no longer set to current value
15085         of message-send-mail-function but rather a lambda that calls
15086         message-send-mail-function.  The change makes the agent real-time
15087         responsive to user changes to message-send-mail-function.
15088
15089 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15090
15091         * legacy-gnus-agent.el
15092         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15093         help from Florian Weimer <fw@deneb.enyo.de>
15094
15095 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * nnmail.el (nnmail-cache-insert): Revert last change.
15098
15099 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * nnmail.el (nnmail-cache-insert): Always check whether
15102         nnmail-cache-ignore-groups matches a group name.
15103
15104 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15105
15106         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15107         (spam-find-spam, spam-log-processing-to-registry)
15108         (spam-log-registered-p, spam-log-unregistration-needed-p)
15109         (spam-log-undo-registration): Use gnus-message instead of
15110         gnus-error, none of these errors are fatal.
15111
15112         * gnus-registry.el (gnus-registry-clean-empty-function)
15113         (gnus-registry-clean-empty): Remove only empty entries without
15114         extra data.
15115
15116 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15117
15118         * spam-stat.el (spam-stat-buffer-change-to-spam)
15119         (spam-stat-buffer-change-to-non-spam): Change (error) to
15120         (gnus-message 8) invocation.
15121
15122 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * nntp.el (nntp-via-netcat-command): New variable.
15125         (nntp-via-netcat-switches): New variable.
15126         (nntp-open-via-rlogin-and-netcat): New function.
15127         (nntp-open-connection-function): Doc fix.
15128         (nntp-telnet-command): Doc fix.
15129         (nntp-end-of-line): Doc fix.
15130         (nntp-via-rlogin-command): Doc fix.
15131         (nntp-via-user-name): Doc fix.
15132         (nntp-via-address): Doc fix.
15133
15134 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15137         error in Emacs 21.1.
15138
15139 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15142
15143 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15144
15145         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15146         (gnus-agent-with-refreshed-group): New macro.
15147         (gnus-agent-rename-group): New function.
15148         (gnus-agent-delete-group): New function.
15149         (gnus-agent-save-group-info): Use gnus-command-method when
15150         `method' parameter is nil.  Don't write nil entries into the
15151         active file.
15152         (gnus-agent-get-group-info): New function.
15153         (gnus-agent-fetch-articles): Use
15154         gnus-agent-update-files-total-fetched-for to increment disk space
15155         used.
15156         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15157         gnus-agent-update-view-total-fetched-for to increment disk space
15158         used.
15159         (gnus-agent-get-local): Added optional parameters to avoid calling
15160         gnus-group-real-name and gnus-find-method-for-group.
15161         (gnus-agent-set-local): Delete stored entry if either min, or max,
15162         are nil.
15163         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15164         quit, use gnus-agent-regenerate-group to record existance of any
15165         articles fetched to disk before the quit occurred.
15166         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15167         gnus-agent-update-view-total-fetched-for, and
15168         gnus-agent-update-files-total-fetched-for to decrement disk space
15169         used.
15170         (gnus-agent-retrieve-headers): Use
15171         gnus-agent-update-view-total-fetched-for to increment disk space
15172         used.
15173         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15174         with gnus-agent-update-files-total-fetched-for to decrement disk
15175         space and fresh group buffer.
15176         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15177         (gnus-agent-need-update-total-fetched-for): New variable.
15178         (gnus-agent-update-files-total-fetched-for): New function.
15179         (gnus-agent-update-view-total-fetched-for): New function.
15180         (gnus-agent-total-fetched-for): New function.
15181
15182         * gnus-cache.el (gnus-cache-save-buffers): Use
15183         gnus-cache-update-overview-total-fetched-for to change disk space
15184         used by this group.
15185         (gnus-cache-possibly-enter-article): Use
15186         gnus-cache-update-file-total-fetched-for to increment disk space
15187         used by this group.
15188         (gnus-cache-possibly-remove-article): Use
15189         gnus-cache-update-file-total-fetched-for to decrement disk space
15190         used by this group.
15191         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15192         (gnus-cache-rename-group): New function.
15193         (gnus-cache-delete-group): New function.
15194         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15195         (gnus-cache-need-update-total-fetched-for): New variable.
15196         (gnus-cache-with-refreshed-group): New macro.
15197         (gnus-cache-update-file-total-fetched-for): New function.
15198         (gnus-cache-update-overview-total-fetched-for): New function.
15199         (gnus-cache-rename-group-total-fetched-for): New function.
15200         (gnus-cache-delete-group-total-fetched-for): New function.
15201         (gnus-cache-total-fetched-for): New function.
15202
15203         * gnus-group.el: Require gnus-sum and autoload functions to
15204         resolve warnings when gnus-group.el compiled alone.
15205         (gnus-group-line-format): Documented new %F.
15206         (size of Fetched data) group line format; identifies disk space
15207         used by agent and cache.
15208         (gnus-group-line-format-alist): Defined new F format.
15209         (gnus-total-fetched-for): New function.
15210         (gnus-group-delete-group): No longer update
15211         gnus-cache-active-altered as gnus-request-delete-group now keeps
15212         the cache in sync.
15213         (gnus-group-list-active): Let the agent store a server's active
15214         list if currently plugged.
15215
15216         * gnus-int.el (gnus-request-delete-group):
15217         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15218         local disk in sync with the server.
15219         (gnus-request-rename-group):
15220         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15221         local disk in sync with the server.
15222
15223         * gnus-start.el (gnus-get-unread-articles):
15224         Cosmetic simplification to logic.
15225
15226         * gnus-util.el (gnus-rename-file): New function.
15227
15228 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15229
15230         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15231
15232 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15233
15234         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15235         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15236
15237 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15238
15239         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15240         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15241
15242 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15243
15244         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15245
15246 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15247
15248         * spam.el (spam-set-difference): Add function to replace
15249         gnus-set-difference in spam.el.
15250         (spam-summary-prepare-exit): Use spam-set-difference.
15251
15252 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15253
15254         * gnus-registry.el (gnus-registry-cache-file): Update to use
15255         gnus-dribble-directory OR gnus-home-directory OR ~.
15256         (gnus-registry-split-fancy-with-parent): Fix doc.
15257
15258 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * message.el (message-exchange-point-and-mark): Use
15261         message-mark-active-p.  Suggested by Jesper Harder
15262         <harder@ifa.au.dk>.
15263
15264 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * message.el (message-exchange-point-and-mark): Don't activate
15267         region if it was inactive.  Suggested by Hiroshi Fujishima
15268         <pooh@nature.tsukuba.ac.jp>.
15269
15270 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-art.el (article-display-face): Display Faces in the same
15273         order as X-Faces.
15274
15275 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15278
15279 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15282         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15283         (gnus-article-mime-hierarchy): Remove.
15284         (gnus-article-mime-hierarchy-next): Remove.
15285         (gnus-article-mode): Revert 2004-03-19 change.
15286         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15287         (gnus-insert-mime-button): Revert 2004-03-19 change.
15288         (gnus-mime-accumulate-hierarchy): Remove.
15289         (gnus-mime-enter-multipart): Remove.
15290         (gnus-mime-leave-multipart): Remove.
15291         (gnus-mime-display-part): Revert 2004-03-19 change.
15292         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15293
15294         * mml.el (mml-preview): Revert 2004-03-19 change.
15295
15296 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15297
15298         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15299
15300 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15303         t while entering a file name using the mm-with-multibyte macro.
15304         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15305
15306         * mm-util.el (mm-with-multibyte): New macro.
15307
15308 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15311         user option.
15312         (gnus-mime-multipart-functions): Doc and customization fix.
15313         (gnus-article-mime-hierarchy): New variable.
15314         (gnus-article-mime-hierarchy-next): New variable.
15315         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15316         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15317         gnus-article-mime-hierarchy-next to nil.
15318         (gnus-insert-mime-button): Show hierarchy numbers.
15319         (gnus-mime-accumulate-hierarchy): New function.
15320         (gnus-mime-enter-multipart): New function.
15321         (gnus-mime-leave-multipart): New function.
15322         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15323         (gnus-mime-display-alternative): Show hierarchy numbers.
15324
15325         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15326         gnus-article-mime-hierarchy-next to nil.
15327
15328 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15329
15330         * dns.el: Don't require gnus-xmas.
15331
15332 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15335         inline PGP.
15336         (mml-menu): Disable mml-quote-region if mark is inactive.
15337
15338 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15341         when the group's active is not available.
15342
15343 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15346         error.
15347
15348 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * imap.el (imap-store-password): New variable.
15351         (imap-interactive-login): Use it.
15352         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15353
15354 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15357         window-start and hscroll to summary window.
15358
15359 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15360
15361         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15362         conversion message to newsrc-dribble when an actual conversion is
15363         performed.
15364
15365 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15366
15367         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15368
15369 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * mm-decode.el (mm-complicated-handles): New function reviving
15372         former definition of mm-multiple-handles.
15373
15374         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15375         (gnus-mime-delete-part): Use it.
15376
15377 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15378
15379         * gnus-agent.el (gnus-agent-read-local): Bind
15380         nnheader-file-coding-system to gnus-agent-file-coding-system to
15381         avoid the implicit assumption that they will always be equal.
15382         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15383         coding-system-for-write, as the with-temp-file macro first prints
15384         to a buffer then saves the buffer.
15385
15386 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * gnus-art.el (gnus-article-edit-part): New function.
15389         (gnus-mime-save-part-and-strip): Use it; do query instead of
15390         signaling an error; don't use mm-multiple-handles.
15391         (gnus-mime-delete-part): Ditto.
15392
15393 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15394
15395         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15396         old file versions.
15397         (gnus-group-prepare-hook): Removed function that converted list
15398         form of gnus-agent-expire-days to group properties.
15399
15400         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15401         (gnus-request-accept-article): Re-indented.
15402
15403         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15404         converters to handle old agent file formats.  Added logic for a
15405         "backup before upgrading warning".
15406         (gnus-convert-mark-converter-prompt): Developers can mark
15407         functions as needing (default), or not needing,
15408         gnus-convert-old-newsrc's "backup before upgrading warning".
15409         (gnus-convert-converter-needs-prompt): Tests whether the user
15410         should be protected from potentially irreversable changes by the
15411         function.
15412
15413         * legacy-gnus-agent.el: New.  Provides converters that are only
15414         loaded when gnus-convert-old-newsrc needs to call them.
15415
15416 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * mail-source.el (mail-source-touch-pop): Doc fix.
15419
15420         * message.el (message-smtpmail-send-it): Doc fix.
15421
15422 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15423
15424         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15425
15426         * nnmail.el (nnmail-split-fancy): do.
15427
15428         * gnus-kill.el (gnus-kill, gnus-execute): do.
15429
15430 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15431
15432         * gnus-sum.el (gnus-widget-reversible-match)
15433         (gnus-widget-reversible-to-internal)
15434         (gnus-widget-reversible-to-external): New functions.
15435         (gnus-widget-reversible): New widget.
15436         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15437
15438 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15439
15440         * gnus-sum.el (gnus-thread-sort-functions)
15441         (gnus-article-sort-functions): Document `(not F)' items.
15442
15443 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15444
15445         * spam.el (spam-use-gmane-xref): Add new backend.
15446         (spam-gmane-xref-spam-group): Add variable to control the name of the
15447         Gmane spam group.
15448         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15449         (spam-regex-headers-spam, spam-regex-headers-ham)
15450         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15451         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15452         backends and checks.
15453         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15454
15455         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15456         an autodetect method.
15457
15458 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15459
15460         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15461         articles are being added to a group.
15462         (gnus-request-replace-article): Inform the agent that articles
15463         need to be uncached as the cached contents are no longer valid.
15464
15465 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * binhex.el: Don't autoload executable-find.
15468
15469         * canlock.el: Don't autoload mail-fetch-field.
15470
15471         * dgnushack.el: Autoload c-mode for XEmacs.
15472
15473         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15474
15475         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15476         rmail-dont-reply-to and rmail-output.
15477
15478         * gnus-score.el: Don't autoload ffap-string-at-point.
15479
15480         * gnus-setup.el: Don't autoload sc-cite-original.
15481
15482         * imap.el: Don't autoload base64-decode-string,
15483         base64-encode-string and md5.
15484
15485         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15486         and rmail-msg-restore-non-pruned-header.
15487
15488         * mm-decode.el: Don't autoload executable-find.
15489
15490         * mm-url.el: Don't autoload executable-find.
15491
15492         * mm-view.el: Don't autoload diff-mode.
15493
15494         * nndb.el: Don't autoload news-reply-mode, news-setup,
15495         cancel-timer and telnet.
15496
15497         * password.el: Don't autoload run-at-time for Emacs.
15498
15499         * sha1-el.el: Don't autoload executable-find.
15500
15501         * sieve-mode.el: Don't autoload c-mode.
15502
15503         * uudecode.el: Don't autoload executable-find.
15504
15505 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15506
15507         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15508         (gnus-agent-possibly-alter-active): Avoid null in numeric
15509         comparison.
15510         (gnus-agent-set-local): Refuse to save null in local object table.
15511         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15512         list of articles that will be marked as unread.
15513
15514 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15517
15518 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15519
15520         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15521         language tags.
15522
15523 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15524
15525         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15526         Don't bind "obarray".
15527
15528         * gnus-sum.el (gnus-thread-sort-functions): Added
15529         `gnus-thread-sort-by-most-recent-number' and
15530         `gnus-thread-sort-by-most-recent-date'.
15531         Reported by Kai Grossjohann <kai@emptydomain.de>.
15532
15533 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15536
15537 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15538
15539         * gnus-cus.el (gnus-agent-customize-category): Removed
15540         ignore-errors macro reference that required cl to be loaded at
15541         run-time.
15542
15543         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15544         single-interval range of the form (min . max).  Previously the
15545         range had to look like ((min . max)).  Likewise, return
15546         (min . max) rather than ((min . max)).
15547         (gnus-range-map): Use gnus-range-normalize to accept
15548         single-interval range.
15549
15550         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15551         the cache, but not the agent, now appear with their usual face.
15552
15553         * dgnushack.el (loaddir): New variable that is bound to the
15554         directory containing the dgnushack.el file. Use loaddir, rather
15555         than srcdir, to update load-path. Change lets dgnushack compile
15556         code in directories other than GNUS/lisp.
15557
15558 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * lpath.el: Don't bind w3m-safe-url-regexp.
15561
15562         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15563         w3m-safe-url-regexp variable buffer-local.
15564
15565         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15566
15567 2004-02-27  Simon Josefsson  <jas@extundo.com>
15568
15569         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15570         gnus-group-real-prefix.
15571         (gnus-summary-move-article): Use it, instead of
15572         gnus-group-real-prefix.
15573
15574 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * lpath.el: Bind w3m-safe-url-regexp.
15577
15578         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15579         w3m-safe-url-regexp variable buffer-local and set it as the value
15580         of mm-w3m-safe-url-regexp.
15581
15582         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15583
15584         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15585         parsing gnus-posting-styles when the message is not for replying.
15586
15587         * dgnushack.el: Autoload sgml-mode for XEmacs.
15588
15589         * nnrss.el (nnrss-opml-export): Use
15590         mm-set-buffer-file-coding-system instead of
15591         set-buffer-file-coding-system.
15592
15593 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15594
15595         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15596         of checkdoc.el).
15597         * nnrss.el: do.
15598         * gnus-mlspl.el: do.
15599         * gnus-ml.el: do.
15600         * gnus-srvr.el: do.
15601
15602         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15603
15604 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15605
15606         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15607         Corrections to custom-manual links.
15608
15609         * gnus-art.el (gnus-article): Ditto.
15610
15611         * mm-decode.el (mime-display, mime-security): Ditto.
15612
15613 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15614
15615         * flow-fill.el: Typo.
15616
15617 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15618
15619         * spam-wash.el: New file.
15620
15621 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15622
15623         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15624
15625 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15626
15627         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15628         to be run with new-articles as LIST1, not LIST2.
15629         (spam-registration-functions): Add spam-use-ham-copy as a nil
15630         registration backend.
15631
15632 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15633
15634         * spam-stat.el (spam-stat-washing-hook): New option.
15635         (spam-stat-buffer-words): Use it.
15636         (spam-stat-process-directory, spam-stat-test-directory): Use
15637         insert-file-contents-literally.
15638         (spam-stat-coding-system): New variable.
15639         (spam-stat-load, spam-stat-save): Use it.
15640
15641 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * spam-report.el (spam-report-plug-agent): Quote
15644         spam-report-url-to-file and spam-report-url-ping-plain.
15645
15646 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15647
15648         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15649         / in mailto URLs.
15650
15651 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * spam-report.el (spam-report-process-queue): Fix interactive use.
15654         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15655         (spam-report-unplug-agent): Doc fixes.
15656         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15657         (spam-report-agentize, spam-report-deagentize): Autoload.
15658
15659 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15662
15663         * message.el (message-setup-fill-variables): Add mml tags to
15664         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15665         <ajk@iu.edu>.
15666         (message-mode): Don't modify paragraph-separate there.
15667
15668 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * compface.el (uncompface-use-external): Default to undecided.
15671         (uncompface-use-external-threshold): New variable.
15672         (uncompface-float-time): New macro.
15673         (uncompface): Determine whether to use the external decoder if
15674         uncompface-use-external is undecided.
15675
15676 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15677
15678         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15679         after images.
15680
15681         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15682
15683 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15684
15685         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15686
15687         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15688
15689         * gnus-sum.el (gnus-summary-limit-to-age)
15690         (gnus-summary-limit-children): do.
15691
15692         * gnus-int.el (gnus-request-scan): do.
15693
15694         * gnus-group.el (gnus-group-suspend): do.
15695
15696         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15697
15698         * gnus-cite.el (gnus-cite-parse-attributions): do.
15699
15700         * gnus-agent.el (gnus-summary-set-agent-mark)
15701         (gnus-agent-regenerate-group): do.
15702
15703         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15704
15705         * binhex.el (binhex-decode-region-internal): do.
15706
15707 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-fun.el (gnus-face-properties-alist): New user option.
15710         (gnus-display-x-face-in-from): Use it.
15711
15712         * gnus-art.el (article-display-face): Ditto.
15713
15714         * compface.el (uncompface-use-external): Default to nil.
15715
15716 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15717
15718         * nntp.el (nntp-erase-buffer): New function.
15719         (nntp-retrieve-data, nntp-send-command)
15720         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15721         (nntp-possibly-change-group): Use it.
15722
15723         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15724         with-current-buffer.
15725
15726 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15727
15728         * compface.el: Merge the ELisp-based uncompface program.
15729         (compface): New customization group.
15730         (uncompface-use-external): New user option.
15731         (uncompface): Call uncompface-internal if uncompface-use-external
15732         is nil.
15733         (uncompface-internal): New function.  Note that there are also
15734         some other functions and variables added for this function.
15735
15736 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15737
15738         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15739         if necessary.
15740
15741 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15742
15743         * spam-report.el (spam-report-unplug-agent)
15744         (spam-report-plug-agent, spam-report-deagentize)
15745         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15746         Add support for the Agent in spam-report: when unplugged, report to a
15747         file; when plugged, submit all the requests.
15748
15749         * spam.el (spam-register-routine): Fix message about
15750         registration.
15751
15752 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15753
15754         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15755         dependencies.
15756         (rfc2047-encode): Use it.
15757
15758         * gnus-art.el (gnus-button-marker-list): Move before first
15759         reference.
15760
15761         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15762         (imap-parse-body): Fix format string mismatch.
15763
15764         * gnus-score.el (gnus-summary-increase-score): do.
15765
15766         * nnrss.el (nnrss-close): New function.
15767
15768 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15769
15770         * nnrss.el (nnrss-make-filename): New function.
15771         (nnrss-request-delete-group, nnrss-read-server-data)
15772         (nnrss-save-server-data, nnrss-read-group-data)
15773         (nnrss-save-group-data): Use it.
15774         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15775         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15776         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15777
15778 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15779
15780         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15781
15782 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15783
15784         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15785         files.
15786
15787         * message.el (message-generate-headers-first): Don't quote nil
15788         and t in docstrings.
15789
15790         * imap.el (imap-id): do.
15791
15792         * gnus-agent.el (gnus-agent-consider-all-articles)
15793         (gnus-agent-queue-mail): do.
15794
15795 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * spam-report.el (spam-report-process-queue): New function.
15798         Process requests from `spam-report-requests-file'.
15799         (spam-report-process-queue): Doc fix.
15800
15801 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15802
15803         * spam.el (spam-register-routine)
15804         (spam-log-processing-to-registry, spam-log-registered-p)
15805         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15806         Change "check" to "spam-check" for semi-clarity.
15807
15808 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15809
15810         * pop3.el: Require nnheader.
15811
15812         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15813
15814         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15815
15816         * gnus-picon.el: Require cl.
15817
15818         * gnus-fun.el: Require gnus-ems and gnus-util.
15819
15820         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15821
15822         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15823
15824         * gnus-art.el (gnus-article-edit-mode): Define before first
15825         reference.
15826
15827 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15828
15829         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15830         (gnus-uu-post-encoded): Use point-at-bol.
15831
15832         * gnus-topic.el (gnus-group-active-topic-p): do.
15833
15834         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15835
15836         * gnus-group.el (gnus-group-kill-region): do.
15837
15838         * gnus-art.el (article-date-ut): do.
15839
15840         * message.el (message-fetch-field): Remove redundant
15841         case-fold-search binding.
15842         (message-narrow-to-field): Simplify.
15843
15844 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * spam.el (spam-directory): Derive from `gnus-directory'.
15847
15848         * spam-report.el (spam-report-url-to-file)
15849         (spam-report-requests-file): New function and variable for offline
15850         reporting.
15851         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15852         and user defined function.
15853         (spam-report-url-ping-mm-url): Remove doubled slash.
15854
15855 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15856
15857         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15858
15859 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15860
15861         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15862         format string mismatch.
15863
15864         * sieve.el (sieve-deactivate-all): do.
15865
15866         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15867
15868         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15869
15870         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15871
15872         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15873
15874 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15875
15876         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15877         the list of checks.
15878
15879 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15880
15881         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15882         padding.
15883
15884 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15885
15886         * mm-view.el (mm-fill-flowed): New variable.
15887         (mm-inline-text): Use it.
15888
15889 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15890
15891         * spam.el (spam-spamassassin-register-ham-routine)
15892         (spam-spamassassin-register-spam-routine): Fix function names.
15893
15894 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * gnus.el (gnus-tmp-grouplens): Remove.
15897         (gnus-summary-line-format): Remove grouplens.
15898
15899         * gnus-group.el (gnus-group-line-format): Ditto.
15900
15901         * gnus-spec.el (gnus-format-specs): Ditto.
15902         (gnus-update-format-specifications): Flush the group format spec
15903         cache if there's the grouplens stuff.
15904         (gnus-parse-simple-format): Replace %l with the empty string.
15905
15906 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15907
15908         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15909         omission.
15910
15911 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15914         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15915
15916 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15917
15918         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15919         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15920         New macros and functions.
15921         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15922         Handle > NLINK_MAX messages.
15923         * nnmaildir.el (nnmaildir-request-set-mark): Use
15924         nnmaildir--emlink-p and nnmaildir--eexist-p.
15925
15926 2004-01-25  Alex Schroeder  <alex@gnu.org>
15927
15928         * spam-stat.el (spam-stat-process-directory-age): New option.
15929         (spam-stat-process-directory): Use it.
15930
15931 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15932
15933         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15934         (spam-stat-save): Accept prefix argument.
15935
15936 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15937
15938         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15939         links" error.
15940
15941 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15944         the rest of the and/or forms.
15945
15946 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15947
15948         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15949         compatibility with old .newsrc.eld files.
15950
15951         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15952
15953         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15954
15955         * gnus-start.el (gnus-1): do.
15956
15957         * gnus-group.el (gnus-group-line-format-alist): do.
15958
15959         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15960
15961         * gnus-gl.el: Remove.
15962
15963 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15964
15965         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15966         marks consisting of a single range {for example, (3 . 5)} rather
15967         than a list of a single range { ((3 . 5)) }.
15968
15969 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15970
15971         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15972         with-current-buffer.
15973         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15974         avoid consing a string.
15975
15976         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15977         Remove obsolete entries for big5 and gb2312.
15978
15979 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15980
15981         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15982         uncompressed list.
15983
15984 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15985
15986         * spam-stat.el (spam-stat-strip-xref): New function.
15987         (spam-stat-process-directory): Use it.
15988
15989         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15990         here -- it's done in message-fetch-field.
15991
15992 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15993
15994         * gnus-agent.el (gnus-agent-queue-mail)
15995         (gnus-agent-prompt-send-queue): New variables.
15996         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15997         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15998         "nndraft:queue" along to gnus-draft-send.  Use
15999         gnus-agent-prompt-send-queue.
16000         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16001         is "nndraft:queue".  Suggested by Gaute Strokkenes
16002         <gs234@srcf.ucam.org>
16003
16004         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16005         (agent-enable-undownloaded-faces): Added.
16006         (gnus-agent-cat-groups): Use eval-and-compile, not
16007         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16008         method of gnus-agent-cat-groups even when the buffer has been
16009         evaled.
16010         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16011         delete gnus-agent-save-active-1.
16012         (gnus-agent-save-groups): Deleted.  Identical to
16013         gnus-agent-save-active.
16014         (gnus-agent-write-active): No longer adjust agent's copy of active
16015         file as agent's adjustments are now stored in their own
16016         file.  Removed optional parameter.
16017         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16018         servers.  Add use of min/max range limits from server's local
16019         file.
16020         (gnus-agent-save-alist): Removed unused optional argument.
16021         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16022         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16023         (gnus-agent-set-local): A per-server file that keeps min/max range
16024         limits for articles known to the agent.  Provides a fast mechanism
16025         for altering many active ranges.
16026         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16027         active file (local makes it unnecessary).
16028         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16029
16030         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16031         (agent-enable-undownloaded-faces): Added.
16032
16033         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16034         disable it when sending to "nndraft:queue".
16035         (gnus-group-send-queue): Add safety check to avoid sending queue
16036         when unplugged.
16037
16038         * gnus-group.el (gnus-group-catchup): Use new
16039         gnus-sequence-of-unread-articles, not
16040         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16041         numbers of articles.  Use gnus-range-map to avoid having to
16042         uncompress the unread list.
16043         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16044         Fixed invalid ange-ftp reference.
16045
16046         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16047         (gnus-sorted-range-intersection): Intersection of two ranges
16048         without requiring that they first be uncompressed.
16049
16050         * gnus-start.el (gnus-activate-group): Unless blocked by the
16051         caller, possibly expand the active range to include both cached
16052         and agentized articles.
16053         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16054         multiple version-dependent converters.
16055         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16056         gnus-agent-save-active.
16057         (gnus-save-newsrc-file): Save dirty agent range limits.
16058
16059         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16060         gnus-agent-possibly-alter-active.
16061         (gnus-adjust-marked-articles): Faster handling of simple lists.
16062
16063 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16064
16065         * spam-stat.el (spam-stat-test-directory): New optional argument
16066         displays a list of files detected.  Suggested by Andrew Cohen
16067         <cohen@andy.bu.edu>.
16068         (spam-stat-buffer-words-with-scores): Don't narrow and change
16069         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16070
16071 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16072
16073         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16074         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16075         (spam-spamassassin-arguments)
16076         (spam-spamassassin-spam-flag-header)
16077         (spam-spamassassin-positive-spam-flag-header)
16078         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16079         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16080         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16081         (spam-list-of-processors, spam-list-of-checks)
16082         (spam-list-of-statistical-checks, spam-registration-functions)
16083         (spam-check-spamassassin-headers, spam-check-spamassassin)
16084         (spam-spamassassin-score)
16085         (spam-spamassassin-register-with-sa-learn)
16086         (spam-spamassassin-register-spam-routine)
16087         (spam-spamassassin-register-ham-routine)
16088         (spam-assassin-register-spam-routine)
16089         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16090         (spam-bogofilter-score): Fix to show article before scoring.
16091
16092 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16093
16094         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16095         default scoring function.
16096         (spam-generic-score): Call spam-spamassassin-score if
16097         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16098         spam-bogofilter-score otherwise.
16099
16100         * gnus.el (spam-process, spam-autodetect-methods): Add
16101         spamassassin and spamassassin-headers.
16102
16103 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16104
16105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16106         Suppress unnecessary messages.
16107
16108 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16109
16110         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16111         make-hash-table.
16112
16113 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * canlock.el (base64-encode-string): Don't autoload it.
16116
16117 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * run-at-time.el: Remove useless (require 'itimer),
16120         eval-and-compile and (featurep 'xemacs).
16121
16122 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16123
16124         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16125         GROUP is a virtual group.
16126
16127 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16128
16129         * gnus.el: Autoload `message-y-or-n-p'.
16130
16131 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16132
16133         * pgg-parse.el: Remove unnecessary (require 'custom).
16134
16135         * pgg-def.el: do.
16136
16137         * nnmail.el: do.
16138
16139         * gnus-undo.el: do.
16140
16141         * gnus-picon.el: do.
16142
16143         * gnus-util.el: do.
16144
16145 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16148
16149 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16152         handle, as well as a list.
16153
16154         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16155         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16156         (mm-w3m-cid-retrieve): Simplify.
16157
16158 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16159
16160         * message.el (message-kill-to-signature): Allow prefix arg to
16161         specify number of lines to keep before signature.
16162
16163 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16164
16165         * message.el (message-kill-to-signature): Change docstring.
16166
16167 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * canlock.el: Always require sha1-el.
16170         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16171
16172         * message.el: Autoload sha1 only when compiling.
16173
16174         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16175         eudc-expand-inline for XEmacs.
16176
16177 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * message.el (message-canlock-generate): Require sha1-el.
16180
16181 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16182
16183         * message.el (message-expand-name): Silence the byte compiler.
16184
16185         * lpath.el: Add detect-coding-system.
16186
16187         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16188         cus-edit.
16189
16190 2004-01-13  Simon Josefsson  <jas@extundo.com>
16191
16192         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16193         Invoke gnus-score-mode.  Reported by
16194         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16195
16196         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16197         Jim Blandy <jimb@redhat.com> (tiny change).
16198
16199 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16200
16201         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16202
16203 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16204
16205         * spam.el (spam-get-article-as-string): Update to use
16206         gnus-request-article-this-buffer, much simpler.
16207         (spam-get-article-as-buffer): Remove.
16208
16209 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16210
16211         * message.el (message-expand-name): Use EUDC if the user uses that.
16212
16213 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16214
16215         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16216         character for the encoding to avoid consing a string.
16217
16218         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16219         unnecessarily.
16220
16221         * mm-util.el (mm-replace-chars-in-string): Remove.
16222
16223         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16224         of mm-replace-chars-in-string.
16225
16226 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16227
16228         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16229
16230         * mm-util.el (mm-subst-char-in-string): Support inplace.
16231
16232         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16233         a new string in every iteration.  Use shy groups.
16234
16235 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16236
16237         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16238         * gnus-soup.el (gnus-soup-group-brew):
16239         * gnus-msg.el (gnus-put-message):
16240         * gnus-move.el (gnus-group-move-group-to-server):
16241         * gnus-kill.el (gnus-batch-score):
16242         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16243         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16244         (gnus-group-update-group, gnus-group-read-group)
16245         (gnus-group-make-group, gnus-group-make-help-group)
16246         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16247         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16248         (gnus-group-sort-by-unread, gnus-group-catchup)
16249         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16250         (gnus-group-yank-group, gnus-group-set-info)
16251         (gnus-group-list-groups):
16252         * gnus.el (gnus-generate-new-group-name):
16253         * gnus-delay.el (gnus-delay-send-queue):
16254         * nnvirtual.el (nnvirtual-catchup-group):
16255         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16256         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16257         (gnus-group-prepare-topics, gnus-topic-check-topology):
16258         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16259         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16260         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16261         (gnus-group-make-articles-read):
16262         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16263         (gnus-group-change-level, gnus-kill-newsgroup)
16264         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16265         (gnus-get-unread-articles, gnus-make-articles-unread)
16266         (gnus-make-ascending-articles-unread): Use accessor
16267         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16268         to get group information for improved readability.
16269
16270
16271 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16272
16273         * gnus-art.el (article-decode-mime-words, article-babel)
16274         (gnus-article-highlight-signature, gnus-article-add-buttons)
16275         (gnus-signature-toggle): Use gnus-with-article-buffer.
16276
16277         * gnus-art.el (gnus-article-highlight-headers)
16278         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16279
16280         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16281         (gnus-article-set-globals, gnus-request-article-this-buffer)
16282         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16283         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16284         (gnus-mime-display-alternative): Use with-current-buffer.
16285
16286 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16287
16288         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16289         also under 80 char limit, and call gnus-error if needed.
16290         (spam-fetch-article-header): Fix - it was a
16291         buffer-local variable (gnus-newsgroup-data).
16292         (spam-find-spam): Use spam-generate-fake-headers, forget about
16293         spam-insert-fake-headers.
16294         (spam-insert-fake-headers): Remove.
16295
16296 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16297
16298         * deuglify.el (gnus-article-outlook-unwrap-lines)
16299         (gnus-outlook-rearrange-article)
16300         (gnus-outlook-repair-attribution-outlook)
16301         (gnus-outlook-repair-attribution-block)
16302         (gnus-outlook-repair-attribution-other): Remove redundant
16303         save-excursion.
16304
16305 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16306
16307         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16308         (spam-fetch-field-subject-fast)
16309         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16310         (spam-fetch-article-header): Add functions to deal with Gnus
16311         internals for fast retrieval of article header data.
16312         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16313
16314 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16315
16316         * pop3.el (pop3-md5): Remove.
16317         (pop3-apop): Replace pop3-md5 with md5.
16318
16319         * mm-bodies.el: base64 is always built-in.
16320
16321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16322         with-current-buffer.
16323
16324 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * canlock.el (canlock-insert-header): Remove excessive grouping in
16327         regexp.
16328
16329         * gnus-sum.el (gnus-summary-read-document): Ditto.
16330
16331         * gnus-uu.el (gnus-uu-part-number): Ditto.
16332
16333         * html2text.el (html2text-remove-tags): Ditto.
16334         (html2text-format-tags): Ditto.
16335         (html2text-format-single-elements): Ditto.
16336
16337         * mml.el (mml-parse-1): Ditto.
16338
16339 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16340
16341         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16342
16343         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16344
16345         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16346
16347         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16348
16349 2003-11-15  Simon Josefsson  <jas@extundo.com>
16350
16351         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16352         (pgg-gpg-lookup-key): Use regexp match instead of
16353         split-string (split-string is different between emacs 21.2 and
16354         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16355
16356 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16357
16358         * gnus-art.el (gnus-mime-view-all-parts)
16359         (gnus-article-part-wrapper, gnus-article-view-part): Use
16360         with-current-buffer.
16361
16362 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16363
16364         * spam.el (spam-disable-spam-split-during-ham-respool)
16365         (spam-spamoracle-database, spam-cache-lookups)
16366         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16367         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16368         (spam-group-ham-marks, spam-group-spam-marks)
16369         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16370         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16371         also add spam-use-blackholes to the statistical checks.
16372         (spam-fetch-field-fast): Add interface to fetching fields, may
16373         become a macro.
16374         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16375         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16376         (spam-insert-fake-headers): Fake an article when needed.
16377         (spam-find-spam): Fake article when possible.
16378         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16379         (spam-check-bogofilter-headers): Use message-fetch-field instead
16380         of nnmail-fetch-field.
16381
16382 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16385
16386 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16387
16388         * spam.el (spam-split): Do not require spam-use-CHECK to be
16389         enabled if that check is passed to spam-split explicitly; also
16390         fix so 'spam doesn't get converted to spam-split-group when
16391         spam-split-symbolic-return is t.
16392         (spam-find-spam): Find registrations of the article and use those
16393         instead of re-running spam-split to find the spam/ham
16394         classification of the article.
16395         (spam-log-processing-to-registry, spam-log-registered-p)
16396         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16397         Use gnus-error instead of gnus-message.
16398         (spam-log-registration-type): Add function to determine the
16399         classification of a message based on registry entries; will
16400         return nil if both 'spam and 'ham are found.
16401         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16402         a reasonably fast local cache without the loading errors.
16403         (spam-cache-lookups): Set to t by default.
16404         (spam-find-spam): Don't try to guess spam-cache-lookups.
16405         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16406         spam-caches entry.
16407         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16408         caching of whitelist/blacklist entries.
16409         (spam-check-whitelist, spam-check-blacklist): Invoke
16410         spam-from-listed-p with a type, not a cache variable.
16411         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16412
16413 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16414
16415         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16416
16417         * nnmail.el (nnmail-split-fancy): do.
16418
16419         * mml.el (mml-parse): do.
16420
16421         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16422         (gnus-score-adaptive): do.
16423
16424 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16427         (gnus-mime-button-map): Don't set keymap parent.
16428         (gnus-button-ctan-directory-regexp): Use shy grouping.
16429         (gnus-prev-page-map): Don't set keymap parent.
16430         (gnus-prev-page-map): Remove duplicated one.
16431         (gnus-next-page-map): Don't set keymap parent.
16432         (gnus-mime-security-button-map): Ditto.
16433
16434         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16435         version number.
16436
16437         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16438
16439 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * canlock.el (canlock-sha1-function): Remove.
16442         (canlock-sha1-function-for-verify): Remove.
16443         (canlock-openssl-program): Remove.
16444         (canlock-openssl-args): Remove.
16445         (canlock-ignore-errors): Remove.
16446         (canlock-sha1-with-openssl): Remove.
16447         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16448         (canlock-verify): Don't use canlock-ignore-errors.
16449
16450         * sha1-el.el (sha1-string-external): Make it can return a string
16451         in binary form.
16452         (sha1-region-external): Ditto.
16453         (sha1-string-internal): Ditto.
16454         (sha1-region-internal): Ditto.
16455         (sha1-region): Ditto.
16456         (sha1-string): Ditto.
16457         (sha1): Ditto.
16458
16459 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16460
16461         * spam.el (spam-report-articles-gmane): New command.
16462
16463 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16466
16467         * run-at-time.el (run-at-time-saved): Remove.
16468         (run-at-time): Doc fix.
16469
16470 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16471
16472         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16473         (gnus-summary-limit-map): Add it.
16474         (gnus-summary-make-menu-bar): do.
16475
16476 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16477
16478         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16479         Make attempt at some caching support (done for BBDB only now).
16480         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16481         addresses to be checked.
16482         (spam-clear-cache-BBDB): Add function, to be invoked by
16483         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16484         (spam-check-BBDB): Check and use the caches, if
16485         spam-cache-lookups is on, remove superfluous (provide).
16486
16487 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16488
16489         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16490
16491 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16492
16493         * run-at-time.el (run-at-time-saved): Move to after the definition
16494         of `run-at-time'.
16495
16496         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16497
16498 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16501         mm-w3m-local-map-property.
16502
16503         * mm-view.el (mm-w3m-mode-map): Remove.
16504         (mm-w3m-local-map-property): Remove.
16505         (mm-inline-text-html-render-with-w3m): Don't use
16506         mm-w3m-local-map-property.
16507
16508 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16509
16510         * run-at-time.el: New file.
16511
16512         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16513         under Emacs.
16514
16515         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16516         of gnus-set-text-properties.
16517
16518         * gnus-uu.el (gnus-uu-save-article): Ditto.
16519
16520         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16521
16522         * gnus-cite.el (gnus-cite-parse): Ditto.
16523
16524         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16525         of gnus-.
16526
16527         * gnus-xmas.el (run-at-time): Require run-at-time.
16528
16529         * gnus.el: Changed calls to nnheader-run-at-time and
16530         password-run-at-time throughout to use run-at-time directly.
16531
16532         * password.el: Removed definition of run-at-time.
16533
16534         * nnheaderxm.el: Remove definition of run-at-time.
16535
16536 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16537
16538         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16539         in prompt.
16540
16541 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16542
16543         * messagexmas.el (message-xmas-redefine): Alias
16544         `message-make-caesar-translation-table' to
16545         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16546         version.
16547
16548         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16549         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16550         `gnus-xmas-set-text-properties'.
16551         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16552         `gnus-xmas-completing-read'.
16553         (gnus-xmas-completing-read): Removed.
16554         (gnus-xmas-open-network-stream): Removed.
16555
16556         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16557         XEmacs version.
16558
16559         * dns.el (dns-make-network-process): Use `open-network-stream'
16560         instead of `gnus-xmas-open-network-stream'.
16561
16562         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16563
16564         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16565
16566 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16567
16568         * gnus-art.el (gnus-mime-display-alternative)
16569         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16570         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16571         Don't use gnus-local-map-property.
16572
16573         * gnus-util.el (gnus-local-map-property): Remove.
16574
16575         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16576         gnus-completing-read-maybe-default with completing-read.
16577
16578         * gnus-util.el (gnus-completing-read): do.
16579         (gnus-completing-read-maybe-default): Remove.
16580
16581 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16582
16583         * password.el: Only autoload `run-at-time' if not XEmacs.
16584         Only autoload the itimer functions if XEmacs.
16585
16586 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16589         XEmacsen.
16590
16591         * dgnushack.el: Autoload executable-find for XEmacs.
16592
16593 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16594
16595         * gnus-art.el (gnus-read-string): Remove.
16596         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16597         read-string.
16598
16599 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16600
16601         * netrc.el: Autoload password-read.
16602         (netrc): Add configuration group.
16603         (netrc-encoding-method, netrc-openssl-path): Add
16604         variables for encoding and decoding of files with symmetric
16605         ciphers.
16606         (netrc-encode): Add assistant function to encode a file with
16607         netrc-encoding-method.
16608         (netrc-parse): Add interactive parameter, added optional
16609         decoding if netrc-encoding-method is non-nil but otherwise
16610         behavior is standard.
16611         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16612         Do s/encode/encrypt/ everywhere.
16613
16614         * spam.el: Remove executable-find autoload.
16615
16616 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16617
16618         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16619
16620         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16621
16622 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16623
16624         * gnus-art.el (gnus-treat-ansi-sequences)
16625         (article-treat-ansi-sequences): New variable and function.
16626         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16627
16628         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16629         Use it.
16630
16631 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16632
16633         * mm-util.el (mm-quote-arg): Remove.
16634
16635         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16636         shell-quote-argument.
16637
16638         * gnus-uu.el (gnus-uu-command): do.
16639
16640         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16641
16642         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16643         with make-char.
16644
16645         * mm-util.el (mm-make-char): Remove.
16646
16647         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16648         add-minor-mode.
16649
16650         * gnus-undo.el (gnus-undo-mode): do.
16651
16652         * gnus-topic.el (gnus-topic-mode): do.
16653
16654         * gnus-sum.el (gnus-dead-summary-mode): do.
16655
16656         * gnus-start.el (gnus-slave-mode): do.
16657
16658         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16659
16660         * gnus-ml.el (gnus-mailing-list-mode): do.
16661
16662         * gnus-gl.el (gnus-grouplens-mode): do.
16663
16664         * gnus-draft.el (gnus-draft-mode): do.
16665
16666         * gnus-dired.el (gnus-dired-mode): do.
16667
16668         * gnus-ems.el (gnus-add-minor-mode): Remove.
16669
16670         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16671         Replace gnus-char-width with char-width.
16672
16673         * gnus-ems.el (gnus-char-width): Remove.
16674
16675         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16676         Replace gnus-char-width with char-width.
16677
16678         * gnus-ems.el (gnus-char-width): Remove.
16679
16680         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16681         definition.
16682         Remove Emacs 20 hash table compatibility code.
16683
16684         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16685         20 compatibility code.
16686
16687         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16688
16689         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16690
16691         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16692         with point-at-{eol,bol}.
16693
16694         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16695
16696         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16697
16698         * flow-fill.el (fill-flowed-point-at-bol)
16699         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16700
16701         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16702         Replace with point-at-{eol,bol} throughout all files.
16703
16704 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * ntlm.el (ntlm-string-as-unibyte): New macro.
16707         (ntlm-build-auth-response): Use it.
16708
16709         Remove Emacs 20 stuff:
16710         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16711         (butlast, mapc, remove): Remove the compiler macros.
16712         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16713         of delq and copy-sequence.
16714         * gnus-art.el (popup-menu): Remove the compiler macro.
16715         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16716         Emacs 20.
16717
16718 2004-01-05  Simon Josefsson  <jas@extundo.com>
16719
16720         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16721         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16722         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16723         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16724         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16725         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16726         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16727         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16728         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16729         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16730         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16731         string-xor into ntlm-string-xor.  Suggested by
16732         Jesper Harder <harder@myrealbox.com>.
16733
16734         * ntlm.el: Don't include poem.
16735
16736         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16737         Jesper Harder <harder@myrealbox.com>.
16738
16739         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16740
16741         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16742         probably breaks emacs with DL patch, but do we care? Is anyone
16743         still using the DL stuff?)
16744
16745         * sieve-manage.el: Use the password package.
16746         (sieve-manage-read-passwd): Remove.
16747         (sieve-manage-interactive-login): Use password.  Re-add
16748         condition-case around loop.
16749
16750         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16751         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16752         the password package.
16753
16754 2003-02-19  Simon Josefsson  <jas@extundo.com>
16755
16756         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16757         token.
16758
16759 2002-08-07  Simon Josefsson  <jas@extundo.com>
16760
16761         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16762         (sieve-manage-authenticators):
16763         (sieve-manage-authenticator-alist): Add some SASL mechs.
16764         (sieve-sasl-auth): New function.
16765         (sieve-manage-cram-md5-auth):
16766         (sieve-manage-plain-auth): Rewrite using SASL library.
16767         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16768         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16769         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16770         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16771
16772 2004-01-05  Simon Josefsson  <jas@extundo.com>
16773
16774         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16775         New files.
16776
16777 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16778
16779         * gnus-group.el (gnus-no-groups-message): Update.
16780
16781         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16782
16783 2003-11-09  Simon Josefsson  <jas@extundo.com>
16784
16785         * imap.el: Support for ID IMAP extension (RFC 2971).
16786         (imap-local-variables): Add imap-id.
16787         (imap-id): New variable.
16788         (imap-id): New function.
16789         (imap-parse-response): Parse untagged ID response.
16790         * nnimap.el (nnimap-id): New variable.
16791         (nnimap-open-connection): Use it.
16792
16793 2003-12-28  Simon Josefsson  <jas@extundo.com>
16794
16795         * gnus-score.el (gnus-score-edit-all-score): New.
16796         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16797
16798 2004-01-04  Simon Josefsson  <jas@extundo.com>
16799
16800         * password.el: Add.
16801
16802 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16803
16804         * dns.el (dns-query-types): Fix typo.
16805         (dns-query-types): New function.
16806         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16807         PTR and SOA replies, see RFC 1035.
16808
16809 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16810
16811         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16812
16813         * Moved to Changelog.2.
16814
16815 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16816
16817         * gnus.el (gnus-version-number): Bump version.
16818
16819 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16820
16821         * gnus.el: No Gnus v0.1 is released.
16822
16823 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16824
16825         * gnus.el: No Gnus v0.0 is released.
16826
16827 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16828
16829         * gnus.el (gnus-version-number): Bump.
16830         (gnus-version): No.
16831
16832 See ChangeLog.2 for earlier changes.
16833
16834     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16835       Free Software Foundation, Inc.
16836
16837   This file is part of GNU Emacs.
16838
16839   GNU Emacs is free software: you can redistribute it and/or modify
16840   it under the terms of the GNU General Public License as published by
16841   the Free Software Foundation, either version 3 of the License, or
16842   (at your option) any later version.
16843
16844   GNU Emacs is distributed in the hope that it will be useful,
16845   but WITHOUT ANY WARRANTY; without even the implied warranty of
16846   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16847   GNU General Public License for more details.
16848
16849   You should have received a copy of the GNU General Public License
16850   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16851
16852 ;; Local Variables:
16853 ;; coding: utf-8
16854 ;; fill-column: 79
16855 ;; add-log-time-zone-rule: t
16856 ;; End: