Mercurial > emacs
view leim/ChangeLog @ 88907:eca48744527f
Include charset.h.
(load_face_font): Argument C deleted. Caller changed.
(generate_ascii_font_name): Renamed from generate_ascii_font.
(font_name_registry): New function.
(cache_face): Store ascii faces before non-ascii faces in buckets.
(lookup_face): Arguments C and BASE_FACE deleted. Caller changed.
Lookup only ascii faces.
(lookup_non_ascii_face): New function.
(lookup_named_face): Argument C deleted. Caller changed.
(lookup_derived_face): Argument C deleted. Caller changed.
(try_font_list): New arg PATTERN. Caller changed. If PATTERN is
a string, just call font_list with it.
(choose_face_font): Arguments FACE and C deleted. New arg
FONT_SPEC. Caller changed.
(realize_face): Arguments C and BASE_FACE deleted. Caller
(realize_x_face): Likewise.
(realize_non_ascii_face): New function.
(realize_x_face): Call load_face_font here.
(realize_tty_face): Argument C deleted. Caller changed.
(compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
get a face ID.
(dump_realized_face): Don't print charset of FACE.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 26 Jul 2002 04:07:39 +0000 |
parents | 2a39da7c94ef |
children | b508e1ffe828 |
line wrap: on
line source
2002-07-01 Dave Love <fx@gnu.org> * quail/indian.el: Update from head. 2002-06-27 Dave Love <fx@gnu.org> * ja-dic/ja-dic.el: Add coding tag. 2002-06-24 Dave Love <fx@gnu.org> * latin-post.el: Recoded to utf-8. ("latin-postfix"): New method. * latin-alt.el: Recoded to utf-8. ("latin-alt-postfix"): New method. * quail/latin-pre.el: Recoded to utf-8. ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp. ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ,Cu(B, ~O -> ,CU(B. ("latin-prefix"): New method. * quail/uni-input.el (utf-8-ccl-encode): Deleted. (ucs-input-method): Modified. 2002-06-10 Dave Love <fx@gnu.org> * quail/hanja3.el, quail/hanja.el, makefile.nt, Makefile.in: * quail/vntelex.el: Update from trunk. * quail/cyrillic.el: Doc fixes. ("cyrillic-beylorussian"): Commented-out. ("cyrillic-translit-bulgarian"): Deleted. ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. ("ukrainian-computer", "belarusian", "bulgarian-standard"): New. ("bulgarian-pho"): Add ,A'(B, ,Lp(B, ,LN(B. 2002-05-31 Kenichi Handa <handa@etl.go.jp> * quail/indian.el: Replace commented-out lines with a condition that is always false. The same change by Eli on 2002-04-19 in the HEAD trunk. 2002-05-22 Kenichi Handa <handa@etl.go.jp> * Makefile.in (RUN-EMACS): Add LC_ALL=C. ;; Local Variables: ;; coding: iso-2022-7bit-unix ;; End: Copyright (C) 2002 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.