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