aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01332c0b9f5..0c160c1560e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> 12007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 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).
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