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