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