diff options
| author | Juanma Barranquero | 2008-07-28 22:30:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-07-28 22:30:25 +0000 |
| commit | 0e134ea0ce5e10748230480b0d04f9fdcc3cb6b3 (patch) | |
| tree | 0b474cc54fe6e43480b3bfefcbbb005f607ccd28 /src | |
| parent | 366b7d44850942899b85a90d39242a373c0304ff (diff) | |
| download | emacs-0e134ea0ce5e10748230480b0d04f9fdcc3cb6b3.tar.gz emacs-0e134ea0ce5e10748230480b0d04f9fdcc3cb6b3.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f152056f5e6..d7a0db2a3ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,14 +6,14 @@ | |||
| 6 | 6 | ||
| 7 | 2008-07-28 Jason Rumney <jasonr@gnu.org> | 7 | 2008-07-28 Jason Rumney <jasonr@gnu.org> |
| 8 | 8 | ||
| 9 | * w32font.c (w32font_text_extents): Use w32_metric_cache consistently. | 9 | * w32font.c (w32font_text_extents): Use w32_metric_cache consistently. |
| 10 | 10 | ||
| 11 | * w32term.c: (w32_enable_unicode_output, cleartype_active): Remove | 11 | * w32term.c (w32_enable_unicode_output, cleartype_active): |
| 12 | obsolete display options. | 12 | Remove obsolete display options. |
| 13 | (x_draw_glyph_string_background): Don't use old cleartype_active | 13 | (x_draw_glyph_string_background): Don't use old cleartype_active |
| 14 | workaround. | 14 | workaround. |
| 15 | (w32_initialize): Remove cleartype_active initialization. | 15 | (w32_initialize): Remove cleartype_active initialization. |
| 16 | (syms_of_w32term): Remove w32_enable_unicode_output initialization. | 16 | (syms_of_w32term): Remove w32_enable_unicode_output initialization. |
| 17 | 17 | ||
| 18 | 2008-07-28 Andreas Schwab <schwab@suse.de> | 18 | 2008-07-28 Andreas Schwab <schwab@suse.de> |
| 19 | 19 | ||
| @@ -105,7 +105,7 @@ | |||
| 105 | 105 | ||
| 106 | 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change) | 106 | 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change) |
| 107 | 107 | ||
| 108 | * w32inevt.c: Include dispextern.h. | 108 | * w32inevt.c: Include dispextern.h. |
| 109 | 109 | ||
| 110 | 2008-07-26 Andreas Schwab <schwab@suse.de> | 110 | 2008-07-26 Andreas Schwab <schwab@suse.de> |
| 111 | 111 | ||
| @@ -118,14 +118,14 @@ | |||
| 118 | 118 | ||
| 119 | 2008-07-25 Jason Rumney <jasonr@gnu.org> | 119 | 2008-07-25 Jason Rumney <jasonr@gnu.org> |
| 120 | 120 | ||
| 121 | * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to | 121 | * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to |
| 122 | ScriptItemize. Clean up return value checking. Remove unused | 122 | ScriptItemize. Clean up return value checking. Remove unused |
| 123 | variables. | 123 | variables. |
| 124 | (uniscribe_encode_char): Encode non-BMP characters with uniscribe | 124 | (uniscribe_encode_char): Encode non-BMP characters with uniscribe |
| 125 | shaping engine. | 125 | shaping engine. |
| 126 | 126 | ||
| 127 | * w32font.c (w32font_has_char): Handle the case where we can't | 127 | * w32font.c (w32font_has_char): Handle the case where we can't |
| 128 | determine the script for a character. | 128 | determine the script for a character. |
| 129 | 129 | ||
| 130 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 130 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> |
| 131 | 131 | ||
| @@ -144,13 +144,13 @@ | |||
| 144 | 144 | ||
| 145 | 2008-07-25 Jason Rumney <jasonr@gnu.org> | 145 | 2008-07-25 Jason Rumney <jasonr@gnu.org> |
| 146 | 146 | ||
| 147 | * w32font.c (w32font_encode_char): Encode characters outside BMP as | 147 | * w32font.c (w32font_encode_char): Encode characters outside BMP as |
| 148 | surrogates before looking up glyph index. | 148 | surrogates before looking up glyph index. |
| 149 | (w32font_text_extents): Encode as surrogates if falling back to | 149 | (w32font_text_extents): Encode as surrogates if falling back to |
| 150 | functions that need UTF-16 wide chars. | 150 | functions that need UTF-16 wide chars. |
| 151 | 151 | ||
| 152 | * w32uniscribe.c (uniscribe_encode_char): Encode characters outside | 152 | * w32uniscribe.c (uniscribe_encode_char): Encode characters outside |
| 153 | BMP as surrogates before looking up glyph index. | 153 | BMP as surrogates before looking up glyph index. |
| 154 | 154 | ||
| 155 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 155 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> |
| 156 | 156 | ||
| @@ -159,7 +159,7 @@ | |||
| 159 | 159 | ||
| 160 | 2008-07-25 Jason Rumney <jasonr@gnu.org> | 160 | 2008-07-25 Jason Rumney <jasonr@gnu.org> |
| 161 | 161 | ||
| 162 | * w32font.c (Fx_select_font): Reverse sense of second arg. | 162 | * w32font.c (Fx_select_font): Reverse sense of second arg. |
| 163 | 163 | ||
| 164 | 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca> | 164 | 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 165 | 165 | ||