summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-07-03 05:00:41 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-07-03 05:00:41 +0000
commit8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7 (patch)
tree7a628a68d6999bde040c9d04876bef1549e7676a
parentde87fb5978903768aff3c71857ebca173461bea3 (diff)
downloademacs-8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7.tar.gz
emacs-8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7.tar.bz2
emacs-8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7.zip
*** empty log message ***
-rw-r--r--README.multi-tty3
-rw-r--r--lisp/ChangeLog.multi-tty18
2 files changed, 12 insertions, 9 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 41120566ea9..7217b7ece8a 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -314,6 +314,9 @@ For the NEWS file: (Needs much, much work)
*** New variables: local-key-translation-map, local-function-key-map
+*** New frame parameters display-environment-variable and
+ term-environment-variable.
+
*** The `keyboard-translate-table' variable and the terminal and
keyboard coding systems have been made terminal-local.
diff --git a/lisp/ChangeLog.multi-tty b/lisp/ChangeLog.multi-tty
index cc115bb0278..3e5cf8660bf 100644
--- a/lisp/ChangeLog.multi-tty
+++ b/lisp/ChangeLog.multi-tty
@@ -1,17 +1,17 @@
2007-07-02 Dan Nicolaescu <dann@ics.uci.edu>
- * server.el (server-process-filter): Likewise.
- (server-process-filter): Likewise. Also set COLORFGBG and
- COLORTERM.
+ * env.el (read-envvar-name): Don't consider the environment frame
+ param.
+ (setenv): Set display-environment-variable and
+ term-environment-variable.
- * frame.el (frame-initialize, make-frame): Likewise.
+ * frame.el (frame-initialize, make-frame): Likewise.
- * faces.el (tty-set-up-initial-frame-faces): Likewise.
+ * faces.el (tty-set-up-initial-frame-faces): Likewise.
- * env.el (read-envvar-name): Don't consider the environment frame
- param.
- (setenv): Set display-environment-variable and
- term-environment-variable.
+ * server.el (server-process-filter): Likewise.
+ (server-process-filter): Likewise. Also set COLORFGBG and
+ COLORTERM.
* term/x-win.el (x-menu-bar-open): Use accelerate-menu.