]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
* keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
[gnu-emacs] / src / ChangeLog
index a5d816b912a413f91ae7bf1cef7c0687130963d5..7b9e2f62b140b378c3311f08f07b195a4761bdb7 100644 (file)
@@ -1,8 +1,90 @@
+2009-06-10  Kenichi Handa  <handa@m17n.org>
+
+       * font.c (font_parse_family_registry): Fix for one-char foundry.
+       (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
+
+2009-06-09  Dmitry Dzhus  <dima@sphinx.net.ru>  (tiny change)
+
+       * process.c (status_message): Fix handling of multibyte signal
+       string (Bug#3499).
+
+2009-06-09  Jim Meyering  <meyering@redhat.com>
+
+       * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
+       color name is missing.
+
+2009-06-09  Kenichi Handa  <handa@m17n.org>
+
+       * charset.c (Fmap_charset_chars): In docstring, state clearly that
+       FROM-CODE and TO-CODE are codepoints of CHARSET.
+
+2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * 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.
+
+       * nsterm.h (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.
+
+2009-06-08  Wolfgang Lux  <wolfgang.lux@gmail.com>
+
+       * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
+
+2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (move_it_in_display_line_to): On text-only terminals,
+       account for the overflowing of newlines into the last glyph on the
+       display line (Bug#3482).
+
+2009-06-05  David Reitter  <david.reitter@gmail.com>
+
+       * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p,
+       Fx_selection_owner_p): rename from Fns_own_selection_internal,
+       Fns_selection_exists_p, Fns_selection_owner_p.
+
 2009-06-03  Jason Rumney  <jasonr@gnu.org>
 
        * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
        available.  (Bug#3379)
 
+2009-05-29  Kenichi Handa  <handa@m17n.org>
+
+       * coding.c (get_translation_table): Check
+       Venable_character_translation.
+
 2009-05-25  David Reitter  <david.reitter@gmail.com>
 
        * nsterm.m (ns_raise_frame): only raise frame if visible.