*** empty log message ***
[bpt/emacs.git] / src / xdisp.c
2000-05-25 Gerd Moellmann(handle_invisible_prop): Don't try to skip over
2000-05-25 Dave Love(Fdump_glyph_matrix): Declare the arg.
2000-05-20 Kenichi Handa(get_next_display_element): Handle 8-bit characters
2000-05-19 Gerd Moellmann(Vimage_types): Moved here from xfns.c.
2000-05-16 Gerd MoellmannUse the term `invalid' instead of `illegal'.
2000-05-11 Gerd Moellmann(add_to_log): Pass 1 byte less to message_dolog.
2000-05-11 Gerd Moellmann(handle_single_display_prop): Don't try to set PT if
2000-05-03 Gerd Moellmann(handle_single_display_prop): If display property value
2000-04-28 Gerd Moellmann(make_cursor_line_fully_visible): Handle case of rows
2000-04-26 Gerd Moellmann(display_line): If lines are continued, restore
2000-04-25 Gerd Moellmann(try_window_id) <all changes above window start>: Adjust
2000-04-24 Gerd Moellmann(init_iterator): Set iterator's extra_line_spacing
2000-04-19 Gerd Moellmann(with_echo_area_buffer): Add more `int' parameters for
2000-04-10 Gerd Moellmann(setup_echo_area_for_printing): Choose an echo
2000-04-01 Ken RaeburnFix Lisp_Object/int type confusion revealed by making...
2000-03-27 Gerd Moellmann(face_before_or_after_it_pos): Pass multibyteness
2000-03-21 Kenichi Handa(charset_at_position): Function removed.
2000-03-20 Gerd Moellmann(handle_single_display_prop): Initialize local `value'.
2000-03-08 Gerd Moellmann(display_echo_area): Temporarily inhibit garbage collec...
2000-03-05 Gerd Moellmann(QCdata): Moved here from xfns.c.
2000-03-05 Gerd Moellmann(try_window_id): Recompute unchanged information if
2000-02-27 Jason Rumney(handle_single_display_prop): Use FONT_HEIGHT macro.
2000-02-24 Gerd Moellmann(cursor_in_non_selected_windows): New variable.
2000-02-17 Kenichi Handa(decode_mode_spec_coding): Delete superfluous code.
2000-02-12 Gerd Moellmann(syms_of_xdisp): Doc fix for scroll-conservatively.
2000-02-06 Andrew Innes* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SY...
2000-01-31 Gerd Moellmann(Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
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 HandaAll 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 LoveDon't duplicate Qheight, Qwidth definitions done elsewhere.
1999-11-14 Gerd Moellmann(ensure_echo_area_buffers): New.
1999-11-07 Gerd MoellmannRemove 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...
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 EggertAdd support for large files, 64-bit Solaris, system...
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...
1999-09-20 Gerd Moellmann(compute_window_start_on_continuation_line): Handle...
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...
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 MoellmannChange
1999-09-05 Gerd Moellmann(row_containing_pos): New.
1999-09-03 Gerd MoellmannUse 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 MoellmannCall change_frame_size and do_pending_window_change...
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 `^?'.
1999-07-21 Gerd MoellmannComplete rewrite.
1999-07-07 Andreas Schwab(line-number-display-limit): Doc fix.
1999-06-17 Karl Heuer(invalid_eol_type): Make it unsigned.
1999-05-10 Andreas Schwab(try_window_id): Fix computation of tab_offset when
1999-05-02 Andrew Innes(display_text_line): Convert unibyte char to multibyte
1999-04-02 Kenichi Handa(redisplay_window): When we call compute_motion with
1999-03-23 Kenichi Handa(decode_mode_spec_coding): Handle integer value in
1999-03-15 Kenichi Handa(try_window_id): Initizlie val.ovstring_chars_done...
1999-01-28 Eli Zaretskii(decode_mode_spec_coding): Fix previous change.
1999-01-27 Eli Zaretskii(decode_mode_spec_coding): Display the EOL type as...
1999-01-11 Kenichi Handa(message_dolog): Use insert_1_both to avoid running any
1998-11-30 Richard M. Stallman(display_text_line): When handling HPOS < 0 after loop,
1998-11-06 Kenichi Handa(display_text_line): Check validity of a multibyte
next