diff options
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. |