diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -79,6 +79,11 @@ in to make it use the scrollbars from the system theme. | |||
| 79 | 79 | ||
| 80 | * Lisp Changes in Emacs 22.2. | 80 | * Lisp Changes in Emacs 22.2. |
| 81 | 81 | ||
| 82 | +++ | ||
| 83 | ** inhibit-modification-hooks is bound to t while running modification hooks. | ||
| 84 | As a happy consequence, after-change-functions and before-change-functions | ||
| 85 | are not bound to nil any more while running an (after|before)-change-function. | ||
| 86 | |||
| 82 | ** New function `window-full-width-p' returns t if a window is as wide | 87 | ** New function `window-full-width-p' returns t if a window is as wide |
| 83 | as its frame. | 88 | as its frame. |
| 84 | 89 | ||