diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8d74ab2053..1e351e59a06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * window.el (special-display-p, display-buffer): | ||
| 4 | Fix up C->Elisp transcription error. | ||
| 5 | |||
| 6 | 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-current-group): New var. | 8 | * emacs-lisp/bytecomp.el (byte-compile-current-group): New var. |
| 4 | (byte-compile-file): Initialize it. | 9 | (byte-compile-file): Initialize it. |
| 5 | (byte-compile-nogroup-warn): Keep track of the current group. | 10 | (byte-compile-nogroup-warn): Keep track of the current group. |