diff options
| author | Michael Albinus | 2008-04-08 20:18:14 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-04-08 20:18:14 +0000 |
| commit | 3ed051d450ea43d7731a01ad1202b68404603697 (patch) | |
| tree | b6f3acad48c65c1aa90c9a73b2e8b0040582ef64 /src/ChangeLog | |
| parent | 8f377a4b4386d411cbef340f3be54d432f178777 (diff) | |
| download | emacs-3ed051d450ea43d7731a01ad1202b68404603697.tar.gz emacs-3ed051d450ea43d7731a01ad1202b68404603697.zip | |
* coding.c (detect_coding_emacs_mule)
(Ffind_operation_coding_system): Fix typo.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 78f286cde9f..e6b81874bd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-04-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * coding.c (detect_coding_emacs_mule) | ||
| 4 | (Ffind_operation_coding_system): Fix typo. | ||
| 5 | |||
| 1 | 2008-04-08 Jason Rumney <jasonr@gnu.org> | 6 | 2008-04-08 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * w32uniscribe.c (SNAME): Extract only symbol name. | 8 | * w32uniscribe.c (SNAME): Extract only symbol name. |
| @@ -6,7 +11,7 @@ | |||
| 6 | (w32font_info): Use it. | 11 | (w32font_info): Use it. |
| 7 | (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL) | 12 | (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL) |
| 8 | (CACHE_BLOCKSIZE): New constants. | 13 | (CACHE_BLOCKSIZE): New constants. |
| 9 | 14 | ||
| 10 | * w32font.c (Qja, Qko, Qzh): New symbols. | 15 | * w32font.c (Qja, Qko, Qzh): New symbols. |
| 11 | (syms_of_w32font): Initialise them. | 16 | (syms_of_w32font): Initialise them. |
| 12 | (font_matches_spec): Use them to filter by language. | 17 | (font_matches_spec): Use them to filter by language. |