aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-15 12:25:19 +0000
committerEli Zaretskii2008-10-15 12:25:19 +0000
commit4fb04348e54f91a29de30057896bb351b11377a8 (patch)
tree335b0ee6613f5b2bd202a57374bcc00ef9eb2b36 /etc
parentee666f840976d56671e3cec56ab9f5152afb2dcc (diff)
downloademacs-4fb04348e54f91a29de30057896bb351b11377a8.tar.gz
emacs-4fb04348e54f91a29de30057896bb351b11377a8.zip
(Creating Frames): Document frame-inherited-parameters.
(Parameter Access): Document set-frame-parameter.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a11cf88f40d..ea0a76e69c3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1118,9 +1118,11 @@ Use this instead of "~/.emacs.d".
1118property, `kill-all-local-variables' does not remove it from the local 1118property, `kill-all-local-variables' does not remove it from the local
1119value of the hook variable; it remains even if you change major modes. 1119value of the hook variable; it remains even if you change major modes.
1120 1120
1121+++
1121** `frame-inherited-parameters' lets new frames inherit parameters from 1122** `frame-inherited-parameters' lets new frames inherit parameters from
1122the selected frame. 1123the selected frame.
1123 1124
1125+++
1124** New keymap `input-decode-map' overrides like key-translation-map, but 1126** New keymap `input-decode-map' overrides like key-translation-map, but
1125applies before function-key-map. Also it is terminal-local contrary to 1127applies before function-key-map. Also it is terminal-local contrary to
1126key-translation-map. Terminal-specific key-sequences are generally added to 1128key-translation-map. Terminal-specific key-sequences are generally added to