Mercurial > emacs
comparison src/ChangeLog @ 33243:6adb10eaeaa8
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 06 Nov 2000 12:40:14 +0000 |
parents | df5d4de29749 |
children | fb24f36f4f0d |
comparison
equal
deleted
inserted
replaced
33242:421e3db4e24e | 33243:6adb10eaeaa8 |
---|---|
1 2000-11-06 Kenichi Handa <handa@etl.go.jp> | |
2 | |
3 * composite.h (compose_chars_in_text): Add prototype. | |
4 | |
5 * composite.c (Vcomposition_function_table): New variable. | |
6 (Qcomposition_function_table): New variable. | |
7 (run_composition_function): Call | |
8 Vcompose_chars_after_function with three arguments. | |
9 (compose_chars_in_text): New function. | |
10 (syms_of_composite): Modified the doc-string of | |
11 Vcompose_chars_after_function. Declare composition-function-table | |
12 as a lisp variable, and initialize it. | |
13 | |
14 * xfns.c (x_encode_text): Suppress producing escape sequences for | |
15 composition. | |
16 | |
17 * xselect.c: Include composite.h. | |
18 (selection_data_to_lisp_data): Call compose_chars_in_text on STR. | |
19 | |
1 2000-11-05 Andrew Innes <andrewi@gnu.org> | 20 2000-11-05 Andrew Innes <andrewi@gnu.org> |
2 | 21 |
3 * w32term.c (x_produce_glyphs): Fix typo in enum name. | 22 * w32term.c (x_produce_glyphs): Fix typo in enum name. |
4 | 23 |
5 * sysdep.c (read_input_waiting): Remove extraneous argument to | 24 * sysdep.c (read_input_waiting): Remove extraneous argument to |