- 02 Jan, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 14 Dec, 1994 1 commit
-
-
Richard M. Stallman authored
(Fadd_text_properties, copy_text_properties): Likewise.
-
- 15 Nov, 1994 1 commit
-
-
Karl Heuer authored
-
- 15 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
rid of all properties of a string.
-
- 04 Oct, 1994 3 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
Fnext_single_property_change, Fprevious_property_change, Fprevious_single_property_change, copy_text_properties): Don't use XFASTINT as an lvalue.
-
Karl Heuer authored
property_change_between_p, Fnext_single_property_change, Fprevious_property_change, Fprevious_single_property_change, Fadd_text_properties, Fset_text_properties, Fremove_text_properties, Ftext_property_any, Ftext_property_not_all, Ferase_text_properties): Use new accessor macros instead of calling XSET directly.
-
- 27 Sep, 1994 1 commit
-
-
Karl Heuer authored
Fnext_property_change, Fnext_single_property_change, Fprevious_property_change, Fprevious_single_property_change, Ftext_property_any, Ftext_property_not_all): Use type test macros.
-
- 24 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
(Fset_text_properties): Don't let validate_interval_range increment START and END twice.
-
- 21 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
(NULL): Define if not defined.
-
- 19 Sep, 1994 1 commit
-
-
Karl Heuer authored
Fnext_property_change, Fnext_single_property_change, Fprevious_property_change, Fprevious_single_property_change): Fix Lisp_Object vs. int problems.
-
- 17 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 15 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 02 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
Return early if buffer has no intervals and PROPS is nil.
-
- 17 Jul, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 03 Jun, 1994 1 commit
-
-
Karl Heuer authored
for edge effects.
-
- 20 May, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 04 May, 1994 1 commit
-
-
Karl Heuer authored
-
- 25 Apr, 1994 1 commit
-
-
Karl Heuer authored
-
- 08 Apr, 1994 1 commit
-
-
Karl Heuer authored
-
- 05 Apr, 1994 1 commit
-
-
Karl Heuer authored
-
- 25 Mar, 1994 1 commit
-
-
Karl Heuer authored
-
- 24 Feb, 1994 2 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
-
- 20 Jan, 1994 3 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Fprevious_single_property_change): Likewise.
-
- 22 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 20 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
the case where there are no intervals. (Fprevious_single_property_change, Fprevious_property_change) Extra arg LIMIT. Return value was off by 1. (Fnext_single_property_change, Fnext_property_change): Extra arg LIMIT. (Fnext_single_property_change): Require at least 2 args.
-
- 15 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 12 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 28 Sep, 1993 1 commit
-
-
Brian Fox authored
-
- 10 Sep, 1993 1 commit
-
-
Roland McGrath authored
-
- 19 Aug, 1993 1 commit
-
-
Roland McGrath authored
-
- 14 Aug, 1993 1 commit
-
-
Richard M. Stallman authored
in loop, before looking at next->position.
-
- 31 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
(syms_of_textprop): Set them up. (Qhidden): New variable. (syms_of_textprop): Set up Qhidden. (property_change_between_p): New function.
-
- 23 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 21 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
(Qinsert_behind_hooks): Moved to buffer.c. (syms_of_textprop): Lisp vars setup deleted.
-
- 18 Jul, 1993 1 commit
-
-
Jim Blandy authored
OFFSET argument of these functions to be origin 0, not origin 1. This is what all the callers currently want. * intervals.c, textprop.c: All callers changed. * textprop.c (Ftext_property_not_all): Renamed from Ftext_property_all, and changed sense of return value, so that it returns useful information if not all characters have properties EQ to value. Now all the existential and universal questions can be asked. * textprop.c (syms_of_textprop): Don't forget defsubr for Stext_property_all. * textprop.c (Ftext_property_any, Ftext_property_all): Use EQ to compare property values, not Fequal. * textprop.c (Ftext_property_any, Ftext_property_all): New functions, from David Gillespie. * intervals.h (Ftext_property_any, Ftext_property_all): Declare them.
-
- 13 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
(syms_of_textprop): Set them up. (set_properties): Call modify_region. (remove_properties): Call modify_region before record_property_change. (add_properties): Likewise.
-