Mercurial > emacs
comparison src/ChangeLog @ 88050:449ffc76e463
* window.c (run_window_configuration_change_hook): New function.
Code extracted from set_window_buffer. Set the selected frame.
(set_window_buffer): Use it.
* window.h (run_window_configuration_change_hook): Declare.
* dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 28 Jan 2008 19:05:13 +0000 |
parents | 215c19bb6020 |
children | 04b0cba247d8 |
comparison
equal
deleted
inserted
replaced
88049:3f51de0dbaee | 88050:449ffc76e463 |
---|---|
1 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * window.c (run_window_configuration_change_hook): New function. | |
4 Code extracted from set_window_buffer. Set the selected frame. | |
5 (set_window_buffer): Use it. | |
6 * window.h (run_window_configuration_change_hook): Declare. | |
7 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer. | |
2 | 8 |
3 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM). | 9 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM). |
4 | 10 |
5 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu> | 11 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu> |
6 | 12 |