log src/xdisp.c @ 103506:fc94b78905ae

age author description
Sun, 21 Jun 2009 14:28:27 +0000 Chong Yidong * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for
Thu, 18 Jun 2009 09:49:05 +0000 Andreas Schwab (redisplay_internal): Check that the frame is still
Sun, 14 Jun 2009 06:12:34 +0000 Seiji Zenitani Remove USE_MAC_TOOLBAR (for Mac Carbon [22.x])
Thu, 11 Jun 2009 02:34:34 +0000 Kenichi Handa (x_get_glyph_overhangs): Fix calculation of right
Thu, 11 Jun 2009 02:34:05 +0000 Kenichi Handa (x_get_glyph_overhangs): Fix calculation of right
Thu, 11 Jun 2009 02:32:30 +0000 Kenichi Handa (x_get_glyph_overhangs): Fix calculation of right
Wed, 10 Jun 2009 14:15:41 +0000 Chong Yidong * xdisp.c (get_next_display_element): When handling wrap-prefix
Sun, 07 Jun 2009 21:37:10 +0000 Chong Yidong * xdisp.c (move_it_in_display_line_to): On text-only terminals,
Thu, 30 Apr 2009 05:01:57 +0000 Chong Yidong * xfaces.c (face_at_buffer_position): New arg base_face_id.
Tue, 14 Apr 2009 02:28:45 +0000 Chong Yidong Fix last change.
Tue, 14 Apr 2009 02:28:25 +0000 Chong Yidong * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
Sat, 28 Mar 2009 04:52:28 +0000 Stefan Monnier (dump_glyph): Fix typo.
Sat, 14 Feb 2009 17:28:08 +0000 Chong Yidong (push_it, pop_it): Save and restore line_wrap.
Thu, 12 Feb 2009 05:54:20 +0000 Kenichi Handa (fill_gstring_glyph_string): Adjusted for the change of
Sat, 10 Jan 2009 18:41:07 +0000 Chong Yidong (pos_visible_p): When iterator stops on the last glyph
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 30 Dec 2008 14:50:19 +0000 Chong Yidong (move_it_to): Handle GET_FROM_STRETCH method when checking for pos
Fri, 07 Nov 2008 00:29:07 +0000 Chong Yidong (try_window_reusing_current_matrix): Ensure that window cursor
Wed, 29 Oct 2008 10:57:20 +0000 Martin Rudalics (syms_of_xdisp): Mention set-window-buffer in
Tue, 28 Oct 2008 01:02:44 +0000 Stefan Monnier * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
Mon, 27 Oct 2008 18:33:06 +0000 Chong Yidong (try_scrolling): When computing the distance from the scroll margin to
Mon, 27 Oct 2008 05:43:17 +0000 Chong Yidong Perform last revert properly. :-(
Mon, 27 Oct 2008 05:40:18 +0000 Chong Yidong Perform last revert properly.
Mon, 27 Oct 2008 05:32:22 +0000 Chong Yidong Reverse last change.
Mon, 27 Oct 2008 05:15:37 +0000 Chong Yidong (try_scrolling): When computing distance from the scroll margin, don't
Fri, 24 Oct 2008 19:00:42 +0000 Chong Yidong (handle_single_display_spec, handle_display_prop): Undo
Thu, 23 Oct 2008 10:33:05 +0000 Juanma Barranquero * xdisp.c (fill_glyph_string): Fix typo in source (though the
Wed, 22 Oct 2008 14:48:35 +0000 Juanma Barranquero * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
Sat, 04 Oct 2008 15:24:05 +0000 Eli Zaretskii (redisplay_internal): If frame switched, redisplay the whole thing on MSDOS
Thu, 02 Oct 2008 13:57:39 +0000 Adrian Robert * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.