Mercurial > emacs
comparison src/ChangeLog @ 96019:6cece6cbe017
* dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
(build_font_name_from_vector): Delete externs.
* xfaces.c (struct font_name): Don't declare.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 16 Jun 2008 22:42:46 +0000 |
parents | 54d310663505 |
children | eb7ae3c68e17 |
comparison
equal
deleted
inserted
replaced
96018:47c289fef3ec | 96019:6cece6cbe017 |
---|---|
1 2008-06-16 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector) | |
4 (build_font_name_from_vector): Delete externs. | |
5 | |
6 * xfaces.c (struct font_name): Don't declare. | |
7 | |
1 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca> | 8 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 9 |
3 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects. | 10 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects. |
4 | 11 |
5 2008-06-16 Chong Yidong <cyd@stupidchicken.com> | 12 2008-06-16 Chong Yidong <cyd@stupidchicken.com> |
1277 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font) | 1284 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font) |
1278 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the | 1285 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the |
1279 change of font-related objects. | 1286 change of font-related objects. |
1280 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols. | 1287 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols. |
1281 | 1288 |
1282 * fontset.h (struct font_info): Delete it. Most memnbers go to | 1289 * fontset.h (struct font_info): Delete it. Most members go to |
1283 struct font. | 1290 struct font. |
1284 (FONT_ENCODING_NOT_DECIDED): Moved to font.h. | 1291 (FONT_ENCODING_NOT_DECIDED): Moved to font.h. |
1285 (enum FONT_SPEC_INDEX): Delete it. | 1292 (enum FONT_SPEC_INDEX): Delete it. |
1286 (font_info, list_fonts_func, load_font_func, query_font_func) | 1293 (font_info, list_fonts_func, load_font_func, query_font_func) |
1287 (set_frame_fontset_func, find_ccl_program_func) | 1294 (set_frame_fontset_func, find_ccl_program_func) |