Mercurial > emacs
comparison etc/NEWS @ 80198:02c316a51404
* configure.in: Print an error for systems that we think are
obsolete and are proposed to be removed.
* configure: Regenerate.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 25 Feb 2008 08:12:29 +0000 |
parents | ea43db5c0b55 |
children | 093f7929845a |
comparison
equal
deleted
inserted
replaced
80197:5193aeec5a42 | 80198:02c316a51404 |
---|---|
150 ** The new function `split-string-and-unquote' performs the inverse operation to | 150 ** The new function `split-string-and-unquote' performs the inverse operation to |
151 `combine-and-quote-strings', i.e. splits a single string into a list | 151 `combine-and-quote-strings', i.e. splits a single string into a list |
152 of strings, undoing any quoting added by `combine-and-quote-strings'. | 152 of strings, undoing any quoting added by `combine-and-quote-strings'. |
153 (For some separator/string combinations, the original strings cannot | 153 (For some separator/string combinations, the original strings cannot |
154 be recovered.) | 154 be recovered.) |
155 | |
156 * Systems that will not be supported in the future | |
157 configure will print a warning and exit for a set of systems that are | |
158 believed to not be in use anymore. The support has not been removed | |
159 yet, but configure will need to be edited in order to allow | |
160 compilation to proceed on such a system. If you are using such a | |
161 system, please send a message to emacs-devel@gnu.org in order to take | |
162 off the list of systems. | |
155 | 163 |
156 | 164 |
157 * Installation Changes in Emacs 22.1 | 165 * Installation Changes in Emacs 22.1 |
158 | 166 |
159 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' | 167 ** You can build Emacs with Gtk+ widgets by specifying `--with-x-toolkit=gtk' |