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