From: shuhei-k Date: Tue, 22 Jun 1999 23:17:49 +0000 (+0000) Subject: update. X-Git-Tag: apel-9_20~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=29580f034419085060e9cbbfb65016a071a851f5;p=elisp%2Fapel.git update. --- diff --git a/ChangeLog b/ChangeLog index 1427c11..4447d9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +1999-06-22 Shuhei KOBAYASHI + + * atype.el: Require 'poe. + + * mule-caesar.el: Require 'poe and 'poem. + + * filename.el: Require 'poe and 'poem. + Don't require 'cl. + (filename-special-filter): Eliminate `assoc-if'. + +1999-06-22 Shuhei KOBAYASHI + + * install.el: Require 'emu for backward compatibility. + (defun-maybe): New macro; imported from poe.el. + (make-directory-internal, make-directory): New functions; imported + from poe-18.el. + + * APEL-CFG: Provide 'emu to prevent install.el from loading emu + while compiling APEL itself. + 1999-06-20 Shuhei KOBAYASHI * install.el: Require 'poe instead of 'emu.