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