diff options
| author | Jan D | 2010-07-01 14:34:40 +0200 |
|---|---|---|
| committer | Jan D | 2010-07-01 14:34:40 +0200 |
| commit | 9d5405ec3c2761b5970fbb37397375ae62dc1833 (patch) | |
| tree | 6cca052c4c2653ed43a139606938b82d1225c3bb /src/ChangeLog | |
| parent | 7a18115b47a70b38ead24ee29ec308c4f2da007f (diff) | |
| download | emacs-9d5405ec3c2761b5970fbb37397375ae62dc1833.tar.gz emacs-9d5405ec3c2761b5970fbb37397375ae62dc1833.zip | |
New functions that return window edges with absolute coords (bug#5721).
* window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
(Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a49d47b266..ce75b2800b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-07-01 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2010-07-01 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges) | ||
| 4 | (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721). | ||
| 5 | |||
| 3 | * nsfns.m (compute_tip_xy): Do not convert coordinates from frame | 6 | * nsfns.m (compute_tip_xy): Do not convert coordinates from frame |
| 4 | parameters, they are already absolute. | 7 | parameters, they are already absolute. |
| 5 | 8 | ||