log src/xdisp.c @ 9666:d50850d0c8f8

age author description
1994-10-17 Morten Welinder *** empty log message ***
1994-10-14 Richard M. Stallman (redisplay): Call clear_face_cache instead
1994-10-11 Jim Blandy (display_scan_buffer): Pass the correct number of arguments to
1994-10-10 Richard M. Stallman (redisplay_window): Fix Oct 1 change:
1994-10-08 Jim Blandy * xdisp.c (redisplay_window): Invalidate width_run_cache, if the
1994-10-04 Karl Heuer (try_window_id): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer (redisplay, mark_window_display_accurate, redisplay_window, try_window,
1994-10-04 Karl Heuer (display_text_line): Use new accessor macros instead of calling XSET directly.
1994-10-02 Richard M. Stallman (redisplay_window): If we set PT, and that alters a region
1994-09-27 Karl Heuer (redisplay, mark_window_display_accurate, try_window_id, display_text_line,
1994-09-25 Richard M. Stallman (update_echo_area): New function.
1994-09-20 Karl Heuer (display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS.
1994-09-19 Jim Blandy Add a new element to display tables controlling side-by-side
1994-09-19 Karl Heuer [!HAVE_X_WINDOWS] (store_frame_title): Dummy macro.
1994-09-17 Richard M. Stallman (message): Use EMACS_INT.
1994-09-16 Karl Heuer (decode_mode_spec): Use MODE_LINE_BINARY_TEXT when defined.
1994-09-16 Karl Heuer [!HAVE_X_WINDOWS] (frame_title_ptr): define as always null.
1994-09-16 Karl Heuer (multiple_frames, Vframe_title_format, Vicon_title_format): New variables.
1994-09-02 Richard M. Stallman (display_text_line): Don't overrun the charstart area.
1994-08-25 Richard M. Stallman (display_scan_buffer): New function.
1994-08-23 Richard M. Stallman (redisplay_window): Don't access text before BEGV.
1994-08-11 Richard M. Stallman (display_text_line): Make previous change #ifdef HAVE_X_WINDOWS.
1994-08-07 Richard M. Stallman (display_text_line): Use the face properties of the overlay arrow, if any.
1994-08-02 Richard M. Stallman (redisplay_window): Avoid using SET_PT to change point temporarily.
1994-07-30 Richard M. Stallman (decode_mode_spec): Handle %&.
1994-07-02 Richard M. Stallman (decode_mode_spec): %+ makes % for unmodified RO buffer.
1994-07-01 Richard M. Stallman (prepare_menu_bars): Call x_consider_frame_title
1994-06-28 Richard M. Stallman (redisplay_region): For special treatment, BUF most be
1994-06-18 Karl Heuer minibuf_prompt is now a Lisp_Object.
1994-06-17 Richard M. Stallman (redisplay_region): Treat selected window's buffer
1994-06-16 Karl Heuer (redisplay_window): Don't use shortcut if window_end_vpos is out of date.
1994-06-15 Richard M. Stallman (redisplay): Don't call x_consider_frame_title.
1994-06-03 Karl Heuer (display_text_line): Make sure pointer is in range.
1994-05-30 Richard M. Stallman (redisplay): Limit prev change to pause != 0.
1994-05-30 Richard M. Stallman (redisplay): If have window change at end, redisplay again.
1994-05-12 Karl Heuer (display_text_line): Fix check for end of buffer.
1994-05-03 Richard M. Stallman (display_text_line): Since HPOS is negative, avoid
1994-04-29 Richard M. Stallman (decode_mode_spec): Fix handling of `%t'.
1994-04-25 Richard M. Stallman (syms_of_xdisp): Set up Qmenu_bar_update_hook.
1994-04-15 Karl Heuer (fix_glyph) [HAVE_X_WINDOWS]: When glyph face is 0, use the computed face as
1994-04-14 Richard M. Stallman (update_menu_bar): Take frame as arg.
1994-04-08 Karl Heuer (copy_part_of_rope): Replace non-glyph with 0.
1994-04-08 Karl Heuer (copy_part_of_rope): Replace non-glyph with 0.
1994-04-07 Karl Heuer (display_text_line): minibuffer_prompt_width is a distance, not an absolute
1994-04-06 Karl Heuer Use PT, not point.
1994-04-06 Karl Heuer (display_string): Allow for negative hpos when clearing array.
1994-04-05 Karl Heuer Add window argument on calls to compute_motion.
1994-04-05 Richard M. Stallman (display_text_line): Rename startp to leftmargin.
1994-04-04 Richard M. Stallman (display_text_line): Properly handle charstarts for hscroll,
1994-04-03 Richard M. Stallman (redisplay): do_verify_charstarts controls whether to call verify_charstarts.
1994-04-03 Richard M. Stallman (display_text_line): Always store in charstart
1994-04-01 Fred Pierresteguy (update_menu_bar): Pass 0 to set_frame_menubar.
1994-04-01 Richard M. Stallman (try_window_id): Pass new arg to scroll_frame_lines.
1994-04-01 Richard M. Stallman (redisplay): In previous change, handle case where no newline follows.
1994-04-01 Richard M. Stallman (redisplay): Call adjust_window_charstarts
1994-03-31 Richard M. Stallman (redisplay): Call frame_up_to_date_hook.
1994-03-29 Karl Heuer (display_text_line): Handle selective display at window edge.
1994-03-25 Karl Heuer (x_consider_frame_title, decode_mode_spec): Use assignment, not initialization.
1994-03-19 Karl Heuer (fix_glyph, display_text_line, copy_part_of_rope, display_mode_line): Handle
1994-03-16 Karl Heuer (update_menu_bar): Delete unused second argument. Callers changed.