aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 30af92a57e9..b3125b2c183 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12011-07-19 Paul Eggert <eggert@cs.ucla.edu> 12011-07-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Use ptrdiff_t for composition IDs.
4 * character.c (lisp_string_width):
5 * composite.c (composition_table_size, n_compositions)
6 (get_composition_id, composition_gstring_from_id):
7 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
8 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
9 * window.c (Frecenter):
10 Use ptrdiff_t, not int, for composition IDs.
11 * composite.c (get_composition_id): Check for integer overflow.
12 * composite.h: Adjust prototypes to match the above changes.
13
3 Use ptrdiff_t for hash table indexes. 14 Use ptrdiff_t for hash table indexes.
4 * category.c (hash_get_category_set): 15 * category.c (hash_get_category_set):
5 * ccl.c (ccl_driver): 16 * ccl.c (ccl_driver):