diff options
| author | Eli Zaretskii | 2006-03-11 12:03:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-03-11 12:03:12 +0000 |
| commit | 97b5ae784da87d61fac93904f11aed356d9215f5 (patch) | |
| tree | f7e9743bc2c88b192b268d6c45cb9202d87c2b50 /src/ChangeLog | |
| parent | 8cb56728dda0b94f3b93f039414f56b24d188c19 (diff) | |
| download | emacs-97b5ae784da87d61fac93904f11aed356d9215f5.tar.gz emacs-97b5ae784da87d61fac93904f11aed356d9215f5.zip | |
(mac_draw_rectangle): Don't add 1 to width and height.
(x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground)
(x_draw_image_foreground): Don't subtract 1 from width and height
arguments to mac_draw_rectangle.
(x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 082be6c8cf5..2ed0b9b133c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-03-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1. | ||
| 4 | |||
| 5 | * macterm.c (mac_draw_rectangle): Don't add 1 to width and height. | ||
| 6 | (x_draw_glyph_string_foreground) | ||
| 7 | (x_draw_composite_glyph_string_foreground) | ||
| 8 | (x_draw_image_foreground): Don't subtract 1 from width and height | ||
| 9 | arguments to mac_draw_rectangle. | ||
| 10 | (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width. | ||
| 11 | |||
| 1 | 2006-03-10 Kim F. Storm <storm@cua.dk> | 12 | 2006-03-10 Kim F. Storm <storm@cua.dk> |
| 2 | 13 | ||
| 3 | * alloc.c (USE_POSIX_MEMALIGN): Fix last change. | 14 | * alloc.c (USE_POSIX_MEMALIGN): Fix last change. |