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