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