diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bdf4541154e..07963de9e1b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 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, |