diff options
| author | Kenichi Handa | 2002-11-07 06:27:02 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-11-07 06:27:02 +0000 |
| commit | 6d710052313a8ac100081f887cb75cf6d4940dbb (patch) | |
| tree | 75fee4ddfa276ece4b72c53220d2bc65f8289bec /src | |
| parent | 4b379330640a2f42de543c4213dd461e91c83cf8 (diff) | |
| download | emacs-6d710052313a8ac100081f887cb75cf6d4940dbb.tar.gz emacs-6d710052313a8ac100081f887cb75cf6d4940dbb.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index df6e695feeb..f4c5daccdad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2002-11-07 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * Makefile.in (lisp, shortlisp): Add composite.elc | ||
| 4 | |||
| 5 | * composite.h (Qauto_composed, Vauto_composition_function, | ||
| 6 | Qauto_composition_function): Extern them. | ||
| 7 | |||
| 8 | * composite.c (Vcomposition_function_table, | ||
| 9 | Qcomposition_function_table): Delete variables. | ||
| 10 | (Qauto_composed, Vauto_composition_function, | ||
| 11 | Qauto_composition_function): New variables. | ||
| 12 | (run_composition_function): Don't call | ||
| 13 | compose-chars-after-function. | ||
| 14 | (update_compositions): Clear `auto-composed' text property. | ||
| 15 | (compose_chars_in_text): Delete this function. | ||
| 16 | (syms_of_composite): Staticpro Qauto_composed and | ||
| 17 | Qauto_composition_function. Declare Vauto_composition_function as | ||
| 18 | a Lisp variable. | ||
| 19 | |||
| 20 | * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX. | ||
| 21 | |||
| 22 | * xdisp.c (it_props): Add an entry for Qauto_composed. | ||
| 23 | (handle_auto_composed_prop): New function. | ||
| 24 | |||
| 25 | * xselect.c (selection_data_to_lisp_data): Don't call | ||
| 26 | compose_chars_in_text. | ||
| 27 | |||
| 1 | 2002-11-06 Dave Love <fx@gnu.org> | 28 | 2002-11-06 Dave Love <fx@gnu.org> |
| 2 | 29 | ||
| 3 | * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table | 30 | * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table |