diff options
| author | Juanma Barranquero | 2008-11-11 08:41:18 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-11-11 08:41:18 +0000 |
| commit | 60612c8fd34d0401463d8bac20259de82f086e7f (patch) | |
| tree | 64f59fdd3cf8d7efae10fdf5c5496732f6738076 /src/ChangeLog | |
| parent | 53a8f9dba08ffb542597d086fa06ee03d4aedc42 (diff) | |
| download | emacs-60612c8fd34d0401463d8bac20259de82f086e7f.tar.gz emacs-60612c8fd34d0401463d8bac20259de82f086e7f.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 71da2e8b06f..0bbebd5f3bb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3227,7 +3227,7 @@ | |||
| 3227 | 3227 | ||
| 3228 | * ftfont.c (fc_charset_table): New member lang. | 3228 | * ftfont.c (fc_charset_table): New member lang. |
| 3229 | (ftfont_resolve_generic_family): New arg pattern. | 3229 | (ftfont_resolve_generic_family): New arg pattern. |
| 3230 | (ftfont_spec_pattern): Check fc_cahrset_table[]->lang. | 3230 | (ftfont_spec_pattern): Check fc_charset_table[]->lang. |
| 3231 | (ftfont_list): Call ftfont_resolve_generic_family with `pattern'. | 3231 | (ftfont_list): Call ftfont_resolve_generic_family with `pattern'. |
| 3232 | (ftfont_open): Fix args to ftfont_font_format. | 3232 | (ftfont_open): Fix args to ftfont_font_format. |
| 3233 | (ftfont_font_format): New arg filename. | 3233 | (ftfont_font_format): New arg filename. |
| @@ -10643,7 +10643,7 @@ | |||
| 10643 | 10643 | ||
| 10644 | * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros. | 10644 | * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros. |
| 10645 | (ccl_driver): New arg CHARSET_LIST. Use the above macros instead | 10645 | (ccl_driver): New arg CHARSET_LIST. Use the above macros instead |
| 10646 | of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET. | 10646 | of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET. |
| 10647 | (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the | 10647 | (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the |
| 10648 | last arg Qnil. | 10648 | last arg Qnil. |
| 10649 | 10649 | ||