1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2007-02-17 22:02:04 +00:00
parent 57bb3c252c
commit 255d98f85d
2 changed files with 13 additions and 0 deletions

View 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> 2007-02-17 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil

View 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> 2007-02-16 Andreas Schwab <schwab@suse.de>
* strings.texi (Formatting Strings): Document '+' flag. * strings.texi (Formatting Strings): Document '+' flag.