aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2007-09-21 07:21:02 +0000
committerStefan Monnier2007-09-21 07:21:02 +0000
commit6168122d6821417d0cababda6f28e05f78354fe5 (patch)
tree7222d0ad471ef6cb3c7095502efe2fd2cee733fd /etc
parent8accceac6a8467d3214e956c38481af126f8b6c1 (diff)
downloademacs-6168122d6821417d0cababda6f28e05f78354fe5.tar.gz
emacs-6168122d6821417d0cababda6f28e05f78354fe5.zip
(Qdisplay_environment_variable): Delete.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dc99241334d..a154234f6fa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -242,6 +242,8 @@ supported on other platforms, but not on Windows due to using the winsock
242*** $TERM is now set to `dumb' for subprocesses. If you want to know the 242*** $TERM is now set to `dumb' for subprocesses. If you want to know the
243$TERM inherited by Emacs you will have to look inside initial-environment. 243$TERM inherited by Emacs you will have to look inside initial-environment.
244 244
245*** $DISPLAY is now dynamically inherited from the frame's `display'.
246
245*** The `window-system' variable has been made frame-local. The new 247*** The `window-system' variable has been made frame-local. The new
246`initial-window-system' variable contains the `window-system' value 248`initial-window-system' variable contains the `window-system' value
247for the first frame. 249for the first frame.
@@ -275,8 +277,6 @@ function-key-map variables that already existed.
275 277
276*** `initial-environment' holds the environment inherited from Emacs's parent. 278*** `initial-environment' holds the environment inherited from Emacs's parent.
277 279
278*** New frame parameter `display-environment-variable'.
279
280*** The `keyboard-translate-table' variable and the terminal and 280*** The `keyboard-translate-table' variable and the terminal and
281keyboard coding systems have been made terminal-local. 281keyboard coding systems have been made terminal-local.
282 282