log src/xdisp.c @ 23127:22c7650e9057

age author description
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.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Sun, 12 Apr 1998 06:45:08 +0000 Karl Heuer (display_text_line): When handling selective > 0,
Thu, 09 Apr 1998 05:40:23 +0000 Kenichi Handa (display_text_line): Code for displaying a character by
Wed, 08 Apr 1998 07:15:02 +0000 Richard M. Stallman (redisplay_window): If updating mode line,
Thu, 02 Apr 1998 04:40:52 +0000 Richard M. Stallman (redisplay_window): Fix computing pos from last_point.
Sun, 29 Mar 1998 01:25:20 +0000 Richard M. Stallman (display_text_line): Handle overlay-arrow correctly.
Thu, 26 Mar 1998 04:10:02 +0000 Kenichi Handa (redisplay_window): Fix previous change.
Wed, 25 Mar 1998 10:45:59 +0000 Kenichi Handa (redisplay_window): Give byte position to FETCH_BYTE.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Sat, 14 Mar 1998 08:27:01 +0000 Richard M. Stallman (message_dolog): Save and restore Vdeactivate_mark.
Tue, 03 Mar 1998 01:29:16 +0000 Kenichi Handa (try_window_id): Use DEC_BOTH unconditionally.
Fri, 27 Feb 1998 22:05:12 +0000 Karl Heuer (syms_of_xdisp): Doc fix.
Wed, 25 Feb 1998 23:16:37 +0000 Karl Heuer Reorder args of del_range_both.
Tue, 24 Feb 1998 06:57:15 +0000 Kenichi Handa (message_dolog): Give correct args to
Fri, 20 Feb 1998 01:40:47 +0000 Kenichi Handa (try_window_id): Use DEC_POS only for multibyte buffer.
Sat, 14 Feb 1998 07:27:58 +0000 Richard M. Stallman (display_text_line): Use INC_BOTH for unibyte buffers too.
Tue, 27 Jan 1998 04:22:43 +0000 Richard M. Stallman (message_dolog): Cast M to unsigned char * to access bytes.