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