Mercurial > emacs
diff src/ChangeLog @ 105986:850debe3a245
(mark_object): Don't reprocess marked strings.
Check vector's markbit earlier. Adjust calls to mark_vectorlike.
(mark_vectorlike, mark_char_table): Assume the object is unmarked.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 13 Nov 2009 15:26:28 +0000 |
parents | d6ef65652210 |
children | 9a397cf993d6 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 13 14:50:17 2009 +0000 +++ b/src/ChangeLog Fri Nov 13 15:26:28 2009 +0000 @@ -1,6 +1,12 @@ +2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca> + + * alloc.c (mark_object): Don't reprocess marked strings. + Check vector's markbit earlier. Adjust calls to mark_vectorlike. + (mark_vectorlike, mark_char_table): Assume the object is unmarked. + 2009-11-13 Kenichi Handa <handa@m17n.org> - * category.c (word_boundary_p): Adjusted for the change of the + * category.c (word_boundary_p): Adjust for the change of the semantics of Vword_combining_categories. (Vword_combining_categories): Describe the slight change of the semantics.