aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-08-03 14:09:57 -0700
committerPaul Eggert2013-08-03 14:09:57 -0700
commit98f638d640c0bb4cbda7a3134611b03b6ee08d44 (patch)
tree7fd18ad6b0446afcf7211e50eec3bc954a8f3454 /src/ChangeLog
parent416a3e013f845dc93385cfdf8b95e1f42bab5462 (diff)
downloademacs-98f638d640c0bb4cbda7a3134611b03b6ee08d44.tar.gz
emacs-98f638d640c0bb4cbda7a3134611b03b6ee08d44.zip
* composite.h: Minor fixups.
(composition_registered_p): Rename from COMPOSITION_REGISTERD_P to fix a misspelling, and change it to an inline function while we're at it (it need not be a macro). All uses changed. (composition_method, composition_valid_p): Rewrite to avoid assignments in if-conditions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8f275f0fe89..69e00cadbe9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-08-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 * composite.h: Minor fixups.
4 (composition_registered_p): Rename from COMPOSITION_REGISTERD_P
5 to fix a misspelling, and change it to an inline function while
6 we're at it (it need not be a macro). All uses changed.
7 (composition_method, composition_valid_p):
8 Rewrite to avoid assignments in if-conditions.
9
12013-08-03 Dmitry Antipov <dmantipov@yandex.ru> 102013-08-03 Dmitry Antipov <dmantipov@yandex.ru>
2 11
3 Do not use global Lisp_Object in composition macros. 12 Do not use global Lisp_Object in composition macros.