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