diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-04-09 Glenn Morris <rgm@gnu.org> | 8 | 2012-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 |