diff options
| author | Juanma Barranquero | 2009-02-13 08:50:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-02-13 08:50:57 +0000 |
| commit | 1dacf9981c35ab7bb9f7cf04d4cb44125d8d0a6a (patch) | |
| tree | 73b8581a0971c9fea05cfb1559ae7edc52a759d8 /src | |
| parent | 41342c802485877aa4fee26f11f3470f0228ed3c (diff) | |
| download | emacs-1dacf9981c35ab7bb9f7cf04d4cb44125d8d0a6a.tar.gz emacs-1dacf9981c35ab7bb9f7cf04d4cb44125d8d0a6a.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
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 | ||