diff options
| author | Stefan Monnier | 2007-09-21 09:03:41 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-21 09:03:41 +0000 |
| commit | 273f164cc4d8c1ad649442f6459c698ccdde3c3c (patch) | |
| tree | 2152a540c9fb003d379141c1f4ec7c6aed1b240d /src/ChangeLog | |
| parent | 8c5de2a1193f0b9fa38ccf6f98c8427a136579cb (diff) | |
| download | emacs-273f164cc4d8c1ad649442f6459c698ccdde3c3c.tar.gz emacs-273f164cc4d8c1ad649442f6459c698ccdde3c3c.zip | |
(allocate_terminal): Declare.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0c160c1560e..859409092b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lisp.h (allocate_terminal): Declare. | ||
| 4 | |||
| 3 | * window.c (candidate_window_p): Consider frames that are being placed | 5 | * window.c (candidate_window_p): Consider frames that are being placed |
| 4 | by the user as somewhere between visible and iconified. | 6 | by the user as somewhere between visible and iconified. |
| 5 | (window_loop): Prefer windows on the current frame. | 7 | (window_loop): Prefer windows on the current frame. |