log src/dispnew.c @ 34944:4fc804373f2a

age author description
Tue, 02 Jan 2001 10:26:28 +0000 Gerd Moellmann (update_window): Don't check_current_matrix_flags.
Fri, 29 Dec 2000 21:09:36 +0000 Gerd Moellmann (check_current_matrix_flags) [GLYPH_DEBUG]: New
Thu, 28 Dec 2000 10:11:50 +0000 Gerd Moellmann Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
Thu, 28 Dec 2000 10:08:21 +0000 Gerd Moellmann Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
Wed, 27 Dec 2000 12:43:22 +0000 Gerd Moellmann (struct redisplay_history) [GLYPH_DEBUG]: New.
Sat, 23 Dec 2000 17:22:22 +0000 Gerd Moellmann (save_frame_matrix, restore_frame_matrix): Removed.
Thu, 21 Dec 2000 15:39:27 +0000 Gerd Moellmann (ensure_frame_matrix): Removed.
Wed, 20 Dec 2000 12:00:57 +0000 Gerd Moellmann (fake_current_matrices, ensure_frame_matrix): New
Tue, 19 Dec 2000 13:37:19 +0000 Gerd Moellmann (direct_output_for_insert): Fix check for mini-window
Fri, 15 Dec 2000 17:14:34 +0000 Gerd Moellmann (update_window): Detect pending input every nth line
Wed, 13 Dec 2000 14:24:01 +0000 Gerd Moellmann (update_window): If do_mouse_tracking is non-nil,
Wed, 06 Dec 2000 15:46:27 +0000 Gerd Moellmann (adjust_glyph_matrix): Don't reuse a window's current
Tue, 05 Dec 2000 13:48:22 +0000 Gerd Moellmann (scrolling_window): Fix code inserting runs in list of all runs.
Wed, 22 Nov 2000 16:32:00 +0000 Gerd Moellmann (update_frame): Do nothing with frame's tool bar
Sat, 18 Nov 2000 23:56:13 +0000 Gerd Moellmann (update_text_area): Fix last change.
Sat, 18 Nov 2000 15:37:15 +0000 Gerd Moellmann (update_text_area): Don't skip over equal glyphs
Thu, 16 Nov 2000 00:53:28 +0000 Kenichi Handa (null_row): New gloval static variable.
Tue, 31 Oct 2000 13:32:08 +0000 Gerd Moellmann (update_frame_line): Handle case where spaces in
Sun, 22 Oct 2000 16:50:16 +0000 Andrew Choi Initial check-in: changes for building Emacs under Mac OS.
Fri, 13 Oct 2000 18:26:51 +0000 Gerd Moellmann (direct_output_for_insert): Call set_iterator_to_next
Wed, 27 Sep 2000 11:43:51 +0000 Gerd Moellmann (adjust_glyph_matrix, enable_glyph_matrix_rows):
Fri, 22 Sep 2000 19:54:02 +0000 Gerd Moellmann (enable_glyph_matrix_rows): Remove xasserts.
Thu, 21 Sep 2000 18:41:36 +0000 Gerd Moellmann (scrolling_window): Compare y-positions of rows
Tue, 19 Sep 2000 15:18:07 +0000 Gerd Moellmann (update_window_line): Make sure to always draw
Mon, 18 Sep 2000 11:39:53 +0000 Gerd Moellmann (update_window): Move test for invisible lines
Sat, 16 Sep 2000 13:38:54 +0000 Gerd Moellmann (update_window): Make sure to make desired rows
Wed, 30 Aug 2000 14:59:26 +0000 Gerd Moellmann (update_frame): Only set display_completed here; use
Tue, 29 Aug 2000 15:02:44 +0000 Gerd Moellmann (build_frame_matrix_from_leaf_window): If a row of a
Tue, 22 Aug 2000 22:14:00 +0000 Andrew Innes Include keyboard.h before frame.h.
Wed, 09 Aug 2000 18:39:58 +0000 Gerd Moellmann (Qredisplay_dont_pause): New variable.
Wed, 09 Aug 2000 12:29:11 +0000 Gerd Moellmann (mode_line_string): Declare parameter MODE_LINE_P.
Wed, 19 Jul 2000 15:47:52 +0000 Gerd Moellmann (direct_output_for_insert): Remove confusing
Tue, 18 Jul 2000 19:43:04 +0000 Gerd Moellmann (update_text_area): Write the whole row if it
Wed, 12 Jul 2000 15:59:56 +0000 Gerd Moellmann (redraw_overlapped_rows): Add missing local.
Wed, 12 Jul 2000 15:10:30 +0000 Gerd Moellmann (make_current): Preserve the mouse_face_p flag of the
Tue, 11 Jul 2000 19:57:54 +0000 Gerd Moellmann (direct_output_forward_char): Give up if currently
Wed, 05 Jul 2000 11:39:35 +0000 Gerd Moellmann (clear_glyph_row): Add debug code in #if 0.
Wed, 28 Jun 2000 20:28:50 +0000 Gerd Moellmann (struct row_entry): New structure.
Thu, 15 Jun 2000 22:51:01 +0000 Gerd Moellmann (update_frame_1): Handle case that cursor vpos is
Mon, 05 Jun 2000 14:22:26 +0000 Dave Love Conditionally include term.h.
Wed, 31 May 2000 19:16:25 +0000 Gerd Moellmann (find_glyph_row_slice, swap_glyphs_in_rows): Put in #if 0.
Tue, 25 Apr 2000 19:39:59 +0000 Gerd Moellmann (increment_matrix_positions): Renamed from
Sat, 22 Apr 2000 14:10:51 +0000 Gerd Moellmann (update_frame_line): When writing a whole line, make
Wed, 05 Apr 2000 17:29:31 +0000 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Mon, 27 Mar 2000 16:03:29 +0000 Gerd Moellmann (direct_output_for_insert): Use DEC_TEXT_POS
Thu, 02 Mar 2000 20:09:29 +0000 Gerd Moellmann (free_glyphs): Block input while freeing matrices.
Fri, 25 Feb 2000 13:20:36 +0000 Gerd Moellmann (flush_stdout) [GLYPH_DEBUG]: New function.
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Sun, 02 Jan 2000 12:06:14 +0000 Eli Zaretskii (mode_line_string): Support termcap frames as well.
Wed, 29 Dec 1999 12:31:58 +0000 Eli Zaretskii (mode_line_string): Support MS-DOS frames.
Mon, 27 Dec 1999 05:06:03 +0000 Kenichi Handa (line_hash_code) (direct_output_for_insert): Adjusted
Wed, 15 Dec 1999 13:14:38 +0000 Eli Zaretskii Changes for separate unspecified foreground and background colors
Wed, 15 Dec 1999 00:09:32 +0000 Kenichi Handa (direct_output_forward_char): Check point moving into
Mon, 06 Dec 1999 16:54:09 +0000 Eli Zaretskii Changes for automatic remapping of X colors on terminal frames:
Thu, 25 Nov 1999 10:14:15 +0000 Gerd Moellmann (direct_output_for_insert): Set glyph row's
Mon, 22 Nov 1999 17:37:24 +0000 Gerd Moellmann (direct_output_for_insert): Increment glyph positions
Thu, 18 Nov 1999 18:03:57 +0000 Dave Love (Finternal_show_cursor_p): Fix doc string.
Wed, 03 Nov 1999 15:57:55 +0000 Gerd Moellmann (Finternal_show_cursor): Change it to set the
Mon, 01 Nov 1999 14:43:24 +0000 Gerd Moellmann (Finternal_show_cursor): Renamed from Fshow_cursor.
Mon, 25 Oct 1999 04:58:18 +0000 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Mon, 20 Sep 1999 23:18:39 +0000 Gerd Moellmann (direct_output_for_insert): Cast arguments to
Thu, 16 Sep 1999 12:52:13 +0000 Gerd Moellmann (direct_output_forward_char): Don't use this method
Wed, 15 Sep 1999 12:58:31 +0000 Gerd Moellmann (update_frame_line): If writing whole desired line,
Mon, 13 Sep 1999 11:13:24 +0000 Gerd Moellmann (selected_frame): Make it a Lisp_Object.
Sun, 05 Sep 1999 16:39:19 +0000 Gerd Moellmann Change
Sun, 05 Sep 1999 15:49:07 +0000 Gerd Moellmann Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Fri, 03 Sep 1999 15:52:05 +0000 Gerd Moellmann (adjust_frame_glyphs): Remove reference to
Mon, 30 Aug 1999 23:14:23 +0000 Gerd Moellmann (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
Tue, 24 Aug 1999 19:24:46 +0000 Gerd Moellmann (adjust_frame_glyphs): Reset Vresize_mini_config.
Mon, 23 Aug 1999 00:11:43 +0000 Gerd Moellmann (direct_output_for_insert): Set beg_unchanged
Sat, 21 Aug 1999 19:29:02 +0000 Gerd Moellmann (do_pending_window_change): Add parameter `safe'.
Wed, 18 Aug 1999 10:37:34 +0000 Gerd Moellmann (update_frame_line): Fix previous change. If writing
Tue, 17 Aug 1999 22:44:37 +0000 Gerd Moellmann (update_frame_line): If writing whole line,
Tue, 17 Aug 1999 00:46:01 +0000 Gerd Moellmann (direct_output_for_insert): Use
Wed, 11 Aug 1999 10:47:38 +0000 Gerd Moellmann (mirror_make_current): If desired row isn't enabled,
Fri, 06 Aug 1999 15:05:27 +0000 Gerd Moellmann (set_window_cursor_after_update): Correct cursor
Fri, 06 Aug 1999 13:59:32 +0000 Gerd Moellmann (redraw_overlapping_rows): Use flag overlapping_p.
Fri, 30 Jul 1999 08:38:10 +0000 Eli Zaretskii (init_display) [MSDOS]: Don't initialize frame faces,
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann Complete rewrite.
Mon, 01 Jun 1998 03:12:04 +0000 Karl Heuer (Fredraw_frame): Don't erase frame or its glyph records
Sat, 25 Apr 1998 23:08:09 +0000 Richard M. Stallman (change_frame_size_1): Use FRAME_CURSOR_X_LIMIT.
Fri, 24 Apr 1998 21:22:48 +0000 Richard M. Stallman (update_frame): Move echo area cursor into range.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Thu, 09 Apr 1998 17:21:02 +0000 Karl Heuer (minmax): New macro.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Wed, 21 Jan 1998 23:32:12 +0000 Richard M. Stallman Update copyright year.
Fri, 09 Jan 1998 23:07:47 +0000 Richard M. Stallman (Fsend_string_to_terminal): Use size_byte.
Sat, 30 Aug 1997 17:51:22 +0000 Richard M. Stallman (change_frame_size_1): Save current buffer
Fri, 01 Aug 1997 00:58:56 +0000 Richard M. Stallman (direct_output_for_insert): Set last_point_x properly.
Fri, 18 Jul 1997 17:50:12 +0000 Richard M. Stallman (direct_output_forward_char): Reenable check against
Sun, 13 Jul 1997 23:20:41 +0000 Richard M. Stallman (init_display): Go ahead and prepare for
Thu, 29 May 1997 03:32:17 +0000 Richard M. Stallman (scrolling): If a line is not enabled,
Tue, 27 May 1997 01:54:42 +0000 Richard M. Stallman (sit_for): New arg initial_display.
Tue, 20 May 1997 05:58:25 +0000 Richard M. Stallman (sit_for): Delete #if 0.
Thu, 10 Apr 1997 20:42:25 +0000 Karl Heuer (Fframe_or_buffer_changed_p): Use EQ, not ==.
Wed, 02 Apr 1997 03:45:07 +0000 Richard M. Stallman (change_frame_size_1): Call Fset_window_buffer,
Thu, 20 Feb 1997 06:35:00 +0000 Karl Heuer (direct_output_forward_char): #if-0-out redundant
Mon, 20 Jan 1997 02:22:25 +0000 Richard M. Stallman (init_display): Use `fatal'.
Mon, 20 Jan 1997 01:21:07 +0000 Richard M. Stallman (init_display): Check for overflow in screen size.
Sun, 19 Jan 1997 01:34:39 +0000 Richard M. Stallman (change_frame_size_1): Reject new sizes if they cause overflow.
Fri, 03 Jan 1997 23:05:58 +0000 Richard M. Stallman (update_frame): Call detect_input_pending
Tue, 19 Nov 1996 06:49:05 +0000 Geoff Voelker (init_display) [HAVE_NTGUI]: Use w32 for window-system.
Wed, 09 Oct 1996 20:30:23 +0000 Richard M. Stallman (init_display): If not yet initialized,
Sat, 21 Sep 1996 04:17:30 +0000 Richard M. Stallman (make_frame_glyphs, update_line, update_frame)
Sat, 21 Sep 1996 01:21:18 +0000 Richard M. Stallman (preserve_other_columns, preserve_my_columns): Use new
Sun, 15 Sep 1996 01:58:26 +0000 Richard M. Stallman (direct_output_for_insert): Set last_overlay_modified field in window.
Sun, 01 Sep 1996 21:04:32 +0000 Karl Heuer Removed support for !MULTI_FRAME.
Sun, 01 Sep 1996 19:15:05 +0000 Karl Heuer Change all references from point to PT.
Thu, 22 Aug 1996 08:23:30 +0000 Erik Naggum (change_frame_size_1): Clean up conditional.
Mon, 15 Jul 1996 21:38:40 +0000 Karl Heuer Don't delare ospeed; cm.h already did it.
Mon, 10 Jun 1996 21:13:26 +0000 Richard M. Stallman (change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P.
Mon, 10 Jun 1996 21:11:02 +0000 Richard M. Stallman (Fredraw_frame, remake_frame_glyphs)
Thu, 23 May 1996 01:34:07 +0000 Karl Heuer Comment fix.
Tue, 21 May 1996 17:32:00 +0000 Karl Heuer (init_display) [HAVE_LIBNCURSES]: If X, call tgetent.
Fri, 26 Apr 1996 15:45:46 +0000 Richard M. Stallman Include blockinput.h.
Tue, 23 Apr 1996 20:32:58 +0000 Richard M. Stallman Include blockinput.h.
Tue, 09 Apr 1996 02:41:15 +0000 Richard M. Stallman (sit_for): Call swallow_events.
Thu, 28 Mar 1996 18:23:18 +0000 Richard M. Stallman (make_frame_glyphs): Zero the correct number of bytes.
Tue, 05 Mar 1996 17:26:19 +0000 Richard M. Stallman (sit_for): Pass DISPLAY to detect_input_pending_run_timers.