aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5c5d72c89cb..4b029374f83 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12011-04-04 Paul Eggert <eggert@cs.ucla.edu> 12011-04-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * composite.h (COMPOSITION_DECODE_REFS): New macro,
4 breaking out part of COMPOSITION_DECODE_RULE.
5 (COMPOSITION_DECODE_RULE): Use it.
6 * composite.c (get_composition_id): Remove unused local vars,
7 by using the new macro.
8
3 * textprop.c (set_text_properties_1): Change while to do-while, 9 * textprop.c (set_text_properties_1): Change while to do-while,
4 since the condition is always true at first. 10 since the condition is always true at first.
5 11