diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/s/hpux9.h | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c1b7c0a9de2..c096c0a8870 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-01-03 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to | ||
| 4 | Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p. | ||
| 5 | |||
| 6 | * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU. | ||
| 7 | |||
| 1 | 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> | 8 | 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 9 | ||
| 3 | * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No | 10 | * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No |
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index e2423afd055..d73d3b7ce8d 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -50,10 +50,12 @@ | |||
| 50 | /* HP-UX doesn't supply Xmu. */ | 50 | /* HP-UX doesn't supply Xmu. */ |
| 51 | #define LIBXMU | 51 | #define LIBXMU |
| 52 | 52 | ||
| 53 | /* Unfortunately without libXmu we cannot support EditRes. */ | ||
| 54 | #define NO_EDITRES | ||
| 55 | #endif | 53 | #endif |
| 56 | 54 | ||
| 55 | /* Assar Westerlund <assar@sics.se> says this is necessary for | ||
| 56 | HP-UX 10.20, and that it works for HP-UX 0 as well. */ | ||
| 57 | #define NO_EDITRES | ||
| 58 | |||
| 57 | /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ | 59 | /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ |
| 58 | #undef LIBX11_SYSTEM | 60 | #undef LIBX11_SYSTEM |
| 59 | 61 | ||