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