log src/xdisp.c @ 10394:afa796e2b954

age author description
Wed, 11 Jan 1995 02:03:00 +0000 Karl Heuer (message1_nolog): New function.
Wed, 11 Jan 1995 01:55:01 +0000 Karl Heuer (Vmessage_log_max): New var.
Mon, 02 Jan 1995 06:33:09 +0000 Richard M. Stallman Use SAVE_MODIFF and BUF_SAVE_MODIFF
Wed, 16 Nov 1994 21:44:15 +0000 Richard M. Stallman (try_window, display_text_line): Undo previous change.
Wed, 16 Nov 1994 16:57:31 +0000 Roland McGrath (try_window): Don't pass window to Fget_char_property; pass its buffer.
Mon, 31 Oct 1994 21:50:17 +0000 Karl Heuer (column_number_displayed): New variable.
Sun, 30 Oct 1994 21:02:06 +0000 Richard M. Stallman (display_text_line): Truncate the minibuf_prompt if nec.
Tue, 25 Oct 1994 00:45:21 +0000 Karl Heuer (decode_mode_spec): New spec %c, for current column.
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Fri, 14 Oct 1994 05:20:15 +0000 Richard M. Stallman (redisplay): Call clear_face_cache instead
Tue, 11 Oct 1994 19:39:03 +0000 Jim Blandy (display_scan_buffer): Pass the correct number of arguments to
Mon, 10 Oct 1994 21:30:56 +0000 Richard M. Stallman (redisplay_window): Fix Oct 1 change:
Sat, 08 Oct 1994 22:16:04 +0000 Jim Blandy * xdisp.c (redisplay_window): Invalidate width_run_cache, if the
Tue, 04 Oct 1994 17:10:36 +0000 Karl Heuer (try_window_id): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 16:44:49 +0000 Karl Heuer (redisplay, mark_window_display_accurate, redisplay_window, try_window,
Tue, 04 Oct 1994 12:31:37 +0000 Karl Heuer (display_text_line): Use new accessor macros instead of calling XSET directly.
Sun, 02 Oct 1994 02:41:24 +0000 Richard M. Stallman (redisplay_window): If we set PT, and that alters a region
Tue, 27 Sep 1994 00:37:04 +0000 Karl Heuer (redisplay, mark_window_display_accurate, try_window_id, display_text_line,
Sun, 25 Sep 1994 17:43:58 +0000 Richard M. Stallman (update_echo_area): New function.
Tue, 20 Sep 1994 05:12:09 +0000 Karl Heuer (display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS.
Mon, 19 Sep 1994 17:28:37 +0000 Jim Blandy Add a new element to display tables controlling side-by-side
Mon, 19 Sep 1994 17:17:02 +0000 Karl Heuer [!HAVE_X_WINDOWS] (store_frame_title): Dummy macro.
Sat, 17 Sep 1994 00:45:16 +0000 Richard M. Stallman (message): Use EMACS_INT.
Fri, 16 Sep 1994 21:57:45 +0000 Karl Heuer (decode_mode_spec): Use MODE_LINE_BINARY_TEXT when defined.
Fri, 16 Sep 1994 11:18:45 +0000 Karl Heuer [!HAVE_X_WINDOWS] (frame_title_ptr): define as always null.
Fri, 16 Sep 1994 03:29:33 +0000 Karl Heuer (multiple_frames, Vframe_title_format, Vicon_title_format): New variables.
Fri, 02 Sep 1994 20:17:12 +0000 Richard M. Stallman (display_text_line): Don't overrun the charstart area.
Thu, 25 Aug 1994 01:25:55 +0000 Richard M. Stallman (display_scan_buffer): New function.
Tue, 23 Aug 1994 20:50:09 +0000 Richard M. Stallman (redisplay_window): Don't access text before BEGV.
Thu, 11 Aug 1994 03:47:40 +0000 Richard M. Stallman (display_text_line): Make previous change #ifdef HAVE_X_WINDOWS.