diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-11-13 Kenichi Handa <handa@m17n.org> | 7 | 2009-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. |