From 77072ab16d90b7081d8bd4d12a33ef3827fbcac7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 26 Sep 2000 12:37:39 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ src/ChangeLog | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 296a36e45b3..e89ce1f7e81 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-09-26 Gerd Moellmann + * frame.el (frame-notice-user-settings): Make tool-bar-mode and + default-frame-alist consistent. + * toolbar/tool-bar.el (tool-bar-help): New function. 2000-09-25 Gerd Moellmann diff --git a/src/ChangeLog b/src/ChangeLog index 4d5007bd02c..6dcbbbb1ed6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2000-09-26 Gerd Moellmann + * window.c (freeze_window_starts): Construct last argument for + foreach_window differently. + + * xfns.c (x_decode_color): Don't return a Lisp_Object. + + * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and + EMACS_UINT instead of `int' and `unsigned int'. + (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'. + + * frame.h (struct frame): Make the `nothing' member of union + output_data an EMACS_INT. + * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug hunting. (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's -- 2.39.2