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