diff options
| author | Dave Love | 2002-10-27 21:29:08 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-27 21:29:08 +0000 |
| commit | 8d4258ad5d39b051a52828e8128866486a9be36c (patch) | |
| tree | 9c2df6d91d2fd320c349d4faa612c192034c7c90 /src/ChangeLog | |
| parent | 0aa559a6cbb35c657bee9db3c491ca04fc11914d (diff) | |
| download | emacs-8d4258ad5d39b051a52828e8128866486a9be36c.tar.gz emacs-8d4258ad5d39b051a52828e8128866486a9be36c.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 31b1eec7ba8..3cb8a2187b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-10-27 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (Vx_keysym_table): New. | ||
| 4 | (syms_of_xterm): Initialize it. | ||
| 5 | (XTread_socket): Use it. | ||
| 6 | From head: Eliminate incorrect optimization that tried to avoid | ||
| 7 | decoding the output of X*LookupString. | ||
| 8 | (x_get_font_repertory): Delete charset declaration. | ||
| 9 | |||
| 1 | 2002-10-16 Kenichi Handa <handa@m17n.org> | 10 | 2002-10-16 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * coding.c (detect_coding): Fix previous change. | 12 | * coding.c (detect_coding): Fix previous change. |