aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 47e59c008f6..21f925e8293 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -800,7 +800,8 @@ shift-translation.
800handle-shift-selection if shift-select-mode is non-nil, before reading 800handle-shift-selection if shift-select-mode is non-nil, before reading
801the command arguments. 801the command arguments.
802 802
803** When deleting a terminal, run the special hook `delete-terminal-functions'. 803** When deleting a terminal, the special hook `delete-terminal-functions'
804is run.
804 805
805** The `read-shell-command' function does what its name says, with completion. 806** The `read-shell-command' function does what its name says, with completion.
806It uses the minibuffer-local-shell-command-map for that. 807It uses the minibuffer-local-shell-command-map for that.
@@ -864,6 +865,8 @@ undefined functions. The new `check-declare' package verifies that such
864statements are accurate (i.e. the functions are actually defined in 865statements are accurate (i.e. the functions are actually defined in
865the specified files). 866the specified files).
866 867
868** `ignore-errors' is now a standard macro (does not require the CL package).
869
867** The new function `read-color' reads a color name using the minibuffer. 870** The new function `read-color' reads a color name using the minibuffer.
868 871
869** `interprogram-paste-function' can now return one string or a list 872** `interprogram-paste-function' can now return one string or a list