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