diff options
| author | Eli Zaretskii | 2002-06-05 17:38:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-06-05 17:38:19 +0000 |
| commit | 8f9b87b5561d282c9e410da2d920b2cd8875e13f (patch) | |
| tree | b4897c4685e6b9b045614fa23e09c59e24d58f4d /src/ChangeLog | |
| parent | d176a839b02506ddd4b3a0f0611c6a2339690b20 (diff) | |
| download | emacs-8f9b87b5561d282c9e410da2d920b2cd8875e13f.tar.gz emacs-8f9b87b5561d282c9e410da2d920b2cd8875e13f.zip | |
(lisp_data_to_selection_data): If the requested type
is STRING, call string_make_unibyte to encode the selected text
as a string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 941ded6b959..6bef61ab14e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 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 | * xselect.c (lisp_data_to_selection_data): If the requested type | ||
| 4 | is STRING, call string_make_unibyte to encode the selected text | ||
| 5 | as a string. | ||
| 6 | |||
| 3 | * window.c (Fset_window_hscroll): Doc fix. | 7 | * window.c (Fset_window_hscroll): Doc fix. |
| 4 | 8 | ||
| 5 | 2002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 9 | 2002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |