log src/xdisp.c @ 58254:e64002f85cf6

age author description
2004-11-16 Kenichi Handa (display_mode_element): Fix previous change (calculate
2004-11-15 Kim F. Storm (store_mode_line_string, produce_stretch_glyph):
2004-11-15 Richard M. Stallman (get_next_display_element): Fix previous change.
2004-11-14 Richard M. Stallman (reseat_at_previous_visible_line_start): No longer static.
2004-11-13 Kim F. Storm (make_cursor_line_fully_visible_p): New variable.
2004-11-12 Kim F. Storm (init_iterator): Clear it.max_extra_line_spacing.
2004-11-09 Kim F. Storm (produce_image_glyph): Remove unused variable 'face_ascent'.
2004-11-08 Kim F. Storm (note_mouse_highlight): Clear mouse face if we move out of text area.
2004-11-08 Kim F. Storm (fast_find_position): Fix start pos if header line present.
2004-11-02 Richard M. Stallman (back_to_previous_visible_line_start):
2004-10-31 Jan Djärv * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
2004-10-27 Richard M. Stallman (get_next_display_element): In mode lines,
2004-10-26 Kim F. Storm Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
2004-10-18 Kim F. Storm (display_mode_element): Fix display of wide chars.
2004-10-17 Kim F. Storm (overlay_arrow_at_row): Return overlay string rather
2004-10-15 Kim F. Storm (x_draw_vertical_border): Undo last change.
2004-10-15 Kim F. Storm (x_draw_vertical_border): Do nothing if non-window system.
2004-10-13 Kim F. Storm (redisplay_preserve_echo_area): Fix last change.
2004-10-12 Kim F. Storm (redisplay_preserve_echo_area): Flush display in case
2004-10-12 Kenichi Handa (get_next_display_element): If
2004-10-07 Kim F. Storm (redisplay_window): Fix flicker on vertical line between
2004-10-04 Kim F. Storm (x_draw_vertical_border): Do not draw line if frame has scroll bars.
2004-10-04 Kim F. Storm (define_frame_cursor1): Do not change frame cursor
2004-09-29 Kim F. Storm (handle_single_display_prop): Use lookup_fringe_bitmap.
2004-09-28 Kim F. Storm (handle_single_display_prop): Fringe bitmaps are now
2004-09-18 Richard M. Stallman (try_window_reusing_current_matrix):
2004-09-09 Richard M. Stallman (decode_mode_spec): Use current buffer for most purposes.
2004-09-09 Richard M. Stallman (Fformat_mode_line): New arg BUFFER says which buffer to use.
2004-09-08 Kim F. Storm (set_cursor_from_row): Also look at 'cursor' property in
2004-09-07 Kim F. Storm (set_cursor_from_row): Fix last change. Only use 'cursor'
2004-09-03 Richard M. Stallman Fix line breaks to follow Emacs conventions.
2004-09-03 Richard M. Stallman Fix line breaks to follow Emacs conventions.
2004-09-02 Kim F. Storm (set_cursor_from_row): Look for non-nil `cursor' property
2004-09-02 Steven Tamm (note_mouse_highlight): Set the mouse pointer shape to
2004-08-20 Kim F. Storm Rename wait_reading_process_input to wait_reading_process_output.
2004-07-26 Kim F. Storm (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
2004-07-25 Kim F. Storm (move_it_in_display_line_to): If overflow-newline-into-fringe
2004-07-21 Kim F. Storm (display_line): Increment nrows_scale_factor and set
2004-07-19 Luc Teirlinck (syms_of_xdisp): Correct capitalization error in
2004-06-21 Kim F. Storm (add_to_log): Use SAFE_ALLOCA.
2004-06-15 Kim F. Storm (try_cursor_movement): Exclude header line from scroll
2004-06-14 Juanma Barranquero (Vimage_types): Delete (moved to image.c).
2004-05-30 Steven Tamm Support Tooltips with the Carbon emacs port.
2004-05-26 Kim F. Storm (back_to_previous_visible_line_start): Skip backwards
2004-05-22 Richard M. Stallman (try_scrolling): If scroll-up-aggressively or scroll-down-aggressively
2004-05-17 Kim F. Storm (next_overlay_change, note_mouse_highlight): Use GET_OVERLAYS_AT.
2004-05-10 Kim F. Storm (calc_line_height_property): Use string position when
2004-05-04 Kim F. Storm (Qtotal): New var.
2004-05-01 Stefan Monnier (calc_line_height_property): YAILOM (yet another int/Lisp_Object mixup).
2004-04-29 Kim F. Storm (init_iterator): Handle line-spacing float value.
2004-04-28 Kim F. Storm (null_glyph_slice): New var.
2004-04-27 Stefan Monnier (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
2004-04-27 Kim F. Storm (x_produce_glyphs): Fix last change; handle newline in
2004-04-26 Kim F. Storm (Qline_height): New variable.
2004-04-24 Kim F. Storm (append_space_for_newline): Rename from append_space.
2004-04-20 Kim F. Storm (Qslice): New variable.
2004-04-16 Kim F. Storm (update_overlay_arrows): Fix handling of up_to_date < 0.
2004-04-16 Juanma Barranquero (try_scrolling): Make sure `scroll-conservatively' is not too large before
2004-04-13 Kim F. Storm (get_glyph_string_clip_rect): Fix reduction of cursor
2004-04-05 Kim F. Storm (clear_mouse_face): Only clear mouse highlight if not hidden.