comparison src/ChangeLog @ 96833:c06568fd3844

* s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was added not supported anymore. * s/usg5-4-2.h (LIBS_SYSTEM): * s/sol2.h (LIBS_SYSTEM): Do not undefine. * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF): * s/lynxos.h (GETPGRP_NO_ARG): * s/hpux10-20.h (NO_SIOCTL_H): * s/gnu.h (GETPGRP_NO_ARG): * s/gnu-linux.h (NO_SIOCTL_H): * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF): * s/cygwin.h (GETPGRP_NO_ARG): * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused. (C_DEBUG_SWITCH): Remove duplicate definition. * m/ibms390.h: Remove boilerplate comments. * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4. * process.c (HAVE_SERIAL): Consolidate ifdefs. (wait_reading_process_output): Remove code for SunOS, platform not supported anymore. Use SOLARIS2 instead of sun.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 20 Jul 2008 13:03:56 +0000
parents 47bb47a5494d
children d2e4a0ee9816
comparison
equal deleted inserted replaced
96832:f6418143551e 96833:c06568fd3844
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.
4 (font_open_for_lface): Under NS, set size based on frame fontsize. 30 (font_open_for_lface): Under NS, set size based on frame fontsize.
5 * nsterm.m (EmacsView-changeFont:): Remove some commented code. 31 * nsterm.m (EmacsView-changeFont:): Remove some commented code.