aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-05-28 22:20:40 +0000
committerKim F. Storm2006-05-28 22:20:40 +0000
commit6c6e0bb44e484071e69ec6d3e703f20f328b20ad (patch)
treed211d7a8485d3c0edbe8da0b17122d284675ad7a
parent98d0738d275c8dc0e29eefca0acbb97b31a36f37 (diff)
downloademacs-6c6e0bb44e484071e69ec6d3e703f20f328b20ad.tar.gz
emacs-6c6e0bb44e484071e69ec6d3e703f20f328b20ad.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc5602d44a1..f643cd337c7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-05-29 Kim F. Storm <storm@cua.dk>
2
3 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic variables
4 `pos' and `raw-data' for clarity, as eval forms may access these.
5
12006-05-28 Kim F. Storm <storm@cua.dk> 62006-05-28 Kim F. Storm <storm@cua.dk>
2 7
3 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings. 8 * 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 @@
12006-05-29 Kim F. Storm <storm@cua.dk>
2
3 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4 `bindat-idx' and `bindat-raw' for clarity.
5
12006-05-27 Thien-Thi Nguyen <ttn@gnu.org> 62006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2 7
3 * processes.texi (Bindat Spec): Expand on `repeat' handler. 8 * processes.texi (Bindat Spec): Expand on `repeat' handler.