* gnus-namazu.el (gnus-namazu/truncate-article-list): Remove a redundancy.
[elisp/gnus.git-] / ChangeLog
1 2002-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lisp/gnus-namazu.el (gnus-namazu/truncate-article-list): Remove
4         a redundancy.
5
6 2002-07-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7
8         * texi/gnus-ja.texi (Web Newspaper): Update the url of w3m.
9
10 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * lisp/gnus-sum.el (gnus-summary-mode-map): Replace
13         `gnus-article-toggle-headers' with `gnus-summary-toggle-header'.
14         (gnus-summary-wash-map): Ditto.
15         (gnus-summary-wash-hide-map): Replace
16         `gnus-article-toggle-headers' with `gnus-article-hide-headers'.
17         (gnus-summary-article-menu): Ditto.
18
19         * lisp/gnus.el: Remove autoload for `gnus-article-toggle-headers'.
20
21         * lisp/gnus-art.el (article-toggle-headers): Abolished.
22
23 2002-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * lisp/dgnushack.el (byte-optimize-form-code-walker): Don't modify
26         the function definition if the bug has already gone; revert to the
27         use of `defadvice'.
28
29 2002-07-03  Keiichi Suzuki  <keiichi@nanap.org>
30
31         * lisp/gnus-logic.el (gnus-advanced-index): Use luna based index
32         numbers.
33
34 2002-06-26  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
35
36         * lisp/imap.el (imap-ssl-open-2): Do away with w32-related
37         workaround I installed on 1999-12-28, i.e. also call
38         `as-binary-process' in windows-nt.
39
40 2002-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * contrib/hashcash.el: Require `cl' when compiling.
43         (hashcash-strip-quoted-names): Replace `subseq' with `substring'.
44         (mail-add-payment): Allow no `mail-header-separator' in the buffer;
45         don't use `mapc'.
46
47 2002-06-25  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
48
49         * lisp/gnus-namazu.el (gnus-namazu/truncate-article-list): When
50         `gnus-large-newsgroup' is equal to nil, no confirmation is
51         required.
52
53 2002-06-23  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
54
55         * lisp/pop3.el (pop3-open-ssl-stream): Do away with w32-related
56         workaround I installed on 1999-12-27, i.e. also call
57         `as-binary-process' in windows-nt.
58
59 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * lisp/message.el (message-send): Kill `message-encoding-buffer'
62         even if sending failed.
63
64 2002-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
67
68         * lisp/gnus-msg.el (gnus-message-setup-hook): Default to nil.
69         (gnus-setup-message): Run `gnus-maybe-setup-default-charset'.
70         (gnus-summary-supersede-article): Don't bind the value for
71         `gnus-message-setup-hook'.
72         (gnus-summary-resend-bounced-mail): Ditto.
73
74         * lisp/dns.el (dns-make-network-process): Bind
75         `default-process-coding-system' to `(binary . binary)'; bind
76         `program-coding-system-alist' to nil.
77
78         * lisp/gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Bind
79         `input-coding-system' and `output-coding-system' to `binary'.
80
81         * lisp/gnus-namazu.el (gnus-namazu/call-namazu): Bind
82         `input-coding-system' and `output-coding-system' to the velue of
83         `gnus-namazu-coding-system'.
84
85         * lisp/imap.el (imap-ssl-open): Don't bind the values for
86         `input-coding-system' and `output-coding-system'.
87
88         * lisp/nnmaildir.el (nnmaildir-request-scan): Bind
89         `output-coding-system' to the value of
90         `nnheader-file-coding-system'; bind `file-coding-system' to nil.
91         (nnmaildir-request-rename-group): Ditto.
92         (nnmaildir-request-replace-article): Ditto.
93         (nnmaildir-request-accept-article): Ditto.
94         (nnmaildir-request-set-mark): Ditto.
95
96         * lisp/nnmbox.el (nnmbox-save-buffer): Simplify the source code.
97
98         * lisp/nnrss.el (nnrss-read-server-data): Bind
99         `input-coding-system' to `binary'.
100         (nnrss-save-server-data): Bind `output-coding-system' to `binary'.
101         (nnrss-read-group-data): Bind `input-coding-system' to `binary'.
102         (nnrss-save-group-data): Bind `output-coding-system' to `binary'.
103
104 2002-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * lisp/pop3.el: Add a comment for the use of `ssl' or `tls'
107         connection with Gnus; always require `pces' and `path-util' for
108         Gnus.
109         (pop3-open-ssl-stream-1): Don't require `path-util' here.
110
111 2002-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * lisp/pop3.el: Make it can be byte-compiled in the Gnus source
114         tree with neither errors nor warnings.
115         (pop3-md5): Fix the logic to check whether the built-in `md5'
116         allows the 4th argument CODING-SYSTEM.
117
118 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
121
122         * contrib/gpg-ring.el: Remove RCS magic cookie.
123         * lisp/nnir.el: Ditto.
124
125         * texi/ptexinfmt.el (texinfo-discard-command-and-arg): New
126         function.
127
128 2002-06-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130         * texi/ptexinfmt.el: discard @cartouche.  @anchor discard for Mule
131         2.3.  Support @., @:, @-.
132         (texinfo-format-inforef): New function.
133
134 2002-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * lisp/nnheader.el (nnheader-unfold-fws): New function copied from
137         `ietf-drums-unfold-fws'.
138         (ietf-drums-unfold-fws): Alias to `nnheader-unfold-fws'.
139
140 2002-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * lisp/gnus-vers.el: T-gnus 6.15.7 revision 00.
143
144 2002-04-30  Daiki Ueno  <ueno@unixuser.org>
145
146         * lisp/message.el (message-expand-name-function): New user option.
147         (message-expand-name): Use it.
148         * lisp/lpath.el: Don't bind lsdb-complete-name and bbdb-complete-name.
149
150 2002-04-30  Daiki Ueno  <ueno@unixuser.org>
151
152         * lisp/message.el (message-expand-name): Use lsdb-complete-name if
153         available.
154         * lisp/lpath.el: Bind lsdb-complete-name.
155
156 2002-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Also examine
159         backquote'd forms.
160
161         * lisp/nnheader.el (nnheader-with-unibyte): New macro.
162         (mm-with-unibyte): Alias to `nnheader-with-unibyte'.
163
164 2002-04-26  Steve Youngs  <youngs@xemacs.org>
165
166         * aclocal.m4 (AC_PATH_INFODIR): New.  Defaults to '$prefix/info'
167         for Emacs and 'site-packages/info' for XEmacs.
168         (AC_PATH_ETCDIR): Drop 'gnus' off the end of the default directory
169         for XEmacs.
170
171         * configure.in: Use 'AC_PATH_INFO_DIR'.
172
173 2002-04-23  Daiki Ueno  <ueno@unixuser.org>
174
175         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Disregard the
176         message cache when bbdb/news-auto-create-p is nil.
177
178 2002-04-23  Daiki Ueno  <ueno@unixuser.org>
179
180         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Work around the
181         incompatibility with BBDB 2.3x.
182
183 2002-04-22  Daiki Ueno  <ueno@unixuser.org>
184
185         * lisp/message.el (message-make-user-agent): Remove product tokens
186         for gnus-vers.  [cf. <semi-gnus-ja:6798>]
187
188 2002-04-22  Daiki Ueno  <ueno@unixuser.org>
189
190         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
191
192         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Tweak BBDB message
193         caching.
194         (gnus-bbdb/extract-message-sender-function): New user option.
195         (gnus-bbdb/extract-message-sender): New function.
196
197 2002-04-20  Daiki Ueno  <ueno@unixuser.org>
198
199         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
200
201         * lisp/gnus-sum.el: Don't autoload gnus-set-summary-default-charset.
202         (gnus-summary-inherit-default-charset): New function.
203         (gnus-parse-headers-hook): Use it.
204         (gnus-summary-setup-default-charset): Set default-mime-charset here.
205         
206         * lisp/gnus-delay.el (gnus-delay-article): Undo the last change.
207
208         * lisp/gnus-draft.el: Revert to the original implementation.
209         (gnus-draft-edit-message): Pass restore as the 3rd argument of
210         gnus-draft-setup; call save-buffer instead of message-save-drafts.
211         (gnus-draft-setup): Rename from gnus-draft-setup-for-editing.
212         (gnus-draft-setup-for-sending): Abolish.
213
214         * lisp/nnheader.el (nnheader-auto-save-coding-system): New variable.
215
216         * lisp/message.el (message-draft-coding-system): Delegate the
217         value to nnheader-auto-save-coding-system.
218         (message-mode-map): Don't bind message-save-drafts.
219         (message-dont-send): Use save-buffer instead of message-save-buffer.
220         (message-save-drafts): Abolish.
221
222         * lisp/nndraft.el (nndraft-request-article): Revert to the
223         original implementation.
224
225 2002-04-18   Daiki Ueno  <ueno@unixuser.org>
226
227         * lisp/gnus-draft.el (gnus-group-send-queue): Pass group and
228         interactive as the arguments of gnus-draft-send.
229         (gnus-draft-send): Don't give "nndraft:queue" special treatment.
230
231 2002-04-17   Daiki Ueno  <ueno@unixuser.org>
232
233         * lisp/gnus-delay.el (gnus-delay-article): Use `message-save-drafts'
234         instead of `save-buffer'.
235
236 2002-04-08  Daiki Ueno  <ueno@unixuser.org>
237
238         * lisp/gnus-draft.el (gnus-draft-send): Always enter the Message
239         mode.
240
241 2002-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * lisp/gnus-group.el (gnus-group-completing-read-group-name): Use
244         `mapatoms' to extract all groups from `gnus-active-hashtb'.
245
246 2002-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * lisp/gnus-group.el (gnus-group-completing-read-group-name):
249         Improve to speed up.
250         (gnus-group-name-charset-group-alist): Change the default value.
251
252 2002-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
255
256         * lisp/message.el (message-save-drafts, message-check-8bit,
257         message-send-news, message-send-mail, message-send): Replace
258         `insert-buffer' with `insert-buffer-substring'.
259         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup,
260         gnus-article-edit-exit, article-verify-x-pgp-sig): Ditto.
261
262 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Don't provide
265         "View as different encoding" submenu if the function
266         `coding-system-list' is not available.
267
268 2002-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * lisp/pop3.el (pop3-md5): Treat a given string as binary.
271
272 2002-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * lisp/gnus-msg.el (gnus-summary-resend-message-edit): Use
275         `mime-edit-again' instead of `mime-to-mml' to recompose a message.
276
277 2002-03-05  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * lisp/message.el (mm-make-temp-file): Copied from mm-util.el.
280
281 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * lisp/message.el (message-fix-before-sending): Bind
284         `mm-7bit-chars' to the value that concat the original value and
285         escape.
286
287         * lisp/nnheader.el (mm-7bit-chars): Remove.
288
289 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * lisp/gnus-art.el (gnus-article-edit-mode): Don't call `mml-mode'.
292
293         * lisp/nnheader.el (mm-7bit-chars): Copied from mm-bodies.el.
294         (mm-multibyte-p): New alias.
295         (mm-char-int): Alias to `char-int'.
296
297 2002-02-26  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
298
299         * lisp/gnus-art.el (gnus-request-article-this-buffer): Sync up
300         with Oort-gnus.
301
302         * lisp/nntp.el (nntp-open-via-rlogin-and-telnet): Wrap
303         `call-process' with `as-binary-process'.
304
305 2002-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * lisp/smiley.el (smiley-regexp-alist): Fix the order of faces.
308
309 2002-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * lisp/smiley.el (smiley-regexp-alist): Use faces which originate
312         in etc-0.27.tar.gz if exist.
313         (gnus-smiley-file-types): Add xbm if available.
314         (smiley-region): Don't put two or more faces in one place.
315
316 2002-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * lisp/gnus-art.el (gnus-request-article-this-buffer): Temporally
319         fix: erase the buffer before inserting (and saving) an article.
320
321 2002-02-22  Steve Youngs  <youngs@xemacs.org>
322
323         * aclocal.m4 (AC_PATH_LISPDIR): Default to
324         .../site-packages/lisp/gnus for XEmacs.
325         (AC_PATH_ETCDIR): Default to .../site-packages/etc/gnus for
326         XEmacs.
327
328 2002-02-21   Daiki Ueno  <ueno@unixuser.org>
329
330         * lisp/gnus-group.el (gnus-group-name-encode): New function.
331         (gnus-group-encoded-name): New function.
332         (gnus-group-completing-read-group-name): New function.
333         (gnus-fetch-group): Use it.
334         (gnus-group-jump-to-group): Use it.
335         (gnus-group-unsubscribe-current-group): Use it.
336
337 2002-02-21   Daiki Ueno  <ueno@unixuser.org>
338
339         * lisp/nnheader.el (mm-string-as-unibyte): Undo the last change.
340         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Ditto.
341
342 2002-02-21   Daiki Ueno  <ueno@unixuser.org>
343
344         * lisp/nnheader.el (mm-string-as-unibyte): Alias to
345         `string-as-unibyte'.
346
347         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Return unibyte
348         group names.
349
350 2002-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * lisp/lpath.el: Bind `navi2ch-mona-font'.
353
354 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
355
356         * lisp/gnus-art.el (gnus-treat-monafy): New user option.
357         (article-monafy): New function.
358
359 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * lisp/nnheader.el (std11-field-value): Fix regexp.
362
363 2002-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * lisp/gnus-art.el (gnus-treat-display-grey-xface): Default to nil
366         under NTEmacs 21.
367
368 2002-02-14  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
369
370         * lisp/gnus-namazu.el (gnus-namazu-kill-summary-buffers): New
371         advice.
372
373 2002-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * lisp/mm-view.el: Require `gnus-mailcap' rather than `mailcap'.
376
377         * lisp/nnheader.el (mm-with-unibyte-buffer): Bind `default-mc-flag'
378         instead of `mc-flag'.
379         (nnheader-with-unibyte-current-buffer): New macro.
380         (mm-with-unibyte-current-buffer): Alias to
381         `nnheader-with-unibyte-current-buffer'.
382         (nnheader-guess-mime-charset): New macro.
383         (mm-guess-mime-charset): Alias to `nnheader-guess-mime-charset'.
384         (shell-command-to-string): New function for old Emacsen.
385
386         * lisp/lpath.el: Don't fbind `shell-command-to-string'.
387
388 2002-02-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
389
390         * lisp/gnus-namazu.el (gnus-namazu/group-alist): Abolished.
391         (gnus-namazu/setup): Not set it.
392         (gnus-namazu/shutdown): Removed.
393         (gnus-namazu/group-prefixed-name): Handle case-insensitive file
394         names by itself.
395
396 2002-02-09  NISHIDA Masakazu  <m_nisida@ca2.so-net.ne.jp>
397
398         * lisp/gnus-namazu.el (gnus-namazu/complete-query): Relaxed the
399         regexp which matches field search keywords.
400
401 2002-02-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
402
403         * etc/gnus/gnus.xpm: Remove some garbages at the end of the file.
404
405 2002-02-03  Daiki Ueno  <ueno@unixuser.org>
406
407         * lisp/nnir.el (nnir-run-namazu): According to SUSv3, LC_ALL is
408         prior to the other environment variables whose names are starting
409         with "LC_".  So there is no need to setting them.
410
411 2002-02-03  Daiki Ueno  <ueno@unixuser.org>
412
413         * lisp/nnir.el (nnir-imap-default-charset): New user option.
414         (nnir-run-imap): Supply the charset of a search criteria.
415
416 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
417         Suggested by Kenichi OKADA <okada@opaopa.org>
418
419         * lisp/message.el (message-save-drafts): Override
420         `mime-header-encode-method-alist'.
421
422 2002-02-01  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
423
424         * texi/gnus-ja.texi (Posting Styles): Fix typo.
425
426 2002-01-31  ARISAWA Akihiro  <ari@atesoft.advantest.co.jp>
427
428         * lisp/gnus-art.el (gnus-article-display-traditional-message):
429         Reverted.
430
431 2002-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * lisp/gnus-art.el (gnus-article-setup-buffer): Enable multibyte
434         in `gnus-original-article-buffer'.
435
436 2002-01-29  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * lisp/message.el (message-cite-prefix-regexp): Fix the regexp.
439
440         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
441         implementation.
442
443 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * lisp/gnus-clfns.el (find-cl-run-time-functions): Insert a
446         newline before filling a result; ignore non-list forms.
447
448 2002-01-24  ARISAWA Akihiro  <ari@atesoft.advantest.co.jp>
449
450         * lisp/gnus-sum.el (gnus-summary-show-article): If coding-system is
451         specified, bind `default-mime-charset' to it.
452
453 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * lisp/message.el: Require `base64' before `canlock-om' to avoid
456         damage to define `base64-encode-string' by MEL.
457
458         * lisp/dgnushack.el: Load base64.el before canlock-om.el to avoid
459         damage to define `base64-encode-string' by MEL.
460
461 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * lisp/gnus-sum.el (gnus-article-commands-menu): Bind "Html" to
464         the command `gnus-article-wash-html'.
465         (gnus-summary-article-menu): Ditto.
466         (gnus-summary-wash-map): Bind "h" to the command
467         `gnus-article-wash-html'.
468
469         * lisp/gnus-art.el (gnus-article-treatment-menu): Bind
470         "Treat html" to the command `gnus-article-wash-html'.
471
472         * lisp/nnheader.el: Place mm- stuff and mail-parse stuff in front
473         of the codes which use (or may use) them.
474
475 2002-01-21  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
476
477         * lisp/gnus-art.el (gnus-article-display-traditional-message): Use
478         `set-buffer-multibyte'.
479
480 2002-01-21  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
481
482         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Protect
483         against dead windows.
484
485         * lisp/nnheader.el (mm-encode-coding-string): Alias to
486         `encode-coding-string'.
487         (mm-decode-coding-string): Alias to 'decode-coding-string'.
488
489 2002-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * lisp/gnus-vers.el: T-gnus 6.15.6 revision 00.
492
493         * lisp/nnheader.el (std11-unfold-region): New function copied from
494         `rfc2047-unfold-region'.
495         (std11-unfold-field): New function.
496         (mail-header-unfold-field): Alias to `std11-unfold-field'.
497
498 2002-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02 (synch
501         with the released version of Oort Gnus v0.05).
502
503 2002-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * lisp/dgnushack.el: Advise `byte-compile-inline-expand' for Mule
506         to ignore built-in functions as Emacs 20+ does.
507
508 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * lisp/gnus-sum.el (gnus-adjust-marked-articles): Fix the record
511         for `seen' if it looks like (seen NUM1 . NUM2).  It should be
512         (seen (NUM1 . NUM2)).
513
514 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * lisp/nntp.el (nntp-send-buffer): Bind `mc-flag' to nil.
517
518         * lisp/nnheader.el (mm-with-unibyte-buffer): Alias to
519         `nnheader-with-unibyte-buffer'.
520         (nnheader-with-unibyte-buffer): New macro.
521
522 2002-01-12  Katsuhiro Hermit Endo  <hermit@koka-in.org>
523
524         * texi/gnus-ja.texi (Article Date): Update Japanese translation.
525
526 2002-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * lisp/gnus-clfns.el (butlast): Fix a serious bug that it behaved
529         like `nbutlast'.  Special thanks to Keiichi-san for the great
530         discovery.
531
532         * lisp/gnus.el (gnus-product-variable-file-list): Add a check for
533         the value of `gnus-use-correct-string-widths' in the forms.
534
535         * lisp/gnus-start.el (gnus-product-quick-file-format): Include the
536         value of `gnus-use-correct-string-widths' in the file form.
537         (gnus-product-read-variable-file-1): Check for the equality in the
538         value of `gnus-use-correct-string-widths' as well.
539
540 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01 in
543         order to force update cached format specs.
544
545         * lisp/gnus-spec.el (gnus-use-correct-string-widths): Default to t.
546
547 2002-01-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
548
549         * lisp/nnshimbun.el: Adopt for old Gnusae.
550
551 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * lisp/message.el (message-strip-forbidden-properties): Don't
554         strip properties when the invisible MIME part is inserted.
555
556         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Position
557         point to the top.
558
559 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * etc/gnus/oort.xface (X-Face): Oort X-Face from
562         Raymond Scholz <ray-2002@zonix.de>.
563
564 2002-01-09  Katsumi Yamaoka <yamaoka@jpl.org>
565
566         * lisp/lpath.el: Fbind `coding-system-to-mime-charset' for Mule 2.
567
568         * lisp/nnheader.el (std11-fold-region): New function copied from
569         `rfc2047-fold-region'.
570         (std11-fold-field): Use it.
571
572 2002-01-09  Katsumi Yamaoka <yamaoka@jpl.org>
573
574         * lisp/gnus.el: Don't autoload "gnus-bitmap".
575
576         * lisp/gnus-ems.el: Autoload "smiley-mule" if running Emacs
577         version is less than 21.
578
579         * lisp/gnus-art.el (gnus-article-smiley-display): Remove.
580         (gnus-treat-smiley): Reload "smiley-ems" or "smiley-mule" if
581         needed.
582         (gnus-treat-display-smileys): Use `gnus-image-type-available-p'.
583         (gnus-article-smiley-mule-loaded-p): New internal variable.
584         (gnus-article-should-use-smiley-mule): New user option.
585
586 2002-01-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
587
588         * lisp/nneething.el (nneething-mime-extensions): New variable.
589         (nneething-request-article): Refer it.
590
591         * lisp/nnheader.el (mm-detect-coding-region): Alias to
592         `nnheader-detect-coding-region'.
593         (nnheader-detect-coding-region): New function.
594         (mm-detect-mime-charset-region): Alias to
595         `nnheader-detect-mime-charset-region'.
596         (nnheader-detect-mime-charset-region) New function.
597
598 2002-01-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
599
600         * texi/gnus-ja.texi (Web Newspaper): Update the document of
601         mime-w3m.el.
602
603 2002-01-08  Katsumi Yamaoka <yamaoka@jpl.org>
604
605         * lisp/gnus-art.el (article-toggle-headers): Expose headers even
606         if there is a boundary line.
607
608         * lisp/nntp.el (nntp-send-buffer): Don't use
609         `mm-with-unibyte-current-buffer'.  Use expanded form instead.
610
611         * lisp/gnus-art.el (gnus-treatment-function-alist): Move X-Face
612         stuff down after unfolding stuff.
613
614 2002-01-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
615
616         * lisp/gnus-namazu.el (gnus-namazu/highlight-words): Reimplemented.
617
618 2002-01-08  Katsumi Yamaoka <yamaoka@jpl.org>
619
620         * lisp/nnheader.el (mail-narrow-to-head): Copy from ietf-drums.el;
621         it should go to the beginning of the header after narrowing.
622         (std11-extract-addresses-components): Protect against nil argument.
623
624 2002-01-08  Katsumi Yamaoka <yamaoka@jpl.org>
625
626         * lisp/nnheader.el (mail-header-field-value): Alias to
627         `std11-field-value'.
628         (std11-field-value): New function.
629
630 2002-01-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
631
632         * lisp/nnheader.el (mail-header-parse-addresses): New function.
633         (std11-extract-addresses-components): New function.
634
635 2002-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
636
637         * lisp/gnus-picon.el: Don't require `mail-parse'.
638
639 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
640
641         * lisp/nnheader.el (mail-header-fold-field): Alias to
642         `std11-fold-field'.
643         (std11-fold-field): New function.
644         (mail-narrow-to-head): Alias to `std11-narrow-to-header'.
645         (mail-header-narrow-to-field): Alias to `std11-narrow-to-field'.
646         (std11-narrow-to-field): New function.
647
648 2002-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
649
650         * lisp/gnus-vers.el: T-gnus 6.15.5 revision 00.
651
652 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
653
654         * etc/gnus/describe-group.xpm: Set pixels of first line to
655         background color. A bug in Emacs?
656
657 2002-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
658
659         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
660
661         * lisp/gnus-picon.el: Require `mail-parse'.
662
663         * lisp/sha1-el.el (sha1-use-external): Replace `executable-find'
664         with `exec-installed-p'.
665
666 2002-01-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
667
668         * lisp/gnus-namazu.el: Update comments.
669         (gnus-namazu/search): Convert `gnus-cache-directory' to absolute
670         before the regular expression which matches paths of persistent
671         articles is generated.  Clean up codes.
672
673 2002-01-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
674
675         * lisp/nnshimbun.el (nnshimbun-request-article): Handle the
676         article properly when no group is specified.
677         (nnshimbun-write-nov, nnshimbun-save-nov): Save nov databases only
678         when their sizes are greater than zero.
679
680         * lisp/gnus-namazu.el (gnus-namazu-query-highlight): New option.
681         (gnus-namazu-query-highlight-face): New face.
682         (gnus-namazu/check-cache-group): New function.
683         (gnus-namazu/cache-group-candidates): Ditto.
684         (gnus-namazu/search): Call `gnus-namazu/check-cache-group' to get
685         groups for cached articles.
686         (gnus-namazu/highlight-words): New function.
687         (gnus-namazu-search): Set the group parameter `highlight-words'
688         when `gnus-namazu-query-highlight' is equal to the other value
689         than nil.
690
691         * lisp/gnus-ja.texi (Namazu Groups): Updated.
692
693 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
696         non-list forms in the top level.
697
698 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
699
700         * ChangeLog, todo: (oops) changed buffer-file-coding-system back
701         to coding.
702
703 2001-12-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
704
705         * make-x.bat: Ensure nonempty variable value.  Reported by Frank
706         Haun <pille3000@gmx.net>.
707
708 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
709
710         * ChangeLog, todo: Add `coding'.
711
712 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
713
714         * ChangeLog: changed coding to buffer-file-coding-system
715         * todo: same
716
717 2001-12-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
718
719         * make-x.bat: Code cleanup.  Fix a bug with "/copy".  From Frank
720         Schmitt <ich@Frank-Schmitt.net>.
721
722 2001-12-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
723
724         * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): Changed
725         the expression to decide whether `gnus-summary-buffer-name' should
726         be advised.
727         (gnus-namazu/setup): Strict checking the other Gnus variants than
728         Oort-Gnus before handling `gnus-group-name-charset-group-alist'.
729
730 2001-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * lisp/nnheader.el (mm-multibyte-string-p): Alias to
733         `multibyte-string-p' or `ignore'.
734
735 2001-12-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
736
737         * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): New
738         advice.
739
740         * lisp/gnus-namazu.el (top): Update comments.
741         (gnus-namazu-indexed-servers): Abolished.
742         (gnus-namazu-index-directories, gnus-namazu-command): Changed the
743         default value.
744         (gnus-namazu/group-name-regexp): New internal constant.
745         (gnus-namazu/indexed-servers): New function.
746         (gnus-namazu/setup): Not initialize `gnus-namazu-indexed-servers'.
747         Add the entry for ephemeral groups generated by
748         `gnus-namazu-search' to `gnus-group-name-charset-group-alist'.
749         (gnus-namazu/group-prefixed-name): Fix.
750         (gnus-namazu/search): Stricten checking the return value of
751         `gnus-namazu/call-namazu'.  Install changes in order to avoid the
752         difference between regexp-opt module of FSF Emacs and one of XEmacs.
753         (gnus-namazu/get-target-groups, gnus-namazu/get-current-query):
754         Refer `gnus-namazu/group-name-regexp'.
755         (gnus-namazu-search): Slightly modified.
756
757 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * lisp/message.el (message-mimic-kill-buffer): Bind
760         `message-kill-buffer-and-remove-file' to nil while calling the
761         function `message-kill-buffer'.
762
763         * texi/message-ja.texi, texi/message-ja.texi: Update.
764
765         * lisp/lpath.el: Fbind `replace-regexp-in-string' for XEmacs and
766         Mule; don't fbind coding-system-list for Mule.
767
768 2001-12-03  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
769         (cf. news://news.gnus.org/gnus.gnus-bug #48523)
770
771         * lisp/message.el (message-kill-buffer-and-remove-file): New user
772         option.
773         (message-kill-buffer): Don't remove the backup file if
774         `message-kill-buffer-and-remove-file' is nil.
775
776 2001-12-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
777
778         * lisp/gnus-namazu.el (gnus-namazu-case-sensitive-filesystem): New
779         option.
780         (gnus-namazu/group-alist): New internal variable.
781         (gnus-namazu/setup): Initialize it.
782         (gnus-namazu/shutdown) New function.
783         (gnus-namazu/request-list): Ditto.
784         (gnus-namazu/group-prefixed-name): Ditto.
785         (gnus-namazu/search): Call it instead of
786         `gnus-group-prefixed-name' in order to normalize a group name on a
787         case-insensitive file system.
788
789 2001-12-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
790
791         * lisp/gnus-namazu.el (gnus-namazu-need-path-normalization): New
792         option.
793         (gnus-namazu/normalize-results): Refined.
794
795         * lisp/gnus-namazu.el (gnus-namazu-index-directory): Abolished.
796         (gnus-namazu-index-directories): New option.
797         (gnus-namazu-coding-system): Changed the default value for Windows
798         and OS/2.
799         (gnus-namazu/setup): Follow the abolition of
800         `gnus-namazu-index-directory'.
801         (gnus-namazu/normalize-results): New inline function.
802         (gnus-namazu/call-namazu): Set `file-name-coding-system' and
803         `pathname-coding-system' to handle querys which include multibyte
804         characters.  Not reset locale environments.  Refer
805         `gnus-namazu-locale' and `gnus-namazu-index-directories'.
806         (gnus-namazu/search): Call `gnus-namazu/normalize-results'.
807         Modify a regular expression.
808         (gnus-namazu/get-target-groups): Modify a regular expression.
809         (gnus-namazu/get-current-query): Ditto.
810         (gnus-namazu/truncate-article-list): Ditto.
811
812 2001-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * lisp/mm-url.el: Require `path-util'.
815         (mm-url-program): Replace `executable-find' to `exec-installed-p'.
816
817 2001-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
820
821         * lisp/canlock-om.el: New file.
822         * lips/dgnushack.el: Load canlock-om.el for compiling canlock.el
823         when `MULE' is bound.
824         (dgnushack-unexporting-files): Add canlock-om.el when `MULE' is
825         not bound.
826         * lisp/message.el: Require `canlock-om' when Mule is running;
827         autoload cus-edit for the function `customize-save-variable'.
828         * lisp/nnheader.el (customize-save-variable): Remove.
829
830 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * lisp/message.el (message-strip-special-text-properties): Default
833         to t because of the new function `message-tamago-not-in-use-p'.
834
835 2001-11-26  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
836
837         * make-x.bat: Use parameter "/copy" rather than "copy" for increased
838         dwimishness for old-time DOS users.  From Frank Schmitt
839         <ich@Frank-Schmitt.net>.
840
841 2001-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * lisp/message.el (message-strip-special-text-properties): Default
844         to nil temporarily (it should be automated).
845         (message-forbidden-properties): Undo last change.
846         (message-strip-forbidden-properties): Undo last change; synch with
847         Oort Gnus.
848
849 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * lisp/message.el (message-forbidden-properties): Defcustom; make
852         it a list; don't include `intangible', `invisible',
853         `modification-hooks' or `read-only'.
854         (message-strip-forbidden-properties): Convert the value of
855         `message-forbidden-properties' to plist.
856
857 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * lisp/gnus-group.el (gnus-group-group-map): Bind `G n' key to the
860         command `gnus-group-make-shimbun-group'.
861         (gnus-group-group-menu): Add `gnus-group-make-shimbun-group'.
862
863         * texi/gnus-ja.texi (Foreign Groups): Add a documentation for the
864         shimbun groups.
865         (Web Newspaper): Use `G n' key for `gnus-group-make-shimbun-group'.
866
867 2001-11-15  Simon Josefsson  <jas@extundo.com>
868
869         * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
870
871 2001-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * lisp/gnus-sum.el (gnus-summary-wash-map): Remove
874         `gnus-smiley-display'.
875
876 2001-11-11  Simon Josefsson  <jas@extundo.com>
877
878         * make-x.bat: Don't use -nw.  Suggested by Frank Haun
879         <pille3000@gmx.net>.
880
881 2001-11-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
882
883         * texi/infohack.el (infohack-texi-format): To process
884         write-protected files safely, make this buffer be writable after
885         `find-file'
886
887 2001-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * lisp/nnheader.el (customize-save-variable): Defun-maybe.
890
891 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
892
893         * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
894         <oscholz@my.gnus.org>.
895
896 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
897
898         * etc/smilies/sad.pbm: New bitmap.
899         * etc/smilies/blink.pbm: Ditto.
900         Contributed by Kim F. Storm <storm@cua.dk>.
901
902 2001-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * lisp/message.el (rfc822-goto-eoh): Remove.
905
906 2001-10-19  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
907         From Frank Schmitt <ich@Frank-Schmitt.net>.
908
909         * make-x.bat: Use correct directory structure for XEmacs on Windows.
910
911 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * lisp/message.el (rfc822-goto-eoh): Define it when void.
914
915 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * lisp/message.el (message-resend, message-send): Undo.
918
919 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * lisp/message.el (message-resend): Bind
922         `inhibit-field-text-motion' to t while resending a mail.
923
924 2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * lisp/message.el (message-send): Remove the text property `field'
927         from the encoding buffer.
928
929 2001-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
932         `gnus-ding-file-coding-system' instead of
933         `gnus-startup-file-coding-system'; go to the beginning of the
934         buffer before searching.
935         (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
936         instead of `gnus-startup-file-coding-system'.
937
938 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * lisp/message.el (message-send-news): Modify the value of
941         `mime-field-encoding-method-alist' to encode newsgroup names.
942
943         * lisp/gnus-art.el (gnus-article-header-presentation-method): Call
944         `article-decode-group-name' to decode newsgroup names.
945         (gnus-article-decode-hook): Default to nil.
946
947 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
948
949         * Makefile.in (uninstall): Add.
950
951         * etc/Makefile.in (uninstall): Add.
952
953 2001-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * lisp/message.el (message-fix-before-sending): Don't expose
956         invisible MIME parts; don't use `message-find-invisible-regions'.
957         (message-find-invisible-regions): Remove.
958         (invisible-region): Advise the function to add the text property
959         `mime-edit-invisible'.
960         (message-invisible-region): Remove.
961         (message-save-drafts): Copy all the text properties from the
962         editing buffer to the encoding buffer.
963         (message-send): Ditto.
964
965 2001-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * lisp/nndoc.el (nndoc-oe-dbx-type-p): Use `string-as-multibyte'
968         instead of `mm-string-as-multibyte'.
969         (nndoc-possibly-change-buffer): Use `nnheader-insert-file-contents'
970         instead of `mm-insert-file-contents'.
971
972 2001-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
975
976 2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
977
978         * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
979
980 2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
981
982         * aclocal.m4, configure.in: Check commercial fonts.
983
984 2001-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * lisp/message.el (message-find-invisible-regions): Look for the
987         text-property `mime-edit-invisible' as well as `message-invisible'.
988         (message-save-drafts): Copy the text-property `mime-edit-invisible'
989         from the message editing buffer to the encoding buffer.
990         (message-send): Ditto.
991
992 2001-09-27  Katsuhiro Hermit Endo  <hermit@koka-in.org>
993
994         * texi/gnus-ja.texi (Article Hiding): Fix typo.
995
996 2001-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
999
1000 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1001
1002         * configure.in: Generate texi/ps/Makefile.
1003
1004 2001-09-21  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1005
1006         * make.bat: Use parameter "/copy" rather than "copy" for increased
1007         dwimishness for old-time DOS users.
1008
1009 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1010
1011         * make-x.bat: New.
1012
1013 2001-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it
1016         to `load-path'.
1017
1018 2001-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not
1021         available.
1022
1023 2001-09-17  Keiichi Suzuki  <keiichi@nanap.org>
1024
1025         * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
1026         `regexp-quote' for each addresses.
1027
1028 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1029
1030         * texi/gnus-ja.texi (Drafts): Fix typo.
1031
1032 2001-09-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1033
1034         * lisp/lpath.el: Removed `current-language-environment' and
1035         `language-info-alist'.
1036
1037 2001-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1038
1039         * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy
1040         of the requested article only when the current directory does noe
1041         equal to `gnus-original-article-buffer'.
1042
1043         * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
1044         article from `gnus-original-article-buffer' to
1045         `gnus-article-buffer'.  Generate `gnus-original-article-buffer'
1046         safely.
1047
1048 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1049
1050         * lisp/gnus-namazu.el: Updated documents.
1051
1052         * texi/gnus-ja.texi (Namazu Groups): New subsection.
1053
1054 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3.
1057
1058         * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el
1059         is required.
1060
1061         * contrib/regexp-opt.el: Imported from Emacs 20.2.
1062
1063         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use
1064         `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of
1065         `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB
1066         v2.33 or later is running.
1067
1068 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1069
1070         * lisp/gnus-namazu.el (top): Not require `std11'.
1071         (gnus-namazu/get-current-from): Use
1072         `mail-extract-address-components' instead of
1073         `std11-extract-address-components'.
1074
1075         * lisp/gnus-namazu.el: New file.
1076
1077         * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'.
1078
1079         * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as
1080         `gnus-namazu-search'.
1081
1082         * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as
1083         `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'.
1084
1085 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished.  Use the
1088         new function `gnus-correct-pad-form' instead.
1089         * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto.
1090
1091 2001-09-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1092
1093         * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling
1094         of process environments.
1095
1096 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1097
1098         * lisp/nnir.el (top): Added code to avoid byte-compile warning
1099         about `nnimap-server-buffer'.
1100         (nnir-run-namazu): Disable locale of Namazu.
1101
1102 2001-09-04  KOSEKI Yoshinori  <kose@meadowy.org>
1103
1104         * lisp/nnir.el (gnus-group-mode-hook): Fix typo.
1105
1106 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1107
1108         * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus.
1109
1110         * lisp/gnus-group.el (gnus-group-group-map): Define "G" as
1111         `gnus-group-make-nnir-group', and define "S" as
1112         `gnus-group-make-shimbun-group'.
1113
1114         * lisp/gnus.el (top): Add autoload of
1115         `gnus-group-make-nnir-group'.
1116
1117         * lisp/nnir.el: Import from
1118         ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el.
1119
1120 2001-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * lisp/gnus-util.el (gnus-truncate-string): Abolished.
1123
1124 2001-08-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1125
1126         * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
1127         `shimbun-groups' to detect avaiable groups of specified server.
1128
1129 2001-08-17  KANEMATSU Daiji  <kanematu@sra.co.jp>
1130
1131         * lisp/message.el (message-signature-separator-for-insertion): New
1132         customizable variable which is used for signature separator.
1133         * lisp/message.el (message-insert-signature): Use variable
1134         `message-signature-separator-for-insertion' instead of hard code.
1135
1136 2001-08-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1137
1138         * texi/gnus-ja.texi (Browsing the Web): Fix typo.
1139
1140 2001-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1143
1144 2001-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
1147         article into `gnus-original-article-buffer' instead of
1148         `gnus-article-buffer'.
1149
1150 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * lisp/mml2015.el: Require `gnus-clfns' when compiling.
1153         * lisp/gnus-clfns.el (string-to-list): New compiler macro.
1154
1155 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
1158         articles with `gnus-cache-articles-in-group' even if the current
1159         group is not a virtual group (see ChangeLog.1 1999-03-02).
1160
1161 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
1164
1165         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
1166
1167         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1168         `gnus-retrieve-parsed-headers'.
1169         (gnus-fetch-headers): Ditto.
1170
1171         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
1172
1173         * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
1174         (gnus-cache-retrieve-parsed-headers): Abolished.
1175
1176 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
1179         `nnmail-expiry-wait-function' to nil if the group's parameter
1180         `expiry-wait' is specified by the user or the shimbun's default
1181         value is provided.
1182
1183 2001-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * lisp/gnus-msg.el (gnus-message-make-user-agent): New
1186         implementation.
1187
1188 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * lisp/gnus-clfns.el (copy-list): New compiler macro.
1191
1192 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
1195         `kbd'.
1196
1197         * lisp/nnheader.el (mm-read-coding-system): New function which is
1198         a substitute for mm-util.el.
1199
1200 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
1203
1204         * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
1205         NEWGROUPS command.
1206
1207         * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
1208         `message-make-date' instead of `current-time-string'.
1209         (gnus-ask-server-for-new-groups): Ditto.
1210         (gnus-check-first-time-used): Ditto.
1211
1212 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * texi/message-ja.texi (message-citation-line-function): Add a
1215         comma just after the `@xref' form.
1216
1217         * lisp/nnheader.el (nnheader-header-value): Ignore leading
1218         whitespaces.
1219
1220         * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
1221         `make-autoload' to handle `define-derived-mode'.
1222
1223 2001-07-12  Katsumi Yamaoka <yamaoka@jpl.org>
1224
1225         * lisp/message.el (message-yank-original): Unwind-protect while
1226         suspending font-lock.
1227         (message-mode): Modify for the following changes.
1228         (message-font-lock-keywords-2): Abolished.
1229         (message-font-lock-keywords-1): Abolished.
1230         (message-font-lock-keywords): Unified.
1231         (message-font-lock-cited-text-matcher): Abolished.
1232         (font-lock-after-change-function): Don't advise it.
1233         (message-font-lock-last-position): Abolished.
1234         (message-font-lock-citation-name-max-column): Abolished.
1235         (message-font-lock-cited-text-regexp) Abolished.
1236         (message-font-lock-fence-close-position): Abolished.
1237         (message-font-lock-fence-open-position): Abolished.
1238         (message-font-lock-fence-close-regexp): Abolished.
1239         (message-font-lock-fence-open-regexp): Abolished.
1240
1241 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
1242
1243         * lisp/message.el (message-font-lock-keywords-1): Replace regexp
1244         for mml tags with `mime-edit-tag-regexp'.
1245
1246 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
1247
1248         * lisp/message.el (message-font-lock-keywords-2): Move definitions
1249         for cited texts and mml tags to `message-font-lock-keywords-1'.
1250
1251 2001-07-10  Katsuhiro Hermit Endo <hermit@koka-in.org>
1252
1253         * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
1254
1255 2001-07-09  Katsumi Yamaoka <yamaoka@jpl.org>
1256
1257         * lisp/dgnushack.el: Add the parent directory of the directory
1258         where the APEL modules are installed to `load-path' according to
1259         the description of the file Mule23@1934.
1260
1261 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
1262
1263         * make.bat: Use infohack.el to create info files.
1264
1265 2001-07-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1266
1267         * README.semi: Modify URI of emacs-w3m.
1268         * README.semi.ja: Ditto.
1269         * Mule23@1934.en: Ditto.
1270         * Mule23@1934.ja: Ditto.
1271         * lisp/nnshimbun.el: Ditto.
1272
1273         * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
1274         (Web Newspaper): Modify URI of emacs-w3m.
1275
1276 2001-07-06  KITAGAWA Takurou  <i30x1641@ip.media.kyoto-u.ac.jp>
1277
1278         * lisp/Makefile.in (clever): Use `if test... then' instead of
1279         `test... &&'.
1280
1281 2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
1282
1283         * lisp/Makefile.in (clever): Change the quoting style for the
1284         elisp form to check for XEmacs-p.
1285
1286         * lisp/dgnushack.el: Require `path-util' first, and then search
1287         for the path if it is not found.
1288
1289 2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
1290
1291         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
1292
1293 2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
1294
1295         * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
1296         html documents inline.
1297
1298 2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
1299
1300         * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
1301         a description.
1302         * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
1303
1304         * lisp/message.el (message-yank-original): Suspend font-lock'ing
1305         while citing an original message.
1306         (message-suspend-font-lock-when-citing): New user option.
1307
1308 2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
1309
1310         * lisp/gnus-clfns.el (find-cl-run-time-functions): New
1311         implementation.
1312
1313 2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
1314
1315         * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
1316         fields in `gnus-original-article-buffer'.
1317
1318 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
1319
1320         * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
1321         bogus changes; use the value of `nnshimbun-pre-fetch-article' if
1322         the value of the group parameter `prefetch-articles' is nil; do
1323         likewise for `encapsulate-images'.
1324
1325 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
1326
1327         * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
1328         `nnshimbun-pre-fetch-article' if the value of the group parameter
1329         `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
1330
1331 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
1332
1333         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
1334         doc-string that both the values `off' and nil specifies not to
1335         encapsulate images.
1336         (nnshimbun-pre-fetch-article): Default to `off'.
1337
1338 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
1339
1340         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
1341         `nnshimbun-encapsulate-article'.
1342         (nnshimbun-request-article-1): Replace `encapsulate-article' with
1343         `encapsulate-images'.
1344         (nnshimbun-find-parameter): Ditto.
1345         (nnshimbun-group-parameters): Ditto.
1346         (nnshimbun-group-parameters-custom): Ditto.
1347
1348 2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1349
1350         * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
1351         `encapsulate-article' as a customizable option, and modified
1352         `prefetch-articles'.
1353         (nnshimbun-group-parameters): Add document for
1354         `encapsulate-article'.
1355         (nnshimbun-encapsulate-article): New server variable.
1356         (nnshimbun-find-parameter): Add code for `encapsulate-article'.
1357         (nnshimbun-request-article-1): Refer `encapsulate-article' group
1358         parameter to control `shimbun-encapsulate-article' value when
1359         `shimbun-article' is called.
1360
1361 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
1362
1363         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
1364
1365 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
1366
1367         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
1368         `nnshimbun-find-parameter'.
1369         (nnshimbun-generate-nov-database): Bind a full group name while
1370         processing.
1371         (nnshimbun-find-parameter): New implementation to refer to the
1372         nnshimbun group parameters.
1373         (nnshimbun-index-range): Add a document that it's just a default.
1374         (nnshimbun-pre-fetch-article): Ditto.
1375         (nnshimbun-group-parameters): Specify a parameter type as `list'.
1376         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
1377
1378 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
1379
1380         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
1381         parameter.  It also provides the user option
1382         `nnshimbun-group-parameters-alist' and the function
1383         `nnshimbun-find-group-parameters'.
1384         (nnshimbun-group-parameters-custom): New variable.
1385         (TopLevel): Require `gnus' expressly.
1386
1387 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1388
1389         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
1390         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
1391         (nnshimbun-request-expire-articles): Fixed.
1392
1393 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
1394
1395         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
1396         `locate-library' to check for the existence of mailcap.el in the
1397         same directory of gnus.el.
1398         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
1399         that I made.
1400
1401 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
1402
1403         * lisp/lpath.el: Don't Fbind `xml-node-children'.
1404
1405 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1406
1407         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
1408         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
1409         is nil.
1410
1411 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1412
1413         * lisp/gnus-group.el (toplevel): Removed autoload code for
1414         "nnshimbun".
1415
1416         * texi/gnus-ja.texi (Web Newspaper): Add documents about
1417         `nnshimbun-index-range'.
1418
1419 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
1420
1421         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
1422         refer to the variable `nnshimbun-keep-last-article', we should
1423         keep the last article anyway.
1424         (nnshimbun-keep-last-article): Abolished.
1425
1426         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
1427         make-shimbun-group'.
1428
1429 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1430
1431         * lisp/nnshimbun.el: Remove some garbage.
1432
1433 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
1434
1435         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
1436         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
1437         FSF Emacsen.
1438         * texi/gnus-ja.texi: Ditto.
1439
1440 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1441
1442         * lisp/nnshimbun.el (top-level): Updated comments.
1443         (nnshimbun): New customize group.
1444         (nnshimbun-keep-last-article): Defined as customize variable.
1445         (nnshimbun-keep-unparsable-dated-articles): Ditto.
1446         (nnshimbun-insert-nov): Use `when' instead of `if'.
1447         (gnus-group-shimbun-server-history): Imported from
1448         `gnus-group.el'.
1449         (gnus-group-make-shimbun-group): Ditto.
1450
1451         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
1452         definition is moved to `nnshimbun.el' and autload code is added.
1453         (gnus-group-shimbun-server-history): Its definition is moved to
1454         `nnshimbun.el'.
1455
1456 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1457
1458         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
1459         (nnshimbun-index-range): New variable.
1460         (nnshimbun-close-server): Check status strictly to close server
1461         safely.
1462         (nnshimbun-generate-nov-database): Refer the group paramter
1463         `nnshimbun-index-range' as the second parameter of
1464         `shimbun-headers'.
1465         (shimbun-mua-use-entire-index): Removed.
1466         (nnshimbun-request-article-1): Replace a date string in
1467         `gnus-newsgroup-data' only when article header has non-nil value.
1468         (nnshimbun-insert-nov): Fixed condition to decide whether
1469         `X-Nnshimbun-Id' should be inseted or not.
1470
1471 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
1472
1473         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
1474         (nnshimbun-request-expire-articles): Simplified; refer to the
1475         shimbun's default expiration days.
1476
1477 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
1478
1479         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
1480         Emacsen.
1481
1482 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
1483
1484         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
1485         group parameter `expiry-wait' when expiring a closed group.
1486
1487 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
1488
1489         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
1490         string in `gnus-newsgroup-data' based on the newly retrieved
1491         article.
1492
1493 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
1494
1495         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
1496         inhibiting the expiring.
1497
1498 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
1499
1500         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
1501         (nnshimbun-request-expire-articles): New function.
1502         (nnshimbun-keep-unparsable-dated-articles): New variable.
1503         (nnshimbun-keep-last-article): New variable.
1504         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
1505         (nnshimbun-string-or): New macro.
1506         (nnshimbun-tmp-string): New internal variable.
1507         (TopLevel): Require `message' for `message-make-date'.
1508
1509 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
1510
1511         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
1512         useless non-global var; scroll the output window automatically.
1513
1514 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1515
1516         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
1517         (nnshimbun-check-header): Removed.
1518         (nnshimbun-make-shimbun-header): Don't call
1519         `nnshimbun-header-xref'.
1520         (nnshimbun-request-group): Simplified.
1521         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
1522         instead of `nnshimbun-check-header'.
1523         (nnshimbun-insert-nov): New function.
1524         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
1525         instead of `nnheader-insert-nov'.
1526         (nnshimbun-replace-nov-entry): New function.
1527
1528 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
1529
1530         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
1531         `dolist'; protect against errors.
1532
1533 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
1534
1535         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
1536         use `last'.
1537         (nnshimbun-make-shimbun-header): Use the following macros.
1538         (nnshimbun-mail-header-from): New macro whose definition will be
1539         changed statically for Gnus or gnus.
1540         (nnshimbun-mail-header-subject): Ditto.
1541         (TopLevel): Don't require `gnus-clfns'.
1542
1543         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
1544
1545         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
1546         the developers.
1547         (cl-run-time-functions): New variable.
1548         (TopLevel): Don't require `cl' at run-time.
1549
1550 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1551
1552         * texi/gnus-ja.texi (Web Newspaper): Updated.
1553
1554 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
1555
1556         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
1557         "nnshimbun.el" if the library "shimbun" is not found.
1558         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
1559         (locate-library): Redefine it for Mule before it is called.
1560
1561         * README.semi.ja: Update for the use of Emacs-W3M.
1562         * README.semi: Ditto.
1563         * Mule23@1934.ja: Ditto.
1564         * Mule23@1934.en: Ditto.
1565
1566 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1567
1568         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
1569
1570         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
1571         Reconstructed to use `shimbun'.
1572
1573         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
1574         FLIM can't be found.
1575
1576 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1577
1578         * etc/Makefile.in (datadir): Set this variable, like in the other
1579         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
1580
1581 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
1582
1583         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
1584         `widget-convert-button', `widget-create' and `widget-put'; ignore
1585         `defface'.
1586
1587 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
1588
1589         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
1590         built-in function.
1591
1592         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
1593         `defgroup'.
1594
1595 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
1596
1597         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1598
1599         * lisp/nnmail.el: Don't bind the colon keywords here.
1600         * lisp/gnus.el (gnus-colon-keywords): New variable which will
1601         default to the value of `dgnushack-colon-keywords'; bind them.
1602         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
1603         dgnuskwds.el.
1604         (dgnushack-colon-keywords): New constant which will have the colon
1605         keywords shuld be bound at run-time for old Emacsen; cache them in
1606         the file dgnuskwds.el and bind them.
1607         (dgnushack-bind-colon-keywords): New function.
1608         (locate-library): Make the function to be silent for Mule.
1609         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
1610
1611 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
1612
1613         * lisp/message.el (message-maybe-encode): Don't use
1614         `end-of-invisible'.
1615
1616 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
1617
1618         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
1619
1620 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
1621
1622         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1623
1624         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
1625         `gnus-article-buffer' just before `gnus-article-prepare-display' is
1626         called.
1627         (gnus-article-mime-edit-article-setup): Ditto.
1628         (gnus-article-prepare-display): Don't bind `buffer-read-only'
1629         because of `inhibit-read-only'; don't set the value of
1630         `gnus-article-current-summary' here; delete all extents or overlays
1631         and clear the value of `gnus-button-marker-list' in advance; make
1632         it to run in `gnus-article-buffer'.
1633         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
1634         (article-toggle-headers): Don't bind `buffer-read-only' because of
1635         `inhibit-read-only'.
1636         (article-hide-headers): Ditto.
1637
1638 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
1639
1640         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
1641
1642 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
1643
1644         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
1645
1646 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
1647
1648         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
1649
1650 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
1651
1652         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
1653         Emacsen; don't bind `mh-lib-progs'.
1654
1655 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
1656
1657         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
1658         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
1659
1660 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
1661
1662         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
1663
1664 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1665
1666         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
1667         asahi.com.
1668         (nnshimbun-asahi-get-headers): Ditto.
1669         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
1670
1671 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
1672
1673         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
1674         multiple articles even if there is a detached minibuffer frame on
1675         some window managers.
1676
1677 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
1678
1679         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
1680         mode.
1681
1682 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
1683
1684         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
1685         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
1686
1687 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
1688
1689         * lisp/message.el (message-fix-before-sending): Hide again the
1690         invisible property of encoded binary data parts after checking is
1691         done.
1692         (message-find-invisible-regions): New function.
1693         (message-save-drafts, message-send): Inherit the invisible property
1694         of encoded binary data parts to make MIME-Edit find the MIME part
1695         boundaries.
1696
1697         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
1698         (dgnushack-make-load): Ditto.
1699
1700 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
1701
1702         * lisp/dgnushack.el (dgnushack-compose-package): New function.
1703         (dgnushack-make-load): Add autoload for cus-load if it is missing.
1704
1705         * lisp/Makefile.in (compose-package): Use
1706         `dgnushack-compose-package'.
1707         (clean, clever): Remove custom-load.el.
1708
1709         * Makefile.in (elclean): Remove custom-load.el.
1710
1711 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
1712
1713         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
1714         entity even if `gnus-show-mime' is nil.
1715
1716 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
1717
1718         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
1719         adjusted.
1720
1721         * lisp/gnus-clfns.el (string): New compiler macro.
1722         (string): Defun-maybe as an ordinary function since it won't be
1723         provided in cl.
1724         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
1725
1726 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
1727
1728         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
1729         `url-current-mime-charset' is bound.
1730
1731 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
1732
1733         * lisp/gnus.el (gnus-info-find-node): Pretend to be
1734         `gnus-article-mode' in the article buffer.
1735
1736 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
1737
1738         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
1739         (nnshimbun-kinsoku-bol-list): Ditto.
1740
1741 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
1742
1743         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
1744
1745         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
1746         `dolist'.
1747
1748         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
1749
1750         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
1751         is defined properly.
1752
1753 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
1754
1755         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
1756         * lisp/nnshimbun.el: Ditto.
1757         * lisp/nnfolder.el: Ditto.
1758         * lisp/mm-util.el: Ditto.
1759         * lisp/gnus-vers.el: Ditto.
1760         * lisp/gnus-sum.el: Ditto.
1761         * lisp/gnus-score.el: Ditto.
1762         * lisp/gnus-nocem.el: Ditto.
1763
1764         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
1765         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
1766         (gnus-setup-for-offline): Ditto.
1767
1768         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
1769         don't require `gnus-clfns'.
1770
1771         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
1772         macros.
1773         (mapc): Remove.
1774
1775         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
1776         `gnus-article-read-summary-keys'.
1777
1778 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
1779
1780         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
1781         the forwarded parts undecoded.
1782         (gnus-article-decode-article-as-default-mime-charset): Set the
1783         value of `default-mime-charset' buffer-locally.
1784
1785 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1786
1787         * lisp/gnus.el: Add autoloads for
1788         `gnus-summary-digest-post-forward' and
1789         `gnus-summary-digest-mail-forward'.
1790
1791         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
1792         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
1793         with `gnus-summary-digest-post-forward' and
1794         `gnus-summary-digest-mail-forward'.
1795
1796         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
1797         repair the command `gnus-summary-post-digest' and rename it.
1798         (gnus-summary-digest-mail-forward): Ditto.
1799         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
1800         `gnus-uu-digest-post-forward' with
1801         `gnus-summary-digest-post-forward' and
1802         `gnus-summary-digest-mail-forward'.
1803
1804 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1805
1806         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
1807         `gnus-inhibit-treatment' to t while fetching the raw article.
1808
1809         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
1810         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
1811         is being done;  turn off font-lock first;  query if the buffer is
1812         modified.
1813         (gnus-article-mime-edit-done): New function.
1814         (gnus-article-mime-edit-article-setup): Make the window fill its
1815         frame;  clear the buffere modified flag;  substitute key definition
1816         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
1817         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
1818         to nil while `mime-edit-exit' is being done.
1819         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
1820
1821 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
1822
1823         * lisp/dgnushack.el: Don't require `emu'.
1824
1825 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1826
1827         * lisp/message.el (message-forward-subject-author-subject): Decode
1828         `From' field.
1829
1830 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1831
1832         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
1833
1834         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1835         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
1836         only a temporary fix for an infloop on nnimap.  FIXME!!!
1837         (gnus-select-newsgroup): Ditto.
1838
1839 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1840
1841         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
1842         about `gnus-article-display-hook.'
1843         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
1844         `gnus-article-display-hook.'
1845
1846         * lisp/gnus.el (gnus-article-display-hook): Abolished.
1847
1848         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
1849         `gnus-article-display-hook'.
1850         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
1851         (gnus-summary-search-article): Ditto.
1852
1853         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
1854         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
1855
1856         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
1857         `gnus-article-prepare-hook' after an article has been prepared;
1858         don't evaluate `gnus-article-display-hook'.
1859
1860 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
1861
1862         * lisp/message.el (message-cite-original-without-signature):
1863         Extract from field for the simple citation line.
1864
1865 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
1866
1867         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
1868
1869         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
1870         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
1871         (dgnushack-make-auto-load): Remove auto-autoloads.el.
1872         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
1873
1874         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
1875         custom-load.el.
1876         (compose-package): Call `gnus-load.elc' and then rename
1877         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
1878         `dgnushack-make-autoloads'.
1879         (clever): No need to remove custom-load.el.
1880
1881         * Makefile.in (elclean): Remove gnus-load.el instead of
1882         custom-load.el.
1883
1884         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
1885
1886 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
1887
1888         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1889
1890 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1891
1892         * GNUS-NEWS: Copyright and others.
1893
1894 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1895
1896         * aclocal.m4 (AC_CHECK_URL): Add.
1897
1898         * configure.in: Use it.
1899
1900 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
1901
1902         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
1903         parentheses.
1904
1905 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1906
1907         * lisp/nnshimbun.el: Add `bbdb-ml' support.
1908
1909 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1910
1911         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
1912         of `xemacs'.
1913         (nnshimbun-xemacs-get-headers): Ditto.
1914
1915 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
1916
1917         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
1918
1919 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
1920
1921         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
1922         gnus-ja.texi or message-ja.texi is given.  It is needed for some
1923         make command if which can not understand "%-ja:" or "%-ja.info:".
1924
1925 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
1926
1927         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
1928         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
1929
1930 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
1931
1932         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
1933         `buffer-substring-no-properties' instead of `format'.
1934
1935 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1936
1937         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
1938
1939 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1940
1941         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
1942
1943         * Makefile.in (install-package-lisp): Use
1944         `install-without-compiling' instead of `install'.
1945
1946         * lisp/Makefile.in (install): Use `install-without-compiling'.
1947         (install-without-compiling): New target.
1948
1949 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1950
1951         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
1952         `infohack-texi-format'.
1953
1954         * texi/infohack: (infohack-texi-format): New function.
1955         * lisp/dgnushack.el (dgnushack-texi-format): Move to
1956         texi/infohack.el and rename.
1957         (dgnushack-texi-add-suffix-and-format): Remove.
1958
1959         * texi/ptexinfmt.el: New file.
1960         * lisp/ptexinfmt.el: Move to texi/.
1961
1962 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1963
1964         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
1965
1966 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
1967
1968         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
1969         files for autoloads already exist.
1970         (dgnushack-unexporting-files): More useful message.
1971
1972         * lisp/Makefile.in (install): Call `clever' before installing.
1973         (install-lisp): Remove.
1974         (clever): Check for whether the all elc files should be recompiled.
1975
1976         * Makefile.in (xclever): New target.
1977         (install-package-lisp): Replace `install-lisp' with `install'.
1978         (install-package-ja): Replace `xlick' with `xclever'.
1979         (install-package): Ditto.
1980
1981 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
1982
1983         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
1984
1985 2001-01-15  Jesper Harder <harder@ifa.au.dk>
1986
1987         * make.bat: Fix doc.
1988
1989 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
1990
1991         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
1992         the required value of `recursive-load-depth-limit' for Emacs 21.
1993
1994         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
1995         correctly.
1996         (message-get-reply-headers): Ditto.
1997
1998 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
1999
2000         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
2001         while `bbdb-annotate-message-sender' is being done.
2002
2003 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
2004
2005         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
2006
2007 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
2008
2009         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
2010         extents for XEmacs 21.1 using `format'.
2011
2012         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
2013
2014 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
2015
2016         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
2017
2018         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
2019         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
2020         running.
2021
2022         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
2023         `smiley-toggle-buffer' when compiling.
2024         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
2025         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
2026         running.
2027         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
2028         `gnus-bitmap'.
2029         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
2030
2031 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
2032
2033         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
2034
2035         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
2036         is not supported.
2037
2038 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
2039
2040         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
2041         `:function', `:function-document', `:variable',
2042         `:variable-document', `:variable-group', `:variable-type' and
2043         `:variable-default' for old Emacsen.
2044
2045 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2046
2047         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
2048
2049         * configure: Regenerate.
2050         * configure.in: Add `AC_PATH_ETCDIR'.
2051         * Makefile.in (install-etc): New target.
2052
2053         * lisp/nnheader.el (mm-image-load-path): Alias to
2054         `nnheader-image-load-path'.
2055         (nnheader-image-load-path): New function copied from
2056         the function `mm-image-load-path' in mm-util.el.
2057
2058         * lisp/drums.el: Remove.
2059
2060 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2061
2062         * configure.in: Add etc/Makefile.
2063
2064 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
2067         `save-excursion'.
2068         (gnus-bug): Pop up the sending buffer first.
2069
2070         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
2071         doc-string.
2072
2073         * lisp/dgnushack.el
2074         (byte-compile-file-form-custom-declare-variable): Use `defvar'
2075         instead of `custom-declare-variable' to make the variable
2076         uncustomizable if the arguments has the keyword `:version'.
2077
2078 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
2079
2080         * README.semi.ja: Fix typo.
2081
2082 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
2083
2084         * lisp/lpath.el: Fbind `compose-mail' for Mule.
2085
2086         * lisp/dgnushack.el (TopLevel): Byte-optimize
2087         `custom-declare-variable', `custom-declare-group, and
2088         `custom-declare-face' to omit unsupported keywords when Mule is
2089         running.
2090
2091 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
2092
2093         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
2094
2095         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
2096         to signal an error when Mule is running.
2097         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
2098         `:set-after' if colon keyword is not available.
2099         (TopLevel): Require `custom'.
2100
2101         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
2102         Mule.
2103         (TopLevel): Don't require `custom' here.
2104
2105 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
2106
2107         * make.bat: set max-lisp-eval-depth.
2108
2109 See ChangeLog.3 for earlier changes.
2110
2111 ;; Local Variables:
2112 ;; coding: iso-2022-7bit
2113 ;; End: