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