aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-26 12:37:39 +0000
committerGerd Moellmann2000-09-26 12:37:39 +0000
commit77072ab16d90b7081d8bd4d12a33ef3827fbcac7 (patch)
tree911b2857a720178eae30b0ff0d7b151f8db65f33 /src
parentcbccabec65cc7571d96f40526b23562483e38701 (diff)
downloademacs-77072ab16d90b7081d8bd4d12a33ef3827fbcac7.tar.gz
emacs-77072ab16d90b7081d8bd4d12a33ef3827fbcac7.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4d5007bd02c..6dcbbbb1ed6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12000-09-26 Gerd Moellmann <gerd@gnu.org> 12000-09-26 Gerd Moellmann <gerd@gnu.org>
2 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.
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