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