aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-03-06 19:29:30 +0000
committerChong Yidong2008-03-06 19:29:30 +0000
commit090fc4cf2353b9a51ca90b7481ca59a73b55d6c2 (patch)
tree5ab5fe14ab4123ce38edc80f36697e0bb61b99a4
parent391e76628e99f8c2add82e5587349060b78d4361 (diff)
downloademacs-090fc4cf2353b9a51ca90b7481ca59a73b55d6c2.tar.gz
emacs-090fc4cf2353b9a51ca90b7481ca59a73b55d6c2.zip
Move deprecation message to Installation Changes and rewrite it.
-rw-r--r--etc/NEWS27
1 files changed, 19 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 439624eeb42..914f79acc1b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -42,6 +42,25 @@ below. Emacs tries to warn you about these through `bad-packages-alist'.
42 42
43** Support for GNU/kFreeBSD (GNU userland and FreeBSD kernel) was added. 43** Support for GNU/kFreeBSD (GNU userland and FreeBSD kernel) was added.
44 44
45** Deprecated machine types and operating systems
46
47Certain machine types and operating systems have been deprecated. On
48these systems, configure will print a warning and exit, and you must
49edit the configure script for compilation to proceed. The deprecated
50systems will not be supported at all in Emacs 23. We are not aware of
51anyone running Emacs on these systems; if you are, please email
52emacs-devel@gnu.org to take it off the list of deprecated systems.
53
54*** Deprecated machine types
55pmax, hp9000s300, ibm370aix, ncr386, ews4800, mips-siemens, powerpcle,
56and tandem-s2
57
58*** Deprecated operating systems
59bsd386, bsdos2-1, bsdos2, bsdos3, bsdos4, bsd4-1, bsd4-2, bsd4-3,
60usg5-0, usg5-2-2, usg5-2, usg5-3, ultrix4-3, 386bsd, hpux, hpux8,
61hpux9, hpux9shr, hpux10, hpux10-20, aix3-1, aix3-2-5, aix3-2, aix4-1,
62nextstep, ux4800, uxpds, and uxpv
63
45* Changes in Emacs 22.2 64* Changes in Emacs 22.2
46 65
47** `describe-project' is renamed to `describe-gnu-project'. 66** `describe-project' is renamed to `describe-gnu-project'.
@@ -170,14 +189,6 @@ of strings, undoing any quoting added by `combine-and-quote-strings'.
170(For some separator/string combinations, the original strings cannot 189(For some separator/string combinations, the original strings cannot
171be recovered.) 190be recovered.)
172 191
173* Systems that will not be supported in the future
174configure will print a warning and exit for a set of systems that are
175believed to not be in use anymore. The support has not been removed
176yet, but configure will need to be edited in order to allow
177compilation to proceed on such a system. If you are using such a
178system, please send a message to emacs-devel@gnu.org in order to take
179off the list of systems.
180
181 192
182* Installation Changes in Emacs 22.1 193* Installation Changes in Emacs 22.1
183 194