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