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