aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(Vtext_property_default_nonsticky): New variableKenichi Handa1-0/+12
1999-11-26(set_text_properties): New function. LikeGerd Moellmann1-4/+19
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-7/+0
1999-11-01(verify_interval_modification): Signal text-read-onlyGerd Moellmann1-5/+5
1999-09-26(next_single_char_property_change): New.Gerd Moellmann1-0/+54
1999-09-20(Fset_text_properties): Remove unused variables.Gerd Moellmann1-4/+2
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-12/+12
1999-07-21(text_property_list): New.Gerd Moellmann1-1/+119
1998-11-18(Qmouse_face): Variable definition moved here.Richard M. Stallman1-1/+3
1998-06-03Handle the new convention that `position' valuesKarl Heuer1-145/+22
1998-05-29(Fnext_property_change): Properly offset intervalKarl Heuer1-11/+18
1998-02-22(interval_of): Handle Qt.Karl Heuer1-0/+2
1997-12-26(Ftext_properties_at): Doc fix.Richard M. Stallman1-10/+11
1997-07-12(interval_of): Convert args_out_of_range arguments to Lisp_Integer.Richard M. Stallman1-1/+1
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1-4/+2
1997-04-15Style of comments corrected.Richard M. Stallman1-27/+69
1996-12-15(Fnext_char_property_change): New function.Richard M. Stallman1-4/+56
1996-09-26(Fset_text_properties, Fadd_text_properties)Richard M. Stallman1-24/+33
1996-09-25(set_properties, add_properties, remove_properties):Richard M. Stallman1-28/+40
1996-09-04(set_properties, add_properties, remove_properties):Richard M. Stallman1-12/+12
1996-02-10(Fadd_text_properties): Don't return without ungcpro.Richard M. Stallman1-1/+1
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(Ftext_properties_at, Fget_text_property, Fget_char_property,Erik Naggum1-88/+88
1996-01-05Comment fixes.Karl Heuer1-1/+1
1995-12-21(add_properties, remove_properties, set_properties):Karl Heuer1-0/+8
1995-11-18(Fset_text_properties): Call set_propertiesRichard M. Stallman1-7/+11
1995-10-21(Fnext_single_property_change): Rearrange handling ofRichard M. Stallman1-3/+10
1995-09-12(call_mod_hooks): Moved from intevals.cRichard M. Stallman1-0/+226
1995-07-22(Fget_char_property): If OBJECT is non-current buffer,Richard M. Stallman1-0/+5
1995-03-27(Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1-5/+5
1995-03-24(Fnext_property_change): Fix previous change.Karl Heuer1-1/+6
1995-03-11(Fnext_property_change): Handle LIMIT = t.Richard M. Stallman1-1/+9
1995-03-06(Vdefault_properties): New vbl.Boris Goldowsky1-0/+7
1995-01-20(Ftext_property_any): Handle the trivial case specially.Karl Heuer1-1/+3
1995-01-02(validate_interval_range): Use BUF_INTERVALS.Richard M. Stallman1-1/+1
1994-12-14(add_properties): Add gcpro's.Richard M. Stallman1-8/+40
1994-11-15(PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.Karl Heuer1-1/+1
1994-10-15(Fset_text_properties): Special case for gettingRichard M. Stallman1-0/+11
1994-10-04(validate_interval_range): Don't use XFASTINT as an lvalue.Karl Heuer1-2/+2
1994-10-04(Fnext_property_change, property_change_between_p,Karl Heuer1-8/+8
1994-10-04(Ftext_properties_at, Fget_char_property, Fnext_property_change,Karl Heuer1-13/+13
1994-09-27(validate_interval_range, add_properties, remove_properties,Karl Heuer1-11/+11
1994-09-24(syms_of_textprop): Doc fix.Richard M. Stallman1-2/+11
1994-09-21(Fget_char_property): Pass new arg to overlays_at.Richard M. Stallman1-2/+8
1994-09-19(validate_interval_range, property_value, Fget_char_property,Karl Heuer1-9/+13
1994-09-17(property_value): Declare args plist, prop.Richard M. Stallman1-0/+1
1994-09-15(syms_of_textprop): Delete Lisp var interval-balance-threshold.Richard M. Stallman1-5/+0
1994-09-02(Fset_text_properties):Richard M. Stallman1-2/+11
1994-07-17(Fget_text_property): Simplify using Ftext_properties_at.Richard M. Stallman1-18/+2
1994-06-03(Fprevious_single_property_change): Check for null interval after correctingKarl Heuer1-3/+4