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