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