Mercurial > emacs
changeset 93078:232558876fd1
Revert accidental deletion of an entry.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 19 Mar 2008 18:26:51 +0000 |
parents | 49a2376794b9 |
children | 4af1d1ce512c |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Mar 19 18:21:52 2008 +0000 +++ b/src/ChangeLog Wed Mar 19 18:26:51 2008 +0000 @@ -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 <monnier@iro.umontreal.ca> + + * 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 <monnier@iro.umontreal.ca> * editfns.c (Fchar_equal): Check they are valid characters.