- 06 Jun, 2006 25 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
(x_default_font_parameter) [USE_FONT_BACKEND]: New function. (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is nonzero, register all available font drivers. Call x_default_font_parameter for deciding a font. (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(script-representative-chars): Set the default value. (create-fontset-from-x-resource): Delete `message'.
-
Kenichi Handa authored
(font-swidth-table): New customizable variables.
-
Kenichi Handa authored
-
Kenichi Handa authored
--with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS, FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
-
Kenichi Handa authored
-
Kenichi Handa authored
(x_set_mouse_face_gc, x_set_glyph_string_clipping) (x_set_glyph_string_clipping_exactly) (x_compute_glyph_string_overhangs) (x_draw_glyph_string_foreground) (x_draw_composite_glyph_string_foreground, x_draw_glyph_string) (x_free_frame_resources) [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use font-backend mechanism. (x_new_fontset2) [USE_FONT_BACKEND]: New function.
-
Kenichi Handa authored
(set_lface_from_font_name) (set_font_frame_param, free_realized_face) (prepare_face_for_display, clear_face_gcs) (Finternal_set_font_selection_order, realize_x_face) [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use font-backend mechanism. (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table. (load_face_font) [USE_FONT_BACKEND]: Abort. (face_symbolic_value, face_symbolic_weight, face_symbolic_slant) (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
-
Kenichi Handa authored
Through out the file, use FONT_INFO_FROM_FACE instead of FONT_INFO_FROM_ID, use get_per_char_metric instead of rif->per_char_metric. (handle_composition_prop) [USE_FONT_BACKEND]: If the composition method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '. (get_glyph_face_and_encoding, fill_composite_glyph_string) (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING) (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use font-backend mechanism. (get_per_char_metric): New function.
-
Kenichi Handa authored
(make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
-
Kenichi Handa authored
(struct frame) [USE_FONT_BACKEND]: New member font_driver_list. (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
-
Kenichi Handa authored
(fontset_font, fontset_ascii, face_for_char) (make_fontset_for_ascii_face, Ffont_info) (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use font-backend mechanism. (find_font_encoding): Make it non-static. (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]: New functions.
-
Kenichi Handa authored
(face_for_font, new_fontset_from_font) (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
-
Kenichi Handa authored
-
Kenichi Handa authored
--enable-font-backend. Call syms_of_font.
-
Kenichi Handa authored
members clip_x, clip_y, clip_width, and clip_height. (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
-
Kenichi Handa authored
enable_font_backend is nonzero, accept the composition method COMPOSITION_WITH_GLYPH_STRING.
-
Kenichi Handa authored
enumeration COMPOSITION_WITH_GLYPH_STRING.
-
Kenichi Handa authored
(syms_of_character): Declare it as a Lisp variable.
-
Kenichi Handa authored
-
Kenichi Handa authored
@FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@. (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@. (FONTSRC, FONTOBJ): New variables. (obj): Add $(FONTOBJ). (SOME_MACHINE_OBJECTS): Lib_X11_Lib. (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and @LIBOTF_LIBS@. (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets. (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depends on $(FONTSRC).
-
Kenichi Handa authored
-
- 17 May, 2006 2 commits
-
-
Miles Bader authored
Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
-
Thien-Thi Nguyen authored
(ewoc-nth): Doc fix.
-
- 16 May, 2006 13 commits
-
-
Richard M. Stallman authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
computing offsets within the compressed archive file.
-
Kim F. Storm authored
with read-from-minibuffer.
-
Kim F. Storm authored
calling x_kill_gs_process.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Reiner Steib authored
function. (byte-compile-warnings): Fix safe-local-variable property.
-
Reiner Steib authored
* allout.el (allout-show-bodies, allout-old-style-prefixes) (allout-stylish-prefixes, allout-numbered-bullet) (allout-file-xref-bullet, allout-use-hanging-indents): Use simple predicates to qualify `safe-local-variable' property, when available, else use equivalent lambda. (allout-current-topic-collapsed-p): Do the right thing regarding trailing blank lines.
-
Stefan Monnier authored
(server-edit, server-unload-hook): server-start => server-mode. (kill-emacs-hook): Cleanup upon exit.
-
Stefan Monnier authored
-
Miles Bader authored
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 101) - Update from CVS
-