diff options
| author | Chong Yidong | 2012-08-07 15:02:04 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-07 15:02:04 +0800 |
| commit | d10a51dcdfab2d9283bd2e3229330c511d5af193 (patch) | |
| tree | ac283584008d8eba23830ac40efcee76c25ffc66 /src/ChangeLog | |
| parent | 1ff8a4e98cd0c858a142b35a62b452a36449d259 (diff) | |
| download | emacs-d10a51dcdfab2d9283bd2e3229330c511d5af193.tar.gz emacs-d10a51dcdfab2d9283bd2e3229330c511d5af193.zip | |
Check for live frames explicitly in window.c functions which need it.
* window.c (Fwindow_edges, Fwindow_pixel_edges)
(Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
(Fdelete_window_internal): Signal an error if the window is not on
a live frame.
Fixes: debbugs:12025
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2dcfd9ccd64..727e3ca9819 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-08-07 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Fwindow_edges, Fwindow_pixel_edges) | ||
| 4 | (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal) | ||
| 5 | (Fdelete_window_internal): Signal an error if the window is not on | ||
| 6 | a live frame (Bug#12025). | ||
| 7 | |||
| 1 | 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | 10 | Drop FGET and revert read access to Lisp_Objects slots of struct frame. |