diff options
| author | Jason Rumney | 2002-01-09 22:42:49 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-01-09 22:42:49 +0000 |
| commit | 74779f52c5d8994ecea4aeb42a6a68fc0b54901a (patch) | |
| tree | 27bda020a9639333e0f402d3dcf023875dfbaea0 /src/ChangeLog | |
| parent | b93e5ce229008d4a06302f05d0e1e958a29a1a5e (diff) | |
| download | emacs-74779f52c5d8994ecea4aeb42a6a68fc0b54901a.tar.gz emacs-74779f52c5d8994ecea4aeb42a6a68fc0b54901a.zip | |
(x_consider_frame_title): Don't count the tooltip frame
when checking for multiple frames.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bd5fbc5957d..13536e505e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-01-09 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (x_consider_frame_title): Don't count the tooltip frame | ||
| 4 | when checking for multiple frames. | ||
| 5 | |||
| 1 | 2002-01-08 Richard M. Stallman <rms@gnu.org> | 6 | 2002-01-08 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * window.c (delete_window): Rewrite the code for changing the | 8 | * window.c (delete_window): Rewrite the code for changing the |