diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b1f1d027ef8..baa61d86c01 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was | ||
| 4 | added not supported anymore. | ||
| 5 | |||
| 6 | * s/usg5-4-2.h (LIBS_SYSTEM): | ||
| 7 | * s/sol2.h (LIBS_SYSTEM): Do not undefine. | ||
| 8 | |||
| 9 | * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF): | ||
| 10 | * s/lynxos.h (GETPGRP_NO_ARG): | ||
| 11 | * s/hpux10-20.h (NO_SIOCTL_H): | ||
| 12 | * s/gnu.h (GETPGRP_NO_ARG): | ||
| 13 | * s/gnu-linux.h (NO_SIOCTL_H): | ||
| 14 | * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF): | ||
| 15 | * s/cygwin.h (GETPGRP_NO_ARG): | ||
| 16 | * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused. | ||
| 17 | (C_DEBUG_SWITCH): Remove duplicate definition. | ||
| 18 | |||
| 19 | * m/ibms390.h: Remove boilerplate comments. | ||
| 20 | |||
| 21 | * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4. | ||
| 22 | |||
| 23 | * process.c (HAVE_SERIAL): Consolidate ifdefs. | ||
| 24 | (wait_reading_process_output): Remove code for SunOS, platform not | ||
| 25 | supported anymore. Use SOLARIS2 instead of sun. | ||
| 26 | |||
| 1 | 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | 27 | 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 28 | ||
| 3 | * font.c (font_open_by_name): Under NS, default lface height to zero. | 29 | * font.c (font_open_by_name): Under NS, default lface height to zero. |