diff options
| author | Richard M. Stallman | 2001-11-17 04:01:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-17 04:01:46 +0000 |
| commit | 032a857de1979932ed6669d5d2abadcfdc3564be (patch) | |
| tree | 58f5c7409317cbae066552f5abc20b3b23d13b4e /src | |
| parent | 887c6c1ff4900cd420fb7dbfe2672b5546a8506f (diff) | |
| download | emacs-032a857de1979932ed6669d5d2abadcfdc3564be.tar.gz emacs-032a857de1979932ed6669d5d2abadcfdc3564be.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 484d4994d7a..dcd69d8744d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-11-16 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex. | ||
| 4 | |||
| 5 | * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef. | ||
| 6 | * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef. | ||
| 7 | * s/hpux8.h (HAVE_SYS_WAIT_H): Define it. | ||
| 8 | |||
| 9 | * m/convex.h (HAVE_SYS_WAIT_H): Add #undef. | ||
| 10 | |||
| 1 | 2001-11-16 Stefan Monnier <monnier@cs.yale.edu> | 11 | 2001-11-16 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 12 | ||
| 3 | * fileio.c (build_annotations): Split off the tail. | 13 | * fileio.c (build_annotations): Split off the tail. |