diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1201,6 +1201,7 @@ a weight of 'normal' and the font doesn't have this weight, Emacs | |||
| 1201 | won't find the font spec. In these cases, replacing ":weight 'normal" | 1201 | won't find the font spec. In these cases, replacing ":weight 'normal" |
| 1202 | with ":weight 'medium" should fix the issue. | 1202 | with ":weight 'medium" should fix the issue. |
| 1203 | 1203 | ||
| 1204 | --- | ||
| 1204 | ** Keymap descriptions have changed. | 1205 | ** Keymap descriptions have changed. |
| 1205 | 'help--describe-command', 'C-h b' and associated functions that output | 1206 | 'help--describe-command', 'C-h b' and associated functions that output |
| 1206 | keymap descriptions have changed. In particular, prefix commands are | 1207 | keymap descriptions have changed. In particular, prefix commands are |
| @@ -1267,6 +1268,7 @@ Use 'exif-parse-file' and 'exif-field' instead. | |||
| 1267 | ** 'insert-directory' alternatives should not change the free disk space line. | 1268 | ** 'insert-directory' alternatives should not change the free disk space line. |
| 1268 | This change is now applied in 'dired-insert-directory'. | 1269 | This change is now applied in 'dired-insert-directory'. |
| 1269 | 1270 | ||
| 1271 | --- | ||
| 1270 | ** Some functions and variables obsolete since Emacs 23 have been removed: | 1272 | ** Some functions and variables obsolete since Emacs 23 have been removed: |
| 1271 | 'find-emacs-lisp-shadows', 'newsticker-cache-filename', | 1273 | 'find-emacs-lisp-shadows', 'newsticker-cache-filename', |
| 1272 | 'unify-8859-on-decoding-mode', 'unify-8859-on-encoding-mode', | 1274 | 'unify-8859-on-decoding-mode', 'unify-8859-on-encoding-mode', |
| @@ -1587,6 +1589,7 @@ values passed as a single token, such as '-oVALUE' or '--option=VALUE'. | |||
| 1587 | 1589 | ||
| 1588 | ** XDG support | 1590 | ** XDG support |
| 1589 | 1591 | ||
| 1592 | --- | ||
| 1590 | *** New function 'xdg-state-home' returns 'XDG_STATE_HOME' environment variable. | 1593 | *** New function 'xdg-state-home' returns 'XDG_STATE_HOME' environment variable. |
| 1591 | This new location, introduced in the XDG Base Directory Specification | 1594 | This new location, introduced in the XDG Base Directory Specification |
| 1592 | version 0.8 (8th May 2021), "contains state data that should persist | 1595 | version 0.8 (8th May 2021), "contains state data that should persist |
| @@ -1749,6 +1752,7 @@ that should be displayed, and the xwidget that asked to display it. | |||
| 1749 | This function is used to control where and if an xwidget stores | 1752 | This function is used to control where and if an xwidget stores |
| 1750 | cookies set by web pages on disk. | 1753 | cookies set by web pages on disk. |
| 1751 | 1754 | ||
| 1755 | --- | ||
| 1752 | ** New variable 'help-buffer-under-preparation'. | 1756 | ** New variable 'help-buffer-under-preparation'. |
| 1753 | This variable is bound to t during the preparation of a "*Help*" buffer. | 1757 | This variable is bound to t during the preparation of a "*Help*" buffer. |
| 1754 | 1758 | ||