aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2007-11-01 03:06:23 +0000
committerDan Nicolaescu <[email protected]>2007-11-01 03:06:23 +0000
commit07e5c0b0b70e308b4dc4ac5b3ee832894f746a81 (patch)
tree4749f6371c093acd662f44d98739eb8bcd10a6bc /etc
parent88406d6ee8a9108ae8265aac2f023e61f4bff827 (diff)
* cmdargs.texi (Misc Variables): Remove Sun windows info.
* MACHINES: Remove Sun windows info. * term/sun-mouse.el: * obsolete/sun-fns.el: * obsolete/sun-curs.el: Remove files. * term/sun.el (select-previous-complex-command): * sunfns.c: Remove file * m/sun386.h: * m/sun2.h: * m/sparc.h: Remove Sun windows code.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/MACHINES11
-rw-r--r--etc/NEWS2
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 <[email protected]>
+
+ * MACHINES: Remove Sun windows info.
+
2007-10-30 Michael Olson <[email protected]>
* 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'.
diff --git a/etc/NEWS b/etc/NEWS
index 87773104db..8b9d8711bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.