From 64e6cc18e674b565b1c48716a251b26b7fef5ac8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 2 Oct 2000 11:19:01 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 15 +++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index addc2f25314..7c34473d5a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-10-02 Gerd Moellmann + + * startup.el (fancy-splash-head): Change message below the + logo. + 2000-10-02 Miles Bader * diff-mode.el (diff-goto-source): Emit a status message. diff --git a/src/ChangeLog b/src/ChangeLog index 1b68592eced..c890250eb49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2000-10-02 Gerd Moellmann + + * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can + return with a string converted to an integer or vice versa when + Vmocklisp_arguments is t. + (Fsignal): Likewise. The function can return for `quit'. + (struct gcpro): Declare member `var' to point to a volatile + Lisp_Object. + + * eval.c (error): Prevent compiler warning. + 2000-09-30 Stefan Monnier * keymap.c (keymap_memberp): New function. @@ -9,8 +20,8 @@ 2000-09-30 Gerd Moellmann * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use - gai_strerror. Make sure xerrno is set if connect fails. Improve - error recovery. + gai_strerror. Make sure xerrno is set if connect fails. Improve + error recovery. 2000-09-29 Jason Rumney -- 2.39.2