diff options
| author | Eli Zaretskii | 2008-10-09 16:09:02 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-09 16:09:02 +0000 |
| commit | c4dde5782c6f51d5247dc2f250b9d74506af1d2b (patch) | |
| tree | 360f35ed7fd7f91fad0ea4ffd633408e060dcdec /lisp/ChangeLog | |
| parent | 2a12d736c1ea3316a69ac5fa0ac2e11fdb38838c (diff) | |
| download | emacs-c4dde5782c6f51d5247dc2f250b9d74506af1d2b.tar.gz emacs-c4dde5782c6f51d5247dc2f250b9d74506af1d2b.zip | |
(make-frame-on-tty): Use "F" inside interactive. Support `pc'
``window-system''.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8dac9db694..f6c88dbfc53 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-10-09 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-10-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * frame.el (make-frame-on-tty): Use "F" inside interactive. Support | ||
| 4 | `pc' ``window-system''. | ||
| 5 | |||
| 3 | * progmodes/compile.el (compilation-start): Resurrect the version | 6 | * progmodes/compile.el (compilation-start): Resurrect the version |
| 4 | for systems that don't support asynchronous subprocesses. | 7 | for systems that don't support asynchronous subprocesses. |
| 5 | 8 | ||