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