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