aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* (syms_of_textprop): Set up Lisp fn get-char-property.Richard M. Stallman1994-05-201-0/+1
* Update copyright.Karl Heuer1994-05-041-1/+1
* (F*_property_change): Typecheck limit argument.Karl Heuer1994-04-251-0/+12
* (syms_of_textprop): Initialize Qintangible.Karl Heuer1994-04-081-3/+3
* (Fget_char_property): Doc fix.Karl Heuer1994-04-051-1/+1
* (add_properties, remove_properties): Use assignment, not initialization.Karl Heuer1994-03-251-4/+6
* (Fget_char_property): Fix docstring.Karl Heuer1994-02-241-2/+2
* (Fget_char_property): New function.Karl Heuer1994-02-241-0/+62
* Doc fix.Richard M. Stallman1994-01-201-1/+1
* Doc fixes.Richard M. Stallman1994-01-201-3/+3
* (Fprevious_property_change): Move back at least 1 char.Richard M. Stallman1994-01-201-0/+8
* (Ftext_property_not_all): For trivial yes, return start, not Qt.Richard M. Stallman1993-11-221-1/+1
* (Ftext_property_not_all): Swap t and nil values inRichard M. Stallman1993-11-201-31/+55
* (Fnext_single_property_change): Fix missing \n\.Richard M. Stallman1993-11-151-1/+1
* (Fprevious_single_property_change): Fix missing \n\.Richard M. Stallman1993-11-121-1/+1
* (validate_plist): Add argument declaration for `list'.Brian Fox1993-09-281-0/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (F{next,previous}_single_property_change): Doc fix.Roland McGrath1993-08-191-0/+2
* (property_change_between_p): Test NULL_INTERVAL_PRichard M. Stallman1993-08-141-0/+2
* (Qfront_sticky, Qrear_nonsticky): New variables.Richard M. Stallman1993-07-311-2/+40
* (syms_of_textprop): Set up Lisp var Vinhibit_point_motion_hooks.Richard M. Stallman1993-07-231-0/+7
* (Qmodification_hooks, Qinsert_in_front_hooks)Richard M. Stallman1993-07-211-9/+0
* * intervals.c (split_interval_left, split_interval_right): ChangeJim Blandy1993-07-181-10/+82
* (Qinsert_in_front_hooks, Qinsert_behind_hooks): New vars.Richard M. Stallman1993-07-131-15/+31
* * textprop.c (copy_text_properties): Pass a copy of POS toJim Blandy1993-07-061-10/+97
* Compare the values of text properties using EQ, not Fequal.Jim Blandy1993-07-061-3/+2
* * textprop.c (validate_interval_range): Don't increment bothJim Blandy1993-07-051-2/+6
* * textprop.c (set_properties): Add undo records to remove entirelyJim Blandy1993-07-021-11/+46
* (Fremove_text_properties, Fadd_text_properties):Richard M. Stallman1993-06-211-0/+2
* Refer to GPL version two.Jim Blandy1993-06-121-1/+1
* (Fset_text_properties): No special case for props = nil.Richard M. Stallman1993-06-111-2/+0
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* (Fadd_text_properties): Don't treat the initialRichard M. Stallman1993-06-071-30/+9
* The text property routines can now modify buffers otherJim Blandy1993-05-141-4/+8
* * textprop.c (Fnext_single_property_change,Jim Blandy1993-05-131-4/+5
* * textprop.c (Fadd_text_properties): Initialize the modified flag.Jim Blandy1993-03-111-4/+4
* (Fget_text_property): Use textget.Richard M. Stallman1993-03-071-12/+11
* (Qmodification_hooks): Renamed from Qmodification.Richard M. Stallman1993-03-071-4/+4
* (Fadd_text_properties, Fremove_text_properties):Richard M. Stallman1993-03-011-41/+172
* * textprop.c (Fget_text_property): Fix typo in function's declaration.Jim Blandy1993-02-221-2/+2
* (Fadd_text_properties): Put OBJECT arg last. Make it optional.Richard M. Stallman1993-02-131-57/+132
* * floatfns.c (Flog): Fix unescaped newline in string.Jim Blandy1992-12-241-2/+2
* Fixed typeos.Joseph Arceneaux1992-10-021-1/+1
* * textprop.c: Conditionalize all functions onJoseph Arceneaux1992-10-021-0/+8
* Minor optimizations of Fset_text_properties and Ferase_text_properties.Joseph Arceneaux1992-10-011-31/+27
* Mods to Ferase_text_propertiesJoseph Arceneaux1992-09-301-21/+59
* See ChangeLogJoseph Arceneaux1992-09-241-9/+80
* entered into RCSJoseph Arceneaux1992-08-301-4/+9
* Initial revisionJoseph Arceneaux1992-08-211-0/+722