From: Juanma Barranquero Date: Wed, 19 Mar 2008 18:26:51 +0000 (+0000) Subject: Revert accidental deletion of an entry. X-Git-Tag: emacs-pretest-23.0.90~7044 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5c54077158867b1ba59abd4dadca99ff48c6530;p=emacs.git Revert accidental deletion of an entry. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9fd8d692db6..b436cb7e998 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -25,6 +25,16 @@ * minibuf.c (read_minibuf): * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM. +2008-03-19 Stefan Monnier + + * window.c (run_funs): New fun. + (run_window_configuration_change_hook): Use it to run the buffer-local + and the global part of the hook. + + * xdisp.c (format_mode_line_unwind_data): Add window argument. + (unwind_format_mode_line): Restore selected window. + (x_consider_frame_title, Fformat_mode_line): Set selected window. + 2008-03-17 Stefan Monnier * editfns.c (Fchar_equal): Check they are valid characters.