log src/xdisp.c @ 7982:267ab8286077

age author description
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.
1994-03-16 Karl Heuer (redisplay): Don't consider minibuffer name for frame title.
1994-03-15 Karl Heuer (message1): Call message2 instead of duplicating code.
1994-03-14 Karl Heuer (redisplay_window): Avoid dividing negative numbers, since the rounding effect
1994-03-11 Karl Heuer (x_consider_frame_title): New function, extracted from display_mode_line.
1994-03-10 Richard M. Stallman (display_mode_line): Highlight partial-width mode lines
1994-03-02 Richard M. Stallman (update_menu_bar): Change call to menu_bar_items.
1994-02-25 Karl Heuer (display_text_line): Allow for invisible overlays in next_invisible lookahead.
1994-02-24 Karl Heuer (try_window, display_text_line): Use Fget_char_property to test for invisibility.
1994-02-24 Karl Heuer (try_window): Add #ifdef USE_TEXT_PROPERTIES around call to Fget_text_property.
1994-02-14 Karl Heuer (try_window_id, display_text_line): Treat blank lines specially in
1994-02-13 Richard M. Stallman (decode_mode_spec): Support %+.
1994-02-11 Richard M. Stallman (decode_mode_spec): Implement `P'.
1994-02-10 Karl Heuer Comment change.
1994-02-06 Richard M. Stallman (fix_glyph): New function.
1994-02-02 Karl Heuer (try_window_id): Don't pass value beyond ZV to compute_motion.
1994-01-26 Fred Pierresteguy Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
1994-01-21 Richard M. Stallman (display_menu_bar): Add USE_X_TOOLKIT conditional.
1993-12-25 Richard M. Stallman (redisplay_window): Before altering lpoint,
1993-12-23 Richard M. Stallman (message): Use message2, not message1.
1993-11-20 Richard M. Stallman (display_text_line): Pass new arg to compute_char_face
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-02 Jim Blandy * xdisp.c (display_menu_bar): Redisplay all lines occupied by the
1993-07-31 Richard M. Stallman (try_window): Handle invisible newline at end of buffer.
1993-06-30 Jim Blandy * xdisp.c (redisplay): If we're not already showing the region,
1993-06-22 Jim Blandy * xdisp.c (redisplay_window): Remember to compute end relative to
1993-06-17 Jim Blandy * xdisp.c (redisplay_window): No need to subtract one from start
1993-06-16 Jim Blandy * xdisp.c (redisplay_window): No need to subtract BEGV to compute
1993-06-14 Jim Blandy * xdisp.c (display_text_line): Use temporary variable.