# HG changeset patch # User Richard M. Stallman # Date 1148862623 0 # Node ID 50e8561148f44ada58a0d211061a276d2b5da475 # Parent a0da1a83020d83f617b512fc634f3ef233f407ee *** empty log message *** diff -r a0da1a83020d -r 50e8561148f4 lisp/ChangeLog --- a/lisp/ChangeLog Mon May 29 00:28:43 2006 +0000 +++ b/lisp/ChangeLog Mon May 29 00:30:23 2006 +0000 @@ -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 -r a0da1a83020d -r 50e8561148f4 lispref/ChangeLog --- a/lispref/ChangeLog Mon May 29 00:28:43 2006 +0000 +++ b/lispref/ChangeLog Mon May 29 00:30:23 2006 +0000 @@ -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