diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-03 05:00:41 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-07-03 05:00:41 +0000 |
commit | 8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7 (patch) | |
tree | 7a628a68d6999bde040c9d04876bef1549e7676a /lisp | |
parent | de87fb5978903768aff3c71857ebca173461bea3 (diff) | |
download | emacs-8da7067c1ae4eadc20e5555a2253a9d2a3bb3db7.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog.multi-tty | 18 |
1 files changed, 9 insertions, 9 deletions
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. |