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