From: Richard M. Stallman Date: Mon, 29 May 2006 00:30:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2226 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0985f920394f5ee6a2fcf39ec1fbd53fbd3510bc;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f643cd337c7..ac1ff2c947e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-05-28 Richard Stallman + + * subr.el (load-history-regexp): If FILE is relative, insist + entire last name component must match it. + (load-history-filename-element, load-history-regexp): Doc fixes. + 2006-05-29 Kim F. Storm * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic variables diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c53a2b19a26..7db6cb47e63 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-05-28 Richard Stallman + + * tips.texi (Coding Conventions): Better explain reasons not to + advise other packages or use `eval-after-load'. + 2006-05-29 Kim F. Storm * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to