*** empty log message ***
[bpt/emacs.git] / src / ChangeLog.22
index a5736aa..0d45591 100644 (file)
@@ -1,11 +1,29 @@
+2004-03-09  Kenichi Handa  <handa@m17n.org>
+
+       * search.c (simple_search): Fix setting this_pos_byte in backward
+       search.
+
+       * coding.c (detect_coding_emacs_mule): Fix counting of encoded
+       byte sequence.
+       (detect_coding_ccl): Fix setting of the variable valids.
+
 2004-03-04  Kenichi Handa  <handa@m17n.org>
 
+       * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
+
+       * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
+
        * editfns.c (Ftranslate_region_internal): Renamed from
        Ftranslate_region.  Accept a char-table in TABLE.
        (syms_of_editfns): Defsubr Stranslate_region_internal.
 
        * xfaces.c (set_lface_from_font_name): If a font is specified for
        a frame, generate a fontset from the font.
+       (build_scalable_font_name): If the scalable font is requested for
+       a specific size, don't change that size.
+       (try_font_list): Try a scalable font also in the case that a
+       pattern string is specified,
+       
 
 2004-03-03  Kenichi Handa  <handa@m17n.org>