diff options
| author | Jan Djärv | 2005-12-14 20:58:33 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-12-14 20:58:33 +0000 |
| commit | bf63eb69676e4bb7804802c3d3a727dbfac149d0 (patch) | |
| tree | a82d9ebb4479210b1053946c0cca8f11d2cbf97d /src/ChangeLog | |
| parent | 9b98e161251e6d57205ff95ea19c2f07737f80da (diff) | |
| download | emacs-bf63eb69676e4bb7804802c3d3a727dbfac149d0.tar.gz emacs-bf63eb69676e4bb7804802c3d3a727dbfac149d0.zip | |
* xfns.c (compute_tip_xy): Handle negative dx and dy.
* w32fns.c (compute_tip_xy): Ditto
* macfns.c (compute_tip_xy): Ditto
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 b26416b7839..369846e302d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-12-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c (compute_tip_xy): Handle negative dx and dy. | ||
| 4 | |||
| 5 | * w32fns.c (compute_tip_xy): Ditto | ||
| 6 | |||
| 7 | * macfns.c (compute_tip_xy): Ditto | ||
| 8 | |||
| 1 | 2005-12-14 Chong Yidong <cyd@stupidchicken.com> | 9 | 2005-12-14 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 10 | ||
| 3 | * print.c (print_preprocess): Go to a deeper print_depth to avoid | 11 | * print.c (print_preprocess): Go to a deeper print_depth to avoid |