Fix typo.
[elisp/gnus.git-] / ChangeLog
1 2001-09-27  Katsuhiro Hermit Endo  <hermit@koka-in.org>
2
3         * texi/gnus-ja.texi (Article Hiding): Fix typo.
4
5 2001-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
8
9 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10
11         * configure.in: Generate texi/ps/Makefile.
12
13 2001-09-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14
15         * make.bat: Use parameter "/copy" rather than "copy" for increased
16         dwimishness for old-time DOS users.
17
18 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
19
20         * make-x.bat: New.
21
22 2001-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it
25         to `load-path'.
26
27 2001-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not
30         available.
31
32 2001-09-17  Keiichi Suzuki  <keiichi@nanap.org>
33
34         * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
35         `regexp-quote' for each addresses.
36
37 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
38
39         * texi/gnus-ja.texi (Drafts): Fix typo.
40
41 2001-09-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
42
43         * lisp/lpath.el: Removed `current-language-environment' and
44         `language-info-alist'.
45
46 2001-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
47
48         * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy
49         of the requested article only when the current directory does noe
50         equal to `gnus-original-article-buffer'.
51
52         * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
53         article from `gnus-original-article-buffer' to
54         `gnus-article-buffer'.  Generate `gnus-original-article-buffer'
55         safely.
56
57 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
58
59         * lisp/gnus-namazu.el: Updated documents.
60
61         * texi/gnus-ja.texi (Namazu Groups): New subsection.
62
63 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3.
66
67         * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el
68         is required.
69
70         * contrib/regexp-opt.el: Imported from Emacs 20.2.
71
72         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use
73         `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of
74         `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB
75         v2.33 or later is running.
76
77 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
78
79         * lisp/gnus-namazu.el (top): Not require `std11'.
80         (gnus-namazu/get-current-from): Use
81         `mail-extract-address-components' instead of
82         `std11-extract-address-components'.
83
84         * lisp/gnus-namazu.el: New file.
85
86         * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'.
87
88         * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as
89         `gnus-namazu-search'.
90
91         * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as
92         `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'.
93
94 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished.  Use the
97         new function `gnus-correct-pad-form' instead.
98         * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto.
99
100 2001-09-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
101
102         * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling
103         of process environments.
104
105 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
106
107         * lisp/nnir.el (top): Added code to avoid byte-compile warning
108         about `nnimap-server-buffer'.
109         (nnir-run-namazu): Disable locale of Namazu.
110
111 2001-09-04  KOSEKI Yoshinori  <kose@meadowy.org>
112
113         * lisp/nnir.el (gnus-group-mode-hook): Fix typo.
114
115 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
116
117         * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus.
118
119         * lisp/gnus-group.el (gnus-group-group-map): Define "G" as
120         `gnus-group-make-nnir-group', and define "S" as
121         `gnus-group-make-shimbun-group'.
122
123         * lisp/gnus.el (top): Add autoload of
124         `gnus-group-make-nnir-group'.
125
126         * lisp/nnir.el: Import from
127         ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el.
128
129 2001-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * lisp/gnus-util.el (gnus-truncate-string): Abolished.
132
133 2001-08-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
134
135         * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
136         `shimbun-groups' to detect avaiable groups of specified server.
137
138 2001-08-17  KANEMATSU Daiji  <kanematu@sra.co.jp>
139
140         * lisp/message.el (message-signature-separator-for-insertion): New
141         customizable variable which is used for signature separator.
142         * lisp/message.el (message-insert-signature): Use variable
143         `message-signature-separator-for-insertion' instead of hard code.
144
145 2001-08-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
146
147         * texi/gnus-ja.texi (Browsing the Web): Fix typo.
148
149 2001-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
152
153 2001-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
156         article into `gnus-original-article-buffer' instead of
157         `gnus-article-buffer'.
158
159 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * lisp/mml2015.el: Require `gnus-clfns' when compiling.
162         * lisp/gnus-clfns.el (string-to-list): New compiler macro.
163
164 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
167         articles with `gnus-cache-articles-in-group' even if the current
168         group is not a virtual group (see ChangeLog.1 1999-03-02).
169
170 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
173
174         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
175
176         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
177         `gnus-retrieve-parsed-headers'.
178         (gnus-fetch-headers): Ditto.
179
180         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
181
182         * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
183         (gnus-cache-retrieve-parsed-headers): Abolished.
184
185 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
188         `nnmail-expiry-wait-function' to nil if the group's parameter
189         `expiry-wait' is specified by the user or the shimbun's default
190         value is provided.
191
192 2001-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * lisp/gnus-msg.el (gnus-message-make-user-agent): New
195         implementation.
196
197 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * lisp/gnus-clfns.el (copy-list): New compiler macro.
200
201 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
204         `kbd'.
205
206         * lisp/nnheader.el (mm-read-coding-system): New function which is
207         a substitute for mm-util.el.
208
209 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
212
213         * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
214         NEWGROUPS command.
215
216         * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
217         `message-make-date' instead of `current-time-string'.
218         (gnus-ask-server-for-new-groups): Ditto.
219         (gnus-check-first-time-used): Ditto.
220
221 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * texi/message-ja.texi (message-citation-line-function): Add a
224         comma just after the `@xref' form.
225
226         * lisp/nnheader.el (nnheader-header-value): Ignore leading
227         whitespaces.
228
229         * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
230         `make-autoload' to handle `define-derived-mode'.
231
232 2001-07-12  Katsumi Yamaoka <yamaoka@jpl.org>
233
234         * lisp/message.el (message-yank-original): Unwind-protect while
235         suspending font-lock.
236         (message-mode): Modify for the following changes.
237         (message-font-lock-keywords-2): Abolished.
238         (message-font-lock-keywords-1): Abolished.
239         (message-font-lock-keywords): Unified.
240         (message-font-lock-cited-text-matcher): Abolished.
241         (font-lock-after-change-function): Don't advise it.
242         (message-font-lock-last-position): Abolished.
243         (message-font-lock-citation-name-max-column): Abolished.
244         (message-font-lock-cited-text-regexp) Abolished.
245         (message-font-lock-fence-close-position): Abolished.
246         (message-font-lock-fence-open-position): Abolished.
247         (message-font-lock-fence-close-regexp): Abolished.
248         (message-font-lock-fence-open-regexp): Abolished.
249
250 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
251
252         * lisp/message.el (message-font-lock-keywords-1): Replace regexp
253         for mml tags with `mime-edit-tag-regexp'.
254
255 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
256
257         * lisp/message.el (message-font-lock-keywords-2): Move definitions
258         for cited texts and mml tags to `message-font-lock-keywords-1'.
259
260 2001-07-10  Katsuhiro Hermit Endo <hermit@koka-in.org>
261
262         * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
263
264 2001-07-09  Katsumi Yamaoka <yamaoka@jpl.org>
265
266         * lisp/dgnushack.el: Add the parent directory of the directory
267         where the APEL modules are installed to `load-path' according to
268         the description of the file Mule23@1934.
269
270 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
271
272         * make.bat: Use infohack.el to create info files.
273
274 2001-07-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
275
276         * README.semi: Modify URI of emacs-w3m.
277         * README.semi.ja: Ditto.
278         * Mule23@1934.en: Ditto.
279         * Mule23@1934.ja: Ditto.
280         * lisp/nnshimbun.el: Ditto.
281
282         * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
283         (Web Newspaper): Modify URI of emacs-w3m.
284
285 2001-07-06  KITAGAWA Takurou  <i30x1641@ip.media.kyoto-u.ac.jp>
286
287         * lisp/Makefile.in (clever): Use `if test... then' instead of
288         `test... &&'.
289
290 2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
291
292         * lisp/Makefile.in (clever): Change the quoting style for the
293         elisp form to check for XEmacs-p.
294
295         * lisp/dgnushack.el: Require `path-util' first, and then search
296         for the path if it is not found.
297
298 2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
299
300         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
301
302 2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
303
304         * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
305         html documents inline.
306
307 2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
308
309         * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
310         a description.
311         * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
312
313         * lisp/message.el (message-yank-original): Suspend font-lock'ing
314         while citing an original message.
315         (message-suspend-font-lock-when-citing): New user option.
316
317 2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
318
319         * lisp/gnus-clfns.el (find-cl-run-time-functions): New
320         implementation.
321
322 2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
323
324         * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
325         fields in `gnus-original-article-buffer'.
326
327 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
328
329         * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
330         bogus changes; use the value of `nnshimbun-pre-fetch-article' if
331         the value of the group parameter `prefetch-articles' is nil; do
332         likewise for `encapsulate-images'.
333
334 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
335
336         * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
337         `nnshimbun-pre-fetch-article' if the value of the group parameter
338         `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
339
340 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
341
342         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
343         doc-string that both the values `off' and nil specifies not to
344         encapsulate images.
345         (nnshimbun-pre-fetch-article): Default to `off'.
346
347 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
348
349         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
350         `nnshimbun-encapsulate-article'.
351         (nnshimbun-request-article-1): Replace `encapsulate-article' with
352         `encapsulate-images'.
353         (nnshimbun-find-parameter): Ditto.
354         (nnshimbun-group-parameters): Ditto.
355         (nnshimbun-group-parameters-custom): Ditto.
356
357 2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
358
359         * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
360         `encapsulate-article' as a customizable option, and modified
361         `prefetch-articles'.
362         (nnshimbun-group-parameters): Add document for
363         `encapsulate-article'.
364         (nnshimbun-encapsulate-article): New server variable.
365         (nnshimbun-find-parameter): Add code for `encapsulate-article'.
366         (nnshimbun-request-article-1): Refer `encapsulate-article' group
367         parameter to control `shimbun-encapsulate-article' value when
368         `shimbun-article' is called.
369
370 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
371
372         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
373
374 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
375
376         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
377         `nnshimbun-find-parameter'.
378         (nnshimbun-generate-nov-database): Bind a full group name while
379         processing.
380         (nnshimbun-find-parameter): New implementation to refer to the
381         nnshimbun group parameters.
382         (nnshimbun-index-range): Add a document that it's just a default.
383         (nnshimbun-pre-fetch-article): Ditto.
384         (nnshimbun-group-parameters): Specify a parameter type as `list'.
385         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
386
387 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
388
389         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
390         parameter.  It also provides the user option
391         `nnshimbun-group-parameters-alist' and the function
392         `nnshimbun-find-group-parameters'.
393         (nnshimbun-group-parameters-custom): New variable.
394         (TopLevel): Require `gnus' expressly.
395
396 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
397
398         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
399         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
400         (nnshimbun-request-expire-articles): Fixed.
401
402 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
403
404         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
405         `locate-library' to check for the existence of mailcap.el in the
406         same directory of gnus.el.
407         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
408         that I made.
409
410 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
411
412         * lisp/lpath.el: Don't Fbind `xml-node-children'.
413
414 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
415
416         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
417         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
418         is nil.
419
420 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
421
422         * lisp/gnus-group.el (toplevel): Removed autoload code for
423         "nnshimbun".
424
425         * texi/gnus-ja.texi (Web Newspaper): Add documents about
426         `nnshimbun-index-range'.
427
428 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
429
430         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
431         refer to the variable `nnshimbun-keep-last-article', we should
432         keep the last article anyway.
433         (nnshimbun-keep-last-article): Abolished.
434
435         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
436         make-shimbun-group'.
437
438 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
439
440         * lisp/nnshimbun.el: Remove some garbage.
441
442 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
443
444         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
445         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
446         FSF Emacsen.
447         * texi/gnus-ja.texi: Ditto.
448
449 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
450
451         * lisp/nnshimbun.el (top-level): Updated comments.
452         (nnshimbun): New customize group.
453         (nnshimbun-keep-last-article): Defined as customize variable.
454         (nnshimbun-keep-unparsable-dated-articles): Ditto.
455         (nnshimbun-insert-nov): Use `when' instead of `if'.
456         (gnus-group-shimbun-server-history): Imported from
457         `gnus-group.el'.
458         (gnus-group-make-shimbun-group): Ditto.
459
460         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
461         definition is moved to `nnshimbun.el' and autload code is added.
462         (gnus-group-shimbun-server-history): Its definition is moved to
463         `nnshimbun.el'.
464
465 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
466
467         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
468         (nnshimbun-index-range): New variable.
469         (nnshimbun-close-server): Check status strictly to close server
470         safely.
471         (nnshimbun-generate-nov-database): Refer the group paramter
472         `nnshimbun-index-range' as the second parameter of
473         `shimbun-headers'.
474         (shimbun-mua-use-entire-index): Removed.
475         (nnshimbun-request-article-1): Replace a date string in
476         `gnus-newsgroup-data' only when article header has non-nil value.
477         (nnshimbun-insert-nov): Fixed condition to decide whether
478         `X-Nnshimbun-Id' should be inseted or not.
479
480 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
481
482         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
483         (nnshimbun-request-expire-articles): Simplified; refer to the
484         shimbun's default expiration days.
485
486 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
487
488         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
489         Emacsen.
490
491 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
492
493         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
494         group parameter `expiry-wait' when expiring a closed group.
495
496 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
497
498         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
499         string in `gnus-newsgroup-data' based on the newly retrieved
500         article.
501
502 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
503
504         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
505         inhibiting the expiring.
506
507 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
508
509         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
510         (nnshimbun-request-expire-articles): New function.
511         (nnshimbun-keep-unparsable-dated-articles): New variable.
512         (nnshimbun-keep-last-article): New variable.
513         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
514         (nnshimbun-string-or): New macro.
515         (nnshimbun-tmp-string): New internal variable.
516         (TopLevel): Require `message' for `message-make-date'.
517
518 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
519
520         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
521         useless non-global var; scroll the output window automatically.
522
523 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
524
525         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
526         (nnshimbun-check-header): Removed.
527         (nnshimbun-make-shimbun-header): Don't call
528         `nnshimbun-header-xref'.
529         (nnshimbun-request-group): Simplified.
530         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
531         instead of `nnshimbun-check-header'.
532         (nnshimbun-insert-nov): New function.
533         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
534         instead of `nnheader-insert-nov'.
535         (nnshimbun-replace-nov-entry): New function.
536
537 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
538
539         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
540         `dolist'; protect against errors.
541
542 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
543
544         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
545         use `last'.
546         (nnshimbun-make-shimbun-header): Use the following macros.
547         (nnshimbun-mail-header-from): New macro whose definition will be
548         changed statically for Gnus or gnus.
549         (nnshimbun-mail-header-subject): Ditto.
550         (TopLevel): Don't require `gnus-clfns'.
551
552         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
553
554         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
555         the developers.
556         (cl-run-time-functions): New variable.
557         (TopLevel): Don't require `cl' at run-time.
558
559 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
560
561         * texi/gnus-ja.texi (Web Newspaper): Updated.
562
563 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
564
565         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
566         "nnshimbun.el" if the library "shimbun" is not found.
567         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
568         (locate-library): Redefine it for Mule before it is called.
569
570         * README.semi.ja: Update for the use of Emacs-W3M.
571         * README.semi: Ditto.
572         * Mule23@1934.ja: Ditto.
573         * Mule23@1934.en: Ditto.
574
575 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
576
577         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
578
579         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
580         Reconstructed to use `shimbun'.
581
582         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
583         FLIM can't be found.
584
585 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
586
587         * etc/Makefile.in (datadir): Set this variable, like in the other
588         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
589
590 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
591
592         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
593         `widget-convert-button', `widget-create' and `widget-put'; ignore
594         `defface'.
595
596 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
597
598         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
599         built-in function.
600
601         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
602         `defgroup'.
603
604 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
605
606         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
607
608         * lisp/nnmail.el: Don't bind the colon keywords here.
609         * lisp/gnus.el (gnus-colon-keywords): New variable which will
610         default to the value of `dgnushack-colon-keywords'; bind them.
611         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
612         dgnuskwds.el.
613         (dgnushack-colon-keywords): New constant which will have the colon
614         keywords shuld be bound at run-time for old Emacsen; cache them in
615         the file dgnuskwds.el and bind them.
616         (dgnushack-bind-colon-keywords): New function.
617         (locate-library): Make the function to be silent for Mule.
618         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
619
620 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
621
622         * lisp/message.el (message-maybe-encode): Don't use
623         `end-of-invisible'.
624
625 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
626
627         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
628
629 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
630
631         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
632
633         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
634         `gnus-article-buffer' just before `gnus-article-prepare-display' is
635         called.
636         (gnus-article-mime-edit-article-setup): Ditto.
637         (gnus-article-prepare-display): Don't bind `buffer-read-only'
638         because of `inhibit-read-only'; don't set the value of
639         `gnus-article-current-summary' here; delete all extents or overlays
640         and clear the value of `gnus-button-marker-list' in advance; make
641         it to run in `gnus-article-buffer'.
642         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
643         (article-toggle-headers): Don't bind `buffer-read-only' because of
644         `inhibit-read-only'.
645         (article-hide-headers): Ditto.
646
647 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
648
649         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
650
651 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
652
653         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
654
655 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
656
657         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
658
659 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
660
661         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
662         Emacsen; don't bind `mh-lib-progs'.
663
664 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
665
666         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
667         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
668
669 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
670
671         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
672
673 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
674
675         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
676         asahi.com.
677         (nnshimbun-asahi-get-headers): Ditto.
678         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
679
680 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
681
682         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
683         multiple articles even if there is a detached minibuffer frame on
684         some window managers.
685
686 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
687
688         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
689         mode.
690
691 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
692
693         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
694         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
695
696 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
697
698         * lisp/message.el (message-fix-before-sending): Hide again the
699         invisible property of encoded binary data parts after checking is
700         done.
701         (message-find-invisible-regions): New function.
702         (message-save-drafts, message-send): Inherit the invisible property
703         of encoded binary data parts to make MIME-Edit find the MIME part
704         boundaries.
705
706         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
707         (dgnushack-make-load): Ditto.
708
709 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
710
711         * lisp/dgnushack.el (dgnushack-compose-package): New function.
712         (dgnushack-make-load): Add autoload for cus-load if it is missing.
713
714         * lisp/Makefile.in (compose-package): Use
715         `dgnushack-compose-package'.
716         (clean, clever): Remove custom-load.el.
717
718         * Makefile.in (elclean): Remove custom-load.el.
719
720 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
721
722         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
723         entity even if `gnus-show-mime' is nil.
724
725 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
726
727         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
728         adjusted.
729
730         * lisp/gnus-clfns.el (string): New compiler macro.
731         (string): Defun-maybe as an ordinary function since it won't be
732         provided in cl.
733         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
734
735 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
736
737         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
738         `url-current-mime-charset' is bound.
739
740 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
741
742         * lisp/gnus.el (gnus-info-find-node): Pretend to be
743         `gnus-article-mode' in the article buffer.
744
745 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
746
747         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
748         (nnshimbun-kinsoku-bol-list): Ditto.
749
750 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
751
752         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
753
754         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
755         `dolist'.
756
757         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
758
759         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
760         is defined properly.
761
762 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
763
764         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
765         * lisp/nnshimbun.el: Ditto.
766         * lisp/nnfolder.el: Ditto.
767         * lisp/mm-util.el: Ditto.
768         * lisp/gnus-vers.el: Ditto.
769         * lisp/gnus-sum.el: Ditto.
770         * lisp/gnus-score.el: Ditto.
771         * lisp/gnus-nocem.el: Ditto.
772
773         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
774         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
775         (gnus-setup-for-offline): Ditto.
776
777         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
778         don't require `gnus-clfns'.
779
780         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
781         macros.
782         (mapc): Remove.
783
784         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
785         `gnus-article-read-summary-keys'.
786
787 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
788
789         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
790         the forwarded parts undecoded.
791         (gnus-article-decode-article-as-default-mime-charset): Set the
792         value of `default-mime-charset' buffer-locally.
793
794 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
795
796         * lisp/gnus.el: Add autoloads for
797         `gnus-summary-digest-post-forward' and
798         `gnus-summary-digest-mail-forward'.
799
800         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
801         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
802         with `gnus-summary-digest-post-forward' and
803         `gnus-summary-digest-mail-forward'.
804
805         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
806         repair the command `gnus-summary-post-digest' and rename it.
807         (gnus-summary-digest-mail-forward): Ditto.
808         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
809         `gnus-uu-digest-post-forward' with
810         `gnus-summary-digest-post-forward' and
811         `gnus-summary-digest-mail-forward'.
812
813 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
814
815         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
816         `gnus-inhibit-treatment' to t while fetching the raw article.
817
818         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
819         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
820         is being done;  turn off font-lock first;  query if the buffer is
821         modified.
822         (gnus-article-mime-edit-done): New function.
823         (gnus-article-mime-edit-article-setup): Make the window fill its
824         frame;  clear the buffere modified flag;  substitute key definition
825         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
826         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
827         to nil while `mime-edit-exit' is being done.
828         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
829
830 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
831
832         * lisp/dgnushack.el: Don't require `emu'.
833
834 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
835
836         * lisp/message.el (message-forward-subject-author-subject): Decode
837         `From' field.
838
839 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
840
841         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
842
843         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
844         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
845         only a temporary fix for an infloop on nnimap.  FIXME!!!
846         (gnus-select-newsgroup): Ditto.
847
848 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
849
850         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
851         about `gnus-article-display-hook.'
852         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
853         `gnus-article-display-hook.'
854
855         * lisp/gnus.el (gnus-article-display-hook): Abolished.
856
857         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
858         `gnus-article-display-hook'.
859         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
860         (gnus-summary-search-article): Ditto.
861
862         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
863         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
864
865         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
866         `gnus-article-prepare-hook' after an article has been prepared;
867         don't evaluate `gnus-article-display-hook'.
868
869 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
870
871         * lisp/message.el (message-cite-original-without-signature):
872         Extract from field for the simple citation line.
873
874 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
875
876         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
877
878         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
879         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
880         (dgnushack-make-auto-load): Remove auto-autoloads.el.
881         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
882
883         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
884         custom-load.el.
885         (compose-package): Call `gnus-load.elc' and then rename
886         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
887         `dgnushack-make-autoloads'.
888         (clever): No need to remove custom-load.el.
889
890         * Makefile.in (elclean): Remove gnus-load.el instead of
891         custom-load.el.
892
893         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
894
895 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
896
897         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
898
899 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
900
901         * GNUS-NEWS: Copyright and others.
902
903 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
904
905         * aclocal.m4 (AC_CHECK_URL): Add.
906
907         * configure.in: Use it.
908
909 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
910
911         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
912         parentheses.
913
914 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
915
916         * lisp/nnshimbun.el: Add `bbdb-ml' support.
917
918 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
919
920         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
921         of `xemacs'.
922         (nnshimbun-xemacs-get-headers): Ditto.
923
924 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
925
926         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
927
928 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
929
930         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
931         gnus-ja.texi or message-ja.texi is given.  It is needed for some
932         make command if which can not understand "%-ja:" or "%-ja.info:".
933
934 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
935
936         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
937         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
938
939 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
940
941         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
942         `buffer-substring-no-properties' instead of `format'.
943
944 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
945
946         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
947
948 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
949
950         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
951
952         * Makefile.in (install-package-lisp): Use
953         `install-without-compiling' instead of `install'.
954
955         * lisp/Makefile.in (install): Use `install-without-compiling'.
956         (install-without-compiling): New target.
957
958 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
959
960         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
961         `infohack-texi-format'.
962
963         * texi/infohack: (infohack-texi-format): New function.
964         * lisp/dgnushack.el (dgnushack-texi-format): Move to
965         texi/infohack.el and rename.
966         (dgnushack-texi-add-suffix-and-format): Remove.
967
968         * texi/ptexinfmt.el: New file.
969         * lisp/ptexinfmt.el: Move to texi/.
970
971 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
972
973         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
974
975 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
976
977         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
978         files for autoloads already exist.
979         (dgnushack-unexporting-files): More useful message.
980
981         * lisp/Makefile.in (install): Call `clever' before installing.
982         (install-lisp): Remove.
983         (clever): Check for whether the all elc files should be recompiled.
984
985         * Makefile.in (xclever): New target.
986         (install-package-lisp): Replace `install-lisp' with `install'.
987         (install-package-ja): Replace `xlick' with `xclever'.
988         (install-package): Ditto.
989
990 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
991
992         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
993
994 2001-01-15  Jesper Harder <harder@ifa.au.dk>
995
996         * make.bat: Fix doc.
997
998 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
999
1000         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
1001         the required value of `recursive-load-depth-limit' for Emacs 21.
1002
1003         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
1004         correctly.
1005         (message-get-reply-headers): Ditto.
1006
1007 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
1008
1009         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
1010         while `bbdb-annotate-message-sender' is being done.
1011
1012 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
1013
1014         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
1015
1016 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
1017
1018         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
1019         extents for XEmacs 21.1 using `format'.
1020
1021         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
1022
1023 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
1024
1025         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
1026
1027         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
1028         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
1029         running.
1030
1031         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
1032         `smiley-toggle-buffer' when compiling.
1033         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
1034         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
1035         running.
1036         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
1037         `gnus-bitmap'.
1038         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
1039
1040 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1041
1042         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
1043
1044         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
1045         is not supported.
1046
1047 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
1048
1049         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
1050         `:function', `:function-document', `:variable',
1051         `:variable-document', `:variable-group', `:variable-type' and
1052         `:variable-default' for old Emacsen.
1053
1054 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1055
1056         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1057
1058         * configure: Regenerate.
1059         * configure.in: Add `AC_PATH_ETCDIR'.
1060         * Makefile.in (install-etc): New target.
1061
1062         * lisp/nnheader.el (mm-image-load-path): Alias to
1063         `nnheader-image-load-path'.
1064         (nnheader-image-load-path): New function copied from
1065         the function `mm-image-load-path' in mm-util.el.
1066
1067         * lisp/drums.el: Remove.
1068
1069 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1070
1071         * configure.in: Add etc/Makefile.
1072
1073 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1074
1075         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
1076         `save-excursion'.
1077         (gnus-bug): Pop up the sending buffer first.
1078
1079         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
1080         doc-string.
1081
1082         * lisp/dgnushack.el
1083         (byte-compile-file-form-custom-declare-variable): Use `defvar'
1084         instead of `custom-declare-variable' to make the variable
1085         uncustomizable if the arguments has the keyword `:version'.
1086
1087 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1088
1089         * README.semi.ja: Fix typo.
1090
1091 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1092
1093         * lisp/lpath.el: Fbind `compose-mail' for Mule.
1094
1095         * lisp/dgnushack.el (TopLevel): Byte-optimize
1096         `custom-declare-variable', `custom-declare-group, and
1097         `custom-declare-face' to omit unsupported keywords when Mule is
1098         running.
1099
1100 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1101
1102         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
1103
1104         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
1105         to signal an error when Mule is running.
1106         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
1107         `:set-after' if colon keyword is not available.
1108         (TopLevel): Require `custom'.
1109
1110         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
1111         Mule.
1112         (TopLevel): Don't require `custom' here.
1113
1114 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
1115
1116         * make.bat: set max-lisp-eval-depth.
1117
1118 See ChangeLog.3 for earlier changes.