comparison src/ChangeLog @ 55655:79349ae5ee2d

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 17 May 2004 22:50:41 +0000
parents e01abd0ad603
children 0bb4e9bca69b
comparison
equal deleted inserted replaced
55654:edc2b57535e5 55655:79349ae5ee2d
1 2004-05-18 Kim F. Storm <storm@cua.dk>
2
3 * buffer.h (GET_OVERLAYS_AT): New macro.
4 * msdos.c (IT_note_mouse_highlight): Use it.
5 * textprop.c (get_char_property_and_overlay): Use it.
6 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
7 * xfaces.c (face_at_buffer_position): Use it.
8
9 * print.c (print_object): Increase buf size.
10
1 2004-05-17 Kim F. Storm <storm@cua.dk> 11 2004-05-17 Kim F. Storm <storm@cua.dk>
2 12
3 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects. 13 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
4 Such objects may be freed markers which still exist on an undo list. 14 Such objects may be freed markers which still exist on an undo list.
5 15