diff options
| author | Eli Zaretskii | 2002-06-05 17:48:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-06-05 17:48:42 +0000 |
| commit | 4ddc38a16917188e6e8ba9dc5f726d86920894ed (patch) | |
| tree | ea353227aefdd7b3c41ad842041d7a868cb728eb /src/ChangeLog | |
| parent | f8f2fbf963bfc3f03d7f28f9901431a3fa9282b5 (diff) | |
| download | emacs-4ddc38a16917188e6e8ba9dc5f726d86920894ed.tar.gz emacs-4ddc38a16917188e6e8ba9dc5f726d86920894ed.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6bef61ab14e..3a909fd6624 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * fns.c (Fstring_make_unibyte): Doc fix. | ||
| 4 | |||
| 3 | * xselect.c (lisp_data_to_selection_data): If the requested type | 5 | * xselect.c (lisp_data_to_selection_data): If the requested type |
| 4 | is STRING, call string_make_unibyte to encode the selected text | 6 | is STRING, call string_make_unibyte to encode the selected text |
| 5 | as a string. | 7 | as a string. |