log src/xdisp.c @ 18852:ab7fae992236

age author description
Fri, 18 Jul 1997 17:46:56 +0000 Richard M. Stallman (display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.
Thu, 17 Jul 1997 18:18:05 +0000 Richard M. Stallman (decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.
Thu, 17 Jul 1997 06:29:36 +0000 Richard M. Stallman (display_text_line): Handle the case of point being in
Sat, 12 Jul 1997 19:11:07 +0000 Richard M. Stallman (decode_mode_spec): Initialize and use `p' (for the termcap case).
Sat, 12 Jul 1997 06:47:19 +0000 Richard M. Stallman (message2_nolog): Don't call fwrite will null string.
Sat, 12 Jul 1997 06:17:23 +0000 Richard M. Stallman (display_text_line): Exit the outer loop immediately
Thu, 10 Jul 1997 07:09:50 +0000 Richard M. Stallman (echo_area_display): Don't offset using left-side
Thu, 10 Jul 1997 01:03:05 +0000 Richard M. Stallman (redisplay_internal): Fix previous change.
Wed, 09 Jul 1997 00:28:25 +0000 Richard M. Stallman (decode_mode_spec) <z,Z>: Display buffer coding system
Tue, 08 Jul 1997 11:12:13 +0000 Richard M. Stallman (decode_mode_spec_coding): Really don't display
Mon, 07 Jul 1997 03:38:35 +0000 Richard M. Stallman (echo_area_display): Use proper vpos when clearing extra minibuf lines.
Mon, 07 Jul 1997 02:39:39 +0000 Richard M. Stallman (display_menu_bar): Always pass W to display_string.
Wed, 02 Jul 1997 02:59:01 +0000 Richard M. Stallman (decode_mode_spec_coding): Clean up handling of eol conversions.
Fri, 27 Jun 1997 03:12:33 +0000 Richard M. Stallman (init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.
Mon, 09 Jun 1997 12:59:38 +0000 Kenichi Handa (decode_mode_spec): Access the value of
Fri, 16 May 1997 07:32:59 +0000 Richard M. Stallman (display_text_line): Move the code to fill out the line
Thu, 08 May 1997 05:48:01 +0000 Richard M. Stallman (mark_window_display_accurate, redisplay_internal):
Tue, 06 May 1997 03:42:02 +0000 Richard M. Stallman (display_text_line): Clear region_showing to Qnil if the
Thu, 10 Apr 1997 21:15:53 +0000 Karl Heuer (display_text_line): Don't use Lisp_Object as integer.
Mon, 07 Apr 1997 07:12:13 +0000 Kenichi Handa (disp_char_vector): New function to be used from the
Tue, 18 Mar 1997 23:31:34 +0000 Kenichi Handa (copy_part_of_rope): Declare glyph as type GLYPH. For a
Thu, 27 Feb 1997 07:45:24 +0000 Kenichi Handa (try_window_id): Display blank lines from the next
Thu, 20 Feb 1997 06:40:53 +0000 Karl Heuer (display_text_line): Introduce new local variable
Fri, 24 Jan 1997 09:31:32 +0000 Richard M. Stallman (try_window): Remove frobnication of tab_offset in a minibuffer window.
Fri, 20 Dec 1996 18:14:47 +0000 Richard M. Stallman (try_window): Add error check for POS.
Tue, 10 Dec 1996 23:29:00 +0000 Richard M. Stallman (message2_nolog): Handle minibuffer_auto_raise.
Tue, 12 Nov 1996 07:12:24 +0000 Richard M. Stallman (redisplay_window): When handling scroll_conservatively,
Mon, 11 Nov 1996 00:35:31 +0000 Richard M. Stallman (scroll_margin): New variable.
Sun, 10 Nov 1996 00:25:30 +0000 Richard M. Stallman (redisplay_window): Handle optional_new_start.
Wed, 06 Nov 1996 23:26:02 +0000 Richard M. Stallman (scroll_conservatively): New variable.
Sat, 26 Oct 1996 16:00:39 +0000 Richard M. Stallman (decode_mode_spec): In the `L' case,
Sun, 06 Oct 1996 22:48:40 +0000 Richard M. Stallman (display_text_line): New arg ovstr_done. (Callers changed).
Sat, 21 Sep 1996 04:14:14 +0000 Richard M. Stallman (echo_area_display): Clear the left-side scroll bar columns.
Sat, 21 Sep 1996 01:16:33 +0000 Richard M. Stallman (display_mode_line): Use faces for inverse video mode line whenever possible.
Thu, 19 Sep 1996 04:25:49 +0000 Richard M. Stallman (display_text_line): Declare ovstr as unsigned char *.
Sun, 15 Sep 1996 02:03:32 +0000 Richard M. Stallman (redisplay_internal, mark_window_display_accurate)
Tue, 03 Sep 1996 22:23:51 +0000 Richard M. Stallman (message): Cast size arg to doprnt.
Mon, 02 Sep 1996 05:19:13 +0000 Richard M. Stallman (redisplay_internal): Test last_selected_window slot.
Sun, 01 Sep 1996 21:04:32 +0000 Karl Heuer Removed support for !MULTI_FRAME.
Thu, 01 Aug 1996 21:38:20 +0000 Richard M. Stallman (prepare_menu_bars): Conditionalize previous change.
Fri, 28 Jun 1996 08:10:29 +0000 Richard M. Stallman (redisplay_internal): Use last_had_star to decide
Mon, 10 Jun 1996 20:56:25 +0000 Richard M. Stallman (redisplay_internal): Use FRAME_WINDOW_P.
Mon, 10 Jun 1996 20:50:01 +0000 Richard M. Stallman (redisplay_internal): Use `Vterminal_frame' and other
Fri, 17 May 1996 21:13:14 +0000 Karl Heuer (display_menu_bar) [HAVE_NTGUI]: Enable the display of
Mon, 29 Apr 1996 15:57:12 +0000 Richard M. Stallman (display_menu_bar): FRAME_MENU_BAR_ITEMS now has four elements per item.
Tue, 16 Apr 1996 23:07:52 +0000 Richard M. Stallman (decode_mode_spec): Use frame F, not selected frame.
Tue, 16 Apr 1996 22:52:34 +0000 Richard M. Stallman (decode_mode_spec): For %F, use explicit name or `Emacs'.
Thu, 11 Apr 1996 15:26:55 +0000 Richard M. Stallman (redisplay_window): Move w->start marker before
Mon, 26 Feb 1996 04:40:34 +0000 Richard M. Stallman Commenht change.
Mon, 26 Feb 1996 04:39:49 +0000 Richard M. Stallman (redisplay_window): Pass preserve_echo_area as a missing
Sun, 25 Feb 1996 06:44:48 +0000 Richard M. Stallman (redisplay_internal): Renamed from redisplay.
Wed, 21 Feb 1996 21:09:52 +0000 Karl Heuer (redisplay_window): If window-scroll-functions change
Mon, 12 Feb 1996 20:56:46 +0000 Richard M. Stallman (redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.
Fri, 02 Feb 1996 06:31:06 +0000 Richard M. Stallman Comment/whitespace changes.
Wed, 24 Jan 1996 23:40:09 +0000 Karl Heuer (update_menu_bar):
Tue, 23 Jan 1996 18:56:15 +0000 Geoff Voelker (update_menu__ba, redisplay_window) :" Use FRAME_WINDOW_P
Tue, 23 Jan 1996 18:01:17 +0000 Karl Heuer (mark_window_display_accurate): buffer->clip_changed was
Wed, 17 Jan 1996 21:58:51 +0000 Richard M. Stallman (decode_mode_spec, case 'F'): Use `title' field.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Mon, 15 Jan 1996 05:11:43 +0000 Richard M. Stallman (redisplay_window): Fix minor bug in Fset_marker call.