diff options
| author | Juanma Barranquero | 2008-06-16 22:42:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-16 22:42:46 +0000 |
| commit | 3554e566e3e24e7983ac8a64cb7301d5ae8e2ea9 (patch) | |
| tree | 35cae5d1a2239254bbb4e3c6781b3393e58b539f /src/ChangeLog | |
| parent | 7b74a6f9f0da0023dfb1aefab6d064f3587da4a4 (diff) | |
| download | emacs-3554e566e3e24e7983ac8a64cb7301d5ae8e2ea9.tar.gz emacs-3554e566e3e24e7983ac8a64cb7301d5ae8e2ea9.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1df8b2ae032..16e9af14b29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |
| @@ -1279,7 +1286,7 @@ | |||
| 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. |