log src/textprop.c @ 13779:5abcd2653057

age author description
Thu, 21 Dec 1995 17:14:30 +0000 Karl Heuer (add_properties, remove_properties, set_properties):
Sat, 18 Nov 1995 16:22:42 +0000 Richard M. Stallman (Fset_text_properties): Call set_properties
Sat, 21 Oct 1995 23:15:21 +0000 Richard M. Stallman (Fnext_single_property_change): Rearrange handling of
Tue, 12 Sep 1995 17:37:32 +0000 Richard M. Stallman (call_mod_hooks): Moved from intevals.c
Sat, 22 Jul 1995 16:11:48 +0000 Richard M. Stallman (Fget_char_property): If OBJECT is non-current buffer,
Mon, 27 Mar 1995 16:04:57 +0000 Boris Goldowsky (Vdefault_text_properties): name changed from Vdefault_properties.
Fri, 24 Mar 1995 22:46:42 +0000 Karl Heuer (Fnext_property_change): Fix previous change.
Sat, 11 Mar 1995 22:03:27 +0000 Richard M. Stallman (Fnext_property_change): Handle LIMIT = t.
Mon, 06 Mar 1995 15:43:56 +0000 Boris Goldowsky (Vdefault_properties): New vbl.
Fri, 20 Jan 1995 01:47:45 +0000 Karl Heuer (Ftext_property_any): Handle the trivial case specially.
Mon, 02 Jan 1995 21:32:10 +0000 Richard M. Stallman (validate_interval_range): Use BUF_INTERVALS.
Wed, 14 Dec 1994 14:23:04 +0000 Richard M. Stallman (add_properties): Add gcpro's.
Tue, 15 Nov 1994 22:54:15 +0000 Karl Heuer (PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.
Sat, 15 Oct 1994 21:29:19 +0000 Richard M. Stallman (Fset_text_properties): Special case for getting
Tue, 04 Oct 1994 17:19:36 +0000 Karl Heuer (validate_interval_range): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 16:14:59 +0000 Karl Heuer (Fnext_property_change, property_change_between_p,
Tue, 04 Oct 1994 12:27:29 +0000 Karl Heuer (Ftext_properties_at, Fget_char_property, Fnext_property_change,
Tue, 27 Sep 1994 01:16:02 +0000 Karl Heuer (validate_interval_range, add_properties, remove_properties,
Sat, 24 Sep 1994 07:24:30 +0000 Richard M. Stallman (syms_of_textprop): Doc fix.
Wed, 21 Sep 1994 06:25:26 +0000 Richard M. Stallman (Fget_char_property): Pass new arg to overlays_at.
Mon, 19 Sep 1994 00:18:27 +0000 Karl Heuer (validate_interval_range, property_value, Fget_char_property,
Sat, 17 Sep 1994 05:46:25 +0000 Richard M. Stallman (property_value): Declare args plist, prop.
Thu, 15 Sep 1994 21:24:37 +0000 Richard M. Stallman (syms_of_textprop): Delete Lisp var interval-balance-threshold.
Fri, 02 Sep 1994 23:27:04 +0000 Richard M. Stallman (Fset_text_properties):
Sun, 17 Jul 1994 23:53:10 +0000 Richard M. Stallman (Fget_text_property): Simplify using Ftext_properties_at.
Fri, 03 Jun 1994 04:08:32 +0000 Karl Heuer (Fprevious_single_property_change): Check for null interval after correcting
Fri, 20 May 1994 05:29:50 +0000 Richard M. Stallman (syms_of_textprop): Set up Lisp fn get-char-property.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Mon, 25 Apr 1994 20:30:56 +0000 Karl Heuer (F*_property_change): Typecheck limit argument.
Fri, 08 Apr 1994 07:10:05 +0000 Karl Heuer (syms_of_textprop): Initialize Qintangible.