diff options
| author | Eli Zaretskii | 2011-02-18 16:48:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-18 16:48:28 +0200 |
| commit | d6de49a103fd814420f0a5dd2cc9d8136f60eb44 (patch) | |
| tree | fa0a25f0c84b394c9221673b77af747da36d0e79 /src/ChangeLog | |
| parent | 135dee5572ab4908ac313430392184daca883445 (diff) | |
| download | emacs-d6de49a103fd814420f0a5dd2cc9d8136f60eb44.tar.gz emacs-d6de49a103fd814420f0a5dd2cc9d8136f60eb44.zip | |
Fix bug #7840 with default terminal and keyboard encodings.
terminal.c (create_terminal): Use default-keyboard-coding-system
and default-terminal-coding-system to initialize coding systems of
the new terminal.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fbc83f6c0c..767cf386ee8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-02-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * terminal.c (create_terminal): Use default-keyboard-coding-system | ||
| 4 | and default-terminal-coding-system to initialize coding systems of | ||
| 5 | the new terminal. (Bug#7840) | ||
| 6 | |||
| 1 | 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * lisp.h (BYTE_MARK_STACK): New macro. | 9 | * lisp.h (BYTE_MARK_STACK): New macro. |