log src/cmds.c @ 13825:dc1c03408169

age author description
Sat, 23 Dec 1995 07:46:41 +0000 Richard M. Stallman (internal_self_insert): Declare arg c1 as unsigned char.
Thu, 21 Dec 1995 16:57:16 +0000 Karl Heuer (Fbackward_char, Fforward_char): Rename arg to ARG.
Wed, 16 Aug 1995 15:00:57 +0000 Richard M. Stallman (Fself_insert_command): Optimize the case with arg > 2
Fri, 09 Jun 1995 03:05:04 +0000 Karl Heuer (internal_self_insert): Make last_command be kboard-local.
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Wed, 15 Mar 1995 21:53:53 +0000 Karl Heuer (internal_self_insert): Do face code only if HAVE_FACES.
Wed, 01 Mar 1995 15:29:37 +0000 Boris Goldowsky (use_hard_newlines): Variable definition moved to paragraphs.el.
Mon, 13 Feb 1995 16:54:58 +0000 Richard M. Stallman (Vself_insert_face, Vself_insert_face_command): New variables.
Thu, 19 Jan 1995 04:34:02 +0000 Richard M. Stallman (internal_self_insert): Don't test current_column
Fri, 13 Jan 1995 08:45:07 +0000 Richard M. Stallman (Vuse_hard_newlines): New variable.
Thu, 10 Nov 1994 18:51:12 +0000 Richard M. Stallman (Fnewline): Always use insert_and_inherit.
Sat, 08 Oct 1994 22:13:15 +0000 Jim Blandy * cmds.c (Fforward_line): Call scan_buffer with new args.
Tue, 04 Oct 1994 17:22:08 +0000 Karl Heuer (Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 15:43:31 +0000 Karl Heuer (Fforward_char, Fbackward_char, Fbeginning_of_line, Fend_of_line): Don't use
Tue, 27 Sep 1994 03:08:20 +0000 Karl Heuer (Fself_insert_command): Use type test macros.
Thu, 15 Sep 1994 04:06:55 +0000 Richard M. Stallman Include window.h.
Sun, 28 Aug 1994 06:48:56 +0000 Richard M. Stallman (internal_self_insert): Use insert_and_inherit.
Wed, 29 Jun 1994 19:51:33 +0000 Richard M. Stallman (internal_self_insert): Now can return 2.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Sun, 10 Apr 1994 02:34:21 +0000 Richard M. Stallman (internal_self_insert): Test Vafter_change_functions,
Wed, 23 Mar 1994 22:27:12 +0000 Karl Heuer (internal_self_insert): Use assignment, not initialization.
Thu, 03 Feb 1994 05:05:12 +0000 Richard M. Stallman (Fforward_line): Pass new arg to scan_buffer.
Sat, 08 Jan 1994 08:45:19 +0000 Richard M. Stallman (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert.
Wed, 17 Nov 1993 11:01:21 +0000 Richard M. Stallman (keys_of_cmds): Make 0377 self-inserting.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Wed, 11 Aug 1993 19:09:15 +0000 Richard M. Stallman (Fnewline): If we don't do the first SET_PT,
Sat, 31 Jul 1993 05:53:23 +0000 Richard M. Stallman (Fnewline): Disable the "insert one position before"
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Fri, 04 Jun 1993 18:01:53 +0000 Richard M. Stallman (Fnewline): Use Fbarf_if_buffer_read_only.
Fri, 28 May 1993 22:29:10 +0000 Richard M. Stallman (keys_of_cmds): Predefined 0240-0376 as self-insert.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Fri, 14 May 1993 14:37:53 +0000 Jim Blandy * cmds.c (Fforward_char): Check proposed new position, and then
Tue, 16 Mar 1993 18:18:05 +0000 Jim Blandy * cmds.c (overwrite_binary_mode): Deleted; this implements the
Fri, 12 Mar 1993 21:42:58 +0000 Richard M. Stallman (internal_self_insert): Check that tab_width does not
Tue, 02 Mar 1993 08:10:24 +0000 Jim Blandy * cmds.c (Fnewline): Doc fix.
Mon, 01 Mar 1993 09:02:07 +0000 Richard M. Stallman (syms_of_cmds): Typo in last change.
Wed, 24 Feb 1993 08:59:25 +0000 Richard M. Stallman (syms_of_cmds): New var `overwrite-binary-mode'.
Fri, 11 Sep 1992 23:34:08 +0000 Richard M. Stallman (internal_self_insert): Assume Fexpand_abbrev expanded
Wed, 19 Aug 1992 07:00:42 +0000 Richard M. Stallman (internal_self_insert): Ignore value of Fexpand_abbrev;
Mon, 18 May 1992 08:13:37 +0000 Jim Blandy entered into RCS
Mon, 13 Jan 1992 21:48:08 +0000 Jim Blandy *** empty log message ***
Thu, 11 Apr 1991 01:42:59 +0000 Jim Blandy Initial revision