aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-03-19 15:18:30 +0000
committerStefan Monnier2008-03-19 15:18:30 +0000
commit6a44ffb3b4347e5b5f8168fd6df26278abde69aa (patch)
tree4090a24e47bca9ca342c6f3357a5855ca704f564 /src/ChangeLog
parent6355802033d202c63f6fff4b77bf2b0c7aecceef (diff)
downloademacs-6a44ffb3b4347e5b5f8168fd6df26278abde69aa.tar.gz
emacs-6a44ffb3b4347e5b5f8168fd6df26278abde69aa.zip
(run_funs): New fun.
(run_window_configuration_change_hook): Use it to run the buffer-local and the global part of the hook.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0dc18c83880..875e8b79434 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12008-03-19 Stefan Monnier <monnier@iro.umontreal.ca> 12008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * window.c (run_funs): New fun.
4 (run_window_configuration_change_hook): Use it to run the buffer-local
5 and the global part of the hook.
6
3 * xdisp.c (format_mode_line_unwind_data): Add window argument. 7 * xdisp.c (format_mode_line_unwind_data): Add window argument.
4 (unwind_format_mode_line): Restore selected window. 8 (unwind_format_mode_line): Restore selected window.
5 (x_consider_frame_title, Fformat_mode_line): Set selected window. 9 (x_consider_frame_title, Fformat_mode_line): Set selected window.