(resize_mini_window): Don't resize while redisplaying.
[bpt/emacs.git] / src / xdisp.c
2001-07-25 Gerd Moellmann(resize_mini_window): Don't resize while redisplaying.
2001-07-13 Gerd Moellmann(get_next_display_element): Use CHAR_STRING_NO_SIGNAL
2001-07-11 Gerd Moellmann(try_cursor_movement): Prevent a warning from GCC 3.0.
2001-07-10 Gerd Moellmann(add_to_log): Do nothing if called asynchronously.
2001-07-03 Gerd Moellmann(compute_line_metrics): On ttys, subtract continuation
2001-06-26 Gerd Moellmann(handle_invisible_prop): Deal with overlay strings at
2001-06-25 Gerd Moellmann(try_window_id) <all changes below window end>: Don't
2001-06-14 Richard M. Stallman(try_window_id): When EOB is visible, don't treat
2001-05-11 Gerd Moellmann(try_window_id): Fix the fix and set the right
2001-05-11 Gerd Moellmann(try_window_id): Fix computation of window end in
2001-05-10 Gerd Moellmann(try_window_id): Fix case of all changes before
2001-05-10 Gerd Moellmann(try_window_id): Add some xasserts.
2001-05-09 Gerd Moellmann(GIVE_UP): Fix for K&R C.
2001-05-03 Gerd Moellmann(try_window_id): Cases of changes all in front of
2001-04-25 Gerd Moellmann(try_window_id): Fix a case where window_end_pos
2001-04-20 Gerd MoellmannComment fixes.
2001-04-17 Gerd Moellmann(redisplay_window): Make sure to clear the desired...
2001-04-10 Gerd Moellmann(redisplay_window) <recenter>: Call window_box_height
2001-04-09 Gerd Moellmann(try_window_id): When scrolling on a terminal, take
2001-04-06 Gerd Moellmann(Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
2001-04-04 Gerd Moellmann(with_echo_area_buffer): Avoid confusion from reusing
2001-03-30 Gerd MoellmannRemove debugging code.
2001-03-30 Gerd Moellmann(get_overlay_strings): Set iterator's end_charpos.
2001-03-30 Gerd Moellmann(handle_display_prop): Fix recognition of subproperty
2001-03-30 Gerd Moellmann(reseat_to_string): Undo last change.
2001-03-28 Gerd Moellmann(inhibit_eval_during_redisplay)
2001-03-28 Gerd Moellmann(reseat_to_string): If STRING is multibyte, set
2001-03-27 Gerd Moellmann(try_window_reusing_current_matrix) <scrolling up>:
2001-03-27 Gerd Moellmann(init_from_display_pos): Remove unwarranted assertion.
2001-03-27 Gerd Moellmann(in_ellipses_for_invisible_text_p): New function.
2001-03-26 Gerd Moellmann(try_window_id): Undo last change.
2001-03-25 Gerd Moellmann(init_from_display_pos): Test invisible property
2001-03-25 Gerd Moellmann(redisplay_internal) <update one window>: Make sure
2001-03-23 Gerd Moellmann(mark_window_display_accurate_1): New function,
2001-03-23 Gerd Moellmann(try_window_id): Disable rows below the window end.
2001-03-23 Gerd Moellmann(dump_glyph_row): Fix output for NGLYPHS == 2.
2001-03-23 Stefan Monnier(init_iterator): Check WINDOWP before using XWINDOW.
2001-03-19 Gerd Moellmann(highlight_trailing_whitespace): Glyphs whose object
2001-03-14 Gerd Moellmann(highlight_trailing_whitespace): On character terminals,
2001-03-09 Gerd Moellmann(string_buffer_position, display_prop_string_p)
2001-03-08 Gerd Moellmann(handle_display_prop): Use it->w->buffer as object,
2001-03-08 Gerd Moellmann(handle_face_prop, face_before_or_after_it_pos)
2001-03-06 Gerd Moellmann(redisplay_internal): Set windows_or_buffers_changed
2001-02-22 Gerd Moellmann(forward_to_next_line_start): When taking the shortcut
2001-02-22 Gerd Moellmann(handle_single_display_prop): Add parameter
2001-02-21 Gerd Moellmann(redisplay_internal): Do the
2001-02-20 Gerd Moellmann(setup_echo_area_for_printing): Set truncate_lines to
2001-02-19 Gerd Moellmann(line_bottom_y): New function extracted from
2001-02-19 Gerd Moellmann(Qinhibit_menubar_update, inhibit_menubar_update):
2001-02-19 Gerd Moellmann(update_menu_bar): Run activate-menu-bar-hook with
2001-02-16 Gerd Moellmann(handle_single_display_prop): Set iterator's position
2001-02-14 Gerd Moellmann(reseat_1): Set iterator's end_charpos to ZV.
2001-02-05 Gerd Moellmann(try_scrolling): If point is in the line below the
2001-02-02 Gerd Moellmann(get_next_display_element): Fix case of empty
2001-01-30 Gerd Moellmann(build_desired_tool_bar_string, syms_of_xdisp): Use
2001-01-29 Gerd Moellmann(forward_to_next_line_start): Remove xassert.
2001-01-27 Gerd Moellmann(display_line): Don't treat a newline as fitting
2001-01-26 Gerd Moellmann(echo_area_display): Comment fix.
2001-01-26 Gerd Moellmann(display_line): Simplify check for glyphs fitting
2001-01-25 Gerd Moellmann(echo_area_display): Don't call redisplay_internal
2001-01-24 Eli Zaretskii(syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
2001-01-22 Gerd Moellmann(build_desired_tool_bar_string): Make sure we have
2001-01-22 Gerd Moellmann(Ftool_bar_lines_needed): New function.
2001-01-20 Andrew Innes(handle_single_display_prop): Remove references to
2001-01-19 Gerd Moellmann(message_dolog, message2, message2_nolog): Rename
2001-01-19 Kenichi Handa(store_frame_title): Pay attention to width of non...
2001-01-18 Gerd Moellmann(forward_to_next_line_start): Stop at end of buffer
2001-01-18 Kenichi Handa(display_string): Fix previous change.
2001-01-17 Gerd Moellmann(forward_to_next_line_start): Avoid calling
2001-01-17 Gerd Moellmann* xdisp.c (build_desired_tool_bar_string): Use :convers...
2001-01-17 Gerd Moellmann(redisplay_tool_bar): Change tool bar's height when
2001-01-16 Gerd Moellmann(redisplay_preserve_echo_area): Add parameter
2001-01-15 Kenichi Handa(insert_left_trunc_glyphs): Overwrite padding glyphs by
2001-01-12 Gerd Moellmann(Vtool_bar_button_margin): Replaces tool_bar_button_margin.
2001-01-12 Gerd Moellmann(Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
2001-01-11 Gerd Moellmann(build_desired_tool_bar_string): Correct the computation
2001-01-10 Gerd Moellmann(display_line): On ttys, produce more than one
2001-01-09 Gerd Moellmann(push_message_unwind): New function.
2001-01-03 Gerd Moellmann(forward_to_next_line_start): Reset it->c if taking the
2001-01-03 Gerd Moellmann(move_it_past_eol): New function.
2001-01-03 Gerd Moellmann(try_window_reusing_current_matrix): Fix bug setting
2001-01-02 Andrew Innes(handle_single_display_prop): Return if frame is
2001-01-02 Eli Zaretskii(make_cursor_line_fully_visible): Remove unused variable
2001-01-02 Gerd Moellmann(pos_visible_p): Take into account that CHARPOS maybe
2000-12-29 Gerd Moellmann(try_window_reusing_current_matrix)
2000-12-29 Gerd Moellmann(move_it_by_lines): Don't do optimizations if NEED_Y_P
2000-12-28 Gerd Moellmann(echo_area_display): Bind redisplay-dont-pause to t
2000-12-23 Gerd Moellmann(init_from_display_pos): Pop until the iterator's
2000-12-23 Eli Zaretskii(syms_of_xdisp): Fix last change.
2000-12-23 Gerd Moellmann(syms_of_xdisp): Doc fix.
2000-12-21 Gerd MoellmannFix a typo.
2000-12-21 Gerd Moellmann(Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
2000-12-21 Gerd Moellmann(dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
2000-12-20 Gerd Moellmann(hscroll_window_tree): Take window's min_hscroll
2000-12-20 Gerd Moellmann(try_cursor_movement): Fix last change. The real
2000-12-20 Gerd Moellmann(try_cursor_movement): If we end on a partially
2000-12-18 Gerd Moellmann(init_iterator): If noninteractive, and the frame's
2000-12-15 Miles Bader(window_box_height): Add comment.
2000-12-15 Miles Bader(window_box_height): Only use mode-line glyph-rows...
2000-12-12 Gerd Moellmann(display_tool_bar_line): Make sure that tool bar
next