diff options
| author | Chong Yidong | 2008-03-06 19:29:30 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-03-06 19:29:30 +0000 |
| commit | 090fc4cf2353b9a51ca90b7481ca59a73b55d6c2 (patch) | |
| tree | 5ab5fe14ab4123ce38edc80f36697e0bb61b99a4 | |
| parent | 391e76628e99f8c2add82e5587349060b78d4361 (diff) | |
| download | emacs-090fc4cf2353b9a51ca90b7481ca59a73b55d6c2.tar.gz emacs-090fc4cf2353b9a51ca90b7481ca59a73b55d6c2.zip | |
Move deprecation message to Installation Changes and rewrite it.
| -rw-r--r-- | etc/NEWS | 27 |
1 files changed, 19 insertions, 8 deletions
| @@ -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 | |||
| 47 | Certain machine types and operating systems have been deprecated. On | ||
| 48 | these systems, configure will print a warning and exit, and you must | ||
| 49 | edit the configure script for compilation to proceed. The deprecated | ||
| 50 | systems will not be supported at all in Emacs 23. We are not aware of | ||
| 51 | anyone running Emacs on these systems; if you are, please email | ||
| 52 | emacs-devel@gnu.org to take it off the list of deprecated systems. | ||
| 53 | |||
| 54 | *** Deprecated machine types | ||
| 55 | pmax, hp9000s300, ibm370aix, ncr386, ews4800, mips-siemens, powerpcle, | ||
| 56 | and tandem-s2 | ||
| 57 | |||
| 58 | *** Deprecated operating systems | ||
| 59 | bsd386, bsdos2-1, bsdos2, bsdos3, bsdos4, bsd4-1, bsd4-2, bsd4-3, | ||
| 60 | usg5-0, usg5-2-2, usg5-2, usg5-3, ultrix4-3, 386bsd, hpux, hpux8, | ||
| 61 | hpux9, hpux9shr, hpux10, hpux10-20, aix3-1, aix3-2-5, aix3-2, aix4-1, | ||
| 62 | nextstep, 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 |
| 171 | be recovered.) | 190 | be recovered.) |
| 172 | 191 | ||
| 173 | * Systems that will not be supported in the future | ||
| 174 | configure will print a warning and exit for a set of systems that are | ||
| 175 | believed to not be in use anymore. The support has not been removed | ||
| 176 | yet, but configure will need to be edited in order to allow | ||
| 177 | compilation to proceed on such a system. If you are using such a | ||
| 178 | system, please send a message to emacs-devel@gnu.org in order to take | ||
| 179 | off the list of systems. | ||
| 180 | |||
| 181 | 192 | ||
| 182 | * Installation Changes in Emacs 22.1 | 193 | * Installation Changes in Emacs 22.1 |
| 183 | 194 | ||