Mercurial > emacs
changeset 75993:b980e6c73752
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 17 Feb 2007 22:02:04 +0000 |
parents | 035ff8761729 |
children | 1879f509b310 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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 <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.