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