changeset 55655:79349ae5ee2d

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 17 May 2004 22:50:41 +0000
parents edc2b57535e5
children 29b250a07fe0
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon May 17 22:49:26 2004 +0000
+++ b/src/ChangeLog	Mon May 17 22:50:41 2004 +0000
@@ -1,3 +1,13 @@
+2004-05-18  Kim F. Storm  <storm@cua.dk>
+
+	* buffer.h (GET_OVERLAYS_AT): New macro.
+	* msdos.c (IT_note_mouse_highlight): Use it.
+	* textprop.c (get_char_property_and_overlay): Use it.
+	* xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
+	* xfaces.c (face_at_buffer_position): Use it.
+
+	* print.c (print_object): Increase buf size.
+
 2004-05-17  Kim F. Storm  <storm@cua.dk>
 
 	* alloc.c (mark_object): Ignore Lisp_Misc_Free objects.