Mercurial > emacs
comparison src/ChangeLog @ 105990:9a397cf993d6
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 13 Nov 2009 16:12:08 +0000 |
parents | 850debe3a245 |
children | e6af95c4c862 |
comparison
equal
deleted
inserted
replaced
105989:3ff20d1c63e0 | 105990:9a397cf993d6 |
---|---|
1 2009-11-13 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * dbusbind.c (Vdbus_registered_objects_table): Renamed from | |
4 Vdbus_registered_functions_table, because it contains also | |
5 properties. Fix docstring. | |
6 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix | |
7 docstring. | |
8 | |
1 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | 9 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 10 |
3 * alloc.c (mark_object): Don't reprocess marked strings. | 11 * alloc.c (mark_object): Don't reprocess marked strings. |
4 Check vector's markbit earlier. Adjust calls to mark_vectorlike. | 12 Check vector's markbit earlier. Adjust calls to mark_vectorlike. |
5 (mark_vectorlike, mark_char_table): Assume the object is unmarked. | 13 (mark_vectorlike, mark_char_table): Assume the object is unmarked. |