diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc5602d44a1..f643cd337c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-29 Kim F. Storm + + * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic variables + `pos' and `raw-data' for clarity, as eval forms may access these. + 2006-05-28 Kim F. Storm * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index fe808c28ce9..c53a2b19a26 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-05-29 Kim F. Storm + + * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to + `bindat-idx' and `bindat-raw' for clarity. + 2006-05-27 Thien-Thi Nguyen * processes.texi (Bindat Spec): Expand on `repeat' handler.