Mercurial > emacs
changeset 52280:3b17574dfec4
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Aug 2003 16:57:22 +0000 |
parents | 9e37dafb7d31 |
children | 5d588ea856f6 |
files | src/ChangeLog |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Aug 20 16:56:50 2003 +0000 +++ b/src/ChangeLog Wed Aug 20 16:57:22 2003 +0000 @@ -1,3 +1,24 @@ +2003-08-20 Dave Love <fx@gnu.org> + + * atimer.h: Include lisp.h. + + * lisp.h (EMACS_LISP_H): New. + (popup_activated_flag): Don't declare. + + * alloca.c: Some merging with gnulib. Change logic and doc + concerning (x)malloc/(x)free -- no longer Emacs-specific. + [DO_BLOCK_INPUT]: Don't include lisp.h. + (xmalloc, xfree): Declare. + (malloc): Don't declare. + + * Makefile.in (LWLIB_OPTIONS): Removed (unused). + (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on + atimer.h, blockinput.h. + + * alloc.c (lisp_align_malloc): Change type of `aligned'. + + * alloca.s: Removed. + 2003-08-19 Gerd Moellmann <gerd@gnu.org> * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,