aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-11-13 15:26:28 +0000
committerStefan Monnier2009-11-13 15:26:28 +0000
commit8f11f7ecce714ca7a88d4882ea5139b4120ba3f8 (patch)
treed039dc627bb749d599cc803595b7d78ba84e384b /src/ChangeLog
parente96d62cd3ae0f96d084d15d3581d7bf0b69e3799 (diff)
downloademacs-8f11f7ecce714ca7a88d4882ea5139b4120ba3f8.tar.gz
emacs-8f11f7ecce714ca7a88d4882ea5139b4120ba3f8.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9bc55ece62a..f4ec99f94e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,12 @@
12009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (mark_object): Don't reprocess marked strings.
4 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
5 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
6
12009-11-13 Kenichi Handa <handa@m17n.org> 72009-11-13 Kenichi Handa <handa@m17n.org>
2 8
3 * category.c (word_boundary_p): Adjusted for the change of the 9 * category.c (word_boundary_p): Adjust for the change of the
4 semantics of Vword_combining_categories. 10 semantics of Vword_combining_categories.
5 (Vword_combining_categories): Describe the slight change of the 11 (Vword_combining_categories): Describe the slight change of the
6 semantics. 12 semantics.