log src/xdisp.c @ 27241:6b3c3202bd23

age author description
2000-01-03 Eli Zaretskii (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
2000-01-03 Gerd Moellmann (reseat_at_next_visible_line_start): Position before
1999-12-31 Gerd Moellmann (next_element_from_buffer): Change assertion at the end
1999-12-28 Gerd Moellmann (dump_glyph_row): Adapt to changes in struct glyph.
1999-12-28 Gerd Moellmann (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
1999-12-27 Kenichi Handa All codes adjusted for the change of struct glyph.
1999-12-15 Gerd Moellmann (redisplay_window) <optional new window start>: Check
1999-12-15 Kenichi Handa (it_props): Add an entry for composition.
1999-11-24 Dave Love Don't duplicate Qheight, Qwidth definitions done elsewhere.
1999-11-14 Gerd Moellmann (ensure_echo_area_buffers): New.
1999-11-07 Gerd Moellmann Remove conditional computation on USE_TEXT_PROPERTIES.
1999-11-02 Gerd Moellmann (display_line): Set charpos of first glyph in blank
1999-10-31 Gerd Moellmann (resize_mini_window): Compute needed height differently.
1999-10-31 Gerd Moellmann (append_space): Return non-zero if space was appended.
1999-10-26 Gerd Moellmann * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing if
1999-10-26 Gerd Moellmann (echo_area_display): Put previous change in #if 0.
1999-10-19 Gerd Moellmann (echo_area_display) [HAVE_X_WINDOWS]: Do nothing
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-10-14 Dave Love (handle_fontified_prop): GCPRO pos.
1999-10-06 Gerd Moellmann (display_menu_bar): Use MENU_FACE_ID instead of
1999-09-29 Gerd Moellmann (resize_mini_window): Do nothing if frame is an X
1999-09-26 Gerd Moellmann (display_prop_end, invisible_text_between_p): Use
1999-09-23 Gerd Moellmann (add_to_log): Moved from xfaces.c. Remove frame
1999-09-23 Gerd Moellmann (resize_mini_window): Use grow_mini_window and
1999-09-20 Gerd Moellmann (sync_frame_with_window_matrix_rows): Disable frame rows
1999-09-20 Gerd Moellmann (compute_window_start_on_continuation_line): Handle case
1999-09-18 Richard M. Stallman (echo_area_display): Turn off code that returned
1999-09-16 Gerd Moellmann (resize_mini_window): Temporarily set the selected
1999-09-15 Gerd Moellmann (resize_mini_window): Don't report changed window
1999-09-14 Gerd Moellmann (display_echo_area_1, try_window_id): Remove unused
1999-09-13 Gerd Moellmann (redisplay_window): Make sure start_at_line_beg
1999-09-13 Dave Love (move_it_in_display_line_to): Make type consistent with declaration.
1999-09-13 Gerd Moellmann (QCfile): Move here from xfns.c.
1999-09-12 Gerd Moellmann (resize_mini_window): Add parameter exact_p. Resize
1999-09-12 Richard M. Stallman (run_window_scroll_functions): If hook functions switch
1999-09-08 Gerd Moellmann (Qwhen): Replaces QCwhen.
1999-09-07 Gerd Moellmann (handle_single_display_prop): Change conditional
1999-09-05 Gerd Moellmann Change
1999-09-05 Gerd Moellmann (row_containing_pos): New.
1999-09-03 Gerd Moellmann Use XCAR and XCDR instead of XCONS.
1999-09-03 Kenichi Handa (get_next_display_element): Display incomplete multibyte
1999-09-02 Gerd Moellmann (try_window_id): Reset first_unchanged_at_end_row
1999-08-30 Gerd Moellmann (window_box_width): Use FRAME_FLAGS_AREA_COLS instead of
1999-08-25 Gerd Moellmann (resize_mini_window): Don't resize if
1999-08-25 Gerd Moellmann (try_window_id): Remove typo.
1999-08-25 Gerd Moellmann (try_window_id): Recognize case that PT == ZV and in
1999-08-24 Gerd Moellmann (redisplay_window): Don't ever test just_this_one_p
1999-08-23 Gerd Moellmann (redisplay_internal): Clear garbaged frames after
1999-08-21 Gerd Moellmann (resize_mini_window): Do it for truncate-lines t as
1999-08-21 Gerd Moellmann Call change_frame_size and do_pending_window_change with
1999-08-17 Gerd Moellmann (unwind_redisplay): New. Resets flag redisplaying_p.
1999-08-17 Gerd Moellmann (Qshow_trailing_whitespace): Removed.
1999-08-14 Karl Heuer (line_number_display_limit_width): New var.
1999-08-11 Gerd Moellmann (get_overlay_arrow_glyph_row): Set the charpos of
1999-08-11 Gerd Moellmann (face_before_or_after_it_pos): If position after
1999-08-06 Gerd Moellmann (set_iterator_to_next): After delivering a character
1999-08-06 Gerd Moellmann (compute_line_metrics): If first line's physical ascent
1999-07-28 Gerd Moellmann (string_char_and_length): Fix previous change.
1999-07-28 Gerd Moellmann (string_char_and_length): New. Use it everywhere
1999-07-26 Gerd Moellmann (get_next_display_element): Display DEL as `^?'.