aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* (Vtext_property_default_nonsticky): New variableKenichi Handa1999-12-151-0/+12
* (set_text_properties): New function. LikeGerd Moellmann1999-11-261-4/+19
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-7/+0
* (verify_interval_modification): Signal text-read-onlyGerd Moellmann1999-11-011-5/+5
* (next_single_char_property_change): New.Gerd Moellmann1999-09-261-0/+54
* (Fset_text_properties): Remove unused variables.Gerd Moellmann1999-09-201-4/+2
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-12/+12
* (text_property_list): New.Gerd Moellmann1999-07-211-1/+119
* (Qmouse_face): Variable definition moved here.Richard M. Stallman1998-11-181-1/+3
* Handle the new convention that `position' valuesKarl Heuer1998-06-031-145/+22
* (Fnext_property_change): Properly offset intervalKarl Heuer1998-05-291-11/+18
* (interval_of): Handle Qt.Karl Heuer1998-02-221-0/+2
* (Ftext_properties_at): Doc fix.Richard M. Stallman1997-12-261-10/+11
* (interval_of): Convert args_out_of_range arguments to Lisp_Integer.Richard M. Stallman1997-07-121-1/+1
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-4/+2
* Style of comments corrected.Richard M. Stallman1997-04-151-27/+69
* (Fnext_char_property_change): New function.Richard M. Stallman1996-12-151-4/+56
* (Fset_text_properties, Fadd_text_properties)Richard M. Stallman1996-09-261-24/+33
* (set_properties, add_properties, remove_properties):Richard M. Stallman1996-09-251-28/+40
* (set_properties, add_properties, remove_properties):Richard M. Stallman1996-09-041-12/+12
* (Fadd_text_properties): Don't return without ungcpro.Richard M. Stallman1996-02-101-1/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Ftext_properties_at, Fget_text_property, Fget_char_property,Erik Naggum1996-01-091-88/+88
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (add_properties, remove_properties, set_properties):Karl Heuer1995-12-211-0/+8
* (Fset_text_properties): Call set_propertiesRichard M. Stallman1995-11-181-7/+11
* (Fnext_single_property_change): Rearrange handling ofRichard M. Stallman1995-10-211-3/+10
* (call_mod_hooks): Moved from intevals.cRichard M. Stallman1995-09-121-0/+226
* (Fget_char_property): If OBJECT is non-current buffer,Richard M. Stallman1995-07-221-0/+5
* (Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1995-03-271-5/+5
* (Fnext_property_change): Fix previous change.Karl Heuer1995-03-241-1/+6
* (Fnext_property_change): Handle LIMIT = t.Richard M. Stallman1995-03-111-1/+9
* (Vdefault_properties): New vbl.Boris Goldowsky1995-03-061-0/+7
* (Ftext_property_any): Handle the trivial case specially.Karl Heuer1995-01-201-1/+3
* (validate_interval_range): Use BUF_INTERVALS.Richard M. Stallman1995-01-021-1/+1
* (add_properties): Add gcpro's.Richard M. Stallman1994-12-141-8/+40
* (PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.Karl Heuer1994-11-151-1/+1
* (Fset_text_properties): Special case for gettingRichard M. Stallman1994-10-151-0/+11
* (validate_interval_range): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (Fnext_property_change, property_change_between_p,Karl Heuer1994-10-041-8/+8
* (Ftext_properties_at, Fget_char_property, Fnext_property_change,Karl Heuer1994-10-041-13/+13
* (validate_interval_range, add_properties, remove_properties,Karl Heuer1994-09-271-11/+11
* (syms_of_textprop): Doc fix.Richard M. Stallman1994-09-241-2/+11
* (Fget_char_property): Pass new arg to overlays_at.Richard M. Stallman1994-09-211-2/+8
* (validate_interval_range, property_value, Fget_char_property,Karl Heuer1994-09-191-9/+13
* (property_value): Declare args plist, prop.Richard M. Stallman1994-09-171-0/+1
* (syms_of_textprop): Delete Lisp var interval-balance-threshold.Richard M. Stallman1994-09-151-5/+0
* (Fset_text_properties):Richard M. Stallman1994-09-021-2/+11
* (Fget_text_property): Simplify using Ftext_properties_at.Richard M. Stallman1994-07-171-18/+2
* (Fprevious_single_property_change): Check for null interval after correctingKarl Heuer1994-06-031-3/+4