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