log src/xdisp.c @ 6740:255869831639

age author description
Fri, 08 Apr 1994 01:24:20 +0000 Karl Heuer (copy_part_of_rope): Replace non-glyph with 0.
Thu, 07 Apr 1994 04:22:54 +0000 Karl Heuer (display_text_line): minibuffer_prompt_width is a distance, not an absolute
Wed, 06 Apr 1994 06:57:24 +0000 Karl Heuer Use PT, not point.
Wed, 06 Apr 1994 06:49:06 +0000 Karl Heuer (display_string): Allow for negative hpos when clearing array.
Tue, 05 Apr 1994 23:49:15 +0000 Karl Heuer Add window argument on calls to compute_motion.
Tue, 05 Apr 1994 07:43:21 +0000 Richard M. Stallman (display_text_line): Rename startp to leftmargin.
Mon, 04 Apr 1994 00:44:27 +0000 Richard M. Stallman (display_text_line): Properly handle charstarts for hscroll,
Sun, 03 Apr 1994 08:10:46 +0000 Richard M. Stallman (redisplay): do_verify_charstarts controls whether to call verify_charstarts.
Sun, 03 Apr 1994 02:03:30 +0000 Richard M. Stallman (display_text_line): Always store in charstart
Fri, 01 Apr 1994 13:43:24 +0000 Fred Pierresteguy (update_menu_bar): Pass 0 to set_frame_menubar.
Fri, 01 Apr 1994 10:14:35 +0000 Richard M. Stallman (try_window_id): Pass new arg to scroll_frame_lines.
Fri, 01 Apr 1994 08:19:19 +0000 Richard M. Stallman (redisplay): In previous change, handle case where no newline follows.
Fri, 01 Apr 1994 02:09:44 +0000 Richard M. Stallman (redisplay): Call adjust_window_charstarts
Thu, 31 Mar 1994 18:40:11 +0000 Richard M. Stallman (redisplay): Call frame_up_to_date_hook.
Tue, 29 Mar 1994 04:08:07 +0000 Karl Heuer (display_text_line): Handle selective display at window edge.
Fri, 25 Mar 1994 00:41:29 +0000 Karl Heuer (x_consider_frame_title, decode_mode_spec): Use assignment, not initialization.
Sat, 19 Mar 1994 02:53:33 +0000 Karl Heuer (fix_glyph, display_text_line, copy_part_of_rope, display_mode_line): Handle
Wed, 16 Mar 1994 03:29:20 +0000 Karl Heuer (update_menu_bar): Delete unused second argument. Callers changed.
Wed, 16 Mar 1994 03:08:02 +0000 Karl Heuer (redisplay): Don't consider minibuffer name for frame title.
Tue, 15 Mar 1994 06:49:39 +0000 Karl Heuer (message1): Call message2 instead of duplicating code.
Mon, 14 Mar 1994 21:36:58 +0000 Karl Heuer (redisplay_window): Avoid dividing negative numbers, since the rounding effect
Fri, 11 Mar 1994 23:38:27 +0000 Karl Heuer (x_consider_frame_title): New function, extracted from display_mode_line.
Thu, 10 Mar 1994 00:23:35 +0000 Richard M. Stallman (display_mode_line): Highlight partial-width mode lines
Wed, 02 Mar 1994 04:04:54 +0000 Richard M. Stallman (update_menu_bar): Change call to menu_bar_items.
Fri, 25 Feb 1994 21:21:53 +0000 Karl Heuer (display_text_line): Allow for invisible overlays in next_invisible lookahead.
Thu, 24 Feb 1994 20:00:34 +0000 Karl Heuer (try_window, display_text_line): Use Fget_char_property to test for invisibility.
Thu, 24 Feb 1994 19:42:35 +0000 Karl Heuer (try_window): Add #ifdef USE_TEXT_PROPERTIES around call to Fget_text_property.
Mon, 14 Feb 1994 19:42:30 +0000 Karl Heuer (try_window_id, display_text_line): Treat blank lines specially in
Sun, 13 Feb 1994 02:06:55 +0000 Richard M. Stallman (decode_mode_spec): Support %+.
Fri, 11 Feb 1994 18:56:15 +0000 Richard M. Stallman (decode_mode_spec): Implement `P'.