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