diff options
| author | Chong Yidong | 2012-03-12 14:34:32 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-12 14:34:32 +0800 |
| commit | d1f55f1668a70cc196509d11c7c92d22b1aa5ee7 (patch) | |
| tree | 2567fe42029508f35af68d6254be163d6f5e81f5 /src/ChangeLog | |
| parent | dbbc2e69e4fb3b8278a33fb3f5256786b18e8180 (diff) | |
| download | emacs-d1f55f1668a70cc196509d11c7c92d22b1aa5ee7.tar.gz emacs-d1f55f1668a70cc196509d11c7c92d22b1aa5ee7.zip | |
Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.
This is a tweak to 2012-02-23T07:28:21Z!cyd@gnu.org, suggested by Stefan.
* eval.c (inhibit_lisp_code): Rename from
inhibit_window_configuration_change_hook; move from window.c.
* xfns.c (unwind_create_frame_1, Fx_create_frame):
* window.c (run_window_configuration_change_hook)
(syms_of_window): Callers changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0bcbf4e269a..07cc8dac1b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-03-12 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * eval.c (inhibit_lisp_code): Rename from | ||
| 4 | inhibit_window_configuration_change_hook; move from window.c. | ||
| 5 | |||
| 6 | * xfns.c (unwind_create_frame_1, Fx_create_frame): | ||
| 7 | * window.c (run_window_configuration_change_hook) | ||
| 8 | (syms_of_window): Callers changed. | ||
| 9 | |||
| 1 | 2012-03-11 Chong Yidong <cyd@gnu.org> | 10 | 2012-03-11 Chong Yidong <cyd@gnu.org> |
| 2 | 11 | ||
| 3 | * keymap.c (Fkey_description): Doc fix (Bug#9700). | 12 | * keymap.c (Fkey_description): Doc fix (Bug#9700). |