diff options
| author | Chong Yidong | 2010-07-02 12:35:08 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-07-02 12:35:08 -0400 |
| commit | 54ee7410c5a6301f37cb107317a5533c0bcc3cf9 (patch) | |
| tree | 72d4012617229fe56396885d25fe6f3944864fe7 /src/ChangeLog | |
| parent | d0cb23caf4c6a1fffaceddecc3eadb80c8948176 (diff) | |
| download | emacs-54ee7410c5a6301f37cb107317a5533c0bcc3cf9.tar.gz emacs-54ee7410c5a6301f37cb107317a5533c0bcc3cf9.zip | |
Fix faulty `if' statement in delete_frame.
* frame.c (Qtooltip): New var.
(delete_frame): Use it. Fix faulty if statement. Don't update
mode line for tooltip frames. Suggested by Martin Rudalics.
* xfns.c (x_create_tip_frame):
* w32fns.c (x_create_tip_frame): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0db4a543ab7..77581160a0e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-07-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * frame.c (Qtooltip): New var. | ||
| 4 | (delete_frame): Use it. Fix faulty if statement. Don't update | ||
| 5 | mode line for tooltip frames. Suggested by Martin Rudalics. | ||
| 6 | |||
| 7 | * xfns.c (x_create_tip_frame): | ||
| 8 | * w32fns.c (x_create_tip_frame): Use it. | ||
| 9 | |||
| 1 | 2010-06-30 Naohiro Aota <naota@elisp.net> (tiny change) | 10 | 2010-06-30 Naohiro Aota <naota@elisp.net> (tiny change) |
| 2 | 11 | ||
| 3 | * xftfont.c (xftfont_open): Check font width one by one also when | 12 | * xftfont.c (xftfont_open): Check font width one by one also when |