diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1019,6 +1019,11 @@ similar to the ones created by shift-selection. In previous Emacs | |||
| 1019 | versions, these regions were delineated by `mouse-drag-overlay', which | 1019 | versions, these regions were delineated by `mouse-drag-overlay', which |
| 1020 | has now been removed. | 1020 | has now been removed. |
| 1021 | 1021 | ||
| 1022 | +++ | ||
| 1023 | ** The fourth argument of filter-buffer-substring, which says to remove | ||
| 1024 | text properties from the final result, has been removed. | ||
| 1025 | Eg simply pass the result through substring-no-properties if you need this. | ||
| 1026 | |||
| 1022 | --- | 1027 | --- |
| 1023 | ** cl.el no longer provides `cl-19'. | 1028 | ** cl.el no longer provides `cl-19'. |
| 1024 | 1029 | ||
| @@ -1415,6 +1420,7 @@ an empty uninterned symbol. | |||
| 1415 | *** `tooltip-use-echo-area' is obsolete. | 1420 | *** `tooltip-use-echo-area' is obsolete. |
| 1416 | Rather than setting this to t, disable Tooltip mode instead. | 1421 | Rather than setting this to t, disable Tooltip mode instead. |
| 1417 | 1422 | ||
| 1423 | +++ | ||
| 1418 | *** buffer-substring-filters is obsolete. | 1424 | *** buffer-substring-filters is obsolete. |
| 1419 | Use `filter-buffer-substring-functions' instead. | 1425 | Use `filter-buffer-substring-functions' instead. |
| 1420 | 1426 | ||