diff options
| author | Stefan Monnier | 2002-06-25 15:16:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-06-25 15:16:51 +0000 |
| commit | 04f13f39be4b91818f297b5cca73ba05289ef251 (patch) | |
| tree | cbbc42411db9394bd145c0a88f7802e8930fe54e /src | |
| parent | c2b736ca3a341f119170c1ce849cc3a17d1f4d9e (diff) | |
| download | emacs-04f13f39be4b91818f297b5cca73ba05289ef251.tar.gz emacs-04f13f39be4b91818f297b5cca73ba05289ef251.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0b1b36b8f30..1a7d6d8bdbd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,19 +16,21 @@ | |||
| 16 | 16 | ||
| 17 | * coding.c (detect_eol): Preserve coding->cmp_data. | 17 | * coding.c (detect_eol): Preserve coding->cmp_data. |
| 18 | 18 | ||
| 19 | * w16select.c (Fw16_get_clipboard_data): Disable composition | 19 | * w16select.c (Fw16_get_clipboard_data): Disable composition handling. |
| 20 | handling. | ||
| 21 | 20 | ||
| 22 | * w32fns.c (w32_to_x_font): Disable composition handling. | 21 | * w32fns.c (w32_to_x_font): Disable composition handling. |
| 23 | 22 | ||
| 24 | * w32select.c (Fw32_get_clipboard_data): Disable composition | 23 | * w32select.c (Fw32_get_clipboard_data): Disable composition handling. |
| 25 | handling. | ||
| 26 | 24 | ||
| 27 | * xselect.c (selection_data_to_lisp_data): Disable composition | 25 | * xselect.c (selection_data_to_lisp_data): Disable composition |
| 28 | handling. | 26 | handling. |
| 29 | 27 | ||
| 30 | * xterm.c (XTread_socket): Disable composition handling. | 28 | * xterm.c (XTread_socket): Disable composition handling. |
| 31 | 29 | ||
| 30 | 2002-06-24 Stefan Monnier <monnier@cs.yale.edu> | ||
| 31 | |||
| 32 | * print.c (temp_output_buffer_setup): Kill all local variables. | ||
| 33 | |||
| 32 | 2002-06-22 Stefan Monnier <monnier@cs.yale.edu> | 34 | 2002-06-22 Stefan Monnier <monnier@cs.yale.edu> |
| 33 | 35 | ||
| 34 | * lread.c (Fread): Remove redundant and imprecise declaration. | 36 | * lread.c (Fread): Remove redundant and imprecise declaration. |