Mercurial > emacs
comparison etc/NEWS @ 58503:dc83ecc1ac97
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Nov 2004 03:22:56 +0000 |
parents | a39195c118ce |
children | 11824b501603 |
comparison
equal
deleted
inserted
replaced
58502:ffc46016071f | 58503:dc83ecc1ac97 |
---|---|
2457 +++ | 2457 +++ |
2458 ** The new primitive `set-file-times' sets a file's access and | 2458 ** The new primitive `set-file-times' sets a file's access and |
2459 modification times. Magic file name handlers can handle this | 2459 modification times. Magic file name handlers can handle this |
2460 operation. | 2460 operation. |
2461 | 2461 |
2462 ** file-remote-p now returns an identifier for the remote system, | |
2463 if the file is indeed remote. (Before, the return value was t in | |
2464 this case.) | |
2465 | |
2466 +++ | 2462 +++ |
2467 ** The display space :width and :align-to text properties are now | 2463 ** The display space :width and :align-to text properties are now |
2468 supported on text terminals. | 2464 supported on text terminals. |
2469 | 2465 |
2470 +++ | 2466 +++ |
3226 | 3222 |
3227 +++ | 3223 +++ |
3228 ** The new function `file-remote-p' tests a file name and returns | 3224 ** The new function `file-remote-p' tests a file name and returns |
3229 non-nil if it specifies a remote file (one that Emacs accesses using | 3225 non-nil if it specifies a remote file (one that Emacs accesses using |
3230 its own special methods and not directly through the file system). | 3226 its own special methods and not directly through the file system). |
3227 The value in that case is an identifier for the remote file system. | |
3231 | 3228 |
3232 --- | 3229 --- |
3233 ** When a Lisp file uses CL functions at run-time, compiling the file | 3230 ** When a Lisp file uses CL functions at run-time, compiling the file |
3234 now issues warnings about these calls, unless the file performs | 3231 now issues warnings about these calls, unless the file performs |
3235 (require 'cl) when loaded. | 3232 (require 'cl) when loaded. |