diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -175,6 +175,11 @@ supported on other platforms, but not on Windows due to using the winsock | |||
| 175 | 175 | ||
| 176 | * Lisp Changes in Emacs 23.1 | 176 | * Lisp Changes in Emacs 23.1 |
| 177 | 177 | ||
| 178 | +++ | ||
| 179 | ** inhibit-modification-hooks is bound to t while running modification hooks. | ||
| 180 | As a happy consequence, after-change-functions and before-change-functions | ||
| 181 | are not bound to nil any more while running an (after|before)-change-function. | ||
| 182 | |||
| 178 | ** Non-breaking space now acts as whitespace. | 183 | ** Non-breaking space now acts as whitespace. |
| 179 | 184 | ||
| 180 | +++ | 185 | +++ |