comparison src/ChangeLog @ 84758:1ad5dfad0058

(candidate_window_p): Consider frames that are being placed by the user as somewhere between visible and iconified. (window_loop): Prefer windows on the current frame. (Fselect_window): Move the use of select-frame to the beginning so we can just delegate all the work (it'll call us back anyway).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 21 Sep 2007 07:59:46 +0000
parents 46029aa75461
children 6221fe13ef8a
comparison
equal deleted inserted replaced
84757:0ad86b4682fb 84758:1ad5dfad0058
1 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.c (candidate_window_p): Consider frames that are being placed
4 by the user as somewhere between visible and iconified.
5 (window_loop): Prefer windows on the current frame.
6 (Fselect_window): Move the use of select-frame to the beginning so we
7 can just delegate all the work (it'll call us back anyway).
2 8
3 * frame.c (Qdisplay_environment_variable): 9 * frame.c (Qdisplay_environment_variable):
4 * frame.h (Qdisplay_environment_variable): Delete. 10 * frame.h (Qdisplay_environment_variable): Delete.
5 11
6 * .gdbinit (xbacktrace): Print the arg's address rather than the value 12 * .gdbinit (xbacktrace): Print the arg's address rather than the value