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