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