aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-11 21:13:34 -0800
committerPaul Eggert2011-02-11 21:13:34 -0800
commitaf59aa6e3c661fcd547df8bc4175750f9edb20ec (patch)
tree6599c3ee9a310850bb8134e1c1d5a24958648b12 /src/ChangeLog
parente87977013bd12fb0011936e9643d5b69f5452cd2 (diff)
downloademacs-af59aa6e3c661fcd547df8bc4175750f9edb20ec.tar.gz
emacs-af59aa6e3c661fcd547df8bc4175750f9edb20ec.zip
Port to Solaris 10, which doesn't support FC_HINT_STYLE.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba3bbb71b7e..4ef9778ca48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port to Solaris 10, which doesn't support FC_HINT_STYLE.
4 * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not
5 defined.
6 * xsettings.c (parse_settings, apply_xft_settings): Don't assume
7 FC_HINT_STYLE is supported.
8
12011-02-11 Jan Djärv <jan.h.d@swipnet.se> 92011-02-11 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * xterm.c (x_set_frame_alpha): Access data before it is free:d. 11 * xterm.c (x_set_frame_alpha): Access data before it is free:d.