]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sat, 17 Feb 2007 22:02:04 +0000 (22:02 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 17 Feb 2007 22:02:04 +0000 (22:02 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 49fd93093812bfec5a659c18b453cd0c36d023c3..22c64f751664d10b5cf50b97ddbd8e022aadec36 100644 (file)
@@ -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
index 5858450420e25a11494da5a7b4d360f38c3e0158..fce1a0641f1c9a4999a994801f5f1bc4be443352 100644 (file)
@@ -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.