This commit was manufactured by cvs2svn to create tag 't-gnus-
[elisp/gnus.git-] / ChangeLog
1 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
4
5 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
6
7         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
8         `nnshimbun-find-parameter'.
9         (nnshimbun-generate-nov-database): Bind a full group name while
10         processing.
11         (nnshimbun-find-parameter): New implementation to refer to the
12         nnshimbun group parameters.
13         (nnshimbun-index-range): Add a document that it's just a default.
14         (nnshimbun-pre-fetch-article): Ditto.
15         (nnshimbun-group-parameters): Specify a parameter type as `list'.
16         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
17
18 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
19
20         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
21         parameter.  It also provides the user option
22         `nnshimbun-group-parameters-alist' and the function
23         `nnshimbun-find-group-parameters'.
24         (nnshimbun-group-parameters-custom): New variable.
25         (TopLevel): Require `gnus' expressly.
26
27 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
28
29         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
30         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
31         (nnshimbun-request-expire-articles): Fixed.
32
33 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
34
35         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
36         `locate-library' to check for the existence of mailcap.el in the
37         same directory of gnus.el.
38         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
39         that I made.
40
41 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
42
43         * lisp/lpath.el: Don't Fbind `xml-node-children'.
44
45 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
46
47         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
48         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
49         is nil.
50
51 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
52
53         * lisp/gnus-group.el (toplevel): Removed autoload code for
54         "nnshimbun".
55
56         * texi/gnus-ja.texi (Web Newspaper): Add documents about
57         `nnshimbun-index-range'.
58
59 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
60
61         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
62         refer to the variable `nnshimbun-keep-last-article', we should
63         keep the last article anyway.
64         (nnshimbun-keep-last-article): Abolished.
65
66         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
67         make-shimbun-group'.
68
69 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
70
71         * lisp/nnshimbun.el: Remove some garbage.
72
73 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
74
75         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
76         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
77         FSF Emacsen.
78         * texi/gnus-ja.texi: Ditto.
79
80 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
81
82         * lisp/nnshimbun.el (top-level): Updated comments.
83         (nnshimbun): New customize group.
84         (nnshimbun-keep-last-article): Defined as customize variable.
85         (nnshimbun-keep-unparsable-dated-articles): Ditto.
86         (nnshimbun-insert-nov): Use `when' instead of `if'.
87         (gnus-group-shimbun-server-history): Imported from
88         `gnus-group.el'.
89         (gnus-group-make-shimbun-group): Ditto.
90
91         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
92         definition is moved to `nnshimbun.el' and autload code is added.
93         (gnus-group-shimbun-server-history): Its definition is moved to
94         `nnshimbun.el'.
95
96 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
97
98         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
99         (nnshimbun-index-range): New variable.
100         (nnshimbun-close-server): Check status strictly to close server
101         safely.
102         (nnshimbun-generate-nov-database): Refer the group paramter
103         `nnshimbun-index-range' as the second parameter of
104         `shimbun-headers'.
105         (shimbun-mua-use-entire-index): Removed.
106         (nnshimbun-request-article-1): Replace a date string in
107         `gnus-newsgroup-data' only when article header has non-nil value.
108         (nnshimbun-insert-nov): Fixed condition to decide whether
109         `X-Nnshimbun-Id' should be inseted or not.
110
111 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
112
113         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
114         (nnshimbun-request-expire-articles): Simplified; refer to the
115         shimbun's default expiration days.
116
117 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
118
119         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
120         Emacsen.
121
122 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
123
124         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
125         group parameter `expiry-wait' when expiring a closed group.
126
127 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
128
129         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
130         string in `gnus-newsgroup-data' based on the newly retrieved
131         article.
132
133 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
134
135         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
136         inhibiting the expiring.
137
138 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
139
140         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
141         (nnshimbun-request-expire-articles): New function.
142         (nnshimbun-keep-unparsable-dated-articles): New variable.
143         (nnshimbun-keep-last-article): New variable.
144         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
145         (nnshimbun-string-or): New macro.
146         (nnshimbun-tmp-string): New internal variable.
147         (TopLevel): Require `message' for `message-make-date'.
148
149 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
150
151         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
152         useless non-global var; scroll the output window automatically.
153
154 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
155
156         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
157         (nnshimbun-check-header): Removed.
158         (nnshimbun-make-shimbun-header): Don't call
159         `nnshimbun-header-xref'.
160         (nnshimbun-request-group): Simplified.
161         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
162         instead of `nnshimbun-check-header'.
163         (nnshimbun-insert-nov): New function.
164         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
165         instead of `nnheader-insert-nov'.
166         (nnshimbun-replace-nov-entry): New function.
167
168 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
169
170         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
171         `dolist'; protect against errors.
172
173 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
174
175         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
176         use `last'.
177         (nnshimbun-make-shimbun-header): Use the following macros.
178         (nnshimbun-mail-header-from): New macro whose definition will be
179         changed statically for Gnus or gnus.
180         (nnshimbun-mail-header-subject): Ditto.
181         (TopLevel): Don't require `gnus-clfns'.
182
183         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
184
185         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
186         the developers.
187         (cl-run-time-functions): New variable.
188         (TopLevel): Don't require `cl' at run-time.
189
190 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
191
192         * texi/gnus-ja.texi (Web Newspaper): Updated.
193
194 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
195
196         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
197         "nnshimbun.el" if the library "shimbun" is not found.
198         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
199         (locate-library): Redefine it for Mule before it is called.
200
201         * README.semi.ja: Update for the use of Emacs-W3M.
202         * README.semi: Ditto.
203         * Mule23@1934.ja: Ditto.
204         * Mule23@1934.en: Ditto.
205
206 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
207
208         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
209
210         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
211         Reconstructed to use `shimbun'.
212
213         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
214         FLIM can't be found.
215
216 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
217
218         * etc/Makefile.in (datadir): Set this variable, like in the other
219         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
220
221 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
222
223         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
224         `widget-convert-button', `widget-create' and `widget-put'; ignore
225         `defface'.
226
227 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
228
229         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
230         built-in function.
231
232         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
233         `defgroup'.
234
235 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
236
237         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
238
239         * lisp/nnmail.el: Don't bind the colon keywords here.
240         * lisp/gnus.el (gnus-colon-keywords): New variable which will
241         default to the value of `dgnushack-colon-keywords'; bind them.
242         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
243         dgnuskwds.el.
244         (dgnushack-colon-keywords): New constant which will have the colon
245         keywords shuld be bound at run-time for old Emacsen; cache them in
246         the file dgnuskwds.el and bind them.
247         (dgnushack-bind-colon-keywords): New function.
248         (locate-library): Make the function to be silent for Mule.
249         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
250
251 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
252
253         * lisp/message.el (message-maybe-encode): Don't use
254         `end-of-invisible'.
255
256 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
257
258         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
259
260 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
261
262         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
263
264         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
265         `gnus-article-buffer' just before `gnus-article-prepare-display' is
266         called.
267         (gnus-article-mime-edit-article-setup): Ditto.
268         (gnus-article-prepare-display): Don't bind `buffer-read-only'
269         because of `inhibit-read-only'; don't set the value of
270         `gnus-article-current-summary' here; delete all extents or overlays
271         and clear the value of `gnus-button-marker-list' in advance; make
272         it to run in `gnus-article-buffer'.
273         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
274         (article-toggle-headers): Don't bind `buffer-read-only' because of
275         `inhibit-read-only'.
276         (article-hide-headers): Ditto.
277
278 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
279
280         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
281
282 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
283
284         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
285
286 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
287
288         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
289
290 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
291
292         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
293         Emacsen; don't bind `mh-lib-progs'.
294
295 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
296
297         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
298         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
299
300 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
301
302         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
303
304 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
305
306         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
307         asahi.com.
308         (nnshimbun-asahi-get-headers): Ditto.
309         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
310
311 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
312
313         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
314         multiple articles even if there is a detached minibuffer frame on
315         some window managers.
316
317 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
318
319         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
320         mode.
321
322 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
323
324         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
325         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
326
327 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
328
329         * lisp/message.el (message-fix-before-sending): Hide again the
330         invisible property of encoded binary data parts after checking is
331         done.
332         (message-find-invisible-regions): New function.
333         (message-save-drafts, message-send): Inherit the invisible property
334         of encoded binary data parts to make MIME-Edit find the MIME part
335         boundaries.
336
337         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
338         (dgnushack-make-load): Ditto.
339
340 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
341
342         * lisp/dgnushack.el (dgnushack-compose-package): New function.
343         (dgnushack-make-load): Add autoload for cus-load if it is missing.
344
345         * lisp/Makefile.in (compose-package): Use
346         `dgnushack-compose-package'.
347         (clean, clever): Remove custom-load.el.
348
349         * Makefile.in (elclean): Remove custom-load.el.
350
351 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
352
353         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
354         entity even if `gnus-show-mime' is nil.
355
356 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
357
358         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
359         adjusted.
360
361         * lisp/gnus-clfns.el (string): New compiler macro.
362         (string): Defun-maybe as an ordinary function since it won't be
363         provided in cl.
364         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
365
366 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
367
368         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
369         `url-current-mime-charset' is bound.
370
371 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
372
373         * lisp/gnus.el (gnus-info-find-node): Pretend to be
374         `gnus-article-mode' in the article buffer.
375
376 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
377
378         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
379         (nnshimbun-kinsoku-bol-list): Ditto.
380
381 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
382
383         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
384
385         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
386         `dolist'.
387
388         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
389
390         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
391         is defined properly.
392
393 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
394
395         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
396         * lisp/nnshimbun.el: Ditto.
397         * lisp/nnfolder.el: Ditto.
398         * lisp/mm-util.el: Ditto.
399         * lisp/gnus-vers.el: Ditto.
400         * lisp/gnus-sum.el: Ditto.
401         * lisp/gnus-score.el: Ditto.
402         * lisp/gnus-nocem.el: Ditto.
403
404         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
405         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
406         (gnus-setup-for-offline): Ditto.
407
408         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
409         don't require `gnus-clfns'.
410
411         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
412         macros.
413         (mapc): Remove.
414
415         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
416         `gnus-article-read-summary-keys'.
417
418 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
419
420         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
421         the forwarded parts undecoded.
422         (gnus-article-decode-article-as-default-mime-charset): Set the
423         value of `default-mime-charset' buffer-locally.
424
425 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
426
427         * lisp/gnus.el: Add autoloads for
428         `gnus-summary-digest-post-forward' and
429         `gnus-summary-digest-mail-forward'.
430
431         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
432         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
433         with `gnus-summary-digest-post-forward' and
434         `gnus-summary-digest-mail-forward'.
435
436         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
437         repair the command `gnus-summary-post-digest' and rename it.
438         (gnus-summary-digest-mail-forward): Ditto.
439         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
440         `gnus-uu-digest-post-forward' with
441         `gnus-summary-digest-post-forward' and
442         `gnus-summary-digest-mail-forward'.
443
444 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
445
446         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
447         `gnus-inhibit-treatment' to t while fetching the raw article.
448
449         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
450         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
451         is being done;  turn off font-lock first;  query if the buffer is
452         modified.
453         (gnus-article-mime-edit-done): New function.
454         (gnus-article-mime-edit-article-setup): Make the window fill its
455         frame;  clear the buffere modified flag;  substitute key definition
456         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
457         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
458         to nil while `mime-edit-exit' is being done.
459         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
460
461 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
462
463         * lisp/dgnushack.el: Don't require `emu'.
464
465 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
466
467         * lisp/message.el (message-forward-subject-author-subject): Decode
468         `From' field.
469
470 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
471
472         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
473
474         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
475         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
476         only a temporary fix for an infloop on nnimap.  FIXME!!!
477         (gnus-select-newsgroup): Ditto.
478
479 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
480
481         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
482         about `gnus-article-display-hook.'
483         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
484         `gnus-article-display-hook.'
485
486         * lisp/gnus.el (gnus-article-display-hook): Abolished.
487
488         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
489         `gnus-article-display-hook'.
490         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
491         (gnus-summary-search-article): Ditto.
492
493         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
494         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
495
496         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
497         `gnus-article-prepare-hook' after an article has been prepared;
498         don't evaluate `gnus-article-display-hook'.
499
500 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
501
502         * lisp/message.el (message-cite-original-without-signature):
503         Extract from field for the simple citation line.
504
505 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
506
507         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
508
509         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
510         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
511         (dgnushack-make-auto-load): Remove auto-autoloads.el.
512         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
513
514         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
515         custom-load.el.
516         (compose-package): Call `gnus-load.elc' and then rename
517         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
518         `dgnushack-make-autoloads'.
519         (clever): No need to remove custom-load.el.
520
521         * Makefile.in (elclean): Remove gnus-load.el instead of
522         custom-load.el.
523
524         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
525
526 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
527
528         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
529
530 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
531
532         * GNUS-NEWS: Copyright and others.
533
534 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
535
536         * aclocal.m4 (AC_CHECK_URL): Add.
537
538         * configure.in: Use it.
539
540 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
541
542         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
543         parentheses.
544
545 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
546
547         * lisp/nnshimbun.el: Add `bbdb-ml' support.
548
549 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
550
551         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
552         of `xemacs'.
553         (nnshimbun-xemacs-get-headers): Ditto.
554
555 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
556
557         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
558
559 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
560
561         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
562         gnus-ja.texi or message-ja.texi is given.  It is needed for some
563         make command if which can not understand "%-ja:" or "%-ja.info:".
564
565 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
566
567         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
568         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
569
570 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
571
572         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
573         `buffer-substring-no-properties' instead of `format'.
574
575 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
576
577         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
578
579 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
580
581         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
582
583         * Makefile.in (install-package-lisp): Use
584         `install-without-compiling' instead of `install'.
585
586         * lisp/Makefile.in (install): Use `install-without-compiling'.
587         (install-without-compiling): New target.
588
589 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
590
591         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
592         `infohack-texi-format'.
593
594         * texi/infohack: (infohack-texi-format): New function.
595         * lisp/dgnushack.el (dgnushack-texi-format): Move to
596         texi/infohack.el and rename.
597         (dgnushack-texi-add-suffix-and-format): Remove.
598
599         * texi/ptexinfmt.el: New file.
600         * lisp/ptexinfmt.el: Move to texi/.
601
602 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
603
604         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
605
606 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
607
608         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
609         files for autoloads already exist.
610         (dgnushack-unexporting-files): More useful message.
611
612         * lisp/Makefile.in (install): Call `clever' before installing.
613         (install-lisp): Remove.
614         (clever): Check for whether the all elc files should be recompiled.
615
616         * Makefile.in (xclever): New target.
617         (install-package-lisp): Replace `install-lisp' with `install'.
618         (install-package-ja): Replace `xlick' with `xclever'.
619         (install-package): Ditto.
620
621 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
622
623         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
624
625 2001-01-15  Jesper Harder <harder@ifa.au.dk>
626
627         * make.bat: Fix doc.
628
629 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
630
631         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
632         the required value of `recursive-load-depth-limit' for Emacs 21.
633
634         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
635         correctly.
636         (message-get-reply-headers): Ditto.
637
638 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
639
640         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
641         while `bbdb-annotate-message-sender' is being done.
642
643 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
644
645         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
646
647 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
648
649         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
650         extents for XEmacs 21.1 using `format'.
651
652         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
653
654 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
655
656         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
657
658         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
659         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
660         running.
661
662         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
663         `smiley-toggle-buffer' when compiling.
664         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
665         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
666         running.
667         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
668         `gnus-bitmap'.
669         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
670
671 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
672
673         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
674
675         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
676         is not supported.
677
678 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
679
680         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
681         `:function', `:function-document', `:variable',
682         `:variable-document', `:variable-group', `:variable-type' and
683         `:variable-default' for old Emacsen.
684
685 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
686
687         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
688
689         * configure: Regenerate.
690         * configure.in: Add `AC_PATH_ETCDIR'.
691         * Makefile.in (install-etc): New target.
692
693         * lisp/nnheader.el (mm-image-load-path): Alias to
694         `nnheader-image-load-path'.
695         (nnheader-image-load-path): New function copied from
696         the function `mm-image-load-path' in mm-util.el.
697
698         * lisp/drums.el: Remove.
699
700 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
701
702         * configure.in: Add etc/Makefile.
703
704 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
705
706         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
707         `save-excursion'.
708         (gnus-bug): Pop up the sending buffer first.
709
710         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
711         doc-string.
712
713         * lisp/dgnushack.el
714         (byte-compile-file-form-custom-declare-variable): Use `defvar'
715         instead of `custom-declare-variable' to make the variable
716         uncustomizable if the arguments has the keyword `:version'.
717
718 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
719
720         * README.semi.ja: Fix typo.
721
722 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
723
724         * lisp/lpath.el: Fbind `compose-mail' for Mule.
725
726         * lisp/dgnushack.el (TopLevel): Byte-optimize
727         `custom-declare-variable', `custom-declare-group, and
728         `custom-declare-face' to omit unsupported keywords when Mule is
729         running.
730
731 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
732
733         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
734
735         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
736         to signal an error when Mule is running.
737         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
738         `:set-after' if colon keyword is not available.
739         (TopLevel): Require `custom'.
740
741         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
742         Mule.
743         (TopLevel): Don't require `custom' here.
744
745 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
746
747         * make.bat: set max-lisp-eval-depth.
748
749 See ChangeLog.3 for earlier changes.