summaryrefslogtreecommitdiff
path: root/src/xdisp.c
AgeCommit message (Expand)Author
2007-12-24(phys_cursor_in_rect_p): Check if cursor is in fringe area.YAMAMOTO Mitsuharu
2007-12-01(syms_of_xdisp) <scroll-conservatively>: Doc fix.Richard M. Stallman
2007-11-10(load_overlay_strings): Fix copy&paste typo.Stefan Monnier
2007-11-07(handle_face_prop): Fix last change.Chong Yidong
2007-11-04(handle_face_prop): Test for strings that came from overlays,Richard M. Stallman
2007-11-03(handle_face_prop): Use face_at_buffer_position_no_overlaysRichard M. Stallman
2007-11-03(handle_stop): Move some code out of loop.Richard M. Stallman
2007-10-30(Fformat_mode_line): Do nothing when noninteractive.Jason Rumney
2007-10-16(handle_display_prop): Ignore display specs afterYAMAMOTO Mitsuharu
2007-10-09(handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.Richard M. Stallman
2007-10-06(syms_of_xdisp): In doc-string of mouse-autoselect-windowMartin Rudalics
2007-10-02(get_window_cursor_type): Implement documented behaviorRichard M. Stallman
2007-08-07(move_it_by_lines): Remove incorrect optimization.Chong Yidong
2007-08-06(redisplay_window): When restoring original buffer position, make sureChong Yidong
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-06-17(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.Juanma Barranquero
2007-06-05(next_element_from_buffer): Delete stray semicolon.Chong Yidong
2007-05-28(redisplay_internal): Bind inhibit-point-motion-hooks to tYAMAMOTO Mitsuharu
2007-05-24(redisplay_window): If first window line is a continuation line,Chong Yidong
2007-04-29(try_window_reusing_current_matrix): Fix number of disabled lines.YAMAMOTO Mitsuharu
2007-04-24(redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of theChong Yidong
2007-04-16(cursor_row_p): Only end row on newline if it's a display string.Chong Yidong
2007-04-15(redisplay_window): When deciding whether or not to recenter, don'tChong Yidong
2007-04-10(note_mode_line_or_margin_highlight): Don't decrement glyph pointerChong Yidong
2007-04-08(syms_of_xdisp) <message-log-max>: Default 100.Richard M. Stallman
2007-03-18(redisplay_internal, note_mouse_highlight): CheckYAMAMOTO Mitsuharu
2007-03-17(try_window_id): Increment matrix positions if the buffer's byte countChong Yidong
2007-03-10(redisplay_window): Don't automatically select a new windowKim F. Storm
2007-02-22(it_props): Undo last change.Kim F. Storm
2007-02-22From: Daniel Brockman <daniel@brockman.se> (tiny change)Kim F. Storm
2007-01-21(try_window): Revert previous change.Chong Yidong
2007-01-21Add 2007 to copyright years.Glenn Morris
2007-01-20(try_window): Clear mouse-face highlights first.Chong Yidong
2006-12-29(auto_resize_tool_bars_p): Replace with ...Kim F. Storm
2006-12-15(redisplay_window): Set ignore_mouse_drag_p if tool-barKim F. Storm
2006-12-11(syms_of_xdisp) <mode-line-inverse-video>: Doc fix.Juanma Barranquero
2006-12-10(show_mouse_face): Never use text cursor in tool-bar.Kim F. Storm
2006-12-10(format-mode-line): Doc fix.Juanma Barranquero
2006-11-30(move_it_to): Correctly count tab glyphs for continued lines ending inChong Yidong
2006-11-24Space/tab mixup.Juanma Barranquero
2006-11-05(note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.Eli Zaretskii
2006-10-23(remember_mouse_glyph): Simplify last change.Kim F. Storm
2006-10-23(remember_mouse_glyph): Don't crash if glyphs are not initialized.Kim F. Storm
2006-10-192006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>Kim F. Storm
2006-10-13* xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frameChong Yidong
2006-10-06(pos_visible_p): Fix value when EOB is visible.Kim F. Storm
2006-10-01(handle_fontified_prop): Don't fontify at EOB.Stefan Monnier
2006-09-20(pos_visible_p): CHARPOS < 0 means return info forKim F. Storm
2006-09-14(produce_image_glyph): Automatically crop wide images atKim F. Storm
2006-09-10(get_window_cursor_type): Use hollow cursor onKim F. Storm