aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-08 23:52:40 -0700
committerPaul Eggert2012-04-08 23:52:40 -0700
commitcb3c2e3eca8bf31ac861739272ba1e182f4ec295 (patch)
treebab0f81fd2dacd585af9804b21a6b7a71a411a84 /src/ChangeLog
parent50fe702a88904e0e29ccda7b7b41782985a16d48 (diff)
downloademacs-cb3c2e3eca8bf31ac861739272ba1e182f4ec295.tar.gz
emacs-cb3c2e3eca8bf31ac861739272ba1e182f4ec295.zip
composite.c: use 'double' consistently
* composite.c (get_composition_id): Use 'double' consistently instead of converting 'float' to 'double' and vice versa; this is easier to understand and avoids a GCC warning.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eea8345b4f4..dbff8e35492 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-04-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 composite.c: use 'double' consistently
4 * composite.c (get_composition_id): Use 'double' consistently
5 instead of converting 'float' to 'double' and vice versa; this is
6 easier to understand and avoids a GCC warning.
7
12012-04-09 Glenn Morris <rgm@gnu.org> 82012-04-09 Glenn Morris <rgm@gnu.org>
2 9
3 * Makefile.in: Generate leim-list with bootstrap-emacs, in 10 * Makefile.in: Generate leim-list with bootstrap-emacs, in