diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-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. |