diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -121,9 +121,13 @@ non-native NS fullscreen. The default is nil. Set to t to enable | |||
| 121 | animation when entering and leaving fullscreen. For native OSX fullscreen | 121 | animation when entering and leaving fullscreen. For native OSX fullscreen |
| 122 | this has no effect. | 122 | this has no effect. |
| 123 | 123 | ||
| 124 | *** A new text property `inhibit-read-only' can be used in read-only | 124 | ** A new text property `inhibit-read-only' can be used in read-only |
| 125 | buffers to allow certain parts of the text to be writable. | 125 | buffers to allow certain parts of the text to be writable. |
| 126 | 126 | ||
| 127 | ** A new function `file-tree-walk' allows to apply a certain action | ||
| 128 | to all the files and subdirectories of a directory, similarly to the C | ||
| 129 | library function `ftw'. | ||
| 130 | |||
| 127 | 131 | ||
| 128 | * Editing Changes in Emacs 25.1 | 132 | * Editing Changes in Emacs 25.1 |
| 129 | 133 | ||