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