From: shuhei-k Date: Sun, 16 May 1999 06:31:15 +0000 (+0000) Subject: update. X-Git-Tag: apel-9_19~38 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=36e3eb95e535229e0f24e140a1698db0096fb076;p=elisp%2Fapel.git update. --- diff --git a/ChangeLog b/ChangeLog index 79245ff..75d0a18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +1999-05-15 Shuhei KOBAYASHI + + * poe.el (path-separator): Doc sync with 20.3. + (add-to-list): Ditto. + (buffer-live-p): Return bool value. + (cadr, cdar, cddr): New functions. + (save-current-buffer): Check whether orig-buffer is alive. + (functionp): Sync with 20.3; use `car-safe'. + (line-beginning-position, line-end-position): Simplified. + (point-at-bol, point-at-eol): Ditto. + +1999-05-15 Shuhei KOBAYASHI + + * localhook.el: New file; local hook variable support. + + * poe.el (add-hook, remove-hook, make-local-hook): Removed; + require 'localhook instead. + + * poe-18.el: (default-boundp): New function. + + * EMU-ELS: Added localhook. + +1999-05-14 Shuhei KOBAYASHI + + * pcustom.el: Rewrite using static.el. + + * tinycustom.el (defface): Use `defmacro-maybe-cond'. + + * EMU-ELS: Compilation order of tinycustom and pcustom was changed. + +1999-05-14 Shuhei KOBAYASHI + + * poe-18.el: Require 'poe. + Move provide to the top to avoid circular dependency. + (eval-when-compile, eval-and-compile): Modified for old compiler. + (defsubst): Moved from poe.el. + (make-obsolete): Do nothing. + + * poe.el (read-string): Don't use `eval-and-compile'. + +1999-05-14 Shuhei KOBAYASHI + + * poe.el (defmacro-maybe-cond): New macro. + (defun-maybe, defmacro-maybe, defsubst-maybe, defalias-maybe, + defvar-maybe, defconst-maybe, defun-maybe-cond): Return NAME. + (defun-maybe, defmacro-maybe, defsubst-maybe): Put edebug spec. + (defsubst): Moved to poe-18.el. + 1999-05-13 Tanaka Akira * pccl-om.el: pccl-om.el does not support Mule 1.*.