summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Juanma Barranquero2008-02-171-1/+1
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* (phys_cursor_in_rect_p): Check if cursor is in fringe area.YAMAMOTO Mitsuharu2007-12-241-0/+18
* (syms_of_xdisp) <scroll-conservatively>: Doc fix.Richard M. Stallman2007-12-011-2/+6
* (load_overlay_strings): Fix copy&paste typo.Stefan Monnier2007-11-101-1/+1
* (handle_face_prop): Fix last change.Chong Yidong2007-11-071-2/+2
* (handle_face_prop): Test for strings that came from overlays,Richard M. Stallman2007-11-041-21/+61
* (handle_face_prop): Use face_at_buffer_position_no_overlaysRichard M. Stallman2007-11-031-8/+23
* (handle_stop): Move some code out of loop.Richard M. Stallman2007-11-031-5/+7
* (Fformat_mode_line): Do nothing when noninteractive.Jason Rumney2007-10-301-1/+3
* (handle_display_prop): Ignore display specs afterYAMAMOTO Mitsuharu2007-10-161-5/+21
* (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.Richard M. Stallman2007-10-091-0/+4
* (syms_of_xdisp): In doc-string of mouse-autoselect-windowMartin Rudalics2007-10-061-1/+4
* (get_window_cursor_type): Implement documented behaviorRichard M. Stallman2007-10-021-8/+16
* (move_it_by_lines): Remove incorrect optimization.Chong Yidong2007-08-071-3/+7
* (redisplay_window): When restoring original buffer position, make sureChong Yidong2007-08-061-1/+4
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.Juanma Barranquero2007-06-171-1/+1
* (next_element_from_buffer): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* (redisplay_internal): Bind inhibit-point-motion-hooks to tYAMAMOTO Mitsuharu2007-05-281-1/+7
* (redisplay_window): If first window line is a continuation line,Chong Yidong2007-05-241-32/+10
* (try_window_reusing_current_matrix): Fix number of disabled lines.YAMAMOTO Mitsuharu2007-04-291-1/+1
* (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of theEMACS_22_BRANCHPOINTChong Yidong2007-04-241-2/+4
* (cursor_row_p): Only end row on newline if it's a display string.Chong Yidong2007-04-161-6/+30
* (redisplay_window): When deciding whether or not to recenter, don'tChong Yidong2007-04-151-6/+18
* (note_mode_line_or_margin_highlight): Don't decrement glyph pointerChong Yidong2007-04-101-7/+12
* (syms_of_xdisp) <message-log-max>: Default 100.Richard M. Stallman2007-04-081-1/+1
* (redisplay_internal, note_mouse_highlight): CheckYAMAMOTO Mitsuharu2007-03-181-2/+2
* (try_window_id): Increment matrix positions if the buffer's byte countChong Yidong2007-03-171-1/+1
* (redisplay_window): Don't automatically select a new windowKim F. Storm2007-03-101-1/+8
* (it_props): Undo last change.Kim F. Storm2007-02-221-1/+1
* From: Daniel Brockman <daniel@brockman.se> (tiny change)Kim F. Storm2007-02-221-1/+1
* (try_window): Revert previous change.Chong Yidong2007-01-211-8/+0
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (try_window): Clear mouse-face highlights first.Chong Yidong2007-01-201-0/+9
* (auto_resize_tool_bars_p): Replace with ...Kim F. Storm2006-12-291-27/+48
* (redisplay_window): Set ignore_mouse_drag_p if tool-barKim F. Storm2006-12-151-2/+5
* (syms_of_xdisp) <mode-line-inverse-video>: Doc fix.Juanma Barranquero2006-12-111-1/+1
* (show_mouse_face): Never use text cursor in tool-bar.Kim F. Storm2006-12-101-1/+1
* (format-mode-line): Doc fix.Juanma Barranquero2006-12-101-2/+2
* (move_it_to): Correctly count tab glyphs for continued lines ending inChong Yidong2006-11-301-1/+6
* Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
* (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.Eli Zaretskii2006-11-051-1/+1
* (remember_mouse_glyph): Simplify last change.Kim F. Storm2006-10-231-5/+4
* (remember_mouse_glyph): Don't crash if glyphs are not initialized.Kim F. Storm2006-10-231-2/+4
* 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>Kim F. Storm2006-10-191-0/+3
* * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frameChong Yidong2006-10-131-14/+28
* (pos_visible_p): Fix value when EOB is visible.Kim F. Storm2006-10-061-1/+2
* (handle_fontified_prop): Don't fontify at EOB.Stefan Monnier2006-10-011-1/+3
* (pos_visible_p): CHARPOS < 0 means return info forKim F. Storm2006-09-201-2/+3