diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5b58d77e54a..e186b8af87f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-09-01 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-09-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32uniscribe.c (uniscribe_shape): Handle correctly the case of | ||
| 4 | more than one grapheme cluster passed to the shaper: compute the | ||
| 5 | offset adjustment values separately for each cluster. (Bug#11860) | ||
| 6 | |||
| 3 | * image.c: Restore mistakenly removed inclusion of w32.h. Without | 7 | * image.c: Restore mistakenly removed inclusion of w32.h. Without |
| 4 | it, GCC doesn't see prototypes of w32_delayed_load, and complains | 8 | it, GCC doesn't see prototypes of w32_delayed_load, and complains |
| 5 | about implicit conversions from integer to pointer. | 9 | about implicit conversions from integer to pointer. |