comparison src/ChangeLog @ 101997:8ffd5a3d76ed

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 13 Feb 2009 08:50:57 +0000
parents 82f3d6b4d8c1
children e1a5d89a91dd
comparison
equal deleted inserted replaced
101996:bf06adf07c74 101997:8ffd5a3d76ed
19 2009-02-12 Kenichi Handa <handa@m17n.org> 19 2009-02-12 Kenichi Handa <handa@m17n.org>
20 20
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
33 * search.c (fast_looking_at): New function. 33 * search.c (fast_looking_at): New function.
34 34