aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-04 12:46:32 -0700
committerPaul Eggert2011-04-04 12:46:32 -0700
commitb13a45c6f92b2489ddd16ba2af9f19ebf46d3a2a (patch)
treeef4d445ec413a6638c438b5952a617dc57ba322f /src/ChangeLog
parent1e792e4d80f58bdb5b460518729eb0585b10f8d3 (diff)
downloademacs-b13a45c6f92b2489ddd16ba2af9f19ebf46d3a2a.tar.gz
emacs-b13a45c6f92b2489ddd16ba2af9f19ebf46d3a2a.zip
* composite.h (COMPOSITION_DECODE_REFS): New macro,
breaking out part of COMPOSITION_DECODE_RULE. (COMPOSITION_DECODE_RULE): Use it. * composite.c (get_composition_id): Remove unused local vars, by using the new macro.
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