aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-03-24 14:04:19 +0000
committerStefan Monnier <[email protected]>2005-03-24 14:04:19 +0000
commit66347da75fda602a6d0dbe8f3773bf9d056360a0 (patch)
tree52b9fac665d8977748c2e5fbd1be7705c8a49be0 /src/ChangeLog
parent215a5cd026c15226ac2f00b123b6776feb1521dd (diff)
(get_next_display_element): Also use `\ ' and `\-' for latin-9.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2354e59784..c0e782eb6f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-24 Stefan <[email protected]>
+
+ * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
+
2005-03-22 Kim F. Storm <[email protected]>
* xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
@@ -17,7 +21,7 @@
2005-03-22 David Kastrup <[email protected]>
* 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.
@@ -51,8 +55,7 @@
2005-03-17 Kenichi Handa <[email protected]>
- * 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 <[email protected]>