+2006-05-29 Kim F. Storm <storm@cua.dk>
+
+ * 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 <storm@cua.dk>
* emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
+2006-05-29 Kim F. Storm <storm@cua.dk>
+
+ * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
+ `bindat-idx' and `bindat-raw' for clarity.
+
2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
* processes.texi (Bindat Spec): Expand on `repeat' handler.