log src/xdisp.c @ 25063:7c69e1001e35

age author description
Mon, 26 Jul 1999 11:50:17 +0000 Gerd Moellmann (get_next_display_element): Display DEL as `^?'.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann Complete rewrite.
Wed, 07 Jul 1999 10:24:28 +0000 Andreas Schwab (line-number-display-limit): Doc fix.
Thu, 17 Jun 1999 22:57:01 +0000 Karl Heuer (invalid_eol_type): Make it unsigned.
Mon, 10 May 1999 12:53:07 +0000 Andreas Schwab (try_window_id): Fix computation of tab_offset when
Sun, 02 May 1999 10:51:03 +0000 Andrew Innes (display_text_line): Convert unibyte char to multibyte
Fri, 02 Apr 1999 16:35:33 +0000 Kenichi Handa (redisplay_window): When we call compute_motion with
Tue, 23 Mar 1999 12:29:30 +0000 Kenichi Handa (decode_mode_spec_coding): Handle integer value in
Mon, 15 Mar 1999 02:20:31 +0000 Kenichi Handa (try_window_id): Initizlie val.ovstring_chars_done to 0.
Thu, 28 Jan 1999 16:30:23 +0000 Eli Zaretskii (decode_mode_spec_coding): Fix previous change.
Wed, 27 Jan 1999 10:06:21 +0000 Eli Zaretskii (decode_mode_spec_coding): Display the EOL type as a string.
Mon, 11 Jan 1999 11:42:52 +0000 Kenichi Handa (message_dolog): Use insert_1_both to avoid running any
Mon, 30 Nov 1998 06:35:33 +0000 Richard M. Stallman (display_text_line): When handling HPOS < 0 after loop,
Fri, 06 Nov 1998 00:44:16 +0000 Kenichi Handa (display_text_line): Check validity of a multibyte
Mon, 12 Oct 1998 01:38:50 +0000 Richard M. Stallman (redisplay_window): Clear w->window_end_valid
Wed, 16 Sep 1998 07:21:31 +0000 Kenichi Handa (message_log_check_duplicate): Count byte length of the
Sun, 13 Sep 1998 03:54:01 +0000 Karl Heuer (redisplay_internal): Use TEMP_SET_PT_BOTH
Fri, 28 Aug 1998 12:22:39 +0000 Kenichi Handa (message_dolog): Use macro CHAR_BYTES instead of Fchar_bytes.
Mon, 22 Jun 1998 17:35:41 +0000 Karl Heuer (Vinhibit_redisplay, Qinhibit_redisplay): New variables.
Sat, 20 Jun 1998 22:06:30 +0000 Karl Heuer Doc fixes.
Tue, 16 Jun 1998 04:32:03 +0000 Richard M. Stallman (message_dolog): GCPRO the oldpoint, oldbegv and oldzv
Tue, 09 Jun 1998 01:54:48 +0000 Richard M. Stallman (redisplay_internal): If cursor's in the frame's echo area,
Sun, 24 May 1998 07:30:16 +0000 Richard M. Stallman (message_dolog): Do set windows_or_buffers_changed,
Tue, 19 May 1998 22:34:36 +0000 Richard M. Stallman (redisplay_window): Don't use window->start
Mon, 11 May 1998 16:36:02 +0000 Richard M. Stallman (redisplay_window): Handle scroll_step along with
Sun, 10 May 1998 00:40:00 +0000 Richard M. Stallman (redisplay_window): Don't use last_point_x and last_point_y
Wed, 29 Apr 1998 09:46:49 +0000 Andreas Schwab (redisplay_window): Update STARTP_BYTE alongside with
Wed, 29 Apr 1998 04:34:05 +0000 Geoff Voelker Conditionally include xterm.h using HAVE_X_WINDOWS.
Fri, 24 Apr 1998 06:28:46 +0000 Richard M. Stallman (Qinhibit_point_motion_hooks): New variable.
Tue, 14 Apr 1998 13:12:18 +0000 Andreas Schwab (try_window): Fix mixing of Lisp_Object and int.