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