aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9d2328cf03..7e56fb1e977 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -21,12 +21,12 @@
21 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro. 21 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
22 (composition_gstring_width): Fix handling of LGLYPH_YOFF. 22 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
23 (autocmp_chars): Use fast_looking_at. Don't compose more 23 (autocmp_chars): Use fast_looking_at. Don't compose more
24 characters than MAX_COMPOSITION_COMPONENST. 24 characters than MAX_COMPOSITION_COMPONENTS.
25 (find_automatic_composition): While looking forward and backward, 25 (find_automatic_composition): While looking forward and backward,
26 check static composition. Fix where to stop looking forward. 26 check static composition. Fix where to stop looking forward.
27 (composition_adjust_point): Fix checking of static composition. 27 (composition_adjust_point): Fix checking of static composition.
28 (Fcomposition_get_gstring): Pay attention to 28 (Fcomposition_get_gstring): Pay attention to
29 MAX_COMPOSITION_COMPONENST. 29 MAX_COMPOSITION_COMPONENTS.
30 30
31 * lisp.h (fast_looking_at): Extern it. 31 * lisp.h (fast_looking_at): Extern it.
32 32