comparison etc/NEWS @ 80293:d84864fef937

Move deprecation message to Installation Changes and rewrite it.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 06 Mar 2008 19:29:30 +0000
parents 30748d0621d9
children 4d15bc70477a
comparison
equal deleted inserted replaced
80292:b4236964cc83 80293:d84864fef937
39 * Installation Changes in Emacs 22.2 39 * Installation Changes in Emacs 22.2
40 40
41 ** Emacs is now licensed under the GNU GPL version 3 (or later). 41 ** Emacs is now licensed under the GNU GPL version 3 (or later).
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
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
44 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'.
48 67
167 ** The new function `split-string-and-unquote' performs the inverse operation to 186 ** The new function `split-string-and-unquote' performs the inverse operation to
168 `combine-and-quote-strings', i.e. splits a single string into a list 187 `combine-and-quote-strings', i.e. splits a single string into a list
169 of strings, undoing any quoting added by `combine-and-quote-strings'. 188 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
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 191
181 192
182 * Installation Changes in Emacs 22.1 193 * Installation Changes in Emacs 22.1
183 194
184 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' 195 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk'