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