* gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
[gnus] / lisp / ChangeLog
1 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
2
3         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
4         uncompressed list.
5
6 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
7
8         * spam-stat.el (spam-stat-strip-xref): New function.
9         (spam-stat-process-directory): Use it.
10
11         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12         here -- it's done in message-fetch-field.
13
14 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
15
16         * gnus-agent.el (gnus-agent-queue-mail,
17         gnus-agent-prompt-send-queue): New variables.
18         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20         "nndraft:queue" along to gnus-draft-send.  Use
21         gnus-agent-prompt-send-queue.
22         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23         is "nndraft:queue".  Suggested by Gaute Strokkenes
24         <gs234@srcf.ucam.org>
25
26         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
27         (agent-enable-undownloaded-faces): Added
28         (gnus-agent-cat-groups): Use eval-and-compile, not
29         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
30         method of gnus-agent-cat-groups even when the buffer has been
31         evaled.
32         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
33         delete gnus-agent-save-active-1.
34         (gnus-agent-save-groups): Deleted. Identical to
35         gnus-agent-save-active.
36         (gnus-agent-write-active): No longer adjust agent's copy of active
37         file as agent's adjustments are now stored in their own
38         file. Removed optional parameter.
39         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
40         servers.  Add use of min/max range limits from server's local
41         file.
42         (gnus-agent-save-alist): Removed unused optional argument.
43         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
44         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
45         (gnus-agent-set-local): A per-server file that keeps min/max range
46         limits for articles known to the agent.  Provides a fast mechanism
47         for altering many active ranges.
48         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
49         active file (local makes it unnecessary).
50         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
51
52         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
53         (agent-enable-undownloaded-faces): Added
54
55         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
56         disable it when sending to "nndraft:queue".
57         (gnus-group-send-queue): Add safety check to avoid sending queue
58         when unplugged.
59
60         * gnus-group.el (gnus-group-catchup): Use new
61         gnus-sequence-of-unread-articles, not
62         gnus-list-of-unread-articles, to avoid exhausting memory with huge
63         numbers of articles.  Use gnus-range-map to avoid having to
64         uncompress the unread list.
65         (gnus-group-archive-directory,
66         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
67         reference.
68
69         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
70         (gnus-sorted-range-intersection): Intersection of two ranges
71         without requiring that they first be uncompressed.
72
73         * gnus-start.el (gnus-activate-group): Unless blocked by the
74         caller, possibly expand the active range to include both cached
75         and agentized articles.
76         (gnus-convert-old-newsrc): Rewrote in anticipation of having
77         multiple version-dependent converters.
78         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
79         gnus-agent-save-active.
80         (gnus-save-newsrc-file): Save dirty agent range limits.
81
82         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
83         gnus-agent-possibly-alter-active.
84         (gnus-adjust-marked-articles): Faster handling of simple lists
85         
86 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
87
88         * spam-stat.el (spam-stat-test-directory): New optional argument
89         displays a list of files detected.  Suggested by Andrew Cohen
90         <cohen@andy.bu.edu>.
91         (spam-stat-buffer-words-with-scores): Don't narrow and change
92         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
93
94 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>  
95
96         * spam.el (gnus-summary-mode-map): make spam-generic-score the
97         default scoring function
98         (spam-generic-score): calls spam-spamassassin-score if
99         spam-use-spamassassin or spam-use-spamassassin-headers is on;
100         spam-bogofilter-score otherwise.
101
102         From Hubert Chan <hubert@uhoreg.ca>:
103
104         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
105         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
106         (spam-spamassassin-arguments)
107         (spam-spamassassin-spam-flag-header)
108         (spam-spamassassin-positive-spam-flag-header)
109         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
110         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
111         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
112         (spam-list-of-processors, spam-list-of-checks)
113         (spam-list-of-statistical-checks, spam-registration-functions)
114         (spam-check-spamassassin-headers, spam-check-spamassassin)
115         (spam-spamassassin-score)
116         (spam-spamassassin-register-with-sa-learn)
117         (spam-spamassassin-register-spam-routine)
118         (spam-spamassassin-register-ham-routine)
119         (spam-assassin-register-spam-routine)
120         (spam-assassin-register-ham-routine): add SpamAssassin support
121         (spam-bogofilter-score): fix to show article before scoring
122
123         * gnus.el (spam-process, spam-autodetect-methods): add
124         spamassassin and spamassassin-headers
125
126         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
127         Suppress unnecessary messages.  From Nevin Kapur
128         <nkapur@cs.caltech.edu>.
129
130 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
131
132         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
133         make-hash-table.
134
135 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * canlock.el (base64-encode-string): Don't autoload it.
138
139 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * run-at-time.el: Remove useless (require 'itimer),
142         eval-and-compile and (featurep 'xemacs).
143
144 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
145
146         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
147         GROUP is a virtual group.
148
149 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
150
151         * gnus.el: Autoload `message-y-or-n-p'.
152
153 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
154
155         * pgg-parse.el: Remove unnecessary (require 'custom).
156
157         * pgg-def.el: do.
158
159         * nnmail.el: do.
160
161         * gnus-undo.el: do.
162
163         * gnus-picon.el: do.
164
165         * gnus-util.el: do.
166
167 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
168
169         * gnus-sum.el (gnus-pick-line-number): Add autoload.
170
171 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * mm-decoce.el (mm-multiple-handles): Recognize a string as a mime
174         handle, as well as a list.
175
176         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
177         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
178         (mm-w3m-cid-retrieve): Simplify.
179
180 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
181
182         * message.el (message-kill-to-signature): Allow prefix arg to
183         specify number of lines to keep before signature.  From Vasily
184         Korytov.
185         (message-kill-to-signature): Change docstring.
186
187 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * canlock.el: Always require sha1-el.
190         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
191
192         * message.el: Autoload sha1 only when compiling.
193
194         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
195         eudc-expand-inline for XEmacs.
196
197 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * message.el (message-canlock-generate): Require sha1-el.
200
201 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
202
203         * message.el (message-expand-name): Silence the byte compiler.
204
205         * lpath.el: Add detect-coding-system.
206
207         * dgnushack.el (dgnushack-compile): Remove obsolete check for
208         cus-edit.
209
210 2004-01-13  Simon Josefsson  <jas@extundo.com>
211
212         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
213         Invoke gnus-score-mode.  Reported by
214         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
215
216         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
217         Jim Blandy <jimb@redhat.com> (tiny change).
218
219 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
220
221         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
222
223 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         * spam.el (spam-get-article-as-string): updated to use
226         gnus-request-article-this-buffer, much simpler
227         (spam-get-article-as-buffer): removed
228
229 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
230
231         * message.el (message-expand-name): Use EUDC if the user uses
232         that.
233
234 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
235
236         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
237         character for the encoding to avoid consing a string.
238         
239         * rfc2047.el (rfc2047-decode-string): Don't cons a string
240         unnecessarily.
241
242         * mm-util.el (mm-replace-chars-in-string): Remove.
243
244         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
245         of mm-replace-chars-in-string.
246
247 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
248
249         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
250         strings.
251
252         * mm-util.el (mm-subst-char-in-string): Support inplace.        
253
254         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
255         a new string in every iteration.  Use shy groups.
256
257 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
258
259         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
260         (gnus-group-change-level, gnus-kill-newsgroup)
261         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
262         (gnus-get-unread-articles, gnus-make-articles-unread)
263         (gnus-make-ascending-articles-unread): Use accessor
264         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
265         to get group information for improved readability.
266
267         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
268
269         * gnus-soup.el (gnus-soup-group-brew): do.
270
271         * gnus-msg.el (gnus-put-message): do.
272
273         * gnus-move.el (gnus-group-move-group-to-server): do.
274
275         * gnus-kill.el (gnus-batch-score): do.
276
277         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
278         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
279         (gnus-group-update-group, gnus-group-read-group)
280         (gnus-group-make-group, gnus-group-make-help-group)
281         (gnus-group-make-archive-group, gnus-group-make-directory-group)
282         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
283         (gnus-group-sort-by-unread, gnus-group-catchup)
284         (gnus-group-unsubscribe-group, gnus-group-kill-group)
285         (gnus-group-yank-group, gnus-group-set-info)
286         (gnus-group-list-groups): do.
287
288         * gnus.el (gnus-generate-new-group-name): do.
289
290         * gnus-delay.el (gnus-delay-send-queue): do.
291
292         * nnvirtual.el (nnvirtual-catchup-group): do.
293
294         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
295         do.
296
297         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
298         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
299         
300         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
301         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
302         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
303         (gnus-group-make-articles-read): do.
304         
305 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
306
307         * gnus-art.el (article-decode-mime-words, article-babel)
308         (gnus-article-highlight-signature, gnus-article-add-buttons)
309         (gnus-signature-toggle): Use gnus-with-article-buffer.
310         
311         * gnus-art.el (gnus-article-highlight-headers)
312         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
313         
314         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
315         (gnus-article-set-globals, gnus-request-article-this-buffer)
316         (gnus-button-message-id, gnus-article-maybe-hide-headers)
317         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
318         (gnus-mime-display-alternative): Use with-current-buffer.
319
320 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
321
322         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
323         also under 80 char limit, and call gnus-error if needed
324         (spam-fetch-article-header): finally fixed - it was a
325         buffer-local variable (gnus-newsgroup-data)
326         (spam-find-spam): use spam-generate-fake-headers, forget about
327         spam-insert-fake-headers
328         (spam-insert-fake-headers): removed
329
330 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
331
332         * deuglify.el (gnus-article-outlook-unwrap-lines)
333         (gnus-outlook-rearrange-article)
334         (gnus-outlook-repair-attribution-outlook)
335         (gnus-outlook-repair-attribution-block)
336         (gnus-outlook-repair-attribution-other): Remove redundant
337         save-excursion.
338
339 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
340
341         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
342         (spam-fetch-field-subject-fast)
343         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
344         (spam-fetch-article-header): new functions to deal with Gnus
345         internals for fast retrieval of article header data
346         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
347
348 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
349
350         * pop3.el (pop3-md5): Remove.
351         (pop3-apop): Replace pop3-md5 with md5.
352
353         * mm-bodies.el: base64 is always built-in.
354
355         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
356         with-current-buffer.
357
358 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * canlock.el (canlock-insert-header): Remove excessive grouping in
361         regexp.
362
363         * gnus-sum.el (gnus-summary-read-document): Ditto.
364
365         * gnus-uu.el (gnus-uu-part-number): Ditto.
366
367         * html2text.el (html2text-remove-tags): Ditto.
368         (html2text-format-tags): Ditto.
369         (html2text-format-single-elements): Ditto.
370
371         * mml.el (mml-parse-1): Ditto.
372
373 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
374
375         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
376
377         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
378
379         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
380
381         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
382
383 2003-11-15  Simon Josefsson  <jas@extundo.com>
384
385         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
386         (pgg-gpg-lookup-key): Use regexp match instead of
387         split-string (split-string is different between emacs 21.2 and
388         21.4).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
389
390 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
391
392         * gnus-art.el (gnus-mime-view-all-parts)
393         (gnus-article-part-wrapper, gnus-article-view-part): Use
394         with-current-buffer.
395
396 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
397
398         * spam.el (spam-disable-spam-split-during-ham-respool)
399         (spam-spamoracle-database, spam-cache-lookups)
400         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
401         (spam-group-ham-mark-p, spam-group-spam-mark-p)
402         (spam-group-ham-marks, spam-group-spam-marks)
403         (spam-group-spam-contents-p, spam-group-ham-contents-p)
404         (spam-list-of-processors, spam-list-of-statistical-checks): doc
405         fix, also add spam-use-blackholes to the statistical checks
406         (spam-fetch-field-fast): new interface to fetching fields, may
407         become a macro
408         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
409         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
410         (spam-insert-fake-headers): fake an article when needed
411         (spam-find-spam): fake article when possible
412         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
413         (spam-check-bogofilter-headers): use message-fetch-field instead
414         of nnmail-fetch-field
415
416 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
417
418         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
419
420 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
421
422         * spam.el (spam-split): do not require spam-use-CHECK to be
423         enabled if that check is passed to spam-split explicitly; also
424         fix so 'spam doesn't get converted to spam-split-group when
425         spam-split-symbolic-return is t
426         (spam-find-spam): find registrations of the article and use those
427         instead of re-running spam-split to find the spam/ham
428         classification of the article
429         (spam-log-processing-to-registry, spam-log-registered-p)
430         (spam-log-unregistration-needed-p, spam-log-undo-registration):
431         use gnus-error instead of gnus-message
432         (spam-log-registration-type): new function to determine the
433         classification of a message based on registry entries; will
434         return nil if both 'spam and 'ham are found
435         (spam-check-BBDB): expand all the BBDB macros here so we can have
436         a reasonably fast local cache without the loading errors
437         (spam-cache-lookups): set to t by default
438         (spam-find-spam): don't try to guess spam-cache-lookups
439         (spam-enter-whitelist, spam-enter-blacklist): also clear the
440         spam-caches entry
441         (spam-filelist-build-cache, spam-filelist-check-cache): better
442         caching of whitelist/blacklist entries
443         (spam-check-whitelist, spam-check-blacklist): invoke
444         spam-from-listed-p with a type, not a cache variable
445         (spam-from-listed-p): wrap around spam-filelist-check-cache
446
447 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
448
449         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
450
451         * nnmail.el (nnmail-split-fancy): do.
452
453         * mml.el (mml-parse): do.
454
455         * gnus-score.el (gnus-enter-score-words-into-hashtb)
456         (gnus-score-adaptive): do.
457
458 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
461         (gnus-mime-button-map): Don't set keymap parent.
462         (gnus-button-ctan-directory-regexp): Use shy grouping.
463         (gnus-prev-page-map): Don't set keymap parent.
464         (gnus-prev-page-map): Remove duplicated one.
465         (gnus-next-page-map): Don't set keymap parent.
466         (gnus-mime-security-button-map): Ditto.
467
468         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
469         version number.
470
471         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
472
473 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * canlock.el (canlock-sha1-function): Remove.
476         (canlock-sha1-function-for-verify): Remove.
477         (canlock-openssl-program): Remove.
478         (canlock-openssl-args): Remove.
479         (canlock-ignore-errors): Remove.
480         (canlock-sha1-with-openssl): Remove.
481         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
482         (canlock-verify): Don't use canlock-ignore-errors.
483
484         * sha1-el.el (sha1-string-external): Make it can return a string
485         in binary form.
486         (sha1-region-external): Ditto.
487         (sha1-string-internal): Ditto.
488         (sha1-region-internal): Ditto.
489         (sha1-region): Ditto.
490         (sha1-string): Ditto.
491         (sha1): Ditto.
492
493 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * spam.el (spam-report-articles-gmane): New command.
496
497 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus.el: Don't make unnecessary *Group* buffer when loading.
500
501         * run-at-time.el (run-at-time-saved): Remove.
502         (run-at-time): Doc fix.
503
504 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
505
506         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
507         (gnus-summary-limit-map): Add it.
508         (gnus-summary-make-menu-bar): do.
509
510 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
511
512         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
513         first attempt at some caching support (done for BBDB only now)
514         (spam-find-spam): set spam-cache-lookups if there are more than 2
515         addresses to be checked
516         (spam-clear-cache-BBDB): new function, to be invoked by
517         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
518         (spam-check-BBDB): check and use the caches, if
519         spam-cache-lookups is on
520         remove superfluous (provide)
521
522 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
523
524         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
525
526 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
527
528         * run-at-time.el (run-at-time-saved): Move to after the definition
529         of `run-at-time'.
530
531         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
532
533 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
536         mm-w3m-local-map-property.
537
538         * mm-view.el (mm-w3m-mode-map): Remove.
539         (mm-w3m-local-map-property): Remove.
540         (mm-inline-text-html-render-with-w3m): Don't use
541         mm-w3m-local-map-property.
542
543 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * run-at-time.el: New file.
546
547         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
548         under Emacs.
549
550         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
551         of gnus-set-text-properties.
552
553         * gnus-uu.el (gnus-uu-save-article): Ditto.
554
555         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
556
557         * gnus-cite.el (gnus-cite-parse): Ditto.
558
559         * gnus-art.el (gnus-button-push): Use set-text-properties instead
560         of gnus-.
561
562         * gnus-xmas.el (run-at-time): Require run-at-time.
563
564         * gnus.el: Changed calls to nnheader-run-at-time and
565         password-run-at-time throughout to use run-at-time directly.
566
567         * password.el: Removed definition of run-at-time.
568
569         * nnheaderxm.el: Remove definition of run-at-time.
570
571 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
572
573         * mml.el (mml-minibuffer-read-disposition): Show attachment type
574         in prompt (tiny change)
575
576 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
577
578         * messagexmas.el (message-xmas-redefine): Alias
579         `message-make-caesar-translation-table' to
580         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
581         version.
582
583         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
584         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
585         `gnus-xmas-set-text-properties'.
586         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
587         `gnus-xmas-completing-read'. 
588         (gnus-xmas-completing-read): Removed.
589         (gnus-xmas-open-network-stream): Removed.
590
591         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
592         XEmacs version.
593
594         * dns.el (dns-make-network-process): Use `open-network-stream'
595         instead of `gnus-xmas-open-network-stream'.
596
597         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
598
599         * .cvsignore: Add auto-autoloads.el, custom-load.el.
600
601 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
602
603         * gnus-art.el (gnus-mime-display-alternative)
604         (gnus-insert-mime-button, gnus-insert-mime-security-button)
605         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
606         Don't use gnus-local-map-property.
607
608         * gnus-util.el (gnus-local-map-property): Remove.
609
610         * mm-view.el (mm-view-pkcs7-decrypt): Replace
611         gnus-completing-read-maybe-default with completing-read.
612
613         * gnus-util.el (gnus-completing-read): do.
614         (gnus-completing-read-maybe-default): Remove.
615
616 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
617
618         * password.el: Only autoload `run-at-time' if not XEmacs.
619         Only autoload the itimer functions if XEmacs.
620
621 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
624         XEmacsen.
625
626         * dgnushack.el: Autoload executable-find for XEmacs.
627
628 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
629
630         * gnus-art.el (gnus-read-string): Remove.
631         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
632         read-string.
633
634 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
635
636         * netrc.el: autoload password-read
637         (netrc): new configuration group
638         (netrc-encoding-method, netrc-openssl-path): configuration
639         variables for encoding and decoding of files with symmetric
640         ciphers
641         (netrc-encode): assistant function to encode a file with
642         netrc-encoding-method
643         (netrc-parse): added interactive parameter, added optional
644         decoding if netrc-encoding-method is non-nil but otherwise
645         behavior is standard
646         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
647         s/encode/encrypt/ everywhere
648
649         * spam.el: remove executable-find autoload
650
651 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
652
653         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
654
655         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
656
657 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
658
659         * gnus-art.el (gnus-treat-ansi-sequences,
660         article-treat-ansi-sequences): New variable and function.
661         Suggested by Dan Jacobson <jidanni@jidanni.org>.
662
663         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
664         Use it.
665
666 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
667
668         * mm-util.el (mm-quote-arg): Remove.
669
670         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
671         shell-quote-argument.
672
673         * gnus-uu.el (gnus-uu-command): do.
674
675         * gnus-sum.el (gnus-summary-insert-pseudos): do.
676
677         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
678         with make-char.
679
680         * mm-util.el (mm-make-char): Remove.
681
682         * mml.el (mml-mode): Replace gnus-add-minor-mode with
683         add-minor-mode.
684
685         * gnus-undo.el (gnus-undo-mode): do.
686
687         * gnus-topic.el (gnus-topic-mode): do.
688
689         * gnus-sum.el (gnus-dead-summary-mode): do.
690
691         * gnus-start.el (gnus-slave-mode): do.
692
693         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
694
695         * gnus-ml.el (gnus-mailing-list-mode): do.
696
697         * gnus-gl.el (gnus-grouplens-mode): do.
698
699         * gnus-draft.el (gnus-draft-mode): do.
700
701         * gnus-dired.el (gnus-dired-mode): do.
702
703         * gnus-ems.el (gnus-add-minor-mode): Remove.
704
705         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
706         Replace gnus-char-width with char-width.
707
708         * gnus-ems.el (gnus-char-width): Remove.
709
710         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
711         Replace gnus-char-width with char-width.
712
713         * gnus-ems.el (gnus-char-width): Remove.
714
715         * spam-stat.el (with-syntax-table): Remove with-syntax-table
716         definition.
717         Remove Emacs 20 hash table compatibility code.
718
719         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
720         20 compatibility code.
721
722         * spam.el (spam-point-at-eol): Replace with point-at-eol.
723
724         * smime.el (smime-point-at-eol): Replace with point-at-eol.
725
726         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
727         with point-at-{eol,bol}.
728
729         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
730
731         * imap.el (imap-point-at-eol): Replace with point-at-eol.
732
733         * flow-fill.el (fill-flowed-point-at-bol,
734         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
735
736         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
737         Replace with point-at-{eol,bol} throughout all files.
738
739 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * ntlm.el (ntlm-string-as-unibyte): New macro.
742         (ntlm-build-auth-response): Use it.
743
744         Remove Emacs 20 stuff:
745         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
746         (butlast, mapc, remove): Remove the compiler macros.
747         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
748         of delq and copy-sequence.
749         * gnus-art.el (popup-menu): Remove the compiler macro.
750         * nnmail.el (nnmail-split-fancy): Don't support customizing with
751         Emacs 20.
752
753 2004-01-05  Simon Josefsson  <jas@extundo.com>
754
755         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
756         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
757         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
758         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
759         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
760         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
761         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
762         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
763         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
764         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
765         ntlm-string-permute, string-lshift into ntlm-string-lshift,
766         string-xor into ntlm-string-xor.  Suggested by
767         Jesper Harder <harder@myrealbox.com>.
768
769         * ntlm.el: Don't include poem.
770
771         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
772         Jesper Harder <harder@myrealbox.com>.
773
774         * sasl-ntlm.el, ntlm.el, md4.el: New files.
775
776         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
777         probably breaks emacs with DL patch, but do we care? Is anyone
778         still using the DL stuff?)
779
780         * sieve-manage.el: Use the password package.
781         (sieve-manage-read-passwd): Remove.
782         (sieve-manage-interactive-login): Use password.  Re-add
783         condition-case around loop.
784
785         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
786         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
787         the password package.
788
789 2003-02-19  Simon Josefsson  <jas@extundo.com>
790
791         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
792         token.
793
794 2002-08-07  Simon Josefsson  <jas@extundo.com>
795
796         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
797         (sieve-manage-authenticators):
798         (sieve-manage-authenticator-alist): Add some SASL mechs.
799         (sieve-sasl-auth): New function.
800         (sieve-manage-cram-md5-auth):
801         (sieve-manage-plain-auth): Rewrite using SASL library.
802         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
803         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
804         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
805         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
806
807 2004-01-05  Simon Josefsson  <jas@extundo.com>
808
809         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
810         New files.
811
812 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * gnus-group.el (gnus-no-groups-message): Update.
815
816         * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
817
818 2003-11-09  Simon Josefsson  <jas@extundo.com>
819
820         * imap.el: Support for ID IMAP extension (RFC 2971).
821         (imap-local-variables): Add imap-id.
822         (imap-id): New variable.
823         (imap-id): New function.
824         (imap-parse-response): Parse untagged ID response.
825         * nnimap.el (nnimap-id): New variable.
826         (nnimap-open-connection): Use it.
827
828 2003-12-28  Simon Josefsson  <jas@extundo.com>
829
830         * gnus-score.el (gnus-score-edit-all-score): New.
831         * gnus-group.el (gnus-group-score-map): Bind it to W e.
832
833 2004-01-04  Simon Josefsson  <jas@extundo.com>
834
835         * password.el: Add.
836
837 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
838
839         * dns.el: Add support for AAAA records (see RFC 3596)
840
841         * Fix typo PRT -> PTR
842
843         * Parse MX, PTR and SOA replies (see RFC 1035)
844
845 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
848
849         * Moved to Changelog.1.
850
851     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
852   Copying and distribution of this file, with or without modification,
853   are permitted provided the copyright notice and this notice are preserved.
854
855 ;; Local Variables:
856 ;; coding: iso-2022-7bit
857 ;; End: