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