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