X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=ChangeLog;h=e1e33ef118fea372d681e6c8a7bf4a268d8bd782;hb=82f35f8bb4fe58ebc839531f4a63544dc07f0f5d;hp=2d26433fea390841718ca98bd72436c3dfd31984;hpb=50544b13c19c6a4a9fe9cf26cdd2170ddacf86d1;p=fontconfig.git diff --git a/ChangeLog b/ChangeLog index 2d26433..e1e33ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-11-04 Patrick Lam + * fc-lang/fc-lang.c: + * src/fccharset.c: + * src/fcint.h: + * src/fclang.c: + + Fix bug 2878 (excessive relocations at startup for charsets, + reported by Ross Burton): fc-lang/fc-lang now creates the + static form of the langset, not the dynamic form, so that + the charsets should now be in .rodata. + 2005-11-04 Patrick Lam * src/fcdir.c (FcDirScanConfig):