comparison src/ChangeLog @ 93068:3ca0c43ea37d

(run_funs): New fun. (run_window_configuration_change_hook): Use it to run the buffer-local and the global part of the hook.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Mar 2008 15:18:30 +0000
parents b14afcccfab6
children d94ac0f6a006
comparison
equal deleted inserted replaced
93067:b14afcccfab6 93068:3ca0c43ea37d
1 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
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.
2 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.
6 10