diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/MACHINES | 11 | ||||
-rw-r--r-- | etc/NEWS | 2 |
3 files changed, 6 insertions, 11 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 017db136df..589e536547 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> + + * MACHINES: Remove Sun windows info. + 2007-10-30 Michael Olson <mwolson@gnu.org> * NEWS: Add entry for Remember Mode. diff --git a/etc/MACHINES b/etc/MACHINES index a4db1df76c..9f84d8ac18 100644 --- a/etc/MACHINES +++ b/etc/MACHINES @@ -1158,17 +1158,6 @@ Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos, src/s/sunos4-1.h to src/config.h. This problem is due to obsolete software in the nonshared standard library. - If you want to use SunWindows, define HAVE_SUN_WINDOWS - in config.h to enable a special interface called `emacstool'. - The definition must *precede* the #include "machine.h". - System version 3.2 is required for this facility to work. - - We recommend that you instead use the X window system, which - has technical advantages, is an industry standard, and is also - free software. The FSF does not support the SunWindows code; - we installed it only on the understanding we would not let it - divert our efforts from what we think is important. - If you are compiling for X windows, and the X window library was compiled to use the 68881, then you must edit config.h according the comments at the end of `src/m/sun3.h'. @@ -33,6 +33,8 @@ a GIF library. ** Support for systems without alloca has been removed. +** Support for Sun windows has been removed. + ** The `emacstool' utility has been removed. |