Mercurial > emacs
comparison src/ChangeLog @ 95328:44c693827736
(casify_object): Try to guess better whether the argument is a byte or a char.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 27 May 2008 00:50:01 +0000 |
parents | 04b3b749e596 |
children | 40d6367d8bf8 |
comparison
equal
deleted
inserted
replaced
95327:257f10afe123 | 95328:44c693827736 |
---|---|
1 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * casefiddle.c (casify_object): Try to guess better whether the | |
4 argument is a byte or a char. | |
5 | |
1 2008-05-26 Andreas Schwab <schwab@suse.de> | 6 2008-05-26 Andreas Schwab <schwab@suse.de> |
2 | 7 |
3 * xselect.c (x_reply_selection_request): Properly handle format == | 8 * xselect.c (x_reply_selection_request): Properly handle format == 32. |
4 32. Always send multiples of format size. | 9 Always send multiples of format size. |
5 | 10 |
6 * xterm.c (x_set_frame_alpha): Fix type mismatch. | 11 * xterm.c (x_set_frame_alpha): Fix type mismatch. |
7 | 12 |
8 2008-05-26 Jason Rumney <jasonr@gnu.org> | 13 2008-05-26 Jason Rumney <jasonr@gnu.org> |
9 | 14 |
10 * w32font.c (w32font_text_extents): Zero whole metrics struct first. | 15 * w32font.c (w32font_text_extents): Zero whole metrics struct first. |
11 (compute_metrics): Don't set failure if we just cleared the cache. | 16 (compute_metrics): Don't set failure if we just cleared the cache. |
12 (w32_weight_table): Remove unused variable. | 17 (w32_weight_table): Remove unused variable. |
13 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for | 18 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for |
14 backwards compatibility. | 19 backwards compatibility. |
15 | 20 |
16 2008-05-25 Kenichi Handa <handa@m17n.org> | 21 2008-05-25 Kenichi Handa <handa@m17n.org> |
17 | 22 |
18 * w32term.c (x_draw_glyph_string): Fix calculation of underline | 23 * w32term.c (x_draw_glyph_string): |
19 position. | 24 * xterm.c (x_draw_glyph_string): Fix calculation of underline position. |
20 | |
21 * xterm.c (x_draw_glyph_string): Fix calculation of underline | |
22 position. | |
23 | 25 |
24 * xfaces.c: Delete unused function prototypes. | 26 * xfaces.c: Delete unused function prototypes. |
25 (xstrlwr, font_frame): Delete them. | 27 (xstrlwr, font_frame): Delete them. |
26 (clear_face_cache): Delete unused variable. | 28 (clear_face_cache): Delete unused variable. |
27 | 29 |
28 * xftfont.c (xftfont_open): Delete unused variable. If | 30 * xftfont.c (xftfont_open): Delete unused variable. |
29 underline_thickness is not 1, adjust underline_position. | 31 If underline_thickness is not 1, adjust underline_position. |
30 | 32 |
31 * ftxfont.c (ftxfont_open): Delete unused variable. | 33 * ftxfont.c (ftxfont_open): Delete unused variable. |
32 | 34 |
33 * fontset.c (face_for_char): Optimize for the case of no charset | 35 * fontset.c (face_for_char): Optimize for the case of no charset |
34 property. | 36 property. |
35 | 37 |
36 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE) | 38 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE) |
37 (check_gstring, check_otf_features, otf_list, otf_tag_symbol) | 39 (check_gstring, check_otf_features, otf_list, otf_tag_symbol) |
38 (otf_open, font_otf_capability, generate_otf_features) | 40 (otf_open, font_otf_capability, generate_otf_features) |
39 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): | 41 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): |
40 Commented out by surrounding "#if 0" and "#endif" for the moment. | 42 Comment out by surrounding "#if 0" and "#endif" for the moment. |
41 (Ffont_drive_otf, Ffont_otf_alternates): Likewise. | 43 (Ffont_drive_otf, Ffont_otf_alternates): Likewise. |
42 (syms_of_font): Codes for accessing above commented out. | 44 (syms_of_font): Codes for accessing above commented out. |
43 | 45 |
44 2008-05-24 Eli Zaretskii <eliz@gnu.org> | 46 2008-05-24 Eli Zaretskii <eliz@gnu.org> |
45 | 47 |