* xftfont.c (xftfont_shape): Now static, and defined only if needed.
[bpt/emacs.git] / src / ChangeLog
index 1aa87ae..ef0999b 100644 (file)
@@ -1,7 +1,26 @@
 2011-03-19  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * xftfont.c (xftfont_shape): Now static, and defined only if needed.
+
+       * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
+       (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
+       (OTF_TAG_SYM): Omit macro if not needed.
+       (ftfont_list): Remove unused local.
+       (get_adstyle_property, ftfont_pattern_entity):
+       (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
+       Rename locals to avoid shadowing.
+
+       * xfont.c (xfont_list_family): Mark var as initialized.
+
+       * xml.c (make_dom): Now static.
+
        * composite.c (composition_compute_stop_pos): Rename local to
        avoid shadowing.
+       (composition_reseat_it): Remove unused locals.
+       (find_automatic_composition, composition_adjust_point): Likewise.
+       (composition_update_it): Mark var as initialized.
+       (find_automatic_composition): Mark vars as initialized,
+       with a FIXME (Bug#8290).
 
 2011-03-18  Paul Eggert  <eggert@cs.ucla.edu>