log src/xdisp.c @ 30953:2c9c5a2d8d8f

age author description
2000-08-18 Gerd Moellmann (redisplay_internal): Compare windows for equality with
2000-08-11 Gerd Moellmann (try_cursor_movement): Fix handling of cursor in
2000-08-11 Kenichi Handa (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
2000-08-10 Gerd Moellmann (trace_move) [GLYPH_DEBUG]: New variable.
2000-08-10 Gerd Moellmann (Vmessages_buffer_name): New variable.
2000-08-09 Gerd Moellmann (echo_area_display): Display thoroughly if input is
2000-08-08 Miles Bader (next_overlay_change): Update call to overlays_at.
2000-08-08 Ken Raeburn (message_dolog): Save and protect string "*Messages*" to reuse as buffer name,
2000-08-07 Gerd Moellmann (start_display): WHen starting display on a continuation
2000-08-07 Gerd Moellmann (ensure_echo_area_buffers): If a buffer was killed and a
2000-07-25 Gerd Moellmann (next_element_from_display_vector): Improve comments.
2000-07-24 Gerd Moellmann (with_echo_area_buffer): Take additional EMACS_INT
2000-07-19 Gerd Moellmann (with_echo_area_buffer): Call FN with more arguments.
2000-07-15 Miles Bader (display_prop_end, invisible_text_between_p):
2000-07-14 Gerd Moellmann (eval_form): GCPRO argument sexpr.
2000-07-13 Gerd Moellmann (eval_form): Make it externally visible.
2000-07-12 Gerd Moellmann (try_window_reusing_current_matrix, try_window_id):
2000-07-10 Gerd Moellmann (try_window_id): If changes are all below what is
2000-06-28 Gerd Moellmann (try_window_reusing_current_matrix): Don't try to reuse
2000-06-27 Gerd Moellmann (resize_mini_window): Subract the extra line spacing
2000-06-22 Gerd Moellmann (handle_stop): Initialize it->add_overlay_start to zero.
2000-06-20 Gerd Moellmann (single_display_prop_intangible_p)
2000-06-19 Dave Love (dump_glyph_matrix): Add `static' to declaration (for pcc).
2000-06-16 Ken Raeburn * xdisp.c (decode_mode_spec): Fix sense of test whether Vline_number_display_limit is an integer.
2000-06-16 Ken Raeburn * xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
2000-06-14 Gerd Moellmann (setup_echo_area_for_printing): Call
2000-06-13 Gerd Moellmann (message_truncate_lines, Qmessage_truncate_lines): New
2000-06-13 Gerd Moellmann (Vline_number_display_limit): Renamed from
2000-06-08 Gerd Moellmann (handle_fontified_prop): Don't GCPRO local var `pos';
2000-06-07 Gerd Moellmann (display_line): Fix code deciding in which line to
2000-06-06 Gerd Moellmann (display_line): Set row's and iterator's
2000-06-06 Gerd Moellmann (display_line): Revert change of 2000-06-06. Treat
2000-06-06 Kenichi Handa (display_line): While checking line continuation, pay attention to a
2000-06-05 Gerd Moellmann (redisplay_window): Always use set_buffer_internal_1.
2000-06-05 Dave Love Include fontset.h.
2000-05-29 Gerd Moellmann (redisplay_window): Really switch buffers when
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 Moellmann Use 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 Raeburn Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
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 collection.
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.