diff options
| author | Dave Love | 2000-02-12 18:09:26 +0000 |
|---|---|---|
| committer | Dave Love | 2000-02-12 18:09:26 +0000 |
| commit | aaf2320cdf8e89bd0714ee990225c1fa506c17c6 (patch) | |
| tree | b7f9c9ecf6e0ad1321d439409c57b1d7fc1e25f6 /src/ChangeLog | |
| parent | 621dcb6d1a0cb8e78c5af02db2217029273032d4 (diff) | |
| download | emacs-aaf2320cdf8e89bd0714ee990225c1fa506c17c6.tar.gz emacs-aaf2320cdf8e89bd0714ee990225c1fa506c17c6.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 63bede452bf..10dcd3d81ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2000-02-12 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc. | ||
| 4 | |||
| 5 | * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h: | ||
| 6 | * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h s/bsd4-3.h: | ||
| 7 | * s/hpux.h | ||
| 8 | Don't define HAVE_VFORK. | ||
| 9 | |||
| 10 | * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST. | ||
| 11 | |||
| 12 | * s/nextstep.h: Don't define HAVE_ALLOCA. | ||
| 13 | |||
| 14 | * config.in: Add vfork bits. | ||
| 15 | |||
| 1 | 2000-02-12 Gerd Moellmann <gerd@gnu.org> | 16 | 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
| 2 | 17 | ||
| 3 | * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register | 18 | * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register |
| @@ -656,7 +671,7 @@ | |||
| 656 | back-ground colors. | 671 | back-ground colors. |
| 657 | 672 | ||
| 658 | * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove. | 673 | * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove. |
| 659 | (syms_of_xfaces): Remove theit staticpro's. | 674 | (syms_of_xfaces): Remove their staticpro's. |
| 660 | (tty_color_name): Return Lisp strings for unspecified fore- and | 675 | (tty_color_name): Return Lisp strings for unspecified fore- and |
| 661 | back-ground colors. | 676 | back-ground colors. |
| 662 | (Finternal_set_lisp_face_attribute): Remove the special treatment | 677 | (Finternal_set_lisp_face_attribute): Remove the special treatment |