diff options
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/subr.el | 1 |
2 files changed, 3 insertions, 0 deletions
| @@ -2731,6 +2731,8 @@ during last redisplay. 'window-old-pixel-width' (renamed from | |||
| 2731 | 'window-old-body-pixel-width' and 'window-old-body-pixel-height' | 2731 | 'window-old-body-pixel-width' and 'window-old-body-pixel-height' |
| 2732 | return the total and body sizes of any window during last redisplay. | 2732 | return the total and body sizes of any window during last redisplay. |
| 2733 | 2733 | ||
| 2734 | Also 'run-window-configuration-change-hook' is declared obsolete. | ||
| 2735 | |||
| 2734 | See the section "(elisp) Window Hooks" in the Elisp manual for a | 2736 | See the section "(elisp) Window Hooks" in the Elisp manual for a |
| 2735 | detailed explanation of the new behavior. | 2737 | detailed explanation of the new behavior. |
| 2736 | 2738 | ||
diff --git a/lisp/subr.el b/lisp/subr.el index 3ba4d2bd4e5..b408ef0931d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1603,6 +1603,7 @@ be a list of the form returned by `event-start' and `event-end'." | |||
| 1603 | (make-obsolete 'window-redisplay-end-trigger nil "23.1") | 1603 | (make-obsolete 'window-redisplay-end-trigger nil "23.1") |
| 1604 | (make-obsolete 'set-window-redisplay-end-trigger nil "23.1") | 1604 | (make-obsolete 'set-window-redisplay-end-trigger nil "23.1") |
| 1605 | 1605 | ||
| 1606 | (make-obsolete 'run-window-configuration-change-hook nil "27.1") | ||
| 1606 | (make-obsolete 'process-filter-multibyte-p nil "23.1") | 1607 | (make-obsolete 'process-filter-multibyte-p nil "23.1") |
| 1607 | (make-obsolete 'set-process-filter-multibyte nil "23.1") | 1608 | (make-obsolete 'set-process-filter-multibyte nil "23.1") |
| 1608 | 1609 | ||