diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fbb398335d8..83d3f3e4677 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in | ||
| 4 | different alternative patterns. | ||
| 5 | (pcase-codegen): Be more careful to preserve identity. | ||
| 6 | (pcase--u1): Don't forget to mark vars as used. | ||
| 7 | |||
| 8 | * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant. | ||
| 9 | (byte-compile-close-variables): Bind byte-compile--outbuffer here... | ||
| 10 | (byte-compile-from-buffer): ...rather than here. | ||
| 11 | |||
| 12 | * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess | ||
| 13 | functions from byte-compile-function-environment. | ||
| 14 | |||
| 1 | 2012-05-29 Troels Nielsen <bn.troels@gmail.com> | 15 | 2012-05-29 Troels Nielsen <bn.troels@gmail.com> |
| 2 | 16 | ||
| 3 | * window.el (window-deletable-p): Avoid deleting the root window | 17 | * window.el (window-deletable-p): Avoid deleting the root window |