Synch with Oort Gnus.
[elisp/gnus.git-] / ChangeLog
1 2001-12-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2
3         * lisp/gnus-namazu.el (gnus-namazu-need-path-normalization): New
4         option.
5         (gnus-namazu/normalize-results): Refined.
6
7         * lisp/gnus-namazu.el (gnus-namazu-index-directory): Abolished.
8         (gnus-namazu-index-directories): New option.
9         (gnus-namazu-coding-system): Changed the default value for Windows
10         and OS/2.
11         (gnus-namazu/setup): Follow the abolition of
12         `gnus-namazu-index-directory'.
13         (gnus-namazu/normalize-results): New inline function.
14         (gnus-namazu/call-namazu): Set `file-name-coding-system' and
15         `pathname-coding-system' to handle querys which include multibyte
16         characters.  Not reset locale environments.  Refer
17         `gnus-namazu-locale' and `gnus-namazu-index-directories'.
18         (gnus-namazu/search): Call `gnus-namazu/normalize-results'.
19         Modify a regular expression.
20         (gnus-namazu/get-target-groups): Modify a regular expression.
21         (gnus-namazu/get-current-query): Ditto.
22         (gnus-namazu/truncate-article-list): Ditto.
23
24 2001-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * lisp/mm-url.el: Require `path-util'.
27         (mm-url-program): Replace `executable-find' to `exec-installed-p'.
28
29 2001-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
32
33         * lisp/canlock-om.el: New file.
34         * lips/dgnushack.el: Load canlock-om.el for compiling canlock.el
35         when `MULE' is bound.
36         (dgnushack-unexporting-files): Add canlock-om.el when `MULE' is
37         not bound.
38         * lisp/message.el: Require `canlock-om' when Mule is running;
39         autoload cus-edit for the function `customize-save-variable'.
40         * lisp/nnheader.el (customize-save-variable): Remove.
41
42 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * lisp/message.el (message-strip-special-text-properties): Default
45         to t because of the new function `message-tamago-not-in-use-p'.
46
47 2001-11-26  Kai Gro\e.A\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
48
49         * make-x.bat: Use parameter "/copy" rather than "copy" for increased
50         dwimishness for old-time DOS users.  From Frank Schmitt
51         <ich@Frank-Schmitt.net>.
52
53 2001-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * lisp/message.el (message-strip-special-text-properties): Default
56         to nil temporarily (it should be automated).
57         (message-forbidden-properties): Undo last change.
58         (message-strip-forbidden-properties): Undo last change; synch with
59         Oort Gnus.
60
61 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * lisp/message.el (message-forbidden-properties): Defcustom; make
64         it a list; don't include `intangible', `invisible',
65         `modification-hooks' or `read-only'.
66         (message-strip-forbidden-properties): Convert the value of
67         `message-forbidden-properties' to plist.
68
69 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * lisp/gnus-group.el (gnus-group-group-map): Bind `G n' key to the
72         command `gnus-group-make-shimbun-group'.
73         (gnus-group-group-menu): Add `gnus-group-make-shimbun-group'.
74
75         * texi/gnus-ja.texi (Foreign Groups): Add a documentation for the
76         shimbun groups.
77         (Web Newspaper): Use `G n' key for `gnus-group-make-shimbun-group'.
78
79 2001-11-15  Simon Josefsson  <jas@extundo.com>
80
81         * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
82
83 2001-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * lisp/gnus-sum.el (gnus-summary-wash-map): Remove
86         `gnus-smiley-display'.
87
88 2001-11-11  Simon Josefsson  <jas@extundo.com>
89
90         * make-x.bat: Don't use -nw.  Suggested by Frank Haun
91         <pille3000@gmx.net>.
92
93 2001-11-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
94
95         * texi/infohack.el (infohack-texi-format): To process
96         write-protected files safely, make this buffer be writable after
97         `find-file'
98
99 2001-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * lisp/nnheader.el (customize-save-variable): Defun-maybe.
102
103 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
104
105         * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
106         <oscholz@my.gnus.org>.
107
108 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
109
110         * etc/smilies/sad.pbm: New bitmap.
111         * etc/smilies/blink.pbm: Ditto.
112         Contributed by Kim F. Storm <storm@cua.dk>.
113
114 2001-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * lisp/message.el (rfc822-goto-eoh): Remove.
117
118 2001-10-19  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
119         From Frank Schmitt <ich@Frank-Schmitt.net>.
120
121         * make-x.bat: Use correct directory structure for XEmacs on Windows.
122
123 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * lisp/message.el (rfc822-goto-eoh): Define it when void.
126
127 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * lisp/message.el (message-resend, message-send): Undo.
130
131 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * lisp/message.el (message-resend): Bind
134         `inhibit-field-text-motion' to t while resending a mail.
135
136 2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * lisp/message.el (message-send): Remove the text property `field'
139         from the encoding buffer.
140
141 2001-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
144         `gnus-ding-file-coding-system' instead of
145         `gnus-startup-file-coding-system'; go to the beginning of the
146         buffer before searching.
147         (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
148         instead of `gnus-startup-file-coding-system'.
149
150 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * lisp/message.el (message-send-news): Modify the value of
153         `mime-field-encoding-method-alist' to encode newsgroup names.
154
155         * lisp/gnus-art.el (gnus-article-header-presentation-method): Call
156         `article-decode-group-name' to decode newsgroup names.
157         (gnus-article-decode-hook): Default to nil.
158
159 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
160
161         * Makefile.in (uninstall): Add.
162
163         * etc/Makefile.in (uninstall): Add.
164
165 2001-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * lisp/message.el (message-fix-before-sending): Don't expose
168         invisible MIME parts; don't use `message-find-invisible-regions'.
169         (message-find-invisible-regions): Remove.
170         (invisible-region): Advise the function to add the text property
171         `mime-edit-invisible'.
172         (message-invisible-region): Remove.
173         (message-save-drafts): Copy all the text properties from the
174         editing buffer to the encoding buffer.
175         (message-send): Ditto.
176
177 2001-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * lisp/nndoc.el (nndoc-oe-dbx-type-p): Use `string-as-multibyte'
180         instead of `mm-string-as-multibyte'.
181         (nndoc-possibly-change-buffer): Use `nnheader-insert-file-contents'
182         instead of `mm-insert-file-contents'.
183
184 2001-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
187
188 2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
189
190         * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
191
192 2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
193
194         * aclocal.m4, configure.in: Check commercial fonts.
195
196 2001-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * lisp/message.el (message-find-invisible-regions): Look for the
199         text-property `mime-edit-invisible' as well as `message-invisible'.
200         (message-save-drafts): Copy the text-property `mime-edit-invisible'
201         from the message editing buffer to the encoding buffer.
202         (message-send): Ditto.
203
204 2001-09-27  Katsuhiro Hermit Endo  <hermit@koka-in.org>
205
206         * texi/gnus-ja.texi (Article Hiding): Fix typo.
207
208 2001-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
211
212 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
213
214         * configure.in: Generate texi/ps/Makefile.
215
216 2001-09-21  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
217
218         * make.bat: Use parameter "/copy" rather than "copy" for increased
219         dwimishness for old-time DOS users.
220
221 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
222
223         * make-x.bat: New.
224
225 2001-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it
228         to `load-path'.
229
230 2001-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not
233         available.
234
235 2001-09-17  Keiichi Suzuki  <keiichi@nanap.org>
236
237         * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
238         `regexp-quote' for each addresses.
239
240 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
241
242         * texi/gnus-ja.texi (Drafts): Fix typo.
243
244 2001-09-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
245
246         * lisp/lpath.el: Removed `current-language-environment' and
247         `language-info-alist'.
248
249 2001-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
250
251         * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy
252         of the requested article only when the current directory does noe
253         equal to `gnus-original-article-buffer'.
254
255         * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
256         article from `gnus-original-article-buffer' to
257         `gnus-article-buffer'.  Generate `gnus-original-article-buffer'
258         safely.
259
260 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
261
262         * lisp/gnus-namazu.el: Updated documents.
263
264         * texi/gnus-ja.texi (Namazu Groups): New subsection.
265
266 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3.
269
270         * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el
271         is required.
272
273         * contrib/regexp-opt.el: Imported from Emacs 20.2.
274
275         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use
276         `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of
277         `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB
278         v2.33 or later is running.
279
280 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
281
282         * lisp/gnus-namazu.el (top): Not require `std11'.
283         (gnus-namazu/get-current-from): Use
284         `mail-extract-address-components' instead of
285         `std11-extract-address-components'.
286
287         * lisp/gnus-namazu.el: New file.
288
289         * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'.
290
291         * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as
292         `gnus-namazu-search'.
293
294         * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as
295         `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'.
296
297 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished.  Use the
300         new function `gnus-correct-pad-form' instead.
301         * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto.
302
303 2001-09-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
304
305         * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling
306         of process environments.
307
308 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
309
310         * lisp/nnir.el (top): Added code to avoid byte-compile warning
311         about `nnimap-server-buffer'.
312         (nnir-run-namazu): Disable locale of Namazu.
313
314 2001-09-04  KOSEKI Yoshinori  <kose@meadowy.org>
315
316         * lisp/nnir.el (gnus-group-mode-hook): Fix typo.
317
318 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
319
320         * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus.
321
322         * lisp/gnus-group.el (gnus-group-group-map): Define "G" as
323         `gnus-group-make-nnir-group', and define "S" as
324         `gnus-group-make-shimbun-group'.
325
326         * lisp/gnus.el (top): Add autoload of
327         `gnus-group-make-nnir-group'.
328
329         * lisp/nnir.el: Import from
330         ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el.
331
332 2001-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * lisp/gnus-util.el (gnus-truncate-string): Abolished.
335
336 2001-08-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
337
338         * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
339         `shimbun-groups' to detect avaiable groups of specified server.
340
341 2001-08-17  KANEMATSU Daiji  <kanematu@sra.co.jp>
342
343         * lisp/message.el (message-signature-separator-for-insertion): New
344         customizable variable which is used for signature separator.
345         * lisp/message.el (message-insert-signature): Use variable
346         `message-signature-separator-for-insertion' instead of hard code.
347
348 2001-08-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
349
350         * texi/gnus-ja.texi (Browsing the Web): Fix typo.
351
352 2001-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
355
356 2001-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
359         article into `gnus-original-article-buffer' instead of
360         `gnus-article-buffer'.
361
362 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * lisp/mml2015.el: Require `gnus-clfns' when compiling.
365         * lisp/gnus-clfns.el (string-to-list): New compiler macro.
366
367 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
370         articles with `gnus-cache-articles-in-group' even if the current
371         group is not a virtual group (see ChangeLog.1 1999-03-02).
372
373 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
376
377         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
378
379         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
380         `gnus-retrieve-parsed-headers'.
381         (gnus-fetch-headers): Ditto.
382
383         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
384
385         * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
386         (gnus-cache-retrieve-parsed-headers): Abolished.
387
388 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
391         `nnmail-expiry-wait-function' to nil if the group's parameter
392         `expiry-wait' is specified by the user or the shimbun's default
393         value is provided.
394
395 2001-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * lisp/gnus-msg.el (gnus-message-make-user-agent): New
398         implementation.
399
400 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * lisp/gnus-clfns.el (copy-list): New compiler macro.
403
404 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
407         `kbd'.
408
409         * lisp/nnheader.el (mm-read-coding-system): New function which is
410         a substitute for mm-util.el.
411
412 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
415
416         * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
417         NEWGROUPS command.
418
419         * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
420         `message-make-date' instead of `current-time-string'.
421         (gnus-ask-server-for-new-groups): Ditto.
422         (gnus-check-first-time-used): Ditto.
423
424 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * texi/message-ja.texi (message-citation-line-function): Add a
427         comma just after the `@xref' form.
428
429         * lisp/nnheader.el (nnheader-header-value): Ignore leading
430         whitespaces.
431
432         * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
433         `make-autoload' to handle `define-derived-mode'.
434
435 2001-07-12  Katsumi Yamaoka <yamaoka@jpl.org>
436
437         * lisp/message.el (message-yank-original): Unwind-protect while
438         suspending font-lock.
439         (message-mode): Modify for the following changes.
440         (message-font-lock-keywords-2): Abolished.
441         (message-font-lock-keywords-1): Abolished.
442         (message-font-lock-keywords): Unified.
443         (message-font-lock-cited-text-matcher): Abolished.
444         (font-lock-after-change-function): Don't advise it.
445         (message-font-lock-last-position): Abolished.
446         (message-font-lock-citation-name-max-column): Abolished.
447         (message-font-lock-cited-text-regexp) Abolished.
448         (message-font-lock-fence-close-position): Abolished.
449         (message-font-lock-fence-open-position): Abolished.
450         (message-font-lock-fence-close-regexp): Abolished.
451         (message-font-lock-fence-open-regexp): Abolished.
452
453 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
454
455         * lisp/message.el (message-font-lock-keywords-1): Replace regexp
456         for mml tags with `mime-edit-tag-regexp'.
457
458 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
459
460         * lisp/message.el (message-font-lock-keywords-2): Move definitions
461         for cited texts and mml tags to `message-font-lock-keywords-1'.
462
463 2001-07-10  Katsuhiro Hermit Endo <hermit@koka-in.org>
464
465         * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
466
467 2001-07-09  Katsumi Yamaoka <yamaoka@jpl.org>
468
469         * lisp/dgnushack.el: Add the parent directory of the directory
470         where the APEL modules are installed to `load-path' according to
471         the description of the file Mule23@1934.
472
473 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
474
475         * make.bat: Use infohack.el to create info files.
476
477 2001-07-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
478
479         * README.semi: Modify URI of emacs-w3m.
480         * README.semi.ja: Ditto.
481         * Mule23@1934.en: Ditto.
482         * Mule23@1934.ja: Ditto.
483         * lisp/nnshimbun.el: Ditto.
484
485         * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
486         (Web Newspaper): Modify URI of emacs-w3m.
487
488 2001-07-06  KITAGAWA Takurou  <i30x1641@ip.media.kyoto-u.ac.jp>
489
490         * lisp/Makefile.in (clever): Use `if test... then' instead of
491         `test... &&'.
492
493 2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
494
495         * lisp/Makefile.in (clever): Change the quoting style for the
496         elisp form to check for XEmacs-p.
497
498         * lisp/dgnushack.el: Require `path-util' first, and then search
499         for the path if it is not found.
500
501 2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
502
503         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
504
505 2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
506
507         * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
508         html documents inline.
509
510 2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
511
512         * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
513         a description.
514         * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
515
516         * lisp/message.el (message-yank-original): Suspend font-lock'ing
517         while citing an original message.
518         (message-suspend-font-lock-when-citing): New user option.
519
520 2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
521
522         * lisp/gnus-clfns.el (find-cl-run-time-functions): New
523         implementation.
524
525 2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
526
527         * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
528         fields in `gnus-original-article-buffer'.
529
530 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
531
532         * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
533         bogus changes; use the value of `nnshimbun-pre-fetch-article' if
534         the value of the group parameter `prefetch-articles' is nil; do
535         likewise for `encapsulate-images'.
536
537 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
538
539         * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
540         `nnshimbun-pre-fetch-article' if the value of the group parameter
541         `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
542
543 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
544
545         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
546         doc-string that both the values `off' and nil specifies not to
547         encapsulate images.
548         (nnshimbun-pre-fetch-article): Default to `off'.
549
550 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
551
552         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
553         `nnshimbun-encapsulate-article'.
554         (nnshimbun-request-article-1): Replace `encapsulate-article' with
555         `encapsulate-images'.
556         (nnshimbun-find-parameter): Ditto.
557         (nnshimbun-group-parameters): Ditto.
558         (nnshimbun-group-parameters-custom): Ditto.
559
560 2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
561
562         * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
563         `encapsulate-article' as a customizable option, and modified
564         `prefetch-articles'.
565         (nnshimbun-group-parameters): Add document for
566         `encapsulate-article'.
567         (nnshimbun-encapsulate-article): New server variable.
568         (nnshimbun-find-parameter): Add code for `encapsulate-article'.
569         (nnshimbun-request-article-1): Refer `encapsulate-article' group
570         parameter to control `shimbun-encapsulate-article' value when
571         `shimbun-article' is called.
572
573 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
574
575         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
576
577 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
578
579         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
580         `nnshimbun-find-parameter'.
581         (nnshimbun-generate-nov-database): Bind a full group name while
582         processing.
583         (nnshimbun-find-parameter): New implementation to refer to the
584         nnshimbun group parameters.
585         (nnshimbun-index-range): Add a document that it's just a default.
586         (nnshimbun-pre-fetch-article): Ditto.
587         (nnshimbun-group-parameters): Specify a parameter type as `list'.
588         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
589
590 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
591
592         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
593         parameter.  It also provides the user option
594         `nnshimbun-group-parameters-alist' and the function
595         `nnshimbun-find-group-parameters'.
596         (nnshimbun-group-parameters-custom): New variable.
597         (TopLevel): Require `gnus' expressly.
598
599 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
600
601         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
602         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
603         (nnshimbun-request-expire-articles): Fixed.
604
605 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
606
607         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
608         `locate-library' to check for the existence of mailcap.el in the
609         same directory of gnus.el.
610         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
611         that I made.
612
613 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
614
615         * lisp/lpath.el: Don't Fbind `xml-node-children'.
616
617 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
618
619         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
620         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
621         is nil.
622
623 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
624
625         * lisp/gnus-group.el (toplevel): Removed autoload code for
626         "nnshimbun".
627
628         * texi/gnus-ja.texi (Web Newspaper): Add documents about
629         `nnshimbun-index-range'.
630
631 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
632
633         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
634         refer to the variable `nnshimbun-keep-last-article', we should
635         keep the last article anyway.
636         (nnshimbun-keep-last-article): Abolished.
637
638         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
639         make-shimbun-group'.
640
641 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
642
643         * lisp/nnshimbun.el: Remove some garbage.
644
645 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
646
647         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
648         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
649         FSF Emacsen.
650         * texi/gnus-ja.texi: Ditto.
651
652 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
653
654         * lisp/nnshimbun.el (top-level): Updated comments.
655         (nnshimbun): New customize group.
656         (nnshimbun-keep-last-article): Defined as customize variable.
657         (nnshimbun-keep-unparsable-dated-articles): Ditto.
658         (nnshimbun-insert-nov): Use `when' instead of `if'.
659         (gnus-group-shimbun-server-history): Imported from
660         `gnus-group.el'.
661         (gnus-group-make-shimbun-group): Ditto.
662
663         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
664         definition is moved to `nnshimbun.el' and autload code is added.
665         (gnus-group-shimbun-server-history): Its definition is moved to
666         `nnshimbun.el'.
667
668 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
669
670         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
671         (nnshimbun-index-range): New variable.
672         (nnshimbun-close-server): Check status strictly to close server
673         safely.
674         (nnshimbun-generate-nov-database): Refer the group paramter
675         `nnshimbun-index-range' as the second parameter of
676         `shimbun-headers'.
677         (shimbun-mua-use-entire-index): Removed.
678         (nnshimbun-request-article-1): Replace a date string in
679         `gnus-newsgroup-data' only when article header has non-nil value.
680         (nnshimbun-insert-nov): Fixed condition to decide whether
681         `X-Nnshimbun-Id' should be inseted or not.
682
683 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
684
685         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
686         (nnshimbun-request-expire-articles): Simplified; refer to the
687         shimbun's default expiration days.
688
689 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
690
691         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
692         Emacsen.
693
694 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
695
696         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
697         group parameter `expiry-wait' when expiring a closed group.
698
699 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
700
701         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
702         string in `gnus-newsgroup-data' based on the newly retrieved
703         article.
704
705 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
706
707         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
708         inhibiting the expiring.
709
710 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
711
712         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
713         (nnshimbun-request-expire-articles): New function.
714         (nnshimbun-keep-unparsable-dated-articles): New variable.
715         (nnshimbun-keep-last-article): New variable.
716         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
717         (nnshimbun-string-or): New macro.
718         (nnshimbun-tmp-string): New internal variable.
719         (TopLevel): Require `message' for `message-make-date'.
720
721 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
722
723         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
724         useless non-global var; scroll the output window automatically.
725
726 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
727
728         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
729         (nnshimbun-check-header): Removed.
730         (nnshimbun-make-shimbun-header): Don't call
731         `nnshimbun-header-xref'.
732         (nnshimbun-request-group): Simplified.
733         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
734         instead of `nnshimbun-check-header'.
735         (nnshimbun-insert-nov): New function.
736         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
737         instead of `nnheader-insert-nov'.
738         (nnshimbun-replace-nov-entry): New function.
739
740 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
741
742         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
743         `dolist'; protect against errors.
744
745 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
746
747         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
748         use `last'.
749         (nnshimbun-make-shimbun-header): Use the following macros.
750         (nnshimbun-mail-header-from): New macro whose definition will be
751         changed statically for Gnus or gnus.
752         (nnshimbun-mail-header-subject): Ditto.
753         (TopLevel): Don't require `gnus-clfns'.
754
755         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
756
757         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
758         the developers.
759         (cl-run-time-functions): New variable.
760         (TopLevel): Don't require `cl' at run-time.
761
762 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
763
764         * texi/gnus-ja.texi (Web Newspaper): Updated.
765
766 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
767
768         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
769         "nnshimbun.el" if the library "shimbun" is not found.
770         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
771         (locate-library): Redefine it for Mule before it is called.
772
773         * README.semi.ja: Update for the use of Emacs-W3M.
774         * README.semi: Ditto.
775         * Mule23@1934.ja: Ditto.
776         * Mule23@1934.en: Ditto.
777
778 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
779
780         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
781
782         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
783         Reconstructed to use `shimbun'.
784
785         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
786         FLIM can't be found.
787
788 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
789
790         * etc/Makefile.in (datadir): Set this variable, like in the other
791         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
792
793 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
794
795         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
796         `widget-convert-button', `widget-create' and `widget-put'; ignore
797         `defface'.
798
799 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
800
801         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
802         built-in function.
803
804         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
805         `defgroup'.
806
807 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
808
809         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
810
811         * lisp/nnmail.el: Don't bind the colon keywords here.
812         * lisp/gnus.el (gnus-colon-keywords): New variable which will
813         default to the value of `dgnushack-colon-keywords'; bind them.
814         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
815         dgnuskwds.el.
816         (dgnushack-colon-keywords): New constant which will have the colon
817         keywords shuld be bound at run-time for old Emacsen; cache them in
818         the file dgnuskwds.el and bind them.
819         (dgnushack-bind-colon-keywords): New function.
820         (locate-library): Make the function to be silent for Mule.
821         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
822
823 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
824
825         * lisp/message.el (message-maybe-encode): Don't use
826         `end-of-invisible'.
827
828 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
829
830         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
831
832 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
833
834         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
835
836         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
837         `gnus-article-buffer' just before `gnus-article-prepare-display' is
838         called.
839         (gnus-article-mime-edit-article-setup): Ditto.
840         (gnus-article-prepare-display): Don't bind `buffer-read-only'
841         because of `inhibit-read-only'; don't set the value of
842         `gnus-article-current-summary' here; delete all extents or overlays
843         and clear the value of `gnus-button-marker-list' in advance; make
844         it to run in `gnus-article-buffer'.
845         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
846         (article-toggle-headers): Don't bind `buffer-read-only' because of
847         `inhibit-read-only'.
848         (article-hide-headers): Ditto.
849
850 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
851
852         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
853
854 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
855
856         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
857
858 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
859
860         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
861
862 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
863
864         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
865         Emacsen; don't bind `mh-lib-progs'.
866
867 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
868
869         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
870         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
871
872 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
873
874         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
875
876 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
877
878         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
879         asahi.com.
880         (nnshimbun-asahi-get-headers): Ditto.
881         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
882
883 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
884
885         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
886         multiple articles even if there is a detached minibuffer frame on
887         some window managers.
888
889 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
890
891         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
892         mode.
893
894 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
895
896         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
897         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
898
899 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
900
901         * lisp/message.el (message-fix-before-sending): Hide again the
902         invisible property of encoded binary data parts after checking is
903         done.
904         (message-find-invisible-regions): New function.
905         (message-save-drafts, message-send): Inherit the invisible property
906         of encoded binary data parts to make MIME-Edit find the MIME part
907         boundaries.
908
909         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
910         (dgnushack-make-load): Ditto.
911
912 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
913
914         * lisp/dgnushack.el (dgnushack-compose-package): New function.
915         (dgnushack-make-load): Add autoload for cus-load if it is missing.
916
917         * lisp/Makefile.in (compose-package): Use
918         `dgnushack-compose-package'.
919         (clean, clever): Remove custom-load.el.
920
921         * Makefile.in (elclean): Remove custom-load.el.
922
923 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
924
925         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
926         entity even if `gnus-show-mime' is nil.
927
928 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
929
930         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
931         adjusted.
932
933         * lisp/gnus-clfns.el (string): New compiler macro.
934         (string): Defun-maybe as an ordinary function since it won't be
935         provided in cl.
936         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
937
938 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
939
940         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
941         `url-current-mime-charset' is bound.
942
943 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
944
945         * lisp/gnus.el (gnus-info-find-node): Pretend to be
946         `gnus-article-mode' in the article buffer.
947
948 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
949
950         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
951         (nnshimbun-kinsoku-bol-list): Ditto.
952
953 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
954
955         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
956
957         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
958         `dolist'.
959
960         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
961
962         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
963         is defined properly.
964
965 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
966
967         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
968         * lisp/nnshimbun.el: Ditto.
969         * lisp/nnfolder.el: Ditto.
970         * lisp/mm-util.el: Ditto.
971         * lisp/gnus-vers.el: Ditto.
972         * lisp/gnus-sum.el: Ditto.
973         * lisp/gnus-score.el: Ditto.
974         * lisp/gnus-nocem.el: Ditto.
975
976         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
977         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
978         (gnus-setup-for-offline): Ditto.
979
980         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
981         don't require `gnus-clfns'.
982
983         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
984         macros.
985         (mapc): Remove.
986
987         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
988         `gnus-article-read-summary-keys'.
989
990 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
991
992         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
993         the forwarded parts undecoded.
994         (gnus-article-decode-article-as-default-mime-charset): Set the
995         value of `default-mime-charset' buffer-locally.
996
997 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
998
999         * lisp/gnus.el: Add autoloads for
1000         `gnus-summary-digest-post-forward' and
1001         `gnus-summary-digest-mail-forward'.
1002
1003         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
1004         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
1005         with `gnus-summary-digest-post-forward' and
1006         `gnus-summary-digest-mail-forward'.
1007
1008         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
1009         repair the command `gnus-summary-post-digest' and rename it.
1010         (gnus-summary-digest-mail-forward): Ditto.
1011         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
1012         `gnus-uu-digest-post-forward' with
1013         `gnus-summary-digest-post-forward' and
1014         `gnus-summary-digest-mail-forward'.
1015
1016 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1017
1018         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
1019         `gnus-inhibit-treatment' to t while fetching the raw article.
1020
1021         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
1022         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
1023         is being done;  turn off font-lock first;  query if the buffer is
1024         modified.
1025         (gnus-article-mime-edit-done): New function.
1026         (gnus-article-mime-edit-article-setup): Make the window fill its
1027         frame;  clear the buffere modified flag;  substitute key definition
1028         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
1029         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
1030         to nil while `mime-edit-exit' is being done.
1031         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
1032
1033 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
1034
1035         * lisp/dgnushack.el: Don't require `emu'.
1036
1037 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1038
1039         * lisp/message.el (message-forward-subject-author-subject): Decode
1040         `From' field.
1041
1042 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1043
1044         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
1045
1046         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1047         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
1048         only a temporary fix for an infloop on nnimap.  FIXME!!!
1049         (gnus-select-newsgroup): Ditto.
1050
1051 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1052
1053         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
1054         about `gnus-article-display-hook.'
1055         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
1056         `gnus-article-display-hook.'
1057
1058         * lisp/gnus.el (gnus-article-display-hook): Abolished.
1059
1060         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
1061         `gnus-article-display-hook'.
1062         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
1063         (gnus-summary-search-article): Ditto.
1064
1065         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
1066         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
1067
1068         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
1069         `gnus-article-prepare-hook' after an article has been prepared;
1070         don't evaluate `gnus-article-display-hook'.
1071
1072 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
1073
1074         * lisp/message.el (message-cite-original-without-signature):
1075         Extract from field for the simple citation line.
1076
1077 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
1078
1079         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
1080
1081         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
1082         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
1083         (dgnushack-make-auto-load): Remove auto-autoloads.el.
1084         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
1085
1086         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
1087         custom-load.el.
1088         (compose-package): Call `gnus-load.elc' and then rename
1089         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
1090         `dgnushack-make-autoloads'.
1091         (clever): No need to remove custom-load.el.
1092
1093         * Makefile.in (elclean): Remove gnus-load.el instead of
1094         custom-load.el.
1095
1096         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
1097
1098 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
1099
1100         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1101
1102 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1103
1104         * GNUS-NEWS: Copyright and others.
1105
1106 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1107
1108         * aclocal.m4 (AC_CHECK_URL): Add.
1109
1110         * configure.in: Use it.
1111
1112 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
1113
1114         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
1115         parentheses.
1116
1117 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1118
1119         * lisp/nnshimbun.el: Add `bbdb-ml' support.
1120
1121 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1122
1123         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
1124         of `xemacs'.
1125         (nnshimbun-xemacs-get-headers): Ditto.
1126
1127 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
1128
1129         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
1130
1131 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
1132
1133         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
1134         gnus-ja.texi or message-ja.texi is given.  It is needed for some
1135         make command if which can not understand "%-ja:" or "%-ja.info:".
1136
1137 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
1138
1139         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
1140         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
1141
1142 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
1143
1144         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
1145         `buffer-substring-no-properties' instead of `format'.
1146
1147 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1148
1149         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
1150
1151 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1152
1153         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
1154
1155         * Makefile.in (install-package-lisp): Use
1156         `install-without-compiling' instead of `install'.
1157
1158         * lisp/Makefile.in (install): Use `install-without-compiling'.
1159         (install-without-compiling): New target.
1160
1161 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1162
1163         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
1164         `infohack-texi-format'.
1165
1166         * texi/infohack: (infohack-texi-format): New function.
1167         * lisp/dgnushack.el (dgnushack-texi-format): Move to
1168         texi/infohack.el and rename.
1169         (dgnushack-texi-add-suffix-and-format): Remove.
1170
1171         * texi/ptexinfmt.el: New file.
1172         * lisp/ptexinfmt.el: Move to texi/.
1173
1174 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1175
1176         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
1177
1178 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
1179
1180         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
1181         files for autoloads already exist.
1182         (dgnushack-unexporting-files): More useful message.
1183
1184         * lisp/Makefile.in (install): Call `clever' before installing.
1185         (install-lisp): Remove.
1186         (clever): Check for whether the all elc files should be recompiled.
1187
1188         * Makefile.in (xclever): New target.
1189         (install-package-lisp): Replace `install-lisp' with `install'.
1190         (install-package-ja): Replace `xlick' with `xclever'.
1191         (install-package): Ditto.
1192
1193 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
1194
1195         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
1196
1197 2001-01-15  Jesper Harder <harder@ifa.au.dk>
1198
1199         * make.bat: Fix doc.
1200
1201 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
1202
1203         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
1204         the required value of `recursive-load-depth-limit' for Emacs 21.
1205
1206         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
1207         correctly.
1208         (message-get-reply-headers): Ditto.
1209
1210 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
1211
1212         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
1213         while `bbdb-annotate-message-sender' is being done.
1214
1215 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
1216
1217         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
1218
1219 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
1220
1221         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
1222         extents for XEmacs 21.1 using `format'.
1223
1224         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
1225
1226 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
1227
1228         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
1229
1230         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
1231         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
1232         running.
1233
1234         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
1235         `smiley-toggle-buffer' when compiling.
1236         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
1237         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
1238         running.
1239         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
1240         `gnus-bitmap'.
1241         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
1242
1243 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1244
1245         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
1246
1247         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
1248         is not supported.
1249
1250 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
1251
1252         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
1253         `:function', `:function-document', `:variable',
1254         `:variable-document', `:variable-group', `:variable-type' and
1255         `:variable-default' for old Emacsen.
1256
1257 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1258
1259         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1260
1261         * configure: Regenerate.
1262         * configure.in: Add `AC_PATH_ETCDIR'.
1263         * Makefile.in (install-etc): New target.
1264
1265         * lisp/nnheader.el (mm-image-load-path): Alias to
1266         `nnheader-image-load-path'.
1267         (nnheader-image-load-path): New function copied from
1268         the function `mm-image-load-path' in mm-util.el.
1269
1270         * lisp/drums.el: Remove.
1271
1272 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1273
1274         * configure.in: Add etc/Makefile.
1275
1276 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1277
1278         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
1279         `save-excursion'.
1280         (gnus-bug): Pop up the sending buffer first.
1281
1282         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
1283         doc-string.
1284
1285         * lisp/dgnushack.el
1286         (byte-compile-file-form-custom-declare-variable): Use `defvar'
1287         instead of `custom-declare-variable' to make the variable
1288         uncustomizable if the arguments has the keyword `:version'.
1289
1290 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1291
1292         * README.semi.ja: Fix typo.
1293
1294 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1295
1296         * lisp/lpath.el: Fbind `compose-mail' for Mule.
1297
1298         * lisp/dgnushack.el (TopLevel): Byte-optimize
1299         `custom-declare-variable', `custom-declare-group, and
1300         `custom-declare-face' to omit unsupported keywords when Mule is
1301         running.
1302
1303 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1304
1305         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
1306
1307         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
1308         to signal an error when Mule is running.
1309         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
1310         `:set-after' if colon keyword is not available.
1311         (TopLevel): Require `custom'.
1312
1313         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
1314         Mule.
1315         (TopLevel): Don't require `custom' here.
1316
1317 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
1318
1319         * make.bat: set max-lisp-eval-depth.
1320
1321 See ChangeLog.3 for earlier changes.