- 23 Jun, 2009 6 commits
-
-
Chong Yidong authored
-
Dan Nicolaescu authored
conditional, it is always defined on AIX.
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1604
-
Jim Meyering authored
* src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap pointer dereferences are guaranteed to be valid.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 22 Jun, 2009 3 commits
-
-
Chong Yidong authored
(syms_of_xterm): Initialize it to the Emacs SVG icon file. (x_bitmap_icon): Under GTK, use xg_default_icon_file.
-
Chong Yidong authored
rather than its background_width for drawing the overline and underline (Bug#489). * xterm.c (x_draw_glyph_string): Use the glyph string's width rather than its background_width for drawing the overline and underline (Bug#489).
-
Chong Yidong authored
(load_overlay_strings): Remove externs. (fast_find_position): Function deleted. (mouse_face_from_buffer_pos): New function, based on fast_find_position. Correctly handle before-strings, display-strings, and after-strings (Bug#1220). (note_mouse_highlight): Use mouse_face_from_buffer_pos.
-
- 21 Jun, 2009 3 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
!HAVE_WINDOW_SYSTEM. (move_it_in_display_line_to, move_it_in_display_line_to) (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
-
Jason Rumney authored
(w32_read_socket) [WM_INPUTLANGCHANGE]: Update it. (w32_read_socket) [WM_CHAR]: Use it to decode character input (bug#3237). (w32_initialize): Initialize it. (codepage_for_locale): New function.
-
- 20 Jun, 2009 1 commit
-
-
Ken Raeburn authored
with USE_LISP_UNION_TYPE.
-
- 19 Jun, 2009 2 commits
-
-
Juanma Barranquero authored
-
YAMAMOTO Mitsuharu authored
-
- 18 Jun, 2009 2 commits
-
-
Kenichi Handa authored
-
Andreas Schwab authored
live after redisplay of its windows. (redisplay_windows): Check that the window is still live.
-
- 17 Jun, 2009 1 commit
-
-
Kenichi Handa authored
-
- 16 Jun, 2009 1 commit
-
-
Kenichi Handa authored
-
- 15 Jun, 2009 4 commits
-
-
Andreas Schwab authored
-
Kenichi Handa authored
decode a localized string.
-
YAMAMOTO Mitsuharu authored
add comment explaining why.
-
Adrian Robert authored
-
- 14 Jun, 2009 3 commits
-
-
David Reitter authored
-
Adrian Robert authored
(ns_attribute_fvalue): Incorporate code from ns_attribute_value. (ns_has_attribute): Shrink the normal range. (ns_findfonts): Don't worry about requested spec in determining need for synthItal.
-
Seiji Zenitani authored
-
- 11 Jun, 2009 3 commits
-
-
Glenn Morris authored
-
Kenichi Handa authored
overhang for the static composition case.
-
Kenichi Handa authored
composition case.
-
- 10 Jun, 2009 3 commits
-
-
Chong Yidong authored
and line-prefix, treat \n as a control character (bug#3502).
-
Adrian Robert authored
-
Kenichi Handa authored
(font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
-
- 09 Jun, 2009 4 commits
-
-
Chong Yidong authored
string (Bug#3499).
-
Chong Yidong authored
-
Jim Meyering authored
x-load-color-file expects each line of input to be of the form "R G B name". But if "name" is missing, it would read name[-1], and if that value is '\n', zero it. * xfaces.c (Fx_load_color_file): Handle missing color name.
-
Kenichi Handa authored
FROM-CODE and TO-CODE are codepoints of CHARSET.
-
- 08 Jun, 2009 2 commits
-
-
Adrian Robert authored
-
Adrian Robert authored
* nsterm.m (ns_use_system_highlight_color): Drop, unused. 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com> Changes to support :script/:lang/:otf in NS font driver. * nsfont.m (nsfont_escape_name, nsfont_unescape_name) (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to indicate not part of font driver interface, and change callers. (ns_get_family): Remove pointless null check. (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with ns_spec_to_descriptor, ns_descriptor_to_entity. (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove. (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute) (ns_spec_to_descriptor, ns_descriptor_to_entity) (ns_charset_covers, ns_lang_to_script, ns_otf_to_script) (ns_get_req_script, ns_accumulate_script_ranges) (ns_script_to_charset, ns_get_covering_families, ns_findfonts): New functions. (nsfont_list, nsfont_match): Use ns_findfonts. (nsfont_open): Use font descriptor instead of traits. (nsfont_draw): Handle "automatic" (lookup-table) compositions. (dump_glyphstring): Rename to ns_dump_glyphstring. * nsfns.m (Fns_popup_font_panel): Use shared font manager. * fontset.c (fontset_from_font): Remove NS-specific code. 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change) * nsterm.m (ns_draw_window_cursor): Respect cursor_type for nonactive windows. 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change) * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
-
- 07 Jun, 2009 1 commit
-
-
Chong Yidong authored
account for the overflowing of newlines into the last glyph on the display line (Bug#3482).
-
- 05 Jun, 2009 1 commit
-
-
David Reitter authored
Fx_selection_owner_p): rename from Fns_own_selection_internal, Fns_selection_exists_p, Fns_selection_owner_p.
-