aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5ca1df45425..d979c625fd3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1201,6 +1201,7 @@ a weight of 'normal' and the font doesn't have this weight, Emacs
1201won't find the font spec. In these cases, replacing ":weight 'normal" 1201won't find the font spec. In these cases, replacing ":weight 'normal"
1202with ":weight 'medium" should fix the issue. 1202with ":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
1206keymap descriptions have changed. In particular, prefix commands are 1207keymap 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.
1268This change is now applied in 'dired-insert-directory'. 1269This 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.
1591This new location, introduced in the XDG Base Directory Specification 1594This new location, introduced in the XDG Base Directory Specification
1592version 0.8 (8th May 2021), "contains state data that should persist 1595version 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.
1749This function is used to control where and if an xwidget stores 1752This function is used to control where and if an xwidget stores
1750cookies set by web pages on disk. 1753cookies set by web pages on disk.
1751 1754
1755---
1752** New variable 'help-buffer-under-preparation'. 1756** New variable 'help-buffer-under-preparation'.
1753This variable is bound to t during the preparation of a "*Help*" buffer. 1757This variable is bound to t during the preparation of a "*Help*" buffer.
1754 1758