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