diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42a0a52559e..e7efa92a64c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-12-29 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group) | ||
| 4 | (bindat--pack-group): Let-bind COUNT during repeat block evaluation. | ||
| 5 | |||
| 1 | 2006-12-27 Kim F. Storm <storm@cua.dk> | 6 | 2006-12-27 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp, | 8 | * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp, |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1e93fe189e0..5e66dd7bf9d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-12-29 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * processes.texi (Bindat Spec): Explain eval forms and lengths better. | ||
| 4 | Add count and index variables for eval forms in repeat blocks. | ||
| 5 | |||
| 1 | 2006-12-24 Richard Stallman <rms@gnu.org> | 6 | 2006-12-24 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * customize.texi (Variable Definitions): Document | 8 | * customize.texi (Variable Definitions): Document |