* pces.el: Require `pces-raw' if file-coding feature is not
[elisp/apel.git] / poe.el
1999-09-12 hayashiAdd edebug spec for defun-maybe-cond, defmacro-maybe...
1999-09-08 yamaoka(frame-background-mode): Move to tinycustom.el.
1999-09-03 yamaoka(frame-background-mode): New variable.
1999-09-02 moriokaDelete autoload setting for `filename'.
1999-09-02 yamaoka(convert-standard-filename): Rearrange.
1999-09-02 yamaokaAdd a newline after `convert-standard-filename'.
1999-09-01 yamaoka(convert-standard-filename): New function.
1999-08-21 ueno(rassoc): Just ignore elements of LIST that are not...
1999-06-23 shuhei-k(defun-maybe, defmacro-maybe, defalias-maybe, defsubst...
1999-05-25 shuhei-kDo not try to require 'edebug; it will be autoloaded.
1999-05-24 shuhei-k(char-before, char-after): Moved from poem-om.el.
1999-05-24 moriokarearrangement to avoid problem.
1999-05-24 morioka(def-edebug-spec): New macro.
1999-05-17 shuhei-kRemoved comment.
1999-05-16 shuhei-k(functionp): Typo fixed.
1999-05-16 shuhei-k(subr-fboundp): Use `defun' instead of `defsubst'.
1999-05-16 shuhei-k(path-separator): Doc sync with 20.3.
1999-05-07 moriokaModify header.
1999-05-07 morioka(make-local-hook): Use `defun-maybe' directly.
1999-05-07 morioka(add-hook): Use `static-condition-case' instead of...
1999-04-22 morioka(caar): New function.
1999-04-05 shuhei-k(add-hook, remove-hook): Accept optional `local' arg.
1999-03-27 moriokaModify comments.
1999-03-25 yamaoka* poe.el (make-local-hook): Move to after defining...
1999-03-16 morioka(defun-maybe-cond): Don't use `unless'.
1999-03-12 keiichi(condition-case-if): Abolish.
1999-03-12 keiichi(condition-case-if): New macro.
1999-03-08 ohta(poe): Move provide to the top to avoid circular depend...
1999-02-14 morioka(file-name-sans-extension): New function <copied from...
1998-11-13 morioka(defun-maybe-cond): fixed problem in Emacs 18.
1998-11-13 morioka(defsubst): Moved from poe-18.el.
1998-11-08 moriokaMove `eval-and-compile' to poe-18.el.
1998-11-06 morioka(combine-after-change-calls): fixed.
1998-10-31 morioka(combine-after-change-calls): New macro.
1998-10-28 morioka(defun-maybe-cond): New macro.
1998-10-27 morioka(subr-fboundp): New function.
1998-10-27 morioka(cancel-undo-boundary): Switch definition by existence...
1998-10-27 morioka(cancel-undo-boundary): New function.
1998-10-26 morioka(remove-local-hook): Use `defmacro-maybe'.
1998-10-26 moriokaFrom Mikio Nakajima <minakaji@osaka.email.ne.jp>:
1998-10-25 morioka(rassoc): New function.
1998-10-25 morioka(make-local-hook): New macro.
1998-10-25 moriokaModify header.
1998-10-25 moriokaAdd `byte-compile-dynamic' cookie.
1998-10-25 morioka(defalias-maybe): New macro.
1998-10-24 morioka(defvar-maybe): New macro.
1998-10-20 moriokaMove `find-face' from poe-19.el to poe.el; abolish...
1998-10-20 morioka(eval-and-compile): New macro.
1998-10-20 morioka(string): New function.
1998-10-16 morioka(define-obsolete-function-alias): Use `defalias' instead of
1998-10-16 morioka(define-obsolete-function-alias): New function.
1998-09-21 moriokaMerge poe.