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