diff options
| author | Eli Zaretskii | 2012-07-23 19:57:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-07-23 19:57:20 +0300 |
| commit | 436bc8e0a73e02ed0840633c4d4d4922a222db24 (patch) | |
| tree | 2abf02a155efdc34837295c07b74de3593c2423e /src/ChangeLog | |
| parent | dfce923ac9b8e14bcb2937617775cc310745978a (diff) | |
| download | emacs-436bc8e0a73e02ed0840633c4d4d4922a222db24.tar.gz emacs-436bc8e0a73e02ed0840633c4d4d4922a222db24.zip | |
Fix bug #12025 with a crash when displaying tooltips.
src/print.c (print_object): Don't crash when a frame's name is nil
or invalid.
src/window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
it signals an error when a tooltip frame is being created.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fb25d8dc937..40654e5a492 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-07-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * print.c (print_object): Don't crash when a frame's name is nil | ||
| 4 | or invalid. (Bug#12025) | ||
| 5 | |||
| 6 | * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as | ||
| 7 | it signals an error when a tooltip frame is being created. | ||
| 8 | |||
| 1 | 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru> | 9 | 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 10 | ||
| 3 | Cleanup miscellaneous objects allocation and initialization. | 11 | Cleanup miscellaneous objects allocation and initialization. |