diff options
author | Kim F. Storm <storm@cua.dk> | 2007-02-17 22:02:04 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2007-02-17 22:02:04 +0000 |
commit | 255d98f85def3fd4a3691d2a09d7885980e18d8a (patch) | |
tree | 626e14db5b12606aa05a104777e5b53560425551 | |
parent | 57bb3c252c00a56168f0b848d53f2cd7b8d16a9b (diff) | |
download | emacs-255d98f85def3fd4a3691d2a09d7885980e18d8a.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 7 | ||||
-rw-r--r-- | lispref/ChangeLog | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49fd9309381..22c64f75166 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-02-17 Kim F. Storm <storm@cua.dk> + + * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize. + (bindat--unpack-item, bindat--length-group, bindat--pack-item) + (bindat--unpack-group, bindat--pack-group): + Handle vectors with optional element type. + 2007-02-17 Daiki Ueno <ueno@unixuser.org> * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 5858450420e..fce1a0641f1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,9 @@ +2007-02-17 Kim F. Storm <storm@cua.dk> + + * processes.texi (Bindat Spec): Vector types can have optional + element type. + (Bindat Examples): Fix example. Add vector with element type. + 2007-02-16 Andreas Schwab <schwab@suse.de> * strings.texi (Formatting Strings): Document '+' flag. |