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