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