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