diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8dc5fbbd01d..2e327e5e6dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,24 @@ | |||
| 1 | 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | ||
| 4 | * font.h (struct font_driver): Change list, match, and list_family | ||
| 5 | functions to accept struct frame * as first arg. | ||
| 6 | * font.c (font_score, font_compare, font_sort_entities): Remove | ||
| 7 | prototypes. | ||
| 8 | (font_sort_entities, font_list_entities, font_select_entity): | ||
| 9 | (font_find_for_lface, Flist_fonts, Ffont_family_list): Adjust to | ||
| 10 | match font API change. | ||
| 11 | * xfont.c (xfont_list, xfont_match, xfont_list_family): | ||
| 12 | * ftfont.c (ftfont_list, ftfont_match, ftfont_list_family): | ||
| 13 | * ftxfont.c (ftxfont_list, ftxfont_match): | ||
| 14 | * xftfont.c (xftfont_list, xftfont_match): | ||
| 15 | * nsfont.m (nsfont_list, nsfont_match, nsfont_list_family): | ||
| 16 | * w32font.c (w32font_list, w32font_match, w32font_list): | ||
| 17 | (w32font_list_internal, w32_font_match_internal): Likewise. | ||
| 18 | * xfaces.c (Fx_family_fonts): Adjust user. | ||
| 19 | |||
| 20 | 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 21 | |||
| 3 | Do not use pure Xism x_wm_set_icon_position in non-X ports. | 22 | Do not use pure Xism x_wm_set_icon_position in non-X ports. |
| 4 | * frame.c (x_set_frame_parameters): Call to x_wm_set_icon_position | 23 | * frame.c (x_set_frame_parameters): Call to x_wm_set_icon_position |
| 5 | only if HAVE_X_WINDOWS is in use. | 24 | only if HAVE_X_WINDOWS is in use. |