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