From: Gerd Moellmann Date: Fri, 14 Jul 2000 18:03:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2813 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5acf0cab8a1fc29f7f1ace0b261067a329b28a1;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2a08ac71f81..23bdde2f9e1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,14 @@ +2000-07-14 Gerd Moellmann + + * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and + ymalloc. + + * etags.c (xmalloc, xrealloc): Make externally visible, for use + by alloca.o. + + * Makefile.in (alloca.o): Add -Demacs so that alloca will use + xmalloc. + 2000-07-10 Gerd Moellmann * ebrowse.c (yylex): Accept string literals with newlines in them. diff --git a/src/ChangeLog b/src/ChangeLog index 18059075bb6..c3901a758e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -14,6 +14,8 @@ 2000-07-14 Gerd Moellmann + * alloca.c (malloc) [emacs]: Define as xmalloc. + * xfns.c (Fx_show_tip): If frame parameters contain a position, use that instead of the mouse position. Add parameters DX and DY.