diff options
| author | Kenichi Handa | 2003-11-07 05:55:43 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-11-07 05:55:43 +0000 |
| commit | 4307d5349e6bf660024a59a827f3bd01aa5e4ad1 (patch) | |
| tree | 717526d50755dffe202eed7f3fc3f50c71437bf1 /src/ChangeLog | |
| parent | 9f6a7e77d9d9f0547bf0d1177bdc9d486a8f509a (diff) | |
| download | emacs-4307d5349e6bf660024a59a827f3bd01aa5e4ad1.tar.gz emacs-4307d5349e6bf660024a59a827f3bd01aa5e4ad1.zip | |
(coding_allocate_composition_data): Reset
coding->composing to COMPOSITION_NO.
(coding_restore_composition): Detect invalid composition data.
Give Fstring and Fvector a Lispy integer, not C int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f56e848050..6ca5fb6d0ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-11-07 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (coding_allocate_composition_data): Reset | ||
| 4 | coding->composing to COMPOSITION_NO. | ||
| 5 | (coding_restore_composition): Detect invalid composition data. | ||
| 6 | Give Fstring and Fvector a Lispy integer, not C int. | ||
| 7 | |||
| 1 | 2003-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 8 | 2003-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * xterm.c (x_term_init): Fix formatting. | 10 | * xterm.c (x_term_init): Fix formatting. |