Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ef6e0694
Commit
ef6e0694
authored
May 21, 2009
by
Kenichi Handa
Browse files
(Qlatin): Don't make it static.
parent
5a189ffa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
src/ChangeLog
src/ChangeLog
+24
-0
src/fontset.c
src/fontset.c
+1
-1
No files found.
src/ChangeLog
View file @
ef6e0694
2009-05-21 Kenichi Handa <handa@m17n.org>
* fontset.c (Qlatin): Don't make it static.
* xfont.c (xfont_chars_supported, xfont_supported_scripts): New
functions.
(xfont_scripts_cache, xfont_scratch_props): New variables.
(Qlatin, Vscalable_fonts_allowed): Extern it.
(xfont_list_pattern): Argument changed. Callers changed. Check
Vscalable_fonts_allowed. Check the support of a script.
(xfont_list): Don't reject a font spec with :script property.
(xfont_has_char): Fix setting of encoding.
(syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
xfont_scratch_props.
2009-05-19 Kenichi Handa <handa@m17n.org>
* font.c (font_sort_entities): Renamed from font_sort_entites.
Callers changed.
2009-05-18 Kenichi Handa <handa@m17n.org>
* font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
* frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
...
...
src/fontset.c
View file @
ef6e0694
...
...
@@ -180,7 +180,7 @@ extern Lisp_Object Qfont;
static
Lisp_Object
Qfontset
;
static
Lisp_Object
Qfontset_info
;
static
Lisp_Object
Qprepend
,
Qappend
;
static
Lisp_Object
Qlatin
;
Lisp_Object
Qlatin
;
/* Vector containing all fontsets. */
static
Lisp_Object
Vfontset_table
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment