* lisp/Makefile.in (clever): Change the quoting style for the elisp
[elisp/gnus.git-] / ChangeLog
1 2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/Makefile.in (clever): Change the quoting style for the
4         elisp form to check for XEmacs-p.
5
6         * lisp/dgnushack.el: Require `path-util' first, and then search
7         for the path if it is not found.
8
9 2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
10
11         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
12
13 2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
14
15         * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
16         html documents inline.
17
18 2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
19
20         * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
21         a description.
22         * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
23
24         * lisp/message.el (message-yank-original): Suspend font-lock'ing
25         while citing an original message.
26         (message-suspend-font-lock-when-citing): New user option.
27
28 2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
29
30         * lisp/gnus-clfns.el (find-cl-run-time-functions): New
31         implementation.
32
33 2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
34
35         * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
36         fields in `gnus-original-article-buffer'.
37
38 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
39
40         * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
41         bogus changes; use the value of `nnshimbun-pre-fetch-article' if
42         the value of the group parameter `prefetch-articles' is nil; do
43         likewise for `encapsulate-images'.
44
45 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
46
47         * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
48         `nnshimbun-pre-fetch-article' if the value of the group parameter
49         `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
50
51 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
52
53         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
54         doc-string that both the values `off' and nil specifies not to
55         encapsulate images.
56         (nnshimbun-pre-fetch-article): Default to `off'.
57
58 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
59
60         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
61         `nnshimbun-encapsulate-article'.
62         (nnshimbun-request-article-1): Replace `encapsulate-article' with
63         `encapsulate-images'.
64         (nnshimbun-find-parameter): Ditto.
65         (nnshimbun-group-parameters): Ditto.
66         (nnshimbun-group-parameters-custom): Ditto.
67
68 2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
69
70         * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
71         `encapsulate-article' as a customizable option, and modified
72         `prefetch-articles'.
73         (nnshimbun-group-parameters): Add document for
74         `encapsulate-article'.
75         (nnshimbun-encapsulate-article): New server variable.
76         (nnshimbun-find-parameter): Add code for `encapsulate-article'.
77         (nnshimbun-request-article-1): Refer `encapsulate-article' group
78         parameter to control `shimbun-encapsulate-article' value when
79         `shimbun-article' is called.
80
81 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
82
83         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
84
85 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
86
87         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
88         `nnshimbun-find-parameter'.
89         (nnshimbun-generate-nov-database): Bind a full group name while
90         processing.
91         (nnshimbun-find-parameter): New implementation to refer to the
92         nnshimbun group parameters.
93         (nnshimbun-index-range): Add a document that it's just a default.
94         (nnshimbun-pre-fetch-article): Ditto.
95         (nnshimbun-group-parameters): Specify a parameter type as `list'.
96         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
97
98 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
99
100         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
101         parameter.  It also provides the user option
102         `nnshimbun-group-parameters-alist' and the function
103         `nnshimbun-find-group-parameters'.
104         (nnshimbun-group-parameters-custom): New variable.
105         (TopLevel): Require `gnus' expressly.
106
107 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
108
109         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
110         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
111         (nnshimbun-request-expire-articles): Fixed.
112
113 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
114
115         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
116         `locate-library' to check for the existence of mailcap.el in the
117         same directory of gnus.el.
118         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
119         that I made.
120
121 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
122
123         * lisp/lpath.el: Don't Fbind `xml-node-children'.
124
125 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
126
127         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
128         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
129         is nil.
130
131 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
132
133         * lisp/gnus-group.el (toplevel): Removed autoload code for
134         "nnshimbun".
135
136         * texi/gnus-ja.texi (Web Newspaper): Add documents about
137         `nnshimbun-index-range'.
138
139 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
140
141         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
142         refer to the variable `nnshimbun-keep-last-article', we should
143         keep the last article anyway.
144         (nnshimbun-keep-last-article): Abolished.
145
146         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
147         make-shimbun-group'.
148
149 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
150
151         * lisp/nnshimbun.el: Remove some garbage.
152
153 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
154
155         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
156         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
157         FSF Emacsen.
158         * texi/gnus-ja.texi: Ditto.
159
160 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
161
162         * lisp/nnshimbun.el (top-level): Updated comments.
163         (nnshimbun): New customize group.
164         (nnshimbun-keep-last-article): Defined as customize variable.
165         (nnshimbun-keep-unparsable-dated-articles): Ditto.
166         (nnshimbun-insert-nov): Use `when' instead of `if'.
167         (gnus-group-shimbun-server-history): Imported from
168         `gnus-group.el'.
169         (gnus-group-make-shimbun-group): Ditto.
170
171         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
172         definition is moved to `nnshimbun.el' and autload code is added.
173         (gnus-group-shimbun-server-history): Its definition is moved to
174         `nnshimbun.el'.
175
176 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
177
178         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
179         (nnshimbun-index-range): New variable.
180         (nnshimbun-close-server): Check status strictly to close server
181         safely.
182         (nnshimbun-generate-nov-database): Refer the group paramter
183         `nnshimbun-index-range' as the second parameter of
184         `shimbun-headers'.
185         (shimbun-mua-use-entire-index): Removed.
186         (nnshimbun-request-article-1): Replace a date string in
187         `gnus-newsgroup-data' only when article header has non-nil value.
188         (nnshimbun-insert-nov): Fixed condition to decide whether
189         `X-Nnshimbun-Id' should be inseted or not.
190
191 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
192
193         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
194         (nnshimbun-request-expire-articles): Simplified; refer to the
195         shimbun's default expiration days.
196
197 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
198
199         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
200         Emacsen.
201
202 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
203
204         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
205         group parameter `expiry-wait' when expiring a closed group.
206
207 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
208
209         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
210         string in `gnus-newsgroup-data' based on the newly retrieved
211         article.
212
213 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
214
215         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
216         inhibiting the expiring.
217
218 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
219
220         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
221         (nnshimbun-request-expire-articles): New function.
222         (nnshimbun-keep-unparsable-dated-articles): New variable.
223         (nnshimbun-keep-last-article): New variable.
224         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
225         (nnshimbun-string-or): New macro.
226         (nnshimbun-tmp-string): New internal variable.
227         (TopLevel): Require `message' for `message-make-date'.
228
229 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
230
231         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
232         useless non-global var; scroll the output window automatically.
233
234 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
235
236         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
237         (nnshimbun-check-header): Removed.
238         (nnshimbun-make-shimbun-header): Don't call
239         `nnshimbun-header-xref'.
240         (nnshimbun-request-group): Simplified.
241         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
242         instead of `nnshimbun-check-header'.
243         (nnshimbun-insert-nov): New function.
244         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
245         instead of `nnheader-insert-nov'.
246         (nnshimbun-replace-nov-entry): New function.
247
248 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
249
250         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
251         `dolist'; protect against errors.
252
253 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
254
255         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
256         use `last'.
257         (nnshimbun-make-shimbun-header): Use the following macros.
258         (nnshimbun-mail-header-from): New macro whose definition will be
259         changed statically for Gnus or gnus.
260         (nnshimbun-mail-header-subject): Ditto.
261         (TopLevel): Don't require `gnus-clfns'.
262
263         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
264
265         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
266         the developers.
267         (cl-run-time-functions): New variable.
268         (TopLevel): Don't require `cl' at run-time.
269
270 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
271
272         * texi/gnus-ja.texi (Web Newspaper): Updated.
273
274 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
275
276         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
277         "nnshimbun.el" if the library "shimbun" is not found.
278         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
279         (locate-library): Redefine it for Mule before it is called.
280
281         * README.semi.ja: Update for the use of Emacs-W3M.
282         * README.semi: Ditto.
283         * Mule23@1934.ja: Ditto.
284         * Mule23@1934.en: Ditto.
285
286 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
287
288         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
289
290         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
291         Reconstructed to use `shimbun'.
292
293         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
294         FLIM can't be found.
295
296 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
297
298         * etc/Makefile.in (datadir): Set this variable, like in the other
299         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
300
301 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
302
303         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
304         `widget-convert-button', `widget-create' and `widget-put'; ignore
305         `defface'.
306
307 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
308
309         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
310         built-in function.
311
312         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
313         `defgroup'.
314
315 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
316
317         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
318
319         * lisp/nnmail.el: Don't bind the colon keywords here.
320         * lisp/gnus.el (gnus-colon-keywords): New variable which will
321         default to the value of `dgnushack-colon-keywords'; bind them.
322         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
323         dgnuskwds.el.
324         (dgnushack-colon-keywords): New constant which will have the colon
325         keywords shuld be bound at run-time for old Emacsen; cache them in
326         the file dgnuskwds.el and bind them.
327         (dgnushack-bind-colon-keywords): New function.
328         (locate-library): Make the function to be silent for Mule.
329         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
330
331 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
332
333         * lisp/message.el (message-maybe-encode): Don't use
334         `end-of-invisible'.
335
336 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
337
338         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
339
340 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
341
342         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
343
344         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
345         `gnus-article-buffer' just before `gnus-article-prepare-display' is
346         called.
347         (gnus-article-mime-edit-article-setup): Ditto.
348         (gnus-article-prepare-display): Don't bind `buffer-read-only'
349         because of `inhibit-read-only'; don't set the value of
350         `gnus-article-current-summary' here; delete all extents or overlays
351         and clear the value of `gnus-button-marker-list' in advance; make
352         it to run in `gnus-article-buffer'.
353         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
354         (article-toggle-headers): Don't bind `buffer-read-only' because of
355         `inhibit-read-only'.
356         (article-hide-headers): Ditto.
357
358 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
359
360         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
361
362 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
363
364         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
365
366 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
367
368         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
369
370 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
371
372         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
373         Emacsen; don't bind `mh-lib-progs'.
374
375 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
376
377         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
378         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
379
380 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
381
382         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
383
384 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
385
386         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
387         asahi.com.
388         (nnshimbun-asahi-get-headers): Ditto.
389         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
390
391 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
392
393         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
394         multiple articles even if there is a detached minibuffer frame on
395         some window managers.
396
397 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
398
399         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
400         mode.
401
402 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
403
404         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
405         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
406
407 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
408
409         * lisp/message.el (message-fix-before-sending): Hide again the
410         invisible property of encoded binary data parts after checking is
411         done.
412         (message-find-invisible-regions): New function.
413         (message-save-drafts, message-send): Inherit the invisible property
414         of encoded binary data parts to make MIME-Edit find the MIME part
415         boundaries.
416
417         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
418         (dgnushack-make-load): Ditto.
419
420 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
421
422         * lisp/dgnushack.el (dgnushack-compose-package): New function.
423         (dgnushack-make-load): Add autoload for cus-load if it is missing.
424
425         * lisp/Makefile.in (compose-package): Use
426         `dgnushack-compose-package'.
427         (clean, clever): Remove custom-load.el.
428
429         * Makefile.in (elclean): Remove custom-load.el.
430
431 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
432
433         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
434         entity even if `gnus-show-mime' is nil.
435
436 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
437
438         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
439         adjusted.
440
441         * lisp/gnus-clfns.el (string): New compiler macro.
442         (string): Defun-maybe as an ordinary function since it won't be
443         provided in cl.
444         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
445
446 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
447
448         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
449         `url-current-mime-charset' is bound.
450
451 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
452
453         * lisp/gnus.el (gnus-info-find-node): Pretend to be
454         `gnus-article-mode' in the article buffer.
455
456 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
457
458         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
459         (nnshimbun-kinsoku-bol-list): Ditto.
460
461 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
462
463         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
464
465         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
466         `dolist'.
467
468         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
469
470         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
471         is defined properly.
472
473 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
474
475         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
476         * lisp/nnshimbun.el: Ditto.
477         * lisp/nnfolder.el: Ditto.
478         * lisp/mm-util.el: Ditto.
479         * lisp/gnus-vers.el: Ditto.
480         * lisp/gnus-sum.el: Ditto.
481         * lisp/gnus-score.el: Ditto.
482         * lisp/gnus-nocem.el: Ditto.
483
484         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
485         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
486         (gnus-setup-for-offline): Ditto.
487
488         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
489         don't require `gnus-clfns'.
490
491         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
492         macros.
493         (mapc): Remove.
494
495         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
496         `gnus-article-read-summary-keys'.
497
498 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
499
500         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
501         the forwarded parts undecoded.
502         (gnus-article-decode-article-as-default-mime-charset): Set the
503         value of `default-mime-charset' buffer-locally.
504
505 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
506
507         * lisp/gnus.el: Add autoloads for
508         `gnus-summary-digest-post-forward' and
509         `gnus-summary-digest-mail-forward'.
510
511         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
512         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
513         with `gnus-summary-digest-post-forward' and
514         `gnus-summary-digest-mail-forward'.
515
516         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
517         repair the command `gnus-summary-post-digest' and rename it.
518         (gnus-summary-digest-mail-forward): Ditto.
519         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
520         `gnus-uu-digest-post-forward' with
521         `gnus-summary-digest-post-forward' and
522         `gnus-summary-digest-mail-forward'.
523
524 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
525
526         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
527         `gnus-inhibit-treatment' to t while fetching the raw article.
528
529         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
530         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
531         is being done;  turn off font-lock first;  query if the buffer is
532         modified.
533         (gnus-article-mime-edit-done): New function.
534         (gnus-article-mime-edit-article-setup): Make the window fill its
535         frame;  clear the buffere modified flag;  substitute key definition
536         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
537         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
538         to nil while `mime-edit-exit' is being done.
539         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
540
541 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
542
543         * lisp/dgnushack.el: Don't require `emu'.
544
545 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
546
547         * lisp/message.el (message-forward-subject-author-subject): Decode
548         `From' field.
549
550 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
551
552         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
553
554         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
555         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
556         only a temporary fix for an infloop on nnimap.  FIXME!!!
557         (gnus-select-newsgroup): Ditto.
558
559 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
560
561         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
562         about `gnus-article-display-hook.'
563         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
564         `gnus-article-display-hook.'
565
566         * lisp/gnus.el (gnus-article-display-hook): Abolished.
567
568         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
569         `gnus-article-display-hook'.
570         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
571         (gnus-summary-search-article): Ditto.
572
573         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
574         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
575
576         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
577         `gnus-article-prepare-hook' after an article has been prepared;
578         don't evaluate `gnus-article-display-hook'.
579
580 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
581
582         * lisp/message.el (message-cite-original-without-signature):
583         Extract from field for the simple citation line.
584
585 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
586
587         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
588
589         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
590         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
591         (dgnushack-make-auto-load): Remove auto-autoloads.el.
592         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
593
594         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
595         custom-load.el.
596         (compose-package): Call `gnus-load.elc' and then rename
597         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
598         `dgnushack-make-autoloads'.
599         (clever): No need to remove custom-load.el.
600
601         * Makefile.in (elclean): Remove gnus-load.el instead of
602         custom-load.el.
603
604         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
605
606 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
607
608         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
609
610 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
611
612         * GNUS-NEWS: Copyright and others.
613
614 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
615
616         * aclocal.m4 (AC_CHECK_URL): Add.
617
618         * configure.in: Use it.
619
620 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
621
622         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
623         parentheses.
624
625 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
626
627         * lisp/nnshimbun.el: Add `bbdb-ml' support.
628
629 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
630
631         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
632         of `xemacs'.
633         (nnshimbun-xemacs-get-headers): Ditto.
634
635 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
636
637         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
638
639 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
640
641         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
642         gnus-ja.texi or message-ja.texi is given.  It is needed for some
643         make command if which can not understand "%-ja:" or "%-ja.info:".
644
645 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
646
647         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
648         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
649
650 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
651
652         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
653         `buffer-substring-no-properties' instead of `format'.
654
655 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
656
657         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
658
659 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
660
661         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
662
663         * Makefile.in (install-package-lisp): Use
664         `install-without-compiling' instead of `install'.
665
666         * lisp/Makefile.in (install): Use `install-without-compiling'.
667         (install-without-compiling): New target.
668
669 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
670
671         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
672         `infohack-texi-format'.
673
674         * texi/infohack: (infohack-texi-format): New function.
675         * lisp/dgnushack.el (dgnushack-texi-format): Move to
676         texi/infohack.el and rename.
677         (dgnushack-texi-add-suffix-and-format): Remove.
678
679         * texi/ptexinfmt.el: New file.
680         * lisp/ptexinfmt.el: Move to texi/.
681
682 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
683
684         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
685
686 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
687
688         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
689         files for autoloads already exist.
690         (dgnushack-unexporting-files): More useful message.
691
692         * lisp/Makefile.in (install): Call `clever' before installing.
693         (install-lisp): Remove.
694         (clever): Check for whether the all elc files should be recompiled.
695
696         * Makefile.in (xclever): New target.
697         (install-package-lisp): Replace `install-lisp' with `install'.
698         (install-package-ja): Replace `xlick' with `xclever'.
699         (install-package): Ditto.
700
701 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
702
703         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
704
705 2001-01-15  Jesper Harder <harder@ifa.au.dk>
706
707         * make.bat: Fix doc.
708
709 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
710
711         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
712         the required value of `recursive-load-depth-limit' for Emacs 21.
713
714         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
715         correctly.
716         (message-get-reply-headers): Ditto.
717
718 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
719
720         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
721         while `bbdb-annotate-message-sender' is being done.
722
723 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
724
725         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
726
727 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
728
729         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
730         extents for XEmacs 21.1 using `format'.
731
732         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
733
734 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
735
736         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
737
738         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
739         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
740         running.
741
742         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
743         `smiley-toggle-buffer' when compiling.
744         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
745         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
746         running.
747         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
748         `gnus-bitmap'.
749         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
750
751 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
752
753         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
754
755         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
756         is not supported.
757
758 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
759
760         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
761         `:function', `:function-document', `:variable',
762         `:variable-document', `:variable-group', `:variable-type' and
763         `:variable-default' for old Emacsen.
764
765 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
766
767         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
768
769         * configure: Regenerate.
770         * configure.in: Add `AC_PATH_ETCDIR'.
771         * Makefile.in (install-etc): New target.
772
773         * lisp/nnheader.el (mm-image-load-path): Alias to
774         `nnheader-image-load-path'.
775         (nnheader-image-load-path): New function copied from
776         the function `mm-image-load-path' in mm-util.el.
777
778         * lisp/drums.el: Remove.
779
780 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
781
782         * configure.in: Add etc/Makefile.
783
784 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
785
786         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
787         `save-excursion'.
788         (gnus-bug): Pop up the sending buffer first.
789
790         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
791         doc-string.
792
793         * lisp/dgnushack.el
794         (byte-compile-file-form-custom-declare-variable): Use `defvar'
795         instead of `custom-declare-variable' to make the variable
796         uncustomizable if the arguments has the keyword `:version'.
797
798 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
799
800         * README.semi.ja: Fix typo.
801
802 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
803
804         * lisp/lpath.el: Fbind `compose-mail' for Mule.
805
806         * lisp/dgnushack.el (TopLevel): Byte-optimize
807         `custom-declare-variable', `custom-declare-group, and
808         `custom-declare-face' to omit unsupported keywords when Mule is
809         running.
810
811 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
812
813         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
814
815         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
816         to signal an error when Mule is running.
817         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
818         `:set-after' if colon keyword is not available.
819         (TopLevel): Require `custom'.
820
821         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
822         Mule.
823         (TopLevel): Don't require `custom' here.
824
825 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
826
827         * make.bat: set max-lisp-eval-depth.
828
829 See ChangeLog.3 for earlier changes.