Synch with Oort Gnus.
[elisp/gnus.git-] / ChangeLog
1 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lisp/message.el (message-mimic-kill-buffer): Bind
4         `message-kill-buffer-and-remove-file' to nil while calling the
5         function `message-kill-buffer'.
6
7         * texi/message-ja.texi, texi/message-ja.texi: Update.
8
9         * lisp/lpath.el: Fbind `replace-regexp-in-string' for XEmacs and
10         Mule; don't fbind coding-system-list for Mule.
11
12 2001-12-03  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13         (cf. news://news.gnus.org/gnus.gnus-bug #48523)
14
15         * lisp/message.el (message-kill-buffer-and-remove-file): New user
16         option.
17         (message-kill-buffer): Don't remove the backup file if
18         `message-kill-buffer-and-remove-file' is nil.
19
20 2001-12-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21
22         * lisp/gnus-namazu.el (gnus-namazu-case-sensitive-filesystem): New
23         option.
24         (gnus-namazu/group-alist): New internal variable.
25         (gnus-namazu/setup): Initialize it.
26         (gnus-namazu/shutdown) New function.
27         (gnus-namazu/request-list): Ditto.
28         (gnus-namazu/group-prefixed-name): Ditto.
29         (gnus-namazu/search): Call it instead of
30         `gnus-group-prefixed-name' in order to normalize a group name on a
31         case-insensitive file system.
32
33 2001-12-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
34
35         * lisp/gnus-namazu.el (gnus-namazu-need-path-normalization): New
36         option.
37         (gnus-namazu/normalize-results): Refined.
38
39         * lisp/gnus-namazu.el (gnus-namazu-index-directory): Abolished.
40         (gnus-namazu-index-directories): New option.
41         (gnus-namazu-coding-system): Changed the default value for Windows
42         and OS/2.
43         (gnus-namazu/setup): Follow the abolition of
44         `gnus-namazu-index-directory'.
45         (gnus-namazu/normalize-results): New inline function.
46         (gnus-namazu/call-namazu): Set `file-name-coding-system' and
47         `pathname-coding-system' to handle querys which include multibyte
48         characters.  Not reset locale environments.  Refer
49         `gnus-namazu-locale' and `gnus-namazu-index-directories'.
50         (gnus-namazu/search): Call `gnus-namazu/normalize-results'.
51         Modify a regular expression.
52         (gnus-namazu/get-target-groups): Modify a regular expression.
53         (gnus-namazu/get-current-query): Ditto.
54         (gnus-namazu/truncate-article-list): Ditto.
55
56 2001-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * lisp/mm-url.el: Require `path-util'.
59         (mm-url-program): Replace `executable-find' to `exec-installed-p'.
60
61 2001-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
64
65         * lisp/canlock-om.el: New file.
66         * lips/dgnushack.el: Load canlock-om.el for compiling canlock.el
67         when `MULE' is bound.
68         (dgnushack-unexporting-files): Add canlock-om.el when `MULE' is
69         not bound.
70         * lisp/message.el: Require `canlock-om' when Mule is running;
71         autoload cus-edit for the function `customize-save-variable'.
72         * lisp/nnheader.el (customize-save-variable): Remove.
73
74 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * lisp/message.el (message-strip-special-text-properties): Default
77         to t because of the new function `message-tamago-not-in-use-p'.
78
79 2001-11-26  Kai Gro\e.A\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
80
81         * make-x.bat: Use parameter "/copy" rather than "copy" for increased
82         dwimishness for old-time DOS users.  From Frank Schmitt
83         <ich@Frank-Schmitt.net>.
84
85 2001-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * lisp/message.el (message-strip-special-text-properties): Default
88         to nil temporarily (it should be automated).
89         (message-forbidden-properties): Undo last change.
90         (message-strip-forbidden-properties): Undo last change; synch with
91         Oort Gnus.
92
93 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * lisp/message.el (message-forbidden-properties): Defcustom; make
96         it a list; don't include `intangible', `invisible',
97         `modification-hooks' or `read-only'.
98         (message-strip-forbidden-properties): Convert the value of
99         `message-forbidden-properties' to plist.
100
101 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * lisp/gnus-group.el (gnus-group-group-map): Bind `G n' key to the
104         command `gnus-group-make-shimbun-group'.
105         (gnus-group-group-menu): Add `gnus-group-make-shimbun-group'.
106
107         * texi/gnus-ja.texi (Foreign Groups): Add a documentation for the
108         shimbun groups.
109         (Web Newspaper): Use `G n' key for `gnus-group-make-shimbun-group'.
110
111 2001-11-15  Simon Josefsson  <jas@extundo.com>
112
113         * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
114
115 2001-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * lisp/gnus-sum.el (gnus-summary-wash-map): Remove
118         `gnus-smiley-display'.
119
120 2001-11-11  Simon Josefsson  <jas@extundo.com>
121
122         * make-x.bat: Don't use -nw.  Suggested by Frank Haun
123         <pille3000@gmx.net>.
124
125 2001-11-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
126
127         * texi/infohack.el (infohack-texi-format): To process
128         write-protected files safely, make this buffer be writable after
129         `find-file'
130
131 2001-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * lisp/nnheader.el (customize-save-variable): Defun-maybe.
134
135 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
136
137         * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
138         <oscholz@my.gnus.org>.
139
140 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
141
142         * etc/smilies/sad.pbm: New bitmap.
143         * etc/smilies/blink.pbm: Ditto.
144         Contributed by Kim F. Storm <storm@cua.dk>.
145
146 2001-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * lisp/message.el (rfc822-goto-eoh): Remove.
149
150 2001-10-19  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
151         From Frank Schmitt <ich@Frank-Schmitt.net>.
152
153         * make-x.bat: Use correct directory structure for XEmacs on Windows.
154
155 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * lisp/message.el (rfc822-goto-eoh): Define it when void.
158
159 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * lisp/message.el (message-resend, message-send): Undo.
162
163 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * lisp/message.el (message-resend): Bind
166         `inhibit-field-text-motion' to t while resending a mail.
167
168 2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * lisp/message.el (message-send): Remove the text property `field'
171         from the encoding buffer.
172
173 2001-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
176         `gnus-ding-file-coding-system' instead of
177         `gnus-startup-file-coding-system'; go to the beginning of the
178         buffer before searching.
179         (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
180         instead of `gnus-startup-file-coding-system'.
181
182 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * lisp/message.el (message-send-news): Modify the value of
185         `mime-field-encoding-method-alist' to encode newsgroup names.
186
187         * lisp/gnus-art.el (gnus-article-header-presentation-method): Call
188         `article-decode-group-name' to decode newsgroup names.
189         (gnus-article-decode-hook): Default to nil.
190
191 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
192
193         * Makefile.in (uninstall): Add.
194
195         * etc/Makefile.in (uninstall): Add.
196
197 2001-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * lisp/message.el (message-fix-before-sending): Don't expose
200         invisible MIME parts; don't use `message-find-invisible-regions'.
201         (message-find-invisible-regions): Remove.
202         (invisible-region): Advise the function to add the text property
203         `mime-edit-invisible'.
204         (message-invisible-region): Remove.
205         (message-save-drafts): Copy all the text properties from the
206         editing buffer to the encoding buffer.
207         (message-send): Ditto.
208
209 2001-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * lisp/nndoc.el (nndoc-oe-dbx-type-p): Use `string-as-multibyte'
212         instead of `mm-string-as-multibyte'.
213         (nndoc-possibly-change-buffer): Use `nnheader-insert-file-contents'
214         instead of `mm-insert-file-contents'.
215
216 2001-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
219
220 2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
221
222         * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
223
224 2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
225
226         * aclocal.m4, configure.in: Check commercial fonts.
227
228 2001-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * lisp/message.el (message-find-invisible-regions): Look for the
231         text-property `mime-edit-invisible' as well as `message-invisible'.
232         (message-save-drafts): Copy the text-property `mime-edit-invisible'
233         from the message editing buffer to the encoding buffer.
234         (message-send): Ditto.
235
236 2001-09-27  Katsuhiro Hermit Endo  <hermit@koka-in.org>
237
238         * texi/gnus-ja.texi (Article Hiding): Fix typo.
239
240 2001-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
243
244 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
245
246         * configure.in: Generate texi/ps/Makefile.
247
248 2001-09-21  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
249
250         * make.bat: Use parameter "/copy" rather than "copy" for increased
251         dwimishness for old-time DOS users.
252
253 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
254
255         * make-x.bat: New.
256
257 2001-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it
260         to `load-path'.
261
262 2001-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not
265         available.
266
267 2001-09-17  Keiichi Suzuki  <keiichi@nanap.org>
268
269         * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
270         `regexp-quote' for each addresses.
271
272 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
273
274         * texi/gnus-ja.texi (Drafts): Fix typo.
275
276 2001-09-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
277
278         * lisp/lpath.el: Removed `current-language-environment' and
279         `language-info-alist'.
280
281 2001-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
282
283         * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy
284         of the requested article only when the current directory does noe
285         equal to `gnus-original-article-buffer'.
286
287         * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
288         article from `gnus-original-article-buffer' to
289         `gnus-article-buffer'.  Generate `gnus-original-article-buffer'
290         safely.
291
292 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
293
294         * lisp/gnus-namazu.el: Updated documents.
295
296         * texi/gnus-ja.texi (Namazu Groups): New subsection.
297
298 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3.
301
302         * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el
303         is required.
304
305         * contrib/regexp-opt.el: Imported from Emacs 20.2.
306
307         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use
308         `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of
309         `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB
310         v2.33 or later is running.
311
312 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
313
314         * lisp/gnus-namazu.el (top): Not require `std11'.
315         (gnus-namazu/get-current-from): Use
316         `mail-extract-address-components' instead of
317         `std11-extract-address-components'.
318
319         * lisp/gnus-namazu.el: New file.
320
321         * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'.
322
323         * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as
324         `gnus-namazu-search'.
325
326         * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as
327         `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'.
328
329 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished.  Use the
332         new function `gnus-correct-pad-form' instead.
333         * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto.
334
335 2001-09-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
336
337         * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling
338         of process environments.
339
340 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
341
342         * lisp/nnir.el (top): Added code to avoid byte-compile warning
343         about `nnimap-server-buffer'.
344         (nnir-run-namazu): Disable locale of Namazu.
345
346 2001-09-04  KOSEKI Yoshinori  <kose@meadowy.org>
347
348         * lisp/nnir.el (gnus-group-mode-hook): Fix typo.
349
350 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
351
352         * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus.
353
354         * lisp/gnus-group.el (gnus-group-group-map): Define "G" as
355         `gnus-group-make-nnir-group', and define "S" as
356         `gnus-group-make-shimbun-group'.
357
358         * lisp/gnus.el (top): Add autoload of
359         `gnus-group-make-nnir-group'.
360
361         * lisp/nnir.el: Import from
362         ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el.
363
364 2001-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * lisp/gnus-util.el (gnus-truncate-string): Abolished.
367
368 2001-08-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
369
370         * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
371         `shimbun-groups' to detect avaiable groups of specified server.
372
373 2001-08-17  KANEMATSU Daiji  <kanematu@sra.co.jp>
374
375         * lisp/message.el (message-signature-separator-for-insertion): New
376         customizable variable which is used for signature separator.
377         * lisp/message.el (message-insert-signature): Use variable
378         `message-signature-separator-for-insertion' instead of hard code.
379
380 2001-08-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
381
382         * texi/gnus-ja.texi (Browsing the Web): Fix typo.
383
384 2001-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
387
388 2001-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
391         article into `gnus-original-article-buffer' instead of
392         `gnus-article-buffer'.
393
394 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * lisp/mml2015.el: Require `gnus-clfns' when compiling.
397         * lisp/gnus-clfns.el (string-to-list): New compiler macro.
398
399 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
402         articles with `gnus-cache-articles-in-group' even if the current
403         group is not a virtual group (see ChangeLog.1 1999-03-02).
404
405 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
408
409         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
410
411         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
412         `gnus-retrieve-parsed-headers'.
413         (gnus-fetch-headers): Ditto.
414
415         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
416
417         * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
418         (gnus-cache-retrieve-parsed-headers): Abolished.
419
420 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
423         `nnmail-expiry-wait-function' to nil if the group's parameter
424         `expiry-wait' is specified by the user or the shimbun's default
425         value is provided.
426
427 2001-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * lisp/gnus-msg.el (gnus-message-make-user-agent): New
430         implementation.
431
432 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * lisp/gnus-clfns.el (copy-list): New compiler macro.
435
436 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
439         `kbd'.
440
441         * lisp/nnheader.el (mm-read-coding-system): New function which is
442         a substitute for mm-util.el.
443
444 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
447
448         * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
449         NEWGROUPS command.
450
451         * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
452         `message-make-date' instead of `current-time-string'.
453         (gnus-ask-server-for-new-groups): Ditto.
454         (gnus-check-first-time-used): Ditto.
455
456 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * texi/message-ja.texi (message-citation-line-function): Add a
459         comma just after the `@xref' form.
460
461         * lisp/nnheader.el (nnheader-header-value): Ignore leading
462         whitespaces.
463
464         * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
465         `make-autoload' to handle `define-derived-mode'.
466
467 2001-07-12  Katsumi Yamaoka <yamaoka@jpl.org>
468
469         * lisp/message.el (message-yank-original): Unwind-protect while
470         suspending font-lock.
471         (message-mode): Modify for the following changes.
472         (message-font-lock-keywords-2): Abolished.
473         (message-font-lock-keywords-1): Abolished.
474         (message-font-lock-keywords): Unified.
475         (message-font-lock-cited-text-matcher): Abolished.
476         (font-lock-after-change-function): Don't advise it.
477         (message-font-lock-last-position): Abolished.
478         (message-font-lock-citation-name-max-column): Abolished.
479         (message-font-lock-cited-text-regexp) Abolished.
480         (message-font-lock-fence-close-position): Abolished.
481         (message-font-lock-fence-open-position): Abolished.
482         (message-font-lock-fence-close-regexp): Abolished.
483         (message-font-lock-fence-open-regexp): Abolished.
484
485 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
486
487         * lisp/message.el (message-font-lock-keywords-1): Replace regexp
488         for mml tags with `mime-edit-tag-regexp'.
489
490 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
491
492         * lisp/message.el (message-font-lock-keywords-2): Move definitions
493         for cited texts and mml tags to `message-font-lock-keywords-1'.
494
495 2001-07-10  Katsuhiro Hermit Endo <hermit@koka-in.org>
496
497         * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
498
499 2001-07-09  Katsumi Yamaoka <yamaoka@jpl.org>
500
501         * lisp/dgnushack.el: Add the parent directory of the directory
502         where the APEL modules are installed to `load-path' according to
503         the description of the file Mule23@1934.
504
505 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
506
507         * make.bat: Use infohack.el to create info files.
508
509 2001-07-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
510
511         * README.semi: Modify URI of emacs-w3m.
512         * README.semi.ja: Ditto.
513         * Mule23@1934.en: Ditto.
514         * Mule23@1934.ja: Ditto.
515         * lisp/nnshimbun.el: Ditto.
516
517         * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
518         (Web Newspaper): Modify URI of emacs-w3m.
519
520 2001-07-06  KITAGAWA Takurou  <i30x1641@ip.media.kyoto-u.ac.jp>
521
522         * lisp/Makefile.in (clever): Use `if test... then' instead of
523         `test... &&'.
524
525 2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
526
527         * lisp/Makefile.in (clever): Change the quoting style for the
528         elisp form to check for XEmacs-p.
529
530         * lisp/dgnushack.el: Require `path-util' first, and then search
531         for the path if it is not found.
532
533 2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
534
535         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
536
537 2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
538
539         * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
540         html documents inline.
541
542 2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
543
544         * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
545         a description.
546         * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
547
548         * lisp/message.el (message-yank-original): Suspend font-lock'ing
549         while citing an original message.
550         (message-suspend-font-lock-when-citing): New user option.
551
552 2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
553
554         * lisp/gnus-clfns.el (find-cl-run-time-functions): New
555         implementation.
556
557 2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
558
559         * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
560         fields in `gnus-original-article-buffer'.
561
562 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
563
564         * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
565         bogus changes; use the value of `nnshimbun-pre-fetch-article' if
566         the value of the group parameter `prefetch-articles' is nil; do
567         likewise for `encapsulate-images'.
568
569 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
570
571         * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
572         `nnshimbun-pre-fetch-article' if the value of the group parameter
573         `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
574
575 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
576
577         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
578         doc-string that both the values `off' and nil specifies not to
579         encapsulate images.
580         (nnshimbun-pre-fetch-article): Default to `off'.
581
582 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
583
584         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
585         `nnshimbun-encapsulate-article'.
586         (nnshimbun-request-article-1): Replace `encapsulate-article' with
587         `encapsulate-images'.
588         (nnshimbun-find-parameter): Ditto.
589         (nnshimbun-group-parameters): Ditto.
590         (nnshimbun-group-parameters-custom): Ditto.
591
592 2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
593
594         * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
595         `encapsulate-article' as a customizable option, and modified
596         `prefetch-articles'.
597         (nnshimbun-group-parameters): Add document for
598         `encapsulate-article'.
599         (nnshimbun-encapsulate-article): New server variable.
600         (nnshimbun-find-parameter): Add code for `encapsulate-article'.
601         (nnshimbun-request-article-1): Refer `encapsulate-article' group
602         parameter to control `shimbun-encapsulate-article' value when
603         `shimbun-article' is called.
604
605 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
606
607         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
608
609 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
610
611         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
612         `nnshimbun-find-parameter'.
613         (nnshimbun-generate-nov-database): Bind a full group name while
614         processing.
615         (nnshimbun-find-parameter): New implementation to refer to the
616         nnshimbun group parameters.
617         (nnshimbun-index-range): Add a document that it's just a default.
618         (nnshimbun-pre-fetch-article): Ditto.
619         (nnshimbun-group-parameters): Specify a parameter type as `list'.
620         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
621
622 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
623
624         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
625         parameter.  It also provides the user option
626         `nnshimbun-group-parameters-alist' and the function
627         `nnshimbun-find-group-parameters'.
628         (nnshimbun-group-parameters-custom): New variable.
629         (TopLevel): Require `gnus' expressly.
630
631 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
632
633         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
634         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
635         (nnshimbun-request-expire-articles): Fixed.
636
637 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
638
639         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
640         `locate-library' to check for the existence of mailcap.el in the
641         same directory of gnus.el.
642         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
643         that I made.
644
645 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
646
647         * lisp/lpath.el: Don't Fbind `xml-node-children'.
648
649 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
650
651         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
652         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
653         is nil.
654
655 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
656
657         * lisp/gnus-group.el (toplevel): Removed autoload code for
658         "nnshimbun".
659
660         * texi/gnus-ja.texi (Web Newspaper): Add documents about
661         `nnshimbun-index-range'.
662
663 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
664
665         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
666         refer to the variable `nnshimbun-keep-last-article', we should
667         keep the last article anyway.
668         (nnshimbun-keep-last-article): Abolished.
669
670         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
671         make-shimbun-group'.
672
673 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
674
675         * lisp/nnshimbun.el: Remove some garbage.
676
677 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
678
679         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
680         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
681         FSF Emacsen.
682         * texi/gnus-ja.texi: Ditto.
683
684 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
685
686         * lisp/nnshimbun.el (top-level): Updated comments.
687         (nnshimbun): New customize group.
688         (nnshimbun-keep-last-article): Defined as customize variable.
689         (nnshimbun-keep-unparsable-dated-articles): Ditto.
690         (nnshimbun-insert-nov): Use `when' instead of `if'.
691         (gnus-group-shimbun-server-history): Imported from
692         `gnus-group.el'.
693         (gnus-group-make-shimbun-group): Ditto.
694
695         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
696         definition is moved to `nnshimbun.el' and autload code is added.
697         (gnus-group-shimbun-server-history): Its definition is moved to
698         `nnshimbun.el'.
699
700 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
701
702         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
703         (nnshimbun-index-range): New variable.
704         (nnshimbun-close-server): Check status strictly to close server
705         safely.
706         (nnshimbun-generate-nov-database): Refer the group paramter
707         `nnshimbun-index-range' as the second parameter of
708         `shimbun-headers'.
709         (shimbun-mua-use-entire-index): Removed.
710         (nnshimbun-request-article-1): Replace a date string in
711         `gnus-newsgroup-data' only when article header has non-nil value.
712         (nnshimbun-insert-nov): Fixed condition to decide whether
713         `X-Nnshimbun-Id' should be inseted or not.
714
715 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
716
717         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
718         (nnshimbun-request-expire-articles): Simplified; refer to the
719         shimbun's default expiration days.
720
721 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
722
723         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
724         Emacsen.
725
726 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
727
728         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
729         group parameter `expiry-wait' when expiring a closed group.
730
731 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
732
733         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
734         string in `gnus-newsgroup-data' based on the newly retrieved
735         article.
736
737 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
738
739         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
740         inhibiting the expiring.
741
742 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
743
744         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
745         (nnshimbun-request-expire-articles): New function.
746         (nnshimbun-keep-unparsable-dated-articles): New variable.
747         (nnshimbun-keep-last-article): New variable.
748         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
749         (nnshimbun-string-or): New macro.
750         (nnshimbun-tmp-string): New internal variable.
751         (TopLevel): Require `message' for `message-make-date'.
752
753 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
754
755         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
756         useless non-global var; scroll the output window automatically.
757
758 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
759
760         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
761         (nnshimbun-check-header): Removed.
762         (nnshimbun-make-shimbun-header): Don't call
763         `nnshimbun-header-xref'.
764         (nnshimbun-request-group): Simplified.
765         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
766         instead of `nnshimbun-check-header'.
767         (nnshimbun-insert-nov): New function.
768         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
769         instead of `nnheader-insert-nov'.
770         (nnshimbun-replace-nov-entry): New function.
771
772 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
773
774         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
775         `dolist'; protect against errors.
776
777 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
778
779         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
780         use `last'.
781         (nnshimbun-make-shimbun-header): Use the following macros.
782         (nnshimbun-mail-header-from): New macro whose definition will be
783         changed statically for Gnus or gnus.
784         (nnshimbun-mail-header-subject): Ditto.
785         (TopLevel): Don't require `gnus-clfns'.
786
787         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
788
789         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
790         the developers.
791         (cl-run-time-functions): New variable.
792         (TopLevel): Don't require `cl' at run-time.
793
794 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
795
796         * texi/gnus-ja.texi (Web Newspaper): Updated.
797
798 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
799
800         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
801         "nnshimbun.el" if the library "shimbun" is not found.
802         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
803         (locate-library): Redefine it for Mule before it is called.
804
805         * README.semi.ja: Update for the use of Emacs-W3M.
806         * README.semi: Ditto.
807         * Mule23@1934.ja: Ditto.
808         * Mule23@1934.en: Ditto.
809
810 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
811
812         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
813
814         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
815         Reconstructed to use `shimbun'.
816
817         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
818         FLIM can't be found.
819
820 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
821
822         * etc/Makefile.in (datadir): Set this variable, like in the other
823         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
824
825 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
826
827         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
828         `widget-convert-button', `widget-create' and `widget-put'; ignore
829         `defface'.
830
831 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
832
833         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
834         built-in function.
835
836         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
837         `defgroup'.
838
839 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
840
841         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
842
843         * lisp/nnmail.el: Don't bind the colon keywords here.
844         * lisp/gnus.el (gnus-colon-keywords): New variable which will
845         default to the value of `dgnushack-colon-keywords'; bind them.
846         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
847         dgnuskwds.el.
848         (dgnushack-colon-keywords): New constant which will have the colon
849         keywords shuld be bound at run-time for old Emacsen; cache them in
850         the file dgnuskwds.el and bind them.
851         (dgnushack-bind-colon-keywords): New function.
852         (locate-library): Make the function to be silent for Mule.
853         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
854
855 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
856
857         * lisp/message.el (message-maybe-encode): Don't use
858         `end-of-invisible'.
859
860 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
861
862         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
863
864 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
865
866         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
867
868         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
869         `gnus-article-buffer' just before `gnus-article-prepare-display' is
870         called.
871         (gnus-article-mime-edit-article-setup): Ditto.
872         (gnus-article-prepare-display): Don't bind `buffer-read-only'
873         because of `inhibit-read-only'; don't set the value of
874         `gnus-article-current-summary' here; delete all extents or overlays
875         and clear the value of `gnus-button-marker-list' in advance; make
876         it to run in `gnus-article-buffer'.
877         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
878         (article-toggle-headers): Don't bind `buffer-read-only' because of
879         `inhibit-read-only'.
880         (article-hide-headers): Ditto.
881
882 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
883
884         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
885
886 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
887
888         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
889
890 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
891
892         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
893
894 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
895
896         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
897         Emacsen; don't bind `mh-lib-progs'.
898
899 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
900
901         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
902         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
903
904 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
905
906         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
907
908 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
909
910         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
911         asahi.com.
912         (nnshimbun-asahi-get-headers): Ditto.
913         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
914
915 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
916
917         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
918         multiple articles even if there is a detached minibuffer frame on
919         some window managers.
920
921 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
922
923         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
924         mode.
925
926 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
927
928         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
929         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
930
931 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
932
933         * lisp/message.el (message-fix-before-sending): Hide again the
934         invisible property of encoded binary data parts after checking is
935         done.
936         (message-find-invisible-regions): New function.
937         (message-save-drafts, message-send): Inherit the invisible property
938         of encoded binary data parts to make MIME-Edit find the MIME part
939         boundaries.
940
941         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
942         (dgnushack-make-load): Ditto.
943
944 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
945
946         * lisp/dgnushack.el (dgnushack-compose-package): New function.
947         (dgnushack-make-load): Add autoload for cus-load if it is missing.
948
949         * lisp/Makefile.in (compose-package): Use
950         `dgnushack-compose-package'.
951         (clean, clever): Remove custom-load.el.
952
953         * Makefile.in (elclean): Remove custom-load.el.
954
955 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
956
957         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
958         entity even if `gnus-show-mime' is nil.
959
960 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
961
962         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
963         adjusted.
964
965         * lisp/gnus-clfns.el (string): New compiler macro.
966         (string): Defun-maybe as an ordinary function since it won't be
967         provided in cl.
968         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
969
970 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
971
972         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
973         `url-current-mime-charset' is bound.
974
975 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
976
977         * lisp/gnus.el (gnus-info-find-node): Pretend to be
978         `gnus-article-mode' in the article buffer.
979
980 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
981
982         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
983         (nnshimbun-kinsoku-bol-list): Ditto.
984
985 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
986
987         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
988
989         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
990         `dolist'.
991
992         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
993
994         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
995         is defined properly.
996
997 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
998
999         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
1000         * lisp/nnshimbun.el: Ditto.
1001         * lisp/nnfolder.el: Ditto.
1002         * lisp/mm-util.el: Ditto.
1003         * lisp/gnus-vers.el: Ditto.
1004         * lisp/gnus-sum.el: Ditto.
1005         * lisp/gnus-score.el: Ditto.
1006         * lisp/gnus-nocem.el: Ditto.
1007
1008         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
1009         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
1010         (gnus-setup-for-offline): Ditto.
1011
1012         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
1013         don't require `gnus-clfns'.
1014
1015         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
1016         macros.
1017         (mapc): Remove.
1018
1019         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
1020         `gnus-article-read-summary-keys'.
1021
1022 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
1023
1024         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
1025         the forwarded parts undecoded.
1026         (gnus-article-decode-article-as-default-mime-charset): Set the
1027         value of `default-mime-charset' buffer-locally.
1028
1029 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1030
1031         * lisp/gnus.el: Add autoloads for
1032         `gnus-summary-digest-post-forward' and
1033         `gnus-summary-digest-mail-forward'.
1034
1035         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
1036         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
1037         with `gnus-summary-digest-post-forward' and
1038         `gnus-summary-digest-mail-forward'.
1039
1040         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
1041         repair the command `gnus-summary-post-digest' and rename it.
1042         (gnus-summary-digest-mail-forward): Ditto.
1043         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
1044         `gnus-uu-digest-post-forward' with
1045         `gnus-summary-digest-post-forward' and
1046         `gnus-summary-digest-mail-forward'.
1047
1048 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1049
1050         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
1051         `gnus-inhibit-treatment' to t while fetching the raw article.
1052
1053         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
1054         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
1055         is being done;  turn off font-lock first;  query if the buffer is
1056         modified.
1057         (gnus-article-mime-edit-done): New function.
1058         (gnus-article-mime-edit-article-setup): Make the window fill its
1059         frame;  clear the buffere modified flag;  substitute key definition
1060         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
1061         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
1062         to nil while `mime-edit-exit' is being done.
1063         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
1064
1065 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
1066
1067         * lisp/dgnushack.el: Don't require `emu'.
1068
1069 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1070
1071         * lisp/message.el (message-forward-subject-author-subject): Decode
1072         `From' field.
1073
1074 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1075
1076         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
1077
1078         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1079         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
1080         only a temporary fix for an infloop on nnimap.  FIXME!!!
1081         (gnus-select-newsgroup): Ditto.
1082
1083 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1084
1085         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
1086         about `gnus-article-display-hook.'
1087         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
1088         `gnus-article-display-hook.'
1089
1090         * lisp/gnus.el (gnus-article-display-hook): Abolished.
1091
1092         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
1093         `gnus-article-display-hook'.
1094         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
1095         (gnus-summary-search-article): Ditto.
1096
1097         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
1098         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
1099
1100         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
1101         `gnus-article-prepare-hook' after an article has been prepared;
1102         don't evaluate `gnus-article-display-hook'.
1103
1104 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
1105
1106         * lisp/message.el (message-cite-original-without-signature):
1107         Extract from field for the simple citation line.
1108
1109 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
1110
1111         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
1112
1113         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
1114         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
1115         (dgnushack-make-auto-load): Remove auto-autoloads.el.
1116         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
1117
1118         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
1119         custom-load.el.
1120         (compose-package): Call `gnus-load.elc' and then rename
1121         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
1122         `dgnushack-make-autoloads'.
1123         (clever): No need to remove custom-load.el.
1124
1125         * Makefile.in (elclean): Remove gnus-load.el instead of
1126         custom-load.el.
1127
1128         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
1129
1130 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
1131
1132         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1133
1134 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1135
1136         * GNUS-NEWS: Copyright and others.
1137
1138 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1139
1140         * aclocal.m4 (AC_CHECK_URL): Add.
1141
1142         * configure.in: Use it.
1143
1144 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
1145
1146         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
1147         parentheses.
1148
1149 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1150
1151         * lisp/nnshimbun.el: Add `bbdb-ml' support.
1152
1153 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1154
1155         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
1156         of `xemacs'.
1157         (nnshimbun-xemacs-get-headers): Ditto.
1158
1159 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
1160
1161         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
1162
1163 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
1164
1165         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
1166         gnus-ja.texi or message-ja.texi is given.  It is needed for some
1167         make command if which can not understand "%-ja:" or "%-ja.info:".
1168
1169 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
1170
1171         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
1172         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
1173
1174 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
1175
1176         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
1177         `buffer-substring-no-properties' instead of `format'.
1178
1179 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1180
1181         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
1182
1183 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1184
1185         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
1186
1187         * Makefile.in (install-package-lisp): Use
1188         `install-without-compiling' instead of `install'.
1189
1190         * lisp/Makefile.in (install): Use `install-without-compiling'.
1191         (install-without-compiling): New target.
1192
1193 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1194
1195         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
1196         `infohack-texi-format'.
1197
1198         * texi/infohack: (infohack-texi-format): New function.
1199         * lisp/dgnushack.el (dgnushack-texi-format): Move to
1200         texi/infohack.el and rename.
1201         (dgnushack-texi-add-suffix-and-format): Remove.
1202
1203         * texi/ptexinfmt.el: New file.
1204         * lisp/ptexinfmt.el: Move to texi/.
1205
1206 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1207
1208         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
1209
1210 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
1211
1212         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
1213         files for autoloads already exist.
1214         (dgnushack-unexporting-files): More useful message.
1215
1216         * lisp/Makefile.in (install): Call `clever' before installing.
1217         (install-lisp): Remove.
1218         (clever): Check for whether the all elc files should be recompiled.
1219
1220         * Makefile.in (xclever): New target.
1221         (install-package-lisp): Replace `install-lisp' with `install'.
1222         (install-package-ja): Replace `xlick' with `xclever'.
1223         (install-package): Ditto.
1224
1225 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
1226
1227         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
1228
1229 2001-01-15  Jesper Harder <harder@ifa.au.dk>
1230
1231         * make.bat: Fix doc.
1232
1233 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
1234
1235         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
1236         the required value of `recursive-load-depth-limit' for Emacs 21.
1237
1238         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
1239         correctly.
1240         (message-get-reply-headers): Ditto.
1241
1242 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
1243
1244         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
1245         while `bbdb-annotate-message-sender' is being done.
1246
1247 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
1248
1249         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
1250
1251 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
1252
1253         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
1254         extents for XEmacs 21.1 using `format'.
1255
1256         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
1257
1258 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
1259
1260         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
1261
1262         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
1263         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
1264         running.
1265
1266         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
1267         `smiley-toggle-buffer' when compiling.
1268         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
1269         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
1270         running.
1271         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
1272         `gnus-bitmap'.
1273         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
1274
1275 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1276
1277         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
1278
1279         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
1280         is not supported.
1281
1282 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
1283
1284         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
1285         `:function', `:function-document', `:variable',
1286         `:variable-document', `:variable-group', `:variable-type' and
1287         `:variable-default' for old Emacsen.
1288
1289 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1290
1291         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1292
1293         * configure: Regenerate.
1294         * configure.in: Add `AC_PATH_ETCDIR'.
1295         * Makefile.in (install-etc): New target.
1296
1297         * lisp/nnheader.el (mm-image-load-path): Alias to
1298         `nnheader-image-load-path'.
1299         (nnheader-image-load-path): New function copied from
1300         the function `mm-image-load-path' in mm-util.el.
1301
1302         * lisp/drums.el: Remove.
1303
1304 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1305
1306         * configure.in: Add etc/Makefile.
1307
1308 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1309
1310         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
1311         `save-excursion'.
1312         (gnus-bug): Pop up the sending buffer first.
1313
1314         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
1315         doc-string.
1316
1317         * lisp/dgnushack.el
1318         (byte-compile-file-form-custom-declare-variable): Use `defvar'
1319         instead of `custom-declare-variable' to make the variable
1320         uncustomizable if the arguments has the keyword `:version'.
1321
1322 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1323
1324         * README.semi.ja: Fix typo.
1325
1326 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1327
1328         * lisp/lpath.el: Fbind `compose-mail' for Mule.
1329
1330         * lisp/dgnushack.el (TopLevel): Byte-optimize
1331         `custom-declare-variable', `custom-declare-group, and
1332         `custom-declare-face' to omit unsupported keywords when Mule is
1333         running.
1334
1335 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1336
1337         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
1338
1339         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
1340         to signal an error when Mule is running.
1341         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
1342         `:set-after' if colon keyword is not available.
1343         (TopLevel): Require `custom'.
1344
1345         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
1346         Mule.
1347         (TopLevel): Don't require `custom' here.
1348
1349 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
1350
1351         * make.bat: set max-lisp-eval-depth.
1352
1353 See ChangeLog.3 for earlier changes.