diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -42,6 +42,12 @@ applies, and please also update docstrings as needed. | |||
| 42 | 42 | ||
| 43 | * Incompatible Lisp Changes in Emacs 28.1 | 43 | * Incompatible Lisp Changes in Emacs 28.1 |
| 44 | 44 | ||
| 45 | ** 'equal' no longer examines some contents of window configurations. | ||
| 46 | Instead, it considers window configurations to be equal only if they | ||
| 47 | are eq. To compare contents, use compare-window-configurations | ||
| 48 | instead. This change helps fix a bug in sxhash-equal, which returned | ||
| 49 | incorrect hashes for window configurations and some other objects. | ||
| 50 | |||
| 45 | 51 | ||
| 46 | * Lisp Changes in Emacs 28.1 | 52 | * Lisp Changes in Emacs 28.1 |
| 47 | 53 | ||