aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 635a2d72f9c..617bd23ab78 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-02-10 Paul Eggert <eggert@cs.ucla.edu> 12011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Remove no-longer needed getloadavg symbols. 3 Remove no-longer needed getloadavg symbols.
4 * m/alpha.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove. 4 * m/alpha.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Remove.
@@ -24,6 +24,19 @@
24 * src/s/netbsd.h (HAVE_GETLOADAVG): Likewise. 24 * src/s/netbsd.h (HAVE_GETLOADAVG): Likewise.
25 * config.in: Regenerate. 25 * config.in: Regenerate.
26 26
272011-02-12 Paul Eggert <eggert@cs.ucla.edu>
28
29 Port to Solaris 10, which doesn't support FC_HINT_STYLE.
30 * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not
31 defined.
32 * xsettings.c (parse_settings, apply_xft_settings): Don't assume
33 FC_HINT_STYLE is supported.
34
352011-02-11 Jan Djärv <jan.h.d@swipnet.se>
36
37 * xterm.c (x_set_frame_alpha): Access data before it is free:d.
38 Make sure we don't do x_catch_errors twice.
39
272011-02-10 Glenn Morris <rgm@gnu.org> 402011-02-10 Glenn Morris <rgm@gnu.org>
28 41
29 * Makefile.in (really-lwlib): Depend on globals.h, for parallel builds. 42 * Makefile.in (really-lwlib): Depend on globals.h, for parallel builds.