From ff8dd5d53b117abf8603518355f1e6cd13685ea0 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 6 Nov 2000 12:40:14 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62276d314d9..749be514062 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-11-06 Kenichi Handa + + * composite.el (composition-function-table): Variable declaration + moved to src/composite.c. + (compose-chars-after): New optional arg object. + 2000-11-06 Gerd Moellmann * startup.el (fancy-splash-delay): Set to 10 seconds. diff --git a/src/ChangeLog b/src/ChangeLog index 168d290ea2c..4b36b5a39ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2000-11-06 Kenichi Handa + + * composite.h (compose_chars_in_text): Add prototype. + + * composite.c (Vcomposition_function_table): New variable. + (Qcomposition_function_table): New variable. + (run_composition_function): Call + Vcompose_chars_after_function with three arguments. + (compose_chars_in_text): New function. + (syms_of_composite): Modified the doc-string of + Vcompose_chars_after_function. Declare composition-function-table + as a lisp variable, and initialize it. + + * xfns.c (x_encode_text): Suppress producing escape sequences for + composition. + + * xselect.c: Include composite.h. + (selection_data_to_lisp_data): Call compose_chars_in_text on STR. + 2000-11-05 Andrew Innes * w32term.c (x_produce_glyphs): Fix typo in enum name. -- 2.39.5