diff options
| author | Dan Nicolaescu | 2007-07-03 05:00:41 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-07-03 05:00:41 +0000 |
| commit | 8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7 (patch) | |
| tree | 7a628a68d6999bde040c9d04876bef1549e7676a | |
| parent | de87fb5978903768aff3c71857ebca173461bea3 (diff) | |
| download | emacs-8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7.tar.gz emacs-8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7.zip | |
*** empty log message ***
| -rw-r--r-- | README.multi-tty | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog.multi-tty | 18 |
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) | |||
| 314 | 314 | ||
| 315 | *** New variables: local-key-translation-map, local-function-key-map | 315 | *** New variables: local-key-translation-map, local-function-key-map |
| 316 | 316 | ||
| 317 | *** New frame parameters display-environment-variable and | ||
| 318 | term-environment-variable. | ||
| 319 | |||
| 317 | *** The `keyboard-translate-table' variable and the terminal and | 320 | *** The `keyboard-translate-table' variable and the terminal and |
| 318 | keyboard coding systems have been made terminal-local. | 321 | keyboard coding systems have been made terminal-local. |
| 319 | 322 | ||
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 @@ | |||
| 1 | 2007-07-02 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2007-07-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * server.el (server-process-filter): Likewise. | 3 | * env.el (read-envvar-name): Don't consider the environment frame |
| 4 | (server-process-filter): Likewise. Also set COLORFGBG and | 4 | param. |
| 5 | COLORTERM. | 5 | (setenv): Set display-environment-variable and |
| 6 | term-environment-variable. | ||
| 6 | 7 | ||
| 7 | * frame.el (frame-initialize, make-frame): Likewise. | 8 | * frame.el (frame-initialize, make-frame): Likewise. |
| 8 | 9 | ||
| 9 | * faces.el (tty-set-up-initial-frame-faces): Likewise. | 10 | * faces.el (tty-set-up-initial-frame-faces): Likewise. |
| 10 | 11 | ||
| 11 | * env.el (read-envvar-name): Don't consider the environment frame | 12 | * server.el (server-process-filter): Likewise. |
| 12 | param. | 13 | (server-process-filter): Likewise. Also set COLORFGBG and |
| 13 | (setenv): Set display-environment-variable and | 14 | COLORTERM. |
| 14 | term-environment-variable. | ||
| 15 | 15 | ||
| 16 | * term/x-win.el (x-menu-bar-open): Use accelerate-menu. | 16 | * term/x-win.el (x-menu-bar-open): Use accelerate-menu. |
| 17 | 17 | ||