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