From: Dave Love Date: Thu, 10 Feb 2000 20:28:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5053 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97fa0cc812e4151982e334e5ebfcd056445e5e94;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 87687f7d17d..2113de1f022 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2000-02-10 Dave Love + + * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) + (erlang_func): Add `static' to definitions to keep pcc happy. + 2000-01-31 Francesco Potorti` * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. diff --git a/src/ChangeLog b/src/ChangeLog index 1b721873856..a9c04db742c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-02-10 Dave Love + + * xfns.c (create_frame_xic): Fix initialization of automatic + aggregates for pcc. + 2000-02-09 Kenichi Handa * ccl.c (CCL_MAKE_CHAR): New macro.