diff options
| author | Kenichi Handa | 2002-03-01 04:27:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-01 04:27:37 +0000 |
| commit | 6f33797458dbac56a1125c32e507eaefc1bc0f4b (patch) | |
| tree | a12d57a527e3576774e1323481b2fc9a84a79440 /src | |
| parent | 8a78c965db72e3b59534d96ecc465d6be8525b06 (diff) | |
| download | emacs-6f33797458dbac56a1125c32e507eaefc1bc0f4b.tar.gz emacs-6f33797458dbac56a1125c32e507eaefc1bc0f4b.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 26ffcf762e4..ae57d1cb214 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -264,6 +264,10 @@ | |||
| 264 | * xfns.c: Include "character.h". | 264 | * xfns.c: Include "character.h". |
| 265 | (x_encode_text): Adjusted for the new code-conversion API. | 265 | (x_encode_text): Adjusted for the new code-conversion API. |
| 266 | 266 | ||
| 267 | * xselect.c: Don't include "charset.h". | ||
| 268 | (selection_data_to_lisp_data): Adjusted for the new code | ||
| 269 | covnersion API. | ||
| 270 | |||
| 267 | * xterm.c: Include "character.h". | 271 | * xterm.c: Include "character.h". |
| 268 | (x_encode_char): New argument CHARSET. Caller changed. | 272 | (x_encode_char): New argument CHARSET. Caller changed. |
| 269 | (x_get_char_face_and_encoding): Call ENCODE_CHAR instead of | 273 | (x_get_char_face_and_encoding): Call ENCODE_CHAR instead of |