aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d9b4984b4d4..9358387d116 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12009-08-17 Ken Raeburn <raeburn@raeburn.org> 12009-08-17 Ken Raeburn <raeburn@raeburn.org>
2 2
3 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the
4 value.
5 (XFLOAT_INIT): New macro for storing a float value.
6 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
7 * fns.c (sxhash): Copy out the value of a float in order to
8 examine its bytes.
9 * dbusbind.c (xd_append_arg): Likewise.
10
3 * emacs.c (main): Don't call syms_of_data twice. 11 * emacs.c (main): Don't call syms_of_data twice.
4 12
52009-08-16 Michael Albinus <michael.albinus@gmx.de> 132009-08-16 Michael Albinus <michael.albinus@gmx.de>