log src/dispnew.c @ 8940:18b0314420d5

age author description
Mon, 19 Sep 1994 00:16:13 +0000 Karl Heuer (direct_output_for_insert, direct_output_forward_char): Fix Lisp_Object
Sun, 18 Sep 1994 18:57:22 +0000 Richard M. Stallman (preserve_other_columns): Fix arg to sizeof in bcopy call.
Tue, 30 Aug 1994 07:15:00 +0000 Richard M. Stallman (free_frame_glyphs): No longer static.
Sun, 31 Jul 1994 06:37:57 +0000 Richard M. Stallman (sit_for): Undo previous change.
Sun, 31 Jul 1994 05:38:17 +0000 Richard M. Stallman (direct_output_for_insert): Pass missing 8th
Wed, 20 Jul 1994 19:35:41 +0000 Richard M. Stallman (direct_output_for_insert): Dpn't call compute_char_face
Tue, 19 Jul 1994 19:35:08 +0000 Richard M. Stallman (sit_for): Return immediately if unread events exist.
Thu, 16 Jun 1994 15:14:30 +0000 Richard M. Stallman (syms_of_display): Make baud-rate a user var.
Wed, 15 Jun 1994 03:54:06 +0000 Richard M. Stallman Put stdio.h after config.h.
Tue, 07 Jun 1994 01:12:36 +0000 Karl Heuer (Fframe_or_buffer_changed_p): Reuse the state vector.
Mon, 06 Jun 1994 05:03:41 +0000 Karl Heuer (Fframe_or_buffer_changed_p): New function.
Sun, 05 Jun 1994 18:29:46 +0000 Richard M. Stallman Include systime.h after xterm.h.
Mon, 23 May 1994 05:53:55 +0000 Richard M. Stallman (change_frame_size): Keep cursor coords in range.
Thu, 19 May 1994 18:42:37 +0000 Richard M. Stallman (PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Tue, 17 May 1994 19:38:45 +0000 Richard M. Stallman (update_frame): Fix test of outq and baud_rate some more.
Tue, 17 May 1994 19:38:00 +0000 Richard M. Stallman (update_frame): Fix backwd test of outq and baud_rate.
Tue, 10 May 1994 22:40:56 +0000 Roland McGrath Comment fix.
Tue, 10 May 1994 22:39:29 +0000 Roland McGrath [__GNU_LIBRARY__]: Redefine PENDING_OUTPUT_COUNT even if already defined.
Sun, 01 May 1994 07:34:23 +0000 Richard M. Stallman (update_frame): Fix previous change: unconditionally bzero at the end.
Fri, 29 Apr 1994 04:54:39 +0000 Richard M. Stallman (update_frame): Move those assignments even farther down.
Thu, 28 Apr 1994 22:05:54 +0000 Richard M. Stallman (update_frame): Move assignments to current_frame and desired_frame.
Wed, 13 Apr 1994 20:44:38 +0000 Karl Heuer (Vglyph_table): Doc fix.
Sat, 09 Apr 1994 06:32:32 +0000 Richard M. Stallman (update_line): Use line_height field.
Tue, 05 Apr 1994 23:49:15 +0000 Karl Heuer Add window argument on calls to compute_motion.
Tue, 05 Apr 1994 07:39:38 +0000 Richard M. Stallman (verify_charstarts): Handle truncation of lines.
Sun, 03 Apr 1994 08:09:11 +0000 Richard M. Stallman (direct_output_for_insert): Add charstarts entry after the new char.
Sun, 03 Apr 1994 02:04:38 +0000 Richard M. Stallman (verify_charstarts): Count right for continued lines.
Sun, 03 Apr 1994 01:36:57 +0000 Richard M. Stallman (verify_charstarts): New function.
Fri, 01 Apr 1994 10:13:32 +0000 Richard M. Stallman (make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Fri, 01 Apr 1994 02:10:14 +0000 Richard M. Stallman (adjust_window_charstarts): New function.
Thu, 31 Mar 1994 23:22:23 +0000 Richard M. Stallman (scroll_frame_lines): Handle charstarts like glyphs.
Sat, 19 Mar 1994 02:52:39 +0000 Karl Heuer (direct_output_for_insert): Handle termcap frames as well as X.
Mon, 14 Mar 1994 22:04:21 +0000 Karl Heuer (Fredraw_frame) [! MULTI_FRAME]: Make noninteractive, to be consistent with
Thu, 24 Feb 1994 20:08:54 +0000 Karl Heuer (direct_output_forward_char): Use Fget_char_property to test for invisibility.
Thu, 24 Feb 1994 20:04:27 +0000 Karl Heuer (direct_output_for_insert): Fix comment.
Thu, 10 Feb 1994 23:59:25 +0000 Karl Heuer (buffer_posn_from_coords): Take hscroll into account.
Mon, 17 Jan 1994 01:38:26 +0000 Richard M. Stallman Include stdio.h before config.h.
Thu, 23 Dec 1993 00:22:10 +0000 Richard M. Stallman (Fsit_for): Call prepare_menu_bars.
Wed, 15 Dec 1993 01:59:43 +0000 Roland McGrath (update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ.
Wed, 08 Dec 1993 23:49:24 +0000 Roland McGrath (PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
Sat, 20 Nov 1993 09:43:03 +0000 Richard M. Stallman (direct_output_for_insert): Pass new arg to compute_char_face.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Wed, 11 Aug 1993 05:24:29 +0000 Richard M. Stallman (direct_output_forward_char): Fix previous change:
Sat, 31 Jul 1993 21:58:45 +0000 Richard M. Stallman (direct_output_for_insert): Fail if character
Mon, 26 Jul 1993 18:38:23 +0000 Richard M. Stallman (Fsleep_for): If arg is 0, return right away.
Sun, 25 Jul 1993 21:48:55 +0000 Richard M. Stallman Commented-out code added.
Sun, 18 Jul 1993 06:23:32 +0000 Jim Blandy * dispnew.c (direct_output_for_insert): By the time this function
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Sun, 06 Jun 1993 21:16:51 +0000 Richard M. Stallman Include lisp.h earlier (before termhooks.h).
Sun, 06 Jun 1993 06:46:58 +0000 Richard M. Stallman (Fredraw_display): Redraw all visible frames.
Thu, 03 Jun 1993 06:18:18 +0000 Richard M. Stallman (do_pending_window_change): No need to clear
Mon, 31 May 1993 19:04:20 +0000 Richard M. Stallman (update_frame): Make preempt_count positive.
Sun, 30 May 1993 20:52:49 +0000 Richard M. Stallman (buffer_posn_from_coords): Since COL is already
Fri, 28 May 1993 01:53:31 +0000 Richard M. Stallman (Fsleep_for): Don't return without waiting when SEC is 0.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Thu, 20 May 1993 23:30:21 +0000 Jim Blandy * dispnew.c (preserve_other_columns): Remember to multiply the
Sat, 15 May 1993 18:44:46 +0000 Richard M. Stallman (direct_output_forward_char): Just give up
Fri, 14 May 1993 14:39:15 +0000 Jim Blandy * dispnew.c (direct_output_for_insert): Compute the face of the
Tue, 04 May 1993 02:28:10 +0000 Jim Blandy * systime.h: Doc fix.
Sat, 10 Apr 1993 08:00:27 +0000 Jim Blandy * dispnew.c (getenv): Extern declaration deleted; this is done in