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