diff options
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2267b24ace2..80f988ce490 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2003-03-22 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords): | ||
| 4 | Add generic versions here. Remove system specific versions | ||
| 5 | defined elsewhere. | ||
| 6 | |||
| 7 | * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords): | ||
| 8 | Add prototypes. | ||
| 9 | |||
| 1 | 2003-03-21 Kim F. Storm <storm@cua.dk> | 10 | 2003-03-21 Kim F. Storm <storm@cua.dk> |
| 2 | 11 | ||
| 3 | * xdisp.c (get_glyph_string_clip_rect): Use | 12 | * xdisp.c (get_glyph_string_clip_rect): Use |