++2014-01-13 Daniel Colascione <dancol@dancol.org>
++
++ * textprop.c (Fremove_list_of_text_properties): Correctly
++ handle reaching the end of the interval tree. (Bug#15344)
++
+2014-01-13 Martin Rudalics <rudalics@gmx.at>
+
+ * xdisp.c (resize_mini_window): Round height to a multiple of
+ frame's line height. Fix bug in calculation of window start
+ position (Bug#16424).
+
+2014-01-13 Jan Djärv <jan.h.d@swipnet.se>
+
+ * macfont.m: Include termchar.h.
+ (CG_SET_FILL_COLOR_WITH_FACE_FOREGROUND)
+ (CG_SET_FILL_COLOR_WITH_FACE_BACKGROUND)
+ (CG_SET_STROKE_COLOR_WITH_FACE_FOREGROUND): Modified from
+ *_WITH_GC_* to take face and f as parameters.
+ (macfont_draw): Check for DRAW_MOUSE_FACE and set face accordingly.
+ Use *_WITH_FACE_*, and pass face as parameter (Bug#16425).
+
2014-01-13 Daniel Colascione <dancol@dancol.org>
Fix menu item updating in the presence of the Unity global menu
}
len -= LENGTH (i);
i = next_interval (i);
++ if(!i)
++ {
++ if (modified)
++ {
++ if (BUFFERP (object))
++ signal_after_change (XINT (start),
++ XINT (end) - XINT (start),
++ XINT (end) - XINT (start));
++ return Qt;
++ }
++ else
++ return Qnil;
++ }
}
}
\f