diff options
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 67f8507a26b..ccfcb48daf0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,15 @@ | |||
| 1 | 2011-11-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Fwindow_body_size): Mention in the doc string that the | ||
| 4 | return value is in frame's canonical units. (Bug#9949) | ||
| 5 | |||
| 1 | 2011-11-03 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-11-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 8 | * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947) | ||
| 9 | |||
| 3 | * w32fns.c (unwind_create_frame): If needed, free the glyph | 10 | * w32fns.c (unwind_create_frame): If needed, free the glyph |
| 4 | matrices of the partially constructed frame. (Bug#9943) | 11 | matrices of the partially constructed frame. (Bug#9943) |
| 12 | * xfns.c (unwind_create_frame): Likewise. | ||
| 5 | 13 | ||
| 6 | 2011-11-01 Eli Zaretskii <eliz@gnu.org> | 14 | 2011-11-01 Eli Zaretskii <eliz@gnu.org> |
| 7 | 15 | ||