comparison src/ChangeLog @ 31904:d459e68ca9e8

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 26 Sep 2000 12:37:39 +0000
parents a73424672d42
children 06869c11cb90
comparison
equal deleted inserted replaced
31903:3e0a1f91c149 31904:d459e68ca9e8
1 2000-09-26 Gerd Moellmann <gerd@gnu.org> 1 2000-09-26 Gerd Moellmann <gerd@gnu.org>
2
3 * window.c (freeze_window_starts): Construct last argument for
4 foreach_window differently.
5
6 * xfns.c (x_decode_color): Don't return a Lisp_Object.
7
8 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
9 EMACS_UINT instead of `int' and `unsigned int'.
10 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.
11
12 * frame.h (struct frame): Make the `nothing' member of union
13 output_data an EMACS_INT.
2 14
3 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug 15 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug
4 hunting. 16 hunting.
5 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's 17 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
6 size in the sdata structure. 18 size in the sdata structure.