diff options
| author | Eli Zaretskii | 2011-05-07 18:44:19 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-05-07 18:44:19 +0300 |
| commit | b0512a1d7926fc8d5a1d9deb06050e354268989c (patch) | |
| tree | 613a12317bace9f3003d9cbf49ad79f98b6ad0ba /src/ChangeLog | |
| parent | 0966ef96e7b63f3f85244f28b8c36c846c420e3b (diff) | |
| download | emacs-b0512a1d7926fc8d5a1d9deb06050e354268989c.tar.gz emacs-b0512a1d7926fc8d5a1d9deb06050e354268989c.zip | |
Fix bug #8597 with setting frame background mode on w32 console.
src/w32console.c (Fset_screen_color): Doc fix.
(Fget_screen_color): New function.
(syms_of_ntterm): Defsubr it.
lisp/term/w32console.el (terminal-init-w32console): Call
get-screen-color and use its output to set the frame
background-mode.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 394b7a172f5..10ca2e250dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-05-07 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-05-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32console.c (Fset_screen_color): Doc fix. | ||
| 4 | (Fget_screen_color): New function. | ||
| 5 | (syms_of_ntterm): Defsubr it. | ||
| 6 | |||
| 3 | * callproc.c (call_process_cleanup): Don't close and unlink the | 7 | * callproc.c (call_process_cleanup): Don't close and unlink the |
| 4 | temporary file if Fcall_process didn't create it in the first | 8 | temporary file if Fcall_process didn't create it in the first |
| 5 | place. | 9 | place. |