diff options
| author | Kenichi Handa | 2000-07-21 02:39:45 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-07-21 02:39:45 +0000 |
| commit | 11270583fe28b5af6b2c19862af597e8d676783d (patch) | |
| tree | 03e8518728e2fa1610db9cac268aa923b0a42c67 /src/ChangeLog | |
| parent | d60660d6e9121bd2fc5184a5e9fea6a5d98dc39d (diff) | |
| download | emacs-11270583fe28b5af6b2c19862af597e8d676783d.tar.gz emacs-11270583fe28b5af6b2c19862af597e8d676783d.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9cfe1c40e59..c3ca88eb9e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-07-21 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * xfns.c (x_encode_text): New function. | ||
| 4 | (x_set_name): Use x_encode_text. | ||
| 5 | (x_set_title): Likewise. | ||
| 6 | |||
| 7 | * xselect.c (lisp_data_to_selection_data): Use x_encode_text. | ||
| 8 | |||
| 9 | * xterm.h (x_encode_text): Add prototype. | ||
| 10 | |||
| 1 | 2000-07-20 Dave Love <fx@gnu.org> | 11 | 2000-07-20 Dave Love <fx@gnu.org> |
| 2 | 12 | ||
| 3 | * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use | 13 | * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use |