diff options
| author | Glenn Morris | 2014-01-14 22:06:07 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-14 22:06:07 -0500 |
| commit | 39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch) | |
| tree | 37e8094a0234f15293f9110b8bdd5805c69c9a13 /src/ChangeLog.8 | |
| parent | dac696602de6984ff8e4ce9d6bac9d51ab735cde (diff) | |
| download | emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip | |
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog.8')
| -rw-r--r-- | src/ChangeLog.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index b1ab7ced5c3..874526e2c99 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -1251,7 +1251,7 @@ | |||
| 1251 | 1251 | ||
| 1252 | 1999-11-02 Dave Love <fx@gnu.org> | 1252 | 1999-11-02 Dave Love <fx@gnu.org> |
| 1253 | 1253 | ||
| 1254 | * gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1). | 1254 | * s/gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1). |
| 1255 | 1255 | ||
| 1256 | * process.c: Define _GNU_SOURCE before config.h to get strsignal | 1256 | * process.c: Define _GNU_SOURCE before config.h to get strsignal |
| 1257 | declared with glibc2. | 1257 | declared with glibc2. |
| @@ -1575,10 +1575,10 @@ | |||
| 1575 | then use strsignal istead of sys_siglist. | 1575 | then use strsignal istead of sys_siglist. |
| 1576 | * w32proc.c (sys_wait): Likewise. | 1576 | * w32proc.c (sys_wait): Likewise. |
| 1577 | 1577 | ||
| 1578 | * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h, | 1578 | * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h: |
| 1579 | s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h, | 1579 | * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h: |
| 1580 | s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, | 1580 | * s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h: |
| 1581 | s/usg5-2.h, s/usg5-3.h, s/xenix.h: | 1581 | * s/usg5-2.h, s/usg5-3.h, s/xenix.h: |
| 1582 | (open, close, read, write, INTERRUPTIBLE_OPEN) | 1582 | (open, close, read, write, INTERRUPTIBLE_OPEN) |
| 1583 | (INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove. | 1583 | (INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove. |
| 1584 | 1584 | ||
| @@ -1809,7 +1809,7 @@ | |||
| 1809 | 1809 | ||
| 1810 | 1999-10-07 Jeffrey C Honig <jch@bsdi.com> | 1810 | 1999-10-07 Jeffrey C Honig <jch@bsdi.com> |
| 1811 | 1811 | ||
| 1812 | * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. | 1812 | * s/bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. |
| 1813 | 1813 | ||
| 1814 | 1999-10-07 Richard M. Stallman <rms@gnu.org> | 1814 | 1999-10-07 Richard M. Stallman <rms@gnu.org> |
| 1815 | 1815 | ||
| @@ -3112,7 +3112,7 @@ | |||
| 3112 | 3112 | ||
| 3113 | 1999-08-30 Gerd Moellmann <gerd@gnu.org> | 3113 | 1999-08-30 Gerd Moellmann <gerd@gnu.org> |
| 3114 | 3114 | ||
| 3115 | * freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers | 3115 | * s/freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers |
| 3116 | in /usr/X11R6/include which are checked for with AC_CHECK_HEADER. | 3116 | in /usr/X11R6/include which are checked for with AC_CHECK_HEADER. |
| 3117 | 3117 | ||
| 3118 | 1999-08-30 Gerd Moellmann <gerd@gnu.org> | 3118 | 1999-08-30 Gerd Moellmann <gerd@gnu.org> |
| @@ -3478,10 +3478,10 @@ | |||
| 3478 | 3478 | ||
| 3479 | 1999-08-21 Dave Love <fx@gnu.org> | 3479 | 1999-08-21 Dave Love <fx@gnu.org> |
| 3480 | 3480 | ||
| 3481 | * aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O. | 3481 | * s/aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O. |
| 3482 | * aix4-1.h: Likewise. | 3482 | * s/aix4-1.h: Likewise. |
| 3483 | 3483 | ||
| 3484 | * irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize. | 3484 | * s/irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize. |
| 3485 | 3485 | ||
| 3486 | 1999-08-20 Gerd Moellmann <gerd@gnu.org> | 3486 | 1999-08-20 Gerd Moellmann <gerd@gnu.org> |
| 3487 | 3487 | ||