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