# HG changeset patch # User Kim F. Storm # Date 1171749724 0 # Node ID b980e6c73752d85d680fe8f625708eb2ac7d3d91 # Parent 035ff8761729f0d2f95d96a4046c3828ca3920a0 *** empty log message *** diff -r 035ff8761729 -r b980e6c73752 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 17 22:00:17 2007 +0000 +++ b/lisp/ChangeLog Sat Feb 17 22:02:04 2007 +0000 @@ -1,3 +1,10 @@ +2007-02-17 Kim F. Storm + + * 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 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil diff -r 035ff8761729 -r b980e6c73752 lispref/ChangeLog --- a/lispref/ChangeLog Sat Feb 17 22:00:17 2007 +0000 +++ b/lispref/ChangeLog Sat Feb 17 22:02:04 2007 +0000 @@ -1,3 +1,9 @@ +2007-02-17 Kim F. Storm + + * 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 * strings.texi (Formatting Strings): Document '+' flag.