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