diff options
| author | Paul Eggert | 2011-04-12 01:42:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-12 01:42:29 -0700 |
| commit | 1675728f009404df6bc79b7e0933bc675afa1be1 (patch) | |
| tree | fb59d49bf354757f72dd2ef06c53882a04fb8257 /src/ChangeLog | |
| parent | e4cebfca13580f80fb0ecee27afb81b55c031535 (diff) | |
| download | emacs-1675728f009404df6bc79b7e0933bc675afa1be1.tar.gz emacs-1675728f009404df6bc79b7e0933bc675afa1be1.zip | |
* ftxfont.c: Make symbols static if they're not exported.
(ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
HAVE_FREETYPE.
* font.h (ftxfont_driver): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9b145d865db..1498d267775 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * ftxfont.c: Make symbols static if they're not exported. | ||
| 4 | (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined | ||
| 5 | HAVE_FREETYPE. | ||
| 6 | * font.h (ftxfont_driver): Likewise. | ||
| 7 | |||
| 3 | * xfns.c: Make symbols static if they're not exported. | 8 | * xfns.c: Make symbols static if they're not exported. |
| 4 | (x_last_font_name, x_display_info_for_name): | 9 | (x_last_font_name, x_display_info_for_name): |
| 5 | (x_set_foreground_color, x_set_background_color, x_set_mouse_color): | 10 | (x_set_foreground_color, x_set_background_color, x_set_mouse_color): |