Mercurial > emacs
comparison src/ChangeLog @ 52280:3b17574dfec4
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Aug 2003 16:57:22 +0000 |
parents | 29a54e360c88 |
children | 6019cde69fa7 |
comparison
equal
deleted
inserted
replaced
52279:9e37dafb7d31 | 52280:3b17574dfec4 |
---|---|
1 2003-08-20 Dave Love <fx@gnu.org> | |
2 | |
3 * atimer.h: Include lisp.h. | |
4 | |
5 * lisp.h (EMACS_LISP_H): New. | |
6 (popup_activated_flag): Don't declare. | |
7 | |
8 * alloca.c: Some merging with gnulib. Change logic and doc | |
9 concerning (x)malloc/(x)free -- no longer Emacs-specific. | |
10 [DO_BLOCK_INPUT]: Don't include lisp.h. | |
11 (xmalloc, xfree): Declare. | |
12 (malloc): Don't declare. | |
13 | |
14 * Makefile.in (LWLIB_OPTIONS): Removed (unused). | |
15 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on | |
16 atimer.h, blockinput.h. | |
17 | |
18 * alloc.c (lisp_align_malloc): Change type of `aligned'. | |
19 | |
20 * alloca.s: Removed. | |
21 | |
1 2003-08-19 Gerd Moellmann <gerd@gnu.org> | 22 2003-08-19 Gerd Moellmann <gerd@gnu.org> |
2 | 23 |
3 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO, | 24 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO, |
4 use -lncurses. | 25 use -lncurses. |
5 | 26 |