log src/insdel.c @ 23600:db1ded871074

age author description
Sat, 31 Oct 1998 05:24:11 +0000 Kenichi Handa (replace_range): Fix previous change.
Sat, 31 Oct 1998 05:12:07 +0000 Kenichi Handa (byte_combining_error): New function.
Wed, 28 Oct 1998 07:52:13 +0000 Kenichi Handa (check_markers): Check if markers are at character
Tue, 27 Oct 1998 03:54:13 +0000 Kenichi Handa (adjust_after_replace): Correctly handle the case that
Sat, 24 Oct 1998 01:17:09 +0000 Kenichi Handa (adjust_markers_for_insert): Adjust markers by taking
Wed, 14 Oct 1998 07:17:22 +0000 Kenichi Handa (adjust_markers_for_combining): This function deleted.
Thu, 08 Oct 1998 06:45:36 +0000 Kenichi Handa (signal_before_change): If inhibit_modification_hooks
Mon, 28 Sep 1998 11:52:53 +0000 Kenichi Handa (adjust_after_replace): Don't delete text properties here.
Wed, 16 Sep 1998 07:21:31 +0000 Kenichi Handa (adjust_markers_for_replace): Don't adjust a byte
Tue, 08 Sep 1998 02:01:59 +0000 Kenichi Handa (adjust_after_replace): Don't add combining bytes to
Mon, 07 Sep 1998 13:39:15 +0000 Kenichi Handa (count_combining_after): Check also preceding bytes at
Mon, 31 Aug 1998 03:50:17 +0000 Kenichi Handa (copy_text): If Vnonascii_translation_table is non-nil, try
Fri, 28 Aug 1998 12:33:52 +0000 Kenichi Handa (adjust_after_replace): Fix the code to recode undo
Fri, 28 Aug 1998 12:22:39 +0000 Kenichi Handa (count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes.