Mercurial > emacs
comparison etc/NEWS @ 56320:631d0b7593ee
** file-remote-p now returns an identifier for the remote system,
if the file is indeed remote. (Before, the return value was t in
this case.)
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Fri, 02 Jul 2004 14:49:00 +0000 |
parents | 7d126dcf72aa |
children | e8ac4e60a4e1 |
comparison
equal
deleted
inserted
replaced
56319:18b35062b4ab | 56320:631d0b7593ee |
---|---|
2219 | 2219 |
2220 +++ | 2220 +++ |
2221 ** The new primitive `set-file-times' sets a file's access and | 2221 ** The new primitive `set-file-times' sets a file's access and |
2222 modification times. Magic file name handlers can handle this | 2222 modification times. Magic file name handlers can handle this |
2223 operation. | 2223 operation. |
2224 | |
2225 ** file-remote-p now returns an identifier for the remote system, | |
2226 if the file is indeed remote. (Before, the return value was t in | |
2227 this case.) | |
2224 | 2228 |
2225 ** The display space :width and :align-to text properties are now | 2229 ** The display space :width and :align-to text properties are now |
2226 supported on text terminals. | 2230 supported on text terminals. |
2227 | 2231 |
2228 ** Support for displaying image slices | 2232 ** Support for displaying image slices |