summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (pos_visible_p): Take into account that CHARPOS maybeGerd Moellmann2001-01-021-2/+3
* (try_window_reusing_current_matrix)Gerd Moellmann2000-12-291-2/+7
* (move_it_by_lines): Don't do optimizations if NEED_Y_PGerd Moellmann2000-12-291-70/+6
* (echo_area_display): Bind redisplay-dont-pause to tGerd Moellmann2000-12-281-1/+6
* (init_from_display_pos): Pop until the iterator'sGerd Moellmann2000-12-231-1/+2
* (syms_of_xdisp): Fix last change.Eli Zaretskii2000-12-231-1/+1
* (syms_of_xdisp): Doc fix.Gerd Moellmann2000-12-231-18/+16
* Fix a typo.Gerd Moellmann2000-12-211-1/+1
* (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional argGerd Moellmann2000-12-211-5/+10
* (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)Gerd Moellmann2000-12-211-53/+82
* (hscroll_window_tree): Take window's min_hscrollGerd Moellmann2000-12-201-1/+3
* (try_cursor_movement): Fix last change. The realGerd Moellmann2000-12-201-4/+7
* (try_cursor_movement): If we end on a partiallyGerd Moellmann2000-12-201-2/+3
* (init_iterator): If noninteractive, and the frame'sGerd Moellmann2000-12-181-1/+5
* (window_box_height): Add comment.Miles Bader2000-12-151-0/+6
* (window_box_height): Only use mode-line glyph-rows that are actuallyMiles Bader2000-12-151-2/+20
* (display_tool_bar_line): Make sure that tool barGerd Moellmann2000-12-121-0/+6
* (setup_echo_area_for_printing, with_echo_area_buffer):Gerd Moellmann2000-12-121-11/+16
* (prepare_menu_bars): Changes for tip_frame being aGerd Moellmann2000-12-111-4/+4
* (try_cursor_movement): Check update_mode_lines insteadGerd Moellmann2000-12-111-8/+6
* (try_window_id) <all changes above window start>:Gerd Moellmann2000-12-111-0/+5
* (underlying_face_id): New function.Gerd Moellmann2000-12-061-22/+62
* (move_it_by_lines): Fix paren typo.Gerd Moellmann2000-12-061-1/+1
* (next_element_from_ellipsis): Save face before selectiveGerd Moellmann2000-12-051-2/+18
* (echo_area_display): If cursor is in the echo area, makeGerd Moellmann2000-11-301-0/+6
* (forward_to_next_line_start): Check for newlines,Gerd Moellmann2000-11-281-2/+2
* (forward_to_next_line_start): If already on a newline,Gerd Moellmann2000-11-271-4/+20
* (try_window_id): Avoid starting to display in the moddleGerd Moellmann2000-11-271-0/+11
* (init_from_display_pos): If POS says we're already afterGerd Moellmann2000-11-241-1/+14
* (display_menu_bar, display_mode_line): Change the way weMiles Bader2000-11-241-9/+19
* (syms_of_xdisp): Make fontification-functions buffer-local.Stefan Monnier2000-11-231-1/+1
* (update_tool_bar, build_desired_tool_bar_string): ChangeGerd Moellmann2000-11-221-11/+8
* (display_menu_bar): Or `mode-line-inverse-video' with the face'sMiles Bader2000-11-221-1/+2
* (syms_of_xdisp): `mode-line-inverse-video' defualts to nil.Miles Bader2000-11-221-2/+4
* Use BINDING_STACK_SIZE throughout.Gerd Moellmann2000-11-181-10/+10
* (message_log_check_duplicate): Let "..."-detection matchMiles Bader2000-11-181-2/+1
* (resize_mini_window): Temporarily change to theGerd Moellmann2000-11-181-0/+10
* (pos_visible_p): Compute the default character heightGerd Moellmann2000-11-171-2/+9
* (pos_visible_p): Handle case that we reach ZV withoutGerd Moellmann2000-11-161-1/+3
* (pos_visible_p): Improve function comment.Gerd Moellmann2000-11-151-3/+4
* (try_scrolling): Set scroll_max to max of scroll_* argsStefan Monnier2000-11-141-9/+10
* (current_mode_line_height, current_header_line_height):Gerd Moellmann2000-11-141-8/+33
* Fix a typo in a comment.Eli Zaretskii2000-11-131-1/+1
* (syms_of_xdisp): Change doc of max-mini-window-height.Gerd Moellmann2000-11-081-18/+64
* (redisplay_tool_bar): Don't set fonts_changed_p ifGerd Moellmann2000-10-311-1/+3
* (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to theGerd Moellmann2000-10-301-1/+6
* (safe_eval_handler): Call add_to_log.Gerd Moellmann2000-10-301-0/+1
* (echo_area_display): Don't perform a display update fromGerd Moellmann2000-10-301-2/+5
* (pos_visible_p): Change current buffer if necessary.Gerd Moellmann2000-10-261-9/+36
* (pos_visible_p): Don't add `it.current_y' twice.Miles Bader2000-10-251-2/+2