aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2007-11-01 03:06:23 +0000
committerDan Nicolaescu2007-11-01 03:06:23 +0000
commit07e5c0b0b70e308b4dc4ac5b3ee832894f746a81 (patch)
tree4749f6371c093acd662f44d98739eb8bcd10a6bc /etc
parent88406d6ee8a9108ae8265aac2f023e61f4bff827 (diff)
downloademacs-07e5c0b0b70e308b4dc4ac5b3ee832894f746a81.tar.gz
emacs-07e5c0b0b70e308b4dc4ac5b3ee832894f746a81.zip
* 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 017db136df7..589e5365474 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * MACHINES: Remove Sun windows info.
4
12007-10-30 Michael Olson <mwolson@gnu.org> 52007-10-30 Michael Olson <mwolson@gnu.org>
2 6
3 * NEWS: Add entry for Remember Mode. 7 * NEWS: Add entry for Remember Mode.
diff --git a/etc/MACHINES b/etc/MACHINES
index a4db1df76c7..9f84d8ac18a 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,
1158 src/s/sunos4-1.h to src/config.h. This problem is due to obsolete 1158 src/s/sunos4-1.h to src/config.h. This problem is due to obsolete
1159 software in the nonshared standard library. 1159 software in the nonshared standard library.
1160 1160
1161 If you want to use SunWindows, define HAVE_SUN_WINDOWS
1162 in config.h to enable a special interface called `emacstool'.
1163 The definition must *precede* the #include "machine.h".
1164 System version 3.2 is required for this facility to work.
1165
1166 We recommend that you instead use the X window system, which
1167 has technical advantages, is an industry standard, and is also
1168 free software. The FSF does not support the SunWindows code;
1169 we installed it only on the understanding we would not let it
1170 divert our efforts from what we think is important.
1171
1172 If you are compiling for X windows, and the X window library was 1161 If you are compiling for X windows, and the X window library was
1173 compiled to use the 68881, then you must edit config.h according 1162 compiled to use the 68881, then you must edit config.h according
1174 the comments at the end of `src/m/sun3.h'. 1163 the comments at the end of `src/m/sun3.h'.
diff --git a/etc/NEWS b/etc/NEWS
index 87773104dbc..8b9d8711bb2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -33,6 +33,8 @@ a GIF library.
33 33
34** Support for systems without alloca has been removed. 34** Support for systems without alloca has been removed.
35 35
36** Support for Sun windows has been removed.
37
36** The `emacstool' utility has been removed. 38** The `emacstool' utility has been removed.
37 39
38 40