1 1999-06-01 Keiichi Suzuki <keiichi@nanap.org>
3 * lisp/gnus.el (gnus-version-number): Update to 6.13.0.
4 (gnus-version): Change required version of SEMI/FLIM.
6 * Sync up with Chaos-1_13.
8 1999-06-01 Keiichi Suzuki <keiichi@nanap.org>
10 * Nana-gnus: Version 6.12.17 released.
12 1999-05-28 Keiichi Suzuki <keiichi@nanap.org>
14 * lisp/message.el (message-header-encode-function): Call
15 `eword-encode-header' with optional argument code-conversion.
17 * Nana-TIPS.ja: Add description of variable
18 `message-encode-function'.
20 * lisp/gnus.el (gnus-version-number): Update to 6.12.17.
22 1999-05-14 Keiichi Suzuki <keiichi@nanap.org>
24 * lisp/dgnushack.el: Add `byte-optimizer' to `buffer-string',
25 `backward-char' and `char-before'.
26 ;; Thanks for Shuhei KOBAYASHI's suggestion.
28 1999-05-14 Keiichi Suzuki <keiichi@nanap.org>
30 * Nana-gnus: Version 6.12.16 released.
32 * Sync up with gnus-6_10.
34 *1999-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
36 * lisp/*.el: Undo all of the last changes.
38 1999-05-14 Keiichi Suzuki <keiichi@nanap.org>
40 * Sync up with gnus-6_10.
42 *1999-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
44 * lisp/nnsoup.el (nnsoup-store-reply): Use `forward-char' instead
46 * lisp/message.el (message-send-news-with-gnus,
47 message-send-mail-with-smtp, message-send-mail-with-sendmail):
50 * lisp/nnsoup.el (nnsoup-store-reply): Use `(bolp)' instead of
51 `(eq (char-before) ?\n)'.
52 * lisp/message.el (message-send-news, message-send-mail): Likewise.
54 * lisp/gnus-sum.el (gnus-summary-reparent-thread): Use
55 `(end-of-line 0)' to go to the end of the previous line.
57 * lisp/gnus-soup.el (gnus-soup-parse-replies, gnus-soup-parse-areas):
58 Use `preceding-char' instead of `char-before'.
59 * lisp/gnus-art.el (article-fill): Likewise.
61 * lisp/nnmail.el (nnmail-decode-status): Don't use regexp search.
62 * lisp/message.el (message-next-header, message-remove-header):
64 * lisp/gnus-art.el (gnus-article-add-buttons-to-head,
65 gnus-article-highlight-headers, gnus-article-hide-header,
66 article-hide-boring-headers, article-hide-headers): Likewise.
68 * lisp/pop3-fma.el (pop3-fma-movemail): Use `buffer-substring'
69 instead of `buffer-string'.
70 * lisp/nntp.el (nntp-snarf-error-message, nntp-read-server-type):
72 * lisp/nnspool.el (nnspool-inews-sentinel): Likewise.
73 * lisp/nnmail.el (nnmail-move-inbox): Likewise.
74 * lisp/nnheader.el (nnheader-temp-write): Likewise.
75 * lisp/nndb.el (nndb-status-message, nndb-request-accept-article):
77 * lisp/message.el (message-wash-subject, message-reply,
78 message-make-from, message-make-organization): Likewise.
79 * lisp/md5.el (md5): Likewise.
80 * lisp/gnus.el (gnus-getenv-nntpserver): Likewise.
81 * lisp/gnus-xmas.el (gnus-xmas-article-display-xface): Likewise.
82 * lisp/gnus-util.el (gnus-mode-string-quote): Likewise.
83 * lisp/gnus-sum.el (gnus-summary-reparent-thread,
84 gnus-summary-edit-article-done, gnus-simplify-subject-fuzzy):
86 * lisp/gnus-spec.el (gnus-parse-simple-format): Likewise.
87 * lisp/gnus-picon.el (gnus-picons-make-glyph): Likewise.
88 * lisp/gnus-msg.el (gnus-copy-article-buffer): Likewise.
89 * lisp/gnus-mh.el (gnus-summary-save-in-folder): Likewise.
90 * lisp/gnus-kill.el (gnus-kill-file-apply-buffer): Likewise.
91 * lisp/gnus-art.el (gnus-article-mime-edit-exit,
92 gnus-article-edit-exit): Likewise.
93 * lisp/dgnushack.el (dgnushack-make-package): Likewise.
95 *1999-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
97 * lisp/gnus.el: Semi-gnus 6.10.12 is released.
99 *1999-04-26 Robert Bihlmeyer <robbe@orcus.priv.at>
101 * texi/gnus.texi, texi/gnus-ja.texi (Posting Styles): Typo.
103 *1999-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
105 * lisp/gnus-vm.el (gnus-summary-save-in-vm): Use
106 `vm-read-file-name' instead of `read-file-name'. This allows to use
107 the optional sixth argument HISTORY for the various environments.
108 (gnus-summary-save-article-vm): Likewise.
109 (TopLevel): Autoload "vm" for the function `vm-read-file-name'.
111 *1999-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
113 * lisp/gnus-vm.el (gnus-summary-save-in-vm): To read the name of
114 FOLDER in the way of VM; give the value of `gnus-current-article'
115 to the function `gnus-summary-select-article' if it is called non
117 (gnus-summary-save-article-vm): Accept the optional 2nd arg FOLDER.
118 If it is called interactively the name of FOLDER is read from the
119 minibuffer; bind `mime-display-header-hook',
120 `mime-display-text/plain-hook', `mime-text-decode-hook',
121 `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil
122 when the function `gnus-summary-save-article' is called.
123 (gnus-summary-save-article-vm-count,
124 gnus-summary-save-article-vm-folder): New internal variables.
125 (gnus-vm-make-folder): Bind `mime-display-header-hook',
126 `mime-display-text/plain-hook', `mime-text-decode-hook',
127 `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil
128 when the function `vm-mode' is called.
129 (vm-use-toolbar, vm-primary-inbox, vm-folder-history,
130 vm-folder-directory): Define variables for avoiding byte compile
132 (gnus-vm-inhibit-window-system): Abolish variable; don't require
134 (TopLevel): Don't autoload "vm" for the functions
135 `vm-forward-message', `vm-reply' or `vm-mail'; don't require
136 `sendmail', `message', `gnus' or `gnus-msg' but `gnus-art'.
138 *1999-04-18 Sin'ya Kanematsu <ksinya@quartz.ocn.ne.jp>
140 * texi/gnus-ja.texi: Fix typo - `gnus-auto-expirable-newgroups' ->
141 `gnus-auto-expirable-newsgroups'.
143 *1999-04-15 NAKAGAWA Tsuneo <yaemon@alles.or.jp>
145 * REDME.semi.ja: Fix where the required packages are.
147 1999-05-14 Keiichi Suzuki <keiichi@nanap.org>
149 * lisp/gnus.el (gnus-version-number): Update to 6.12.16.
151 * lisp/gnus-score.el (gnus-score-string): Remove score data, when
152 scoring error occured.
154 1999-04-28 Keiichi Suzuki <keiichi@nanap.org>
156 * Nana-gnus: Version 6.12.15 released.
158 * lisp/gnus.el (gnus-version-number): Update to 6.12.15.
160 * README-gnus-bbdb.ja: New section `gnus-bbdb/split-mail'.
162 * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): New function.
164 * lisp/gnus-bbdb.el, lisp/gnus-offline.el, lisp/mess-bbdb.el,
165 lisp/mess-lcl.el, lisp/message.el, lisp/pop3-fma.el: Modify my
168 1999-04-16 Keiichi Suzuki <keiichi@nanap.org>
170 * Nana-gnus: Version 6.12.14 released.
172 * lisp/mess-lcl.el: New file.
174 * lisp/message.el: Separate locale control to `mess-lcl.el'.
176 * lisp/gnus.el (gnus-version-number): Update to 6.12.14.
179 1999-04-16 Keiichi Suzuki <keiichi@nanap.org>
181 * Nana-gnus: Version 6.12.13 released.
183 * lisp/gnus.el (gnus-version-number): Update to 6.12.13.
185 * lisp/message.el (message-charsets-mime-charset-alist):
187 (message-mime-charset-recover-args-set): New macro.
188 (message-mime-charset-recover-args): New macro.
189 (message-mime-charset-recover-args-original): New macro.
190 (message-maybe-encode): Save values to
191 `message-mime-charset-recover-args'.
192 (message-mime-charset-recover-by-ask): Use
193 'message-mime-charset-recover-args'.
194 (message-mime-encode): Restore original values for auto saveing.
197 1999-04-13 Keiichi Suzuki <keiichi@nanap.org>
199 * Nana-gnus: Version 6.12.12 released.
201 * lisp/gnus.el (gnus-version-number): Update to 6.12.12.
203 * lisp/gnus-sum.el (gnus-summary-move-article): Fix,
204 `gnus-article-mark-lists' will be broken by side effect.
207 1999-03-31 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
209 * Nana-gnus: Version 6.12.11 released.
211 * lisp/gnus.el (gnus-version-number): Update to 6.12.11.
213 * Sync up with gnus-6_10.
215 *1999-03-30 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
217 * lisp/nnheader.el (nnheader-skip-field): New macro.
218 (nnheader-nov-field): Use it.
219 Merged from pgnus 0.80.
221 *1999-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
223 * lisp/pop3.el (pop3-munge-message-separator): If a retrieved
224 message has a illegal date field, use `(current-time)' instead.
226 *1999-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
228 * lisp/message.el (message-send): Kill `message-encoding-buffer'
230 (message-maybe-encode): Inherit the buffer local variable
231 `mime-edit-pgp-processing' and call `mime-edit-pgp-enclose-buffer'.
233 *1999-02-26 20:35:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
235 * pop3.el (pop3-movemail): Use write-region instead of
236 append-to-file to avoid excessive messaging.
238 *1999-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
240 * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the
241 buffer local variable `default-mime-charset' of
242 `gnus-article-buffer' before `mime-display-message' is called.
244 * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also
245 matched with the group name which has a method name and/or a
247 (gnus-set-summary-default-charset): Cancel the last change.
249 *1999-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
251 * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Strip
252 method and foreign server name from the newsgroup name.
254 *1999-03-22 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
256 * lisp/gnus-offline.el (gnus-offline-popup-menu): Fix.
258 *1999-03-22 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
260 * lisp/gnus-offline.el (gnus-offline-popup-menu): Modify so that
261 the title of a popup menu is displayed under Emacs 19.34.
262 (gnus-offline-define-menu-and-key): Rewrite the function to change
263 the behavior of "Get new news" button, under XEmacs.
265 *1999-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
267 * lisp/message.el (message-yank-original): Keep the existing
270 *1999-03-04 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
272 * lisp/gnus-ofsetup.el: Modify for Semi-gnus 6.10.xx so that
273 `pop3-fma-password' can be saved in .newsrc.eld.
274 * lisp/pop3-fma.el: Ditto.
276 * README-offline.en: Update.
277 * README-offline.ja: Ditto.
279 *1999-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
281 * lisp/dgnushack.el (dgnushack-install-package): Don't refer to
282 `configure-package-path'. Use `early-packages', `late-packages' or
283 `last-packages' instead.
285 * README.semi: Note that APEL 9.13 or later is required.
286 * README.semi.ja: Likewise.
288 * lisp/gnus-start.el (save-buffer-as-coding-system): Abolished.
289 This function is given in APEL 9.13 by now.
291 *1999-02-26 Katsumi Yamaoka <yamaoka@jpl.org>
293 * Makefile.in (add-info-suffix, remove-info-suffix): New targets.
294 (package, install-package, package-ja, install-package-ja): Use
296 (xinfo, xinfo-ja): Only build infos.
298 * texi/Makefile.in (add-info-suffix): Chdir ../lisp first.
300 * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir
302 (dgnushack-install-package): Don't refer to `package-path'; error
303 if the package path does not found.
304 (TopLevel): Don't define `gnus-revision-number',
305 `gnus-version-number' and `package-path'.
307 1999-03-29 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
309 * lisp/gnus-sum.el (gnus-simplify-buffer-fuzzy): Add regexp for
312 1999-03-24 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
314 * Nana-gnus: Version 6.12.10 released.
316 * Nana-TIPS.ja: Reformatted for `outline-mode'.
318 * lisp/gnus.el (gnus-version-number): Update to 6.12.10.
320 * lisp/gnus-sum.el (gnus-simplify-buffer-fuzzy): Add regexp for
324 1999-03-18 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
326 * Nana-gnus: Version 6.12.9 released.
328 * lisp/gnus.el (gnus-version-number): Up date to 6.12.9.
330 * Nana-TIPS.ja (none): Update.
332 * lisp/message.el (message-mime-charset-recover-by-ask): Use
333 `message-highlight-illegal-chars'.
334 (message-illegal-charset-face): New face.
335 (message-warning-charset-face): New face.
336 (message-highlight-illegal-chars): New function.
337 (message-set-charsets-face): New function.
339 * lisp/gnus-sum.el (gnus-simplify-subject-fuzzy): Enable group
340 parameters; `gnus-simplify-subject-fuzzy-regexp' and
341 `gnus-simplify-ignored-prefixes'.
344 1999-03-04 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
346 * Nana-gnus: Version 6.12.8 released.
348 * lisp/nnml.el (nnml-request-list): Use
349 `nnmail-find-active-file'.
351 * lisp/nnmail.el (nnmail-file-coding-system): Abolished.
352 (nnmail-file-coding-system-for-write): New variable.
353 (nnmail-file-coding-system-for-read): Ditto.
354 (nnmail-active-file-coding-system): Abolished.
355 (nnmail-active-coding-system-for-read): New variable.
356 (nnmail-active-coding-system-for-write): Ditto.
357 (nnmail-find-active-file): New function.
359 * lisp/nnheader.el (nnheader-message-coding-system-for-read): New
361 (nnheader-message-coding-system-for-write): Ditto.
363 * lisp/nnfolder.el, lisp/nnmail.el, lisp/nnmh.el, lisp/nnml.el:
364 Use `nnheader-pathname-coding-system'.
366 * lisp/nnfolder.el (nnfolder-request-list): Use
367 `nnmail-find-active-file'.
369 * lisp/message.el: Use `nnheader-message-coding-system-for-write'.
371 1999-03-03 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
373 * lisp/gnus.el (gnus-version-number): Update to 6.12.8.
375 * lisp/message.el (message-after-save-hook): New function.
376 (message-mime-setup): Set buffer file coding system. Make local
377 hook `after-save-hook'.
380 1999-03-01 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
382 * Nana-gnus: Version 6.12.7 released.
384 * lisp/nnspool.el (nnspool-file-coding-system): Abolished.
386 1999-03-01 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
388 * lisp/gnus.el (gnus-version-number): Update to 6.12.7.
390 * Nana-TIPS.ja: New section `nnheader-file-coding-system' and
391 `nnspool-file-coding-system'.
393 * lisp/nnspool.el (nnspool-retrieve-headers): Don't use
394 `nnheader-file-coding-system'.
395 (nnspool-retrieve-headers-with-nov): Ditto.
396 (nnspool-find-file): Ditto.
399 1999-02-26 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
401 * lisp/message.el (message-locale-detect): Fix, when no locale
404 * Nana-gnus: Version 6.12.6 released.
406 * lisp/gnus.el (gnus-version-number): Update to 6.12.6.
408 * Sync up with gnus-6_10 (version 6.10.9+).
410 * 1999-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
412 * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting,
413 and make remove-info-suffix.
415 * texi/Makefile.in (.texi): Don't specify the output filename when
416 makeinfo command is used.
417 (add-info-suffix, remove-info-suffix): New targets.
419 * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New
420 function. It will be used for adding ".info" suffix to @setfilename
421 line in each .texi files.
422 (dgnushack-texi-file-regexp): New constant.
423 (dgnushack-info-file-regexp): Add ".info" suffix.
425 * 1999-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
427 * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and
428 "custom-load.el" as well.
430 * Makefile.in (xlick, xinfo, xinfo-ja): New targets.
431 (install-package-ja, package-ja, install-package, package): Use
432 them; use $XEMACS instead of $EMACS.
433 (osome): Use $XEMACS instead of "xemacs".
435 * lisp/dgnushack.el (dgnushack-install-package): Remove extra files
436 in destination lisp directory.
437 (dgnushack-make-package): Don't generate "_pkg.el" file; don't
438 remove "auto-autoloads.el*" files.
439 (dgnushack-compile): Don't remove "_pkg.el" from the list.
441 * 1999-02-18 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
443 * README-offline.en: Update.
445 * README-offline.ja: Fix typo.
447 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Set
448 `gnus-offline-hangup-program' and `gnus-offline-dialup-program' to
449 nil when null string is given.
451 * 1999-02-18 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
453 * texi/Makefile.in: Change to work on Windows environment and
456 * 1999-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
458 * lisp/dgnushack.el (dgnushack-make-package): Fix typo.
460 * Makefile.in (install-package-ja, package-ja, install-package,
461 package): New targets.
462 (PACKAGEDIR): New user option.
464 * lisp/Makefile.in (install-package, package): New targets.
465 (PACKAGEDIR): New user option.
467 * lisp/dgnushack.el (dgnushack-install-package): New function.
468 (dgnushack-make-package): New function.
469 (dgnushack-info-file-regexp): New constant.
470 (dgnushack-compile): Remove "_pkg.el" from the list.
472 * 1999-02-17 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
474 * aclocal.m4: install .el files to site-lisp/gnus instead of
477 * Makefile.in: add new rule `all-ja'.
479 * 1999-02-15 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
481 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix when
484 * lisp/pop3-fma.el (pop3-fma-movemail): Delete meadow specific
487 * 1999-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
489 * lisp/gnus-art.el (article-hide-headers): Show all headers when
492 * lisp/message.el (message-make-forward-subject): Use "(none)" if
493 the original article has no subject.
495 * 1999-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
497 * lisp/gnus-start.el (gnus-save-newsrc-file): Use
498 `save-buffer-as-coding-system' instead of
499 `write-region-as-coding-system'.
500 (save-buffer-as-coding-system): New function defined with
501 `defun-maybe'. NOTE: It should be deleted in the future.
503 * lisp/gnus-sum.el (TopLevel): Require `mime-play' when compile.
505 * 1999-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
507 * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
510 * 1999-02-08 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
512 * lisp/gnus-sum.el (gnus-articles-to-read): Use maximum number in
513 default instead of `gnus-large-newsgroup'.
515 * 1999-02-08 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
516 Katsumi Yamaoka <yamaoka@jpl.org>,
517 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
519 * lisp/gnus-sum.el (gnus-articles-to-read): If the number of
520 unread articles is more than `gnus-large-newsgroup', use it in
521 default instead of the maximum number.
523 * 1999-02-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>,
524 Katsumi Yamaoka <yamaoka@jpl.org>
526 * lisp/gnus-sum.el (gnus-mime-extract-multipart): New function;
527 add it to the acting-condition for extracting mulitpart messages.
528 (gnus-mime-extract-message/rfc822): New function; add it to the
529 acting-condition for extracting message/rfc822 or message/news.
531 * 1999-02-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
533 * README-offline.ja: Change for current version.
534 * README-offline.en: Ditto.
536 * 1999-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
538 * lisp/gnus-sum.el (gnus-nov-parse-line): Use `nnheader-nov-field',
539 `nnheader-nov-read-integer' and `nnheader-nov-read-message-id'
540 instead of `gnus-nov-field', `gnus-nov-read-integer' or
541 `nnheader-generate-fake-message-id'; use `eobp' instead of
542 `(= (following-char) ?\n)' for checking whether a misc field
544 (gnus-nov-field): Abolished.
545 (gnus-nov-skip-field): Abolished.
546 (gnus-nov-read-integer): Abolished.
548 * lisp/nnheader.el (nnheader-parse-nov): Use
549 `nnheader-nov-read-message-id' instead of `nnheader-nov-field' or
550 `nnheader-generate-fake-message-id'.
551 (nnheader-nov-read-message-id): New macro.
552 (nnheader-nov-read-integer): New implementation.
553 (nnheader-nov-field): New implementation.
554 (nnheader-nov-next-field): New macro.
557 1999-02-26 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
559 * Nana-gnus: Version 6.12.5 released.
561 * lisp/gnus.el (gnus-version-number): Update to 6.12.5.
563 * lisp/nnheader.el (nnheader-file-coding-system): Abolished.
564 (nnheader-insert-file-contents): Use
565 `insert-file-contents-as-raw-text-CRLF'.
566 (nnheader-find-file-noselect): Use
567 `find-file-noselect-raw-text-CRLF'.
570 1999-02-24 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
572 * Nana-gnus: Version 6.12.4 released.
574 * lisp/gnus.el (gnus-version-number): Update to 6.12.4.
576 * Nana-TIPS.ja: Add new section message-locale-* and
577 message-mime-charset-recover-*.
579 * lisp/message.el (message-locale-detect): Fix, save restriction.
582 1999-02-23 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
584 * Nana-gnus: Version 6.12.3 released.
586 * lisp/gnus.el (gnus-version-number): Update to 6.12.3.
588 * lisp/message.el (message-mime-charset-detect-method): Abolished.
589 (message-mime-charset-specify-method): Ditto.
590 (message-mime-charset-detect-args): Ditto.
591 (message-maybe-encode-with-specified-charset): Ditto.
592 (message-mime-charset-detect-by-ask): Ditto.
593 (message-mime-charset-specify-none): Ditto.
594 (message-mime-charset-recover-function): New variable.
595 (message-mime-charset-recover-args): Ditto.
596 (message-charsets-mime-charset-alist): Ditto.
597 (message-locale-default): Ditto.
598 (message-locale-detect-for-mail): Ditto.
599 (message-locale-detect-for-news): Ditto.
600 (message-locale-newsgroup-alist): Ditto.
601 (message-locale-mail-address-alist): Ditto.
602 (message-mime-charset-recover-ask-function): Ditto.
603 (message-locale-mime-charsets-alist): Ditto.
604 (message-maybe-encode): New implementation.
605 (message-locale-detect): New function.
606 (message-locale-detect-with-newsgroup-alist): Ditto.
607 (message-locale-detect-with-mail-address-alist): Ditto.
608 (message-mime-charset-recover-by-ask): Ditto.
609 (message-mime-charset-recover-ask-y-or-n): Ditto.
610 (message-mime-charset-recover-ask-charset): Ditto.
611 (message-mime-charset-setup): Ditto.
614 1999-02-23 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
616 * Nana-gnus: Version 6.12.2 released.
618 1999-02-12 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
620 * lisp/message.el (message-maybe-encode-with-specified-charset):
621 Renamed to `message-maybe-encode'.
622 (message-mime-charset-detect-by-ask): Pop up encoding region when
624 (message-mime-charset-detect-method): Change default value to nil.
625 (message-mime-charset-specify-method): Ditto.
626 (message-mime-charset-detect-ask-metod): New variable.
627 (message-mime-charset-detect-by-ask): Use
628 `message-mime-charset-ask-metod'.
629 (message-mime-charset-detect-ask-y-or-n): New function.
630 (message-mime-charset-detect-ask-charset): New function.
631 (message-mime-charset-alias-alist): New variable.
632 (message-mime-charset-newsgroup-alist): Ditto.
633 (message-mime-charset-mail-address-alist): Ditto.
635 1999-02-08 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
637 * lisp/gnus.el (gnus-version-number): Update to 6.12.2.
639 * lisp/mess-bbdb.el: New file.
641 * lisp/message.el (message-mail-follow-up-address-checker): New
643 (message-reply): Use `message-mail-follow-up-address-checker'.
644 (message-mailing-list-address-list): New variable.
645 (message-check-mailing-list-with-address-list): New function.
646 (message-mailing-list-address-p): New variable.
647 (message-check-mailing-list-with-function): New function.
649 * lisp/gnus-bbdb.el: Update required Gnus version.
651 * lisp/dgnushack.el (dgnushack-compile): New file `mess-bbdb.el'.
653 * Nana-TIPS.ja: New section
654 `message-mail-follow-up-address-checker'.
656 1999-02-05 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
658 * lisp/gnus.el (gnus-version-number): Update to 6.12.1.
660 * Sync up with gnus-6_10.
662 * 1999-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
664 * lisp/gnus-sum.el (gnus-nov-parse-line): Use `following-char'
665 instead of `char-after'. NOTE: It's a temporary step.
667 * 1999-02-03 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
669 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value.
671 * 1999-02-02 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
673 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password
674 information to .newsrc file.
676 * 1999-02-02 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
678 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
679 external movemail program.
681 * 1999-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
683 * lisp/{gnus-cache,gnus-int,gnus-sum,gnus,nnheader,nnmh}.el: Undo
684 the last changes -- don't sync with chaos-1_12.
686 * 1999-02-01 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
688 * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
691 * 1999-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
693 * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
695 (gnus-offline-define-menu-on-agent): Ditto.
697 1999-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
699 * lisp/gnus-sum.el (gnus-nov-parse-line): Use `char-after' instead
702 * 1999-02-01 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
704 * README-offline.ja: Add description written by YOSHIZAWA Masahiro
705 <manbou@ceres.dti.ne.jp>.
707 * 1999-01-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
709 * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
710 `gnus-nov-skip-field' and `gnus-nov-field'.
711 (gnus-nov-parse-line): Use `nnheader-nov-field' and
712 `nnheader-nov-read-integer' instead of `gnus-nov-field' and
713 `gnus-nov-read-integer'.
714 (gnus-get-newsgroup-headers-xover): Use
715 `gnus-retrieve-parsed-headers'.
717 * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
718 `gnus-cache-braid-headers',
719 `nnheader-get-newsgroup-headers-xover*' and
720 `nnheader-retrieve-headers-from-directory*' instead of
721 `gnus-get-newsgroup-headers-xover'.
722 (gnus-cache-braid-headers): New function.
724 * lisp/nnheader.el (nnheader-nov-read-integer): Use
725 `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
726 same as `gnus-nov-read-integer'.
727 (nnheader-retrieve-headers-from-directory*): New function.
728 (nnheader-retrieve-headers-from-directory): Use
729 `nnheader-retrieve-headers-from-directory*'.
730 (nnheader-get-newsgroup-headers-xover*): New function.
732 * 1999-01-30 MORIOKA Tomohiko <morioka@jaist.ac.jp>
734 * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
735 `nnheader-retrieve-headers-from-directory'.
737 * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
740 * 1999-01-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
742 * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
743 `gnus-cache-retrieve-parsed-headers' instead of
744 `gnus-cache-retrieve-headers'.
746 * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
749 * 1999-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
751 * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
754 * 1999-01-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
756 * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
758 * 1999-01-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
760 * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
761 optional arguments `dependencies' and `force-new'; new
762 implementation; call `retrieve-parsed-headers' if it is found.
764 * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
766 * 1999-01-12 MORIOKA Tomohiko <morioka@jaist.ac.jp>
768 * lisp/gnus-sum.el (gnus-select-newsgroup): Use
769 `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
770 and `gnus-get-newsgroup-headers-xover' or
771 `gnus-get-newsgroup-headers'.
773 * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
775 * 1999-02-01 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
776 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
778 * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
781 * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
782 to check pGnus 0.73 or later instead of (locate-library "mail-source")
784 * 1999-01-30 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
786 * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
787 * lisp/gnus-ofsetup.el: Ditto.
789 * 1999-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
791 * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
792 frame after selecting a new article if the value of
793 `message-use-multi-frames' is non-nil and more than one articles
796 * 1999-01-26 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
798 * lisp/gnus-offline.el: Add security notice.
800 * 1999-01-25 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
802 * README-offline.ja: New file - Variable and command description
803 for gnus-offline(Japanese edition).
804 * README-offline.en: New file - Ditto (English edition).
806 * 1999-01-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
808 * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
810 (gnus-offline-pop-password-decoding-function): New variable.
811 (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
812 is non-nil, get one's password information from a file specified
813 by this variable, and don't store the passwords as a variable.
814 * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
817 1999-01-28 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
819 * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
822 1999-01-25 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
824 * lisp/message.el (message-mime-charset-detect-method): New
825 user optional variable.
826 (message-mime-charset-specify-method): Ditto.
827 (message-mime-charset-detect-args): New variable.
828 (message-maybe-encode-with-specified-charset): New function.
829 (message-mime-charset-detect-by-ask): Ditto.
830 (message-mime-charset-specify-none): Ditto.
832 * lisp/gnus.el (gnus-version-number): Update to 6.12.0.
833 (gnus-version): Change required version of SEMI/FLIM.
835 * Sync up with gnus-6_10.
837 * 1999-01-23 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>
839 * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
840 `message-list-references' for gathering IDs from yanked articles.
842 * lisp/message.el (message-list-references): New function.
843 (message-yank-original): Use it for gathering IDs from a yanked
846 * 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
848 * lisp/message.el (message-reply): Get the references from
849 `In-Reply-To' field if there were no references and `In-Reply-To'
850 field looks promising.
851 (message-yank-original): Try to fetch ID from `In-Reply-To' field
852 if `References' field does not exist.
853 (message-yank-original): Use `std11-narrow-to-header' instead of
854 `message-narrow-to-head'.
856 * 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
858 * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
859 `gnus-current-headers' instead of article header.
861 * 1999-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
863 * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
864 position of the yanked articles -- apologize to SUTO-san, it has
865 been supported in his original code, but I didn't.
867 * 1999-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
869 * lisp/gnus.el (gnus-version-number): Update to 6.10.2.
871 * lisp/gnus-draft.el: Add Ichikawa-san to authors.
872 * lisp/message.el: Likewise.
874 * lisp/message.el (message-yank-original): If
875 `message-yank-add-new-references' is non-nil and this command is
876 called interactively, new IDs from the yanked article will be added
877 to `References' field.
878 (message-yank-add-new-references): New user option.
879 (message-ignored-resent-headers): Default to "^Return-Receipt".
881 * 1999-01-20 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>,
882 Katsumi Yamaoka <yamaoka@jpl.org>
884 * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
885 field with the gathered Message-IDs and References if more than one
888 * 1999-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
890 * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
891 frame after selecting a new article if the value of
892 `message-use-multi-frames' is non-nil and more than one articles
895 1999-01-20 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
897 * Sync up with gnus-6_10.
899 * 1999-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
901 * README.semi.ja: Delete "ichikawa" from the branches info, and
902 add "keiichi" and "nana-gnus" to there. Modify the directory name
903 for the daily snapshots.
904 * README.semi: Likewise.
906 * 1999-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
908 * lisp/message.el (message-reply): Cancel the last change.
909 (message-followup): Cancel the last change.
910 (message-wide-reply): Cancel the last change.
912 * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
913 (gnus-summary-reply): Cancel the last change.
914 (gnus-post-news): Cancel the last change.
916 1999-01-18 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
918 * lisp/gnus.el (gnus-version-number): Update to 6.11.5.
920 * Sync up with gnus-6_10.
922 * 1999-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
924 * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
925 expirable marks if the destination group is not expirable.
927 * 1999-01-15 23:08:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
929 * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
932 * 1998-09-08 11:40:45 Lars Magne Ingebrigtsen <larsi@gnus.org>
934 * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
937 * 1999-01-16 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>
939 * lisp/message.el (message-reply): Accept references as a new
941 (message-followup): Likewise.
942 (message-wide-reply): Likewise.
944 * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
945 (gnus-summary-reply): Use it.
946 (gnus-post-news): Use it.
948 * 1999-01-13 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>
950 * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
953 * 1999-01-13 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
955 * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
956 <czkmt@remus.dti.ne.jp> to author and maintainer.
958 * 1999-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
960 * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
963 * 1998-12-19 23:02:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
965 * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
967 * 1999-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
969 * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
970 server if it does not exist in the article.
971 (nntp-request-post): Run `nntp-prepare-post-hook'.
972 (nntp-wait-for): Save a response from the server in
973 `nntp-process-response' after sending a command.
974 (nntp-prepare-post-hook): New hook, run just before posting an
977 * lisp/nnheader.el (nnheader-init-server-buffer): Make
978 `nntp-process-response' be buffer-local in `nntp-server-buffer'.
979 (nntp-process-response): New variable, used for holding a response
980 from the server after sending a command.
982 * 1998-09-28 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
984 * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
985 only if `group' name is neither "queue" nor "draft".
987 * 1999-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
989 * lisp/pop3.el (pop3-munge-message-separator): Use
992 * 1998-10-03 15:04:27 Lars Magne Ingebrigtsen <larsi@gnus.org>
994 * lisp/parse-time.el (parse-time-rules): Accept dates far into the
995 past and the future, and parse single-digit numbers as years.
997 * 1998-09-11 08:19:22 Katsumi Yamaoka <yamaoka@jpl.org>
999 * lisp/parse-time.el (parse-time-string): One too many nils.
1001 * 1998-09-10 06:20:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
1003 * lisp/parse-time.el (parse-time-rules): Parse
1004 "Wed, 29 Apr 98 0:26:01 EDT" times.
1006 * 1998-09-10 01:58:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1008 * lisp/parse-time.el (parse-time-rules): Accept times that look
1011 * 1998-09-08 00:38:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
1013 * lisp/parse-time.el (parse-time-string): Downcase before handling.
1014 (parse-time-rules): Times without seconds have 0 seconds.
1016 * 1998-09-06 23:23:06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018 * lisp/parse-time.el (parse-time-syntax): Use vectors.
1020 * 1999-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1022 * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
1023 select the article before saving.
1025 * 1999-01-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1027 * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
1028 `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
1030 * 1999-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1032 * lisp/pop3.el (pop3-last): Use `split-string' instead of
1033 `pop3-string-to-list'.
1034 (pop3-stat): Likewise.
1035 (pop3-munge-message-separator): Likewise.
1036 (pop3-string-to-list): Abolished.
1038 * 1999-01-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1040 * lisp/gnus-offline.el (gnus-offline-setup): Don't call
1041 `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
1043 (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
1045 (gnus-offline-popup-menu): New function.
1046 (gnus-offline-define-menu-and-key): Call it under Emacs to create
1047 a popup menu in the group buffer.
1049 * 1998-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1051 * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
1052 select the article before previewing. Abolish prefix arg.
1054 * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
1055 the article without reservation.
1056 (gnus-article-display-mime-message): Show all headers if
1057 `gnus-have-all-headers' the local var of summary buffer is non-nil.
1059 * 1998-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
1061 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1062 `gnus-summary-next-article' in `gnus-original-article-mode'.
1063 (mime-preview-over-to-previous-method-alist): Use
1064 `gnus-summary-prev-article' in `gnus-original-article-mode'.
1065 (gnus-article-mode-map): Define almost undefined keys to
1066 `gnus-article-read-summary-keys'.
1067 (gnus-article-prepare-display): Set `gnus-article-current-summary'
1068 to `gnus-summary-buffer'.
1070 * 1998-12-21 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
1072 * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
1073 with APOP extention.
1075 * 1998-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1077 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
1078 (gnus-xmas-logo-color-style): Default to `sky'.
1080 * lisp/gnus.el (gnus-group-startup-message): Show version.
1081 (gnus-splash-face): Shorten a wavelength.
1083 * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
1084 for avoiding byte-compile warning.
1086 * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
1089 * 1998-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1091 * lisp/*.el: Ebola eradication.
1093 * 1998-11-17 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1095 * lisp/message.el (message-dont-send): Use `message-save-drafts'
1096 instead of `save-buffer'.
1098 * 1998-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
1100 * lisp/message.el (message-send-mail): Protect against errors.
1101 (message-send-news): Likewise.
1102 (message-maybe-split-and-send-mail): New function.
1103 (message-maybe-split-and-send-news): New function.
1105 * 1998-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
1107 * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
1108 `mime-insert-header' instead of `mime-insert-decoded-header'.
1110 * 1998-11-09 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
1112 * lisp/gnus-ofsetup.el: New file - setting function for
1115 * 1998-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1117 * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
1118 `mime-decode-header-in-buffer' instead of `eword-decode-header'.
1120 * 1998-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1122 * lisp/nnheader.el (nnheader-parse-nov): Use
1123 `make-full-mail-header'.
1125 * 1998-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1127 * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
1129 (gnus-article-display-message-with-encoded-word): Abolished.
1131 * 1998-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
1133 * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
1134 value to `gnus-maybe-setup-default-charset'.
1135 (gnus-maybe-setup-default-charset): New function. It is called
1136 `message-maybe-setup-default-charset' at one time.
1138 * lisp/message.el (message-maybe-setup-default-charset): Abolished.
1140 * 1998-08-16 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
1142 * lisp/gnus-offline.el : New file.
1144 1999-01-18 Keiichi Suzuki <kei-suzu@mail.wbs.ne.jp>
1146 * ChangeLog turned over.