+2005-03-24 Stefan <monnier@iro.umontreal.ca>
+
+ * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
+
2005-03-22 Kim F. Storm <storm@cua.dk>
* xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
2005-03-22 David Kastrup <dak@gnu.org>
* textprop.c (Fnext_char_property_change)
- (Fprevious_char_property_change): allow marker as limit.
+ (Fprevious_char_property_change): Allow marker as limit.
(Fnext_single_char_property_change)
(Fprevious_single_char_property_change): Check that limit is a
number in strings.
2005-03-17 Kenichi Handa <handa@m17n.org>
- * coding.c (syms_of_coding): Docstring of coding-category-list
- fixed.
+ * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
&& it->len == 1)
|| !CHAR_PRINTABLE_P (it->c)
|| (!NILP (Vshow_nonbreak_escape)
- && (it->c == 0x8ad || it->c == 0x8a0)))
+ && (it->c == 0x8ad || it->c == 0x8a0
+ || it->c == 0xf2d || it->c == 0xf20)))
: (it->c >= 127
&& (!unibyte_display_via_language_environment
|| it->c == unibyte_char_to_multibyte (it->c)))))