log src/dispnew.c @ 83384:08b4dd6a6e87

age author description
Wed, 12 Oct 2005 16:14:04 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 578-592)
Sun, 11 Sep 2005 03:15:42 +0000 Karoly Lorentey Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
Wed, 07 Sep 2005 23:28:54 +0000 Karoly Lorentey Enforce the presence of `window-system' and `tty-type' frame parameters in all frames.
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Mon, 11 Jul 2005 00:05:55 +0000 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
Sun, 10 Jul 2005 22:25:28 +0000 Karoly Lorentey Rename term_init to init_tty.
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Mon, 27 Jun 2005 00:56:21 +0000 Karoly Lorentey Cleanup: Move kboard fields from struct frame and device-specific descriptors to struct display.
Sat, 25 Jun 2005 15:00:08 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 441-446)
Wed, 22 Jun 2005 17:53:21 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 438-440)
Tue, 21 Jun 2005 15:45:30 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 435-437)
Tue, 21 Jun 2005 15:42:45 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 423-434)
Fri, 06 May 2005 21:06:31 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
Tue, 19 Apr 2005 13:33:31 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
Mon, 11 Apr 2005 12:40:15 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
Sat, 19 Mar 2005 17:55:13 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
Fri, 04 Feb 2005 16:29:25 +0000 Karoly Lorentey Fix typo in dispnew.c.
Fri, 04 Feb 2005 15:36:07 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 76-78)
Thu, 03 Feb 2005 23:44:58 +0000 Karoly Lorentey Fix xassert-related bootstrap errors.
Thu, 03 Feb 2005 23:28:36 +0000 Karoly Lorentey Merged in changes from CVS trunk. (Long time no see!) :-)
Thu, 23 Dec 2004 16:43:51 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 28 Nov 2004 14:39:06 +0000 Karoly Lorentey Remove remaining references to updating_frame.
Sat, 06 Nov 2004 17:52:02 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 23 Aug 2004 10:12:04 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 22 Jul 2004 22:01:29 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 04 Jul 2004 04:48:55 +0000 Karoly Lorentey Implemented display ids for multiple emacsclients on the same tty. Plus assorted bugfixes.
Sat, 05 Jun 2004 22:34:24 +0000 Karoly Lorentey Make sure the SIGWINCH handler is always set (rep. by Yoshiaki Kasahara).
Fri, 23 Apr 2004 14:44:11 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Fri, 16 Apr 2004 15:03:58 +0000 Karoly Lorentey Eliminated updating_frame.
Thu, 15 Apr 2004 16:49:22 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 03 Apr 2004 20:02:51 +0000 Karoly Lorentey Trivial cosmetic change in dispnew.c.
Thu, 11 Mar 2004 01:11:38 +0000 Karoly Lorentey Fix background-mode on terminal frames (Dan Nicolaescu).
Sat, 28 Feb 2004 04:52:40 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sat, 28 Feb 2004 01:23:39 +0000 Karoly Lorentey Implemented suspending of emacsclient frames.
Tue, 17 Feb 2004 01:52:25 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sat, 24 Jan 2004 19:32:29 +0000 Karoly Lorentey Set the keyboard of the initial frame correctly.
Thu, 22 Jan 2004 15:37:19 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 11 Jan 2004 21:59:40 +0000 Karoly Lorentey Support for opening X frames from a tty session.
Sat, 10 Jan 2004 13:27:38 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sat, 10 Jan 2004 12:56:22 +0000 Karoly Lorentey Numerous bugfixes and small improvements.
Fri, 09 Jan 2004 18:57:53 +0000 Karoly Lorentey Hookified termcap devices, added bootstrap display device, plus many bugfixes.
Mon, 05 Jan 2004 05:54:35 +0000 Karoly Lorentey Converted display hooks to be display-local. Plus many bugfixes.
Sat, 03 Jan 2004 08:31:14 +0000 Karoly Lorentey Portability fixes (now it compiles & runs fine on Solaris).
Fri, 02 Jan 2004 04:22:23 +0000 Karoly Lorentey Got rid of the rif (window-based redisplay interface) global variable.
Fri, 02 Jan 2004 01:15:26 +0000 Karoly Lorentey Fixed X support, preliminary support for X-tty combo sessions.
Thu, 01 Jan 2004 17:55:53 +0000 Karoly Lorentey Separate frame-local, tty-dependent parameters from tty-local parameters.
Tue, 30 Dec 2003 19:27:57 +0000 Karoly Lorentey Major bugfixes and slight enhancements.
Wed, 05 Mar 2008 00:50:06 +0000 Jason Rumney (adjust_glyph_matrix): Initialize window_height.
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Mon, 16 Apr 2007 16:24:33 +0000 Chong Yidong (adjust_frame_glyphs_for_frame_redisplay): Set garbaged flag in
Tue, 20 Mar 2007 08:49:37 +0000 YAMAMOTO Mitsuharu (Fopen_termscript): Add BLOCK_INPUT around fclose.
Thu, 22 Feb 2007 19:52:41 +0000 Kim F. Storm (update_text_area): Clear mouse face on header lines.
Thu, 22 Feb 2007 16:04:08 +0000 Kim F. Storm (update_frame, update_single_window): Set force_p here if
Sun, 21 Jan 2007 23:30:02 +0000 Chong Yidong * dispnew.c (update_text_area): Revert 2006-09-17 change.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Tue, 17 Oct 2006 00:29:25 +0000 YAMAMOTO Mitsuharu (adjust_frame_glyphs_for_window_redisplay): Fix #endif comments.
Mon, 16 Oct 2006 08:58:20 +0000 YAMAMOTO Mitsuharu (adjust_frame_glyphs_for_frame_redisplay): Remove unused variable ch_dim.
Tue, 10 Oct 2006 01:20:20 +0000 Chong Yidong * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
Sun, 17 Sep 2006 20:57:44 +0000 Kim F. Storm (update_text_area): Undo 2000-07-18 change.
Sun, 10 Sep 2006 20:50:54 +0000 Kim F. Storm (Fredisplay): Document return value.
Mon, 17 Jul 2006 21:00:08 +0000 Richard M. Stallman Fix previous change.
Mon, 17 Jul 2006 20:59:54 +0000 Richard M. Stallman Fix previous change.
Mon, 17 Jul 2006 20:59:18 +0000 Richard M. Stallman (init_display): Mention DISPLAY as well as TERM in err msg.
Wed, 12 Jul 2006 13:16:13 +0000 Kim F. Storm (sit_for): Tiny simplification.
Wed, 12 Jul 2006 08:21:23 +0000 Kim F. Storm (sit_for): Use XINT.
Tue, 11 Jul 2006 22:54:28 +0000 Kim F. Storm (sit_for): Signal error if TIMEOUT is not a number in case arg comes
Tue, 11 Jul 2006 20:09:26 +0000 Kim F. Storm (sit_for): Reduce number of args from 5 to 3.
Tue, 11 Jul 2006 00:13:17 +0000 Chong Yidong Doc fix.
Mon, 10 Jul 2006 23:54:17 +0000 Kim F. Storm (Fredisplay): Doc fix.
Mon, 10 Jul 2006 23:52:38 +0000 Kim F. Storm (Fredisplay): Add FORCE argument to force redisplay when
Mon, 10 Jul 2006 18:51:31 +0000 Chong Yidong * puresize.h (BASE_PURESIZE): Increment to 1211000.
Mon, 03 Jul 2006 15:00:28 +0000 Kim F. Storm (sit_for): Fix preempt condition.
Sat, 17 Jun 2006 00:11:59 +0000 Kim F. Storm (update_frame): Check for input pending on entry.
Tue, 13 Jun 2006 22:06:22 +0000 Kim F. Storm (sit_for): Undo 2006-06-01 change. Instead, a
Mon, 12 Jun 2006 22:32:47 +0000 Kim F. Storm Modify preemptive redisplay to be based on periodic checks for input.
Sun, 04 Jun 2006 15:07:25 +0000 David Kastrup Mention `redisplay-dont-pause' in doc string of
Thu, 01 Jun 2006 21:04:58 +0000 Richard M. Stallman Whitespace changes.
Thu, 01 Jun 2006 13:53:19 +0000 Kim F. Storm (sit_for): Perform redisplay even if input is pending
Mon, 01 May 2006 01:11:01 +0000 YAMAMOTO Mitsuharu (update_window): Don't set changed_p when mode/header
Wed, 12 Apr 2006 06:23:12 +0000 Jan Dj«£rv * dispnew.c (init_display): Don't init X display if the user asked
Mon, 20 Mar 2006 22:41:23 +0000 Andreas Schwab * dispnew.c (init_display): Check DISPLAY here.
Thu, 23 Feb 2006 09:07:14 +0000 YAMAMOTO Mitsuharu (update_text_area): Avoid needless redraw of rightmost
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Fri, 07 Oct 2005 21:47:49 +0000 Kim F. Storm (redraw_overlapped_rows, redraw_overlapping_rows)
Fri, 07 Oct 2005 07:38:47 +0000 YAMAMOTO Mitsuharu (redraw_overlapping_rows): Call rif->fix_overlapping_area with new
Thu, 01 Sep 2005 14:16:19 +0000 Stefan Monnier (window_to_frame_hpos, update_window):
Wed, 17 Aug 2005 15:00:14 +0000 Kim F. Storm (buffer_posn_from_coords): Check that target row is
Tue, 16 Aug 2005 14:58:16 +0000 Kim F. Storm (increment_row_positions): Skip non-enabled rows.
Sun, 07 Aug 2005 17:40:18 +0000 Richard M. Stallman (Fframe_or_buffer_changed_p): Take an arg
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Thu, 23 Jun 2005 16:06:10 +0000 Juanma Barranquero (Fsleep_for, Fsit_for): Follow error conventions.
Wed, 22 Jun 2005 01:22:42 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Mon, 20 Jun 2005 10:45:31 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Fri, 17 Jun 2005 14:03:08 +0000 Richard M. Stallman (spec_glyph_lookup_face): New function.
Sun, 01 May 2005 19:59:45 +0000 Luc Teirlinck (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
Mon, 18 Apr 2005 14:09:10 +0000 Kim F. Storm (row_equal_p, update_window_line, scrolling_window):
Sat, 09 Apr 2005 23:51:18 +0000 Richard M. Stallman (mirror_line_dance): Avoid crash if W2 is null.
Thu, 17 Mar 2005 23:39:12 +0000 Richard M. Stallman (mirror_line_dance): Set W2 according to FRAME_FROM.
Thu, 03 Feb 2005 16:04:50 +0000 Stefan Monnier Copyright update.
Thu, 03 Feb 2005 14:08:01 +0000 Kim F. Storm (build_frame_matrix_from_leaf_window)
Thu, 03 Feb 2005 07:05:35 +0000 Steven Tamm * dispnew.c (update_window): Fixing compile error due to
Mon, 17 Jan 2005 08:28:28 +0000 Kim F. Storm (mode_line_string, marginal_area_string): Fix
Sun, 16 Jan 2005 09:17:02 +0000 Jan Dj«£rv * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
Wed, 15 Dec 2004 21:40:41 +0000 Jan Dj«£rv * syssignal.h: Declare main_thread.
Sun, 31 Oct 2004 00:05:18 +0000 Kim F. Storm (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
Fri, 20 Aug 2004 10:33:05 +0000 Kim F. Storm (Fsleep_for): Remove obsolete code.
Thu, 19 Aug 2004 13:59:28 +0000 Kim F. Storm Adapt to new wait_reading_process_input args.
Wed, 21 Jul 2004 21:08:23 +0000 Kim F. Storm (margin_glyphs_to_reserve): Apply ncols_scale_factor.
Tue, 20 Apr 2004 22:16:19 +0000 Kim F. Storm (buffer_posn_from_coords): Return full image width
Tue, 13 Apr 2004 21:30:56 +0000 Kim F. Storm (update_window): Only set changed_p if
Sat, 28 Feb 2004 01:02:16 +0000 Kim F. Storm (update_window): Update header line also if there are
Sun, 08 Feb 2004 23:19:15 +0000 Kim F. Storm (row_equal_p): Compare fringe bitmap faces and overlay
Sat, 17 Jan 2004 03:31:26 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-41
Fri, 16 Jan 2004 18:46:11 +0000 Kim F. Storm (row_equal_p, update_window_line): Compare fringe bitmaps
Tue, 06 Jan 2004 22:37:11 +0000 Kim F. Storm (buffer_posn_from_coords): Return both buffer/string
Mon, 29 Dec 2003 07:16:26 +0000 Karoly Lorentey Bugfix festival.
Sun, 28 Dec 2003 16:05:28 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 28 Dec 2003 00:10:12 +0000 Kim F. Storm (buffer_posn_from_coords): Fix calculation of dy for
Sat, 27 Dec 2003 10:00:19 +0000 Karoly Lorentey Fully eliminated global tty state variables.
Sat, 27 Dec 2003 01:12:57 +0000 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
Fri, 26 Dec 2003 04:31:27 +0000 Karoly Lorentey Fixed two typos.
Fri, 26 Dec 2003 04:24:54 +0000 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
Thu, 25 Dec 2003 06:59:31 +0000 Karoly Lorentey Implemented multiple tty support.
Wed, 24 Dec 2003 18:55:24 +0000 Karoly Lorentey Add a level of indirection to terminal characteristics.
Sat, 29 Nov 2003 11:10:07 +0000 Jan Dj«£rv * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
Thu, 27 Nov 2003 21:15:53 +0000 Kim F. Storm (buffer_posn_from_coords): Calculate and return pixel
Sun, 23 Nov 2003 00:09:19 +0000 Kim F. Storm (buffer_posn_from_coords): Return actual row/column
Fri, 14 Nov 2003 13:04:15 +0000 Kim F. Storm (update_text_area): Fix redisplay error when hscroll
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Fri, 29 Aug 2003 16:17:38 +0000 Richard M. Stallman (adjust_glyph_matrix): Call window_box whenever W is nonzero.
Mon, 02 Jun 2003 20:39:12 +0000 Stefan Monnier (Fsit_for): Don't lie about the number of args.
Sun, 25 May 2003 17:41:47 +0000 Stefan Monnier (mode_line_string): Remove unused var `f'.
Sat, 24 May 2003 21:57:05 +0000 Kim F. Storm Make (many) trivial substitutions for renamed and
Mon, 14 Apr 2003 16:29:18 +0000 Stefan Monnier (Fsit_For): Support XEmacs-style arg list.
Fri, 21 Mar 2003 13:49:31 +0000 Kim F. Storm (mode_line_string, marginal_area_string): Use enum
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Sun, 19 Jan 2003 21:50:03 +0000 Jan Dj«£rv GTK version
Fri, 19 Jul 2002 14:27:09 +0000 Ken Raeburn (safe_bcopy): Source pointer now points to const.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Wed, 24 Apr 2002 17:05:44 +0000 Gerd Moellmann (update_text_area): Set phys_cursor_on_p to 0 in the
Sun, 14 Apr 2002 08:16:33 +0000 Pavel Jan«¿k (marginal_area_string): Sort arguments.
Fri, 12 Apr 2002 09:36:56 +0000 Gerd Moellmann (marginal_area_string): New.
Sat, 30 Mar 2002 11:55:21 +0000 Gerd Moellmann Update copyright.
Sat, 30 Mar 2002 11:54:45 +0000 Gerd Moellmann (direct_output_for_insert): Call
Tue, 05 Mar 2002 18:09:25 +0000 Stefan Monnier (sit_for): Don't wait if executing a kbd macro.
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Sat, 19 Jan 2002 13:54:57 +0000 Pavel Jan«¿k (update_frame): Move the variable `tem' to the block where it is used.
Tue, 11 Dec 2001 22:20:20 +0000 Richard M. Stallman Test GNU_LINUX, not LINUX.
Fri, 16 Nov 2001 13:02:02 +0000 Kim F. Storm Fringe cleanup.
Thu, 15 Nov 2001 10:29:34 +0000 Gerd Moellmann (direct_output_forward_char): Fix character/byte
Wed, 14 Nov 2001 00:04:38 +0000 Richard M. Stallman (syms_of_display): Doc fix.
Tue, 13 Nov 2001 06:57:12 +0000 Pavel Jan«¿k (Fsit_for): Reindent.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jan«¿k Update usage of CHECK_ macros (remove unused second argument).
Tue, 30 Oct 2001 16:59:41 +0000 Gerd Moellmann (change_frame_size_1): Set frame's resized_p.
Fri, 26 Oct 2001 13:35:12 +0000 Eli Zaretskii (syms_of_display) <visible-bell>: Add a reference to
Wed, 24 Oct 2001 20:24:02 +0000 Pavel Jan«¿k (sync_window_with_frame_matrix_rows): Remove unused variable `area'.
Tue, 23 Oct 2001 15:14:53 +0000 Gerd Moellmann (sync_window_with_frame_matrix_rows): Fix
Sat, 20 Oct 2001 05:42:06 +0000 Miles Bader (update_frame_line): Don't call reassert_line_highlight.
Wed, 17 Oct 2001 03:16:12 +0000 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
Mon, 15 Oct 2001 11:09:48 +0000 Pavel Jan«¿k (Fsleep_for): Fix typo in a doc string.
Sun, 14 Oct 2001 10:36:01 +0000 Gerd Moellmann Put doc strings in comments.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Wed, 26 Sep 2001 11:15:40 +0000 Gerd Moellmann (required_matrix_width, required_matrix_height): New
Wed, 12 Sep 2001 11:43:47 +0000 Gerd Moellmann (set_window_cursor_after_update): Fix code
Mon, 10 Sep 2001 13:25:34 +0000 Gerd Moellmann (direct_output_for_insert): Don't change IT's
Tue, 28 Aug 2001 09:01:08 +0000 Gerd Moellmann (direct_output_for_insert): Set updated_area
Thu, 09 Aug 2001 09:37:50 +0000 Gerd Moellmann (adjust_glyph_matrix): Undo last change.
Wed, 08 Aug 2001 11:41:07 +0000 Gerd Moellmann (adjust_glyph_matrix): In the optimization for
Fri, 27 Jul 2001 15:28:46 +0000 Gerd Moellmann (shift_glyph_matrix, blank_row): Fix computation
Mon, 23 Jul 2001 11:33:42 +0000 Gerd Moellmann (adjust_glyph_matrix): In the optimization for
Thu, 19 Jul 2001 13:16:14 +0000 Gerd Moellmann (update_window): Don't set the cursor at the end
Tue, 10 Jul 2001 16:16:48 +0000 Gerd Moellmann (update_window): Don't skip the header-line
Fri, 30 Mar 2001 14:07:20 +0000 Gerd Moellmann (adjust_glyph_matrix): Don't try to reuse the current
Fri, 09 Mar 2001 14:50:33 +0000 Gerd Moellmann (buffer_posn_from_coords): Add parameters OBJECT and
Tue, 06 Mar 2001 16:13:34 +0000 Eli Zaretskii (syms_of_display) <glyph-table>: Doc fix.
Mon, 26 Feb 2001 12:17:18 +0000 Gerd Moellmann Check HAVE_TERM_H before including term.h.
Thu, 22 Feb 2001 11:45:47 +0000 Gerd Moellmann (direct_output_for_insert): Give up if we are showing
Fri, 16 Feb 2001 12:36:03 +0000 Gerd Moellmann (direct_output_for_insert): Recognize more cases where
Thu, 15 Feb 2001 12:28:07 +0000 Gerd Moellmann (update_text_area): Undo change of 2001-01-12.
Tue, 06 Feb 2001 13:57:49 +0000 Gerd Moellmann (update_frame_line): Rename parameter FRAME to F.
Fri, 26 Jan 2001 14:19:03 +0000 Gerd Moellmann (adjust_glyph_matrix): Always clear desired matrices.
Sat, 20 Jan 2001 13:55:52 +0000 Andrew Innes (Fredraw_frame): Remove reference to
Wed, 17 Jan 2001 16:53:55 +0000 Gerd Moellmann (direct_output_for_insert): If char_ins_del_ok is
Tue, 16 Jan 2001 12:42:22 +0000 Gerd Moellmann Call redisplay_preserve_echo_area with additional arg.
Mon, 15 Jan 2001 13:46:04 +0000 Gerd Moellmann (save_or_restore_current_matrices): Function removed.
Fri, 12 Jan 2001 14:10:17 +0000 Gerd Moellmann Fix last change.
Fri, 12 Jan 2001 14:09:54 +0000 Gerd Moellmann (update_text_area): Put code which decrements the
Tue, 02 Jan 2001 22:55:49 +0000 Andrew Innes (Fredraw_frame): Call set_terminal_modes for
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.
Thu, 22 Feb 1996 05:50:00 +0000 Erik Naggum (Fsleep_for): Accept sub-second intervals.
Thu, 01 Feb 1996 21:30:03 +0000 Richard M. Stallman (update_frame): Compare FRAME_MINIBUF_WINDOW(f)
Wed, 24 Jan 1996 22:33:54 +0000 Karl Heuer (change_frame_size_1) [MSDOS]: Support frame size
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 23:38:07 +0000 Karl Heuer (init_display): Treat null string DISPLAY var like not set.
Tue, 09 Jan 1996 00:31:17 +0000 Erik Naggum (Fsend_string_to_terminal, Fsit_for): Harmonize arguments with
Sun, 12 Nov 1995 05:20:12 +0000 Richard M. Stallman Always include dispextern.h before cm.h.
Fri, 10 Nov 1995 06:38:23 +0000 Richard M. Stallman (update_line): Avoid indexing into obody by -1.
Tue, 07 Nov 1995 07:14:59 +0000 Geoff Voelker [HAVE_NTGUI]: Include w32term.h.
Sat, 14 Oct 1995 05:54:16 +0000 Richard M. Stallman (Qdisplay_table): New variable.
Tue, 03 Oct 1995 09:13:55 +0000 Richard M. Stallman (get_display_line): Don't abort if there's text
Mon, 21 Aug 1995 21:56:40 +0000 Richard M. Stallman Include syssignal.h.
Tue, 25 Jul 1995 21:55:50 +0000 Richard M. Stallman Renamings: frame->display => frame->output, struct x_display -> sruct x_output.
Fri, 21 Jul 1995 07:46:14 +0000 Richard M. Stallman (update_frame): Check that the echo area is in the frame being displayed.
Mon, 17 Jul 1995 22:14:37 +0000 Karl Heuer (Fsit_for): Don't call prepare_menu_bars here.
Wed, 28 Jun 1995 09:38:18 +0000 Richard M. Stallman (update_frame): Pretend cursor is in echo area
Sun, 11 Jun 1995 20:59:45 +0000 Karl Heuer Comment update.
Sun, 11 Jun 1995 20:14:36 +0000 Karl Heuer (Fframe_or_buffer_changed_p): Calculate vector size right.
Thu, 25 May 1995 17:06:34 +0000 Karl Heuer (Fframe_or_buffer_changed_p): Record frame names
Thu, 25 May 1995 15:08:28 +0000 Karl Heuer (change_frame_size_1): Declare arg DELAY.
Fri, 19 May 1995 21:53:18 +0000 Karl Heuer (buffer_posn_from_coords): Don't let startp be before BEGV.
Thu, 18 May 1995 22:26:36 +0000 Karl Heuer (buffer_posn_from_coords): New arg to compute_motion.
Thu, 11 May 1995 22:19:56 +0000 Karl Heuer [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
Tue, 02 May 1995 02:18:34 +0000 Karl Heuer (update_frame): Don't put cursor in echo area unless
Thu, 13 Apr 1995 07:47:27 +0000 Richard M. Stallman (Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Wed, 22 Mar 1995 21:22:31 +0000 Karl Heuer (direct_output_forward_char): Don't use direct output at an overlay boundary.
Fri, 17 Feb 1995 08:40:18 +0000 Richard M. Stallman (change_frame_size_1): New subroutine.
Tue, 14 Feb 1995 14:24:43 +0000 Richard M. Stallman (window_change_signal): Add ignored argument.
Mon, 26 Dec 1994 15:35:48 +0000 Richard M. Stallman (scrolling): Fewer restrictions if scroll_region_ok is
Tue, 06 Dec 1994 08:49:44 +0000 Richard M. Stallman (update_frame): Call calculate_costs if baud_rate changed.
Wed, 16 Nov 1994 02:34:40 +0000 Karl Heuer Fix typo in comment.
Sat, 22 Oct 1994 03:54:14 +0000 Richard M. Stallman (Fframe_or_buffer_changed_p):
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Tue, 04 Oct 1994 15:47:28 +0000 Karl Heuer (direct_output_for_insert, direct_output_forward_char, change_frame_size,
Tue, 04 Oct 1994 12:03:19 +0000 Karl Heuer (redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
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
Wed, 31 Mar 1993 10:55:33 +0000 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
Thu, 25 Mar 1993 04:17:01 +0000 Jim Blandy * dispnew.c (getenv): Add extern declaration.
Thu, 25 Mar 1993 04:08:11 +0000 Jim Blandy Fix typo.
Thu, 25 Mar 1993 02:54:23 +0000 Jim Blandy * dispnew.c (init_display): Get display name from environment
Wed, 24 Mar 1993 01:51:35 +0000 Jim Blandy * dispnew.c (init_display): Initialize Vwindow_system.
Sat, 20 Mar 1993 23:06:44 +0000 Jim Blandy Doc fix.
Sat, 20 Mar 1993 23:03:35 +0000 Jim Blandy * dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Sat, 20 Mar 1993 22:26:53 +0000 Jim Blandy Do * dispnew.c (sit_for): Doc fix.
Thu, 18 Mar 1993 22:50:00 +0000 Jim Blandy * frame.h (FOR_EACH_FRAME): Change the definition so that
Mon, 15 Mar 1993 06:06:56 +0000 Richard M. Stallman Include termhooks.h.
Thu, 11 Mar 1993 07:49:34 +0000 Richard M. Stallman (change_frame_size): Handle FRAME_MENU_BAR_LINES.
Mon, 22 Feb 1993 14:38:10 +0000 Jim Blandy * dispnew.c (sit_for): Pass the correct number of arguments to
Sun, 14 Feb 1993 14:39:09 +0000 Jim Blandy * dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Wed, 10 Feb 1993 06:14:12 +0000 Richard M. Stallman (char_ins_del_cost): Use FRAME_WIDTH, not FRAME_HEIGHT.
Tue, 26 Jan 1993 01:58:16 +0000 Jim Blandy JimB's changes since January 18th
Thu, 14 Jan 1993 16:15:54 +0000 Jim Blandy * dispnew.c (Fredraw_display): DEFUN was missing a closing paren.
Thu, 14 Jan 1993 15:10:14 +0000 Jim Blandy * window.c (window_internal_width): New function.
Wed, 13 Jan 1993 05:17:34 +0000 Richard M. Stallman (Fredraw_display): Redraw all visible frames.
Thu, 24 Dec 1992 06:04:32 +0000 Jim Blandy * dispnew.c (Fredraw_display): Use the FRAME_VISIBLE_P and
Sun, 06 Dec 1992 22:16:01 +0000 Jim Blandy * dispnew.c: Remove dyked-out copy of safe_bcopy.
Mon, 16 Nov 1992 00:42:24 +0000 Jim Blandy * dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Thu, 29 Oct 1992 06:29:20 +0000 Richard M. Stallman (count_blanks): Leave argument r constant, and increment p.
Wed, 14 Oct 1992 21:30:21 +0000 Joseph Arceneaux * dispnew.c (scroll_frame_lines): All references to frame elements
Tue, 22 Sep 1992 04:29:12 +0000 Jim Blandy * dispnew.c (get_display_line): Don't abort if the frame is
Sat, 29 Aug 1992 02:55:05 +0000 Jim Blandy * dispnew.c: Incude "systty.h", not "systerm.h".
Wed, 19 Aug 1992 06:20:13 +0000 Jim Blandy * dispnew.c [not MULTI_FRAME] (Fredraw_display): Use
Fri, 14 Aug 1992 02:31:04 +0000 Jim Blandy * dispnew.c (the_only_frame): Doc fix.
Wed, 12 Aug 1992 13:36:49 +0000 Jim Blandy * dispnew.c (Fredraw_frame): Call clear_frame_records before
Mon, 13 Jul 1992 19:54:34 +0000 Jim Blandy entered into RCS
Tue, 30 Jun 1992 13:54:21 +0000 Jim Blandy *** empty log message ***
Wed, 10 Jun 1992 03:53:16 +0000 Jim Blandy *** empty log message ***
Thu, 04 Jun 1992 06:43:29 +0000 Richard M. Stallman *** empty log message ***
Tue, 02 Jun 1992 05:18:06 +0000 Jim Blandy *** empty log message ***
Tue, 19 May 1992 05:22:52 +0000 Jim Blandy *** empty log message ***
Tue, 19 May 1992 02:05:47 +0000 Richard M. Stallman *** empty log message ***
Wed, 18 Mar 1992 19:09:07 +0000 Jim Blandy *** empty log message ***
Thu, 20 Feb 1992 04:15:20 +0000 Jim Blandy *** empty log message ***
Mon, 10 Feb 1992 08:12:22 +0000 Jim Blandy *** empty log message ***
Tue, 14 Jan 1992 08:05:08 +0000 Jim Blandy *** empty log message ***
Sun, 08 Dec 1991 19:30:02 +0000 Eric S. Raymond *** empty log message ***
Thu, 25 Jul 1991 13:21:16 +0000 Jim Blandy *** empty log message ***
Wed, 03 Jul 1991 12:10:07 +0000 Jim Blandy Initial revision