diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91ffbcff96b..57c623df56a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-09-15 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-09-15 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * window.el (display-buffer-base-action): Rename from | ||
| 4 | display-buffer-default-action. Make default value empty. | ||
| 5 | (display-buffer-overriding-action): Convert to defvar. | ||
| 6 | (display-buffer-fallback-action): New var. | ||
| 7 | |||
| 8 | 2011-09-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 9 | |||
| 3 | * emacs-lisp/package.el (package-alist): Fix risky-local-variable | 10 | * emacs-lisp/package.el (package-alist): Fix risky-local-variable |
| 4 | declaration. | 11 | declaration. |
| 5 | (package--add-to-archive-contents): If there is a duplicate entry | 12 | (package--add-to-archive-contents): If there is a duplicate entry |