Mercurial > emacs
annotate ChangeLog.unicode @ 90426:e9ed7d437c21
(xftfont_default_fid): Set fid_known to 1.
(struct xftdraw_list, xftdraw_list): Delete them.
(register_xftdraw, check_xftdraw): Delete them.
(xftfont_prepare_face): Don't call register_xftdraw.
(xftfont_done_face): Don't call check_xftdraw.
(xftfont_draw): Get backroudn color only when with_background is
nonzero.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 07 Jun 2006 06:37:23 +0000 |
parents | 4c7d4b278599 |
children | 92a5b7dd171f |
rev | line source |
---|---|
90424 | 1 2006-06-06 Kenichi Handa <handa@m17n.org> |
2 | |
3 * configure.in: New args --enable-font-backend, --with-xft, | |
4 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT, | |
5 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS, | |
6 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS, | |
7 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS. | |
8 | |
9 * configure: Re-generated. | |
10 | |
90267
e5855ea89245
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
90175
diff
changeset
|
11 2006-01-18 Kenichi Handa <handa@m17n.org> |
e5855ea89245
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
90175
diff
changeset
|
12 |
e5855ea89245
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
90175
diff
changeset
|
13 * make-dist: Include etc/charsets in tarball. |
e5855ea89245
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
90175
diff
changeset
|
14 |
90175 | 15 2005-05-11 Kenichi Handa <handa@m17n.org> |
16 | |
17 * configure.in: While running cpp on junk.c, include | |
18 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt | |
19 exists. | |
20 | |
21 * configure: Re-generated. | |
22 | |
90104
a01e7a9f1659
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
23 2005-02-13 Miles Bader <miles@gnu.org> |
a01e7a9f1659
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
24 |
a01e7a9f1659
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
25 Rename unicode-branch-specific ChangeLog files to |
a01e7a9f1659
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
26 "ChangeLog.unicode" from "ChangeLog.22" |
a01e7a9f1659
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
27 |
a01e7a9f1659
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
28 ;; arch-tag: a75b78b5-dcea-4597-ad68-97d90683e613 |