X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=dd581cf0346f267ede15e0263aa9d1a9c76bb227;hb=98f4a5430352c67c5a2ac0b60e759f06993adf4a;hp=e5cc8997365e0a10a427e98a3375731788fef456;hpb=a2971372cd490ba264aa749a1c9ddb48f68501ce;p=elisp%2Fwanderlust.git diff --git a/ChangeLog b/ChangeLog index e5cc899..dd581cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,200 @@ +2001-12-18 Yuuichi Teranishi + + * samples/ja/dot.wl,samples/en/dot.wl (my-wl-summary-subject-func-ml): + Ignore error. + +2001-12-16 TAKAHASHI Kaoru + + * WL-MK (config-wl-package-subr): Added APEL version check. + Changed check order; APEL, FLIM, SEMI. + +2001-12-15 TAKAHASHI Kaoru + + * INSTALL, INSTALL.ja: Added System Requirements. + * README, README.ja: Removed System Requirements. + + * NEWS, NEWS.ja: Added description about X-Face utility support. + Added description about 'sendlog. + + * WL-MK (toplevel): Use = instead of `eq' for numeric value. + (config-wl-package-subr, config-wl-package-xmas): Removed last + period from error messages. + +2001-12-12 Yuuichi Teranishi + + * NEWS, NEWS.ja: Changed order. + +2001-12-12 Katsumi Yamaoka + + * WL-MK (install-wl-icons): Install *.img files for Emacs 21. + +2001-12-11 Yuuichi Teranishi + + * NEWS.ja: Added description about xxx-directory, elmo-cache-dirname. + +2001-12-11 Katsumi Yamaoka + + * WL-MK (config-wl-package-subr): Don't set `wl-icon-dir'. + +2001-12-11 Yuuichi Teranishi + + * NEWS.ja: Fixed indent; + Added description about obsolete variable warnings + and `elmo-obsolete-variable-show-warnings'. + +2001-12-11 Katsumi Yamaoka + + * WL-MK (install-wl-icons): Don't install *.img files for Emacs 21. + +2001-12-11 Katsumi Yamaoka + + * WL-MK (config-wl-pixmap-dir): Set a value to `PIXMAPDIR' even if + Emacs version is less than 21. + (install-wl-icons): Install icon files which might be used for the + running version of Emacs. + + * etc/icons/*.xbm: Replaced "-" with "_" to make them can be + handled by Emacs 21. + +2001-12-10 Katsumi Yamaoka + + * etc/icons/wl-alpha-logo.img: New file. + * etc/icons/wl-alpha-xmas-logo.img: New file. + * etc/icons/wl-beta-logo.img: New file. + * etc/icons/wl-beta-xmas-logo.img: New file. + * etc/icons/wl-stable-logo.img: New file. + * etc/icons/wl-stable-xmas-logo.img: New file. + +2001-12-10 Katsumi Yamaoka + + * etc/icons/wl-alpha-xmas-logo.xbm: New file. + * etc/icons/wl-beta-xmas-logo.xbm: New file. + * etc/icons/wl-stable-xmas-logo.xbm: New file. + +2001-12-07 Katsumi Yamaoka + + * etc/icons/wl-alpha-xmas-logo.xpm: New file. + * etc/icons/wl-beta-xmas-logo.xpm: New file. + * etc/icons/wl-stable-xmas-logo.xpm: New file. + +2001-12-02 Yoichi NAKAYAMA + + * doc/wl-refcard.tex: New file. + +2001-12-02 Kenichi OKADA + + * WL-ELS (ELMO-MODULES): Added 'elmo-sendlog' + +2001-10-23 Yoichi NAKAYAMA + + * WL-MK (wl-info-lang): Change default value to ("ja" "en"). + * WL-CFG: Ditto. + + * INSTALL: Remove note on how to install English manual. + +2001-10-01 Yuuichi Teranishi + + * NEWS.ja: Added ACAP description. + +2001-09-04 TAKAHASHI Kaoru + + * WL-MK (toplevel): Ignore Nemacs. + (compile-wl-package, wl-detect-info-directory): Ditto. + + * WL-MK (config-wl-package-subr): Fixed error message. Ignore tm. + Add refer to INSTALL and INSTALL.ja. + * WL-ELS (toplevel): Likewise. + + * WL-MK (test-wl, check-wl): Add docstring. + +2001-09-03 TAKAHASHI Kaoru + + * INSTALL.ja (Sample configration file): Added comment + ~/.addresses was optional. + * INSTALL: Ditto. + +2001-08-30 Yuuichi Teranishi + + * WL-MK (test-wl): Renamed from check-wl. + (check-wl): New function. + + * Makefile (check): Don't use `-q -no-site-file'. + (BATCHFLAG): New variable. + (check): Use it. + (test): New rule. + +2001-08-29 Yuuichi Teranishi + + * WL-ELS (WL-MODULES): Added wl-acap. + +2001-08-28 Katsumi Yamaoka + + * WL-MK: Byte-optimize the function `char-after' for old Emacsen. + +2001-08-28 TAKAHASHI Kaoru + + * Makefile (check): New rule + * WL-MK (check-wl): New function. + * tests: New directory. + * tests/ChangeLog: New file. + + * utils/ChangeLog: New file. + +2001-08-28 Yuuichi Teranishi + + * WL-ELS (ELMO-MODULES): Added `acap' and `slp'. + +2001-08-21 Yuuichi Teranishi + + * WL-CFG: Removed nemacs setting example. + + * WL-MK (config-wl-package-subr): Ignore nemacs. + + * WL-ELS: Ignore tm and nemacs. + (WL-MODULES): Added wl-addrmgr. + +2001-07-12 Yuuichi Teranishi + + * WL-MK (config-wl-package-subr): Check smtp.el version. + +2001-05-24 Yoichi NAKAYAMA + + * WL-MK (wl-detect-info-directory): Call `info-initialize' for + Emacs21. + +2001-05-22 Hiroya Murata + + * utils/bbdb-wl.el (bbdb-wl-get-update-record): Use function + `wl-summary-buffer-folder-name' instead of same name variable. + +2001-05-08 Kenichi OKADA + + * utils/bbdb-wl.el (bbdb-wl-folder-regexp): New variable. + (bbdb-wl-get-update-record): Use `bbdb-wl-folder-regexp'. + +2001-04-16 Yuuichi Teranishi + + * utils/bbdb-wl.el (bbdb-wl-get-update-record): Use + `with-current-buffer'. + +2001-04-04 Yuuichi Teranishi + + * WL-ELS (ELMO-MODULES): Removed shimbun related modules; + Add elmo-shimbun only if shimbun is installed. + +2001-04-03 Yuuichi Teranishi + + * WL-ELS (ELMO-MODULES): Added sb-tcup. + +2001-04-02 Yuuichi Teranishi + + * utils/bbdb-wl.el: Applied patch from + Hiroya Murata for bbdb 2.33 + (X-Mail-Count: 07190, 07195 in the ML); + Added workaround for older version of bbdb. + + * WL-ELS (ELMO-MODULES): Added shimbun related modules. + 2001-02-06 Yuuichi Teranishi * WL-ELS (ELMO-MODULES): Added elmo-mark.