Mercurial > emacs
comparison src/ChangeLog @ 47187:075242ae1c42
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Sep 2002 13:38:50 +0000 |
parents | 4defb27e6876 |
children | b4e29bd646c7 |
comparison
equal
deleted
inserted
replaced
47186:2effa3424802 | 47187:075242ae1c42 |
---|---|
1 2002-09-01 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * alloc.c (display_malloc_warning): Use display-warning. | |
4 (malloc_warning_1): Function deleted. | |
5 | |
6 * alloc.c [ALLOC_DEBUG]: #undef INLINE. | |
7 | |
8 * lread.c (read1): Handle #! by skipping the line. | |
9 | |
10 2002-08-31 Richard M. Stallman <rms@gnu.org> | |
11 | |
12 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS. | |
13 Don't include LDFLAGS. | |
14 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS. | |
15 | |
1 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il> | 16 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 17 |
3 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame | 18 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame |
4 member of x_display_info unless we compile for some window system. | 19 member of x_display_info unless we compile for some window system. |
5 | 20 |