summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAge
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-02-15
* (Fset_text_properties): Fix newline in doc string.Dave Love2001-01-31
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-01-29
* (text_read_only): New function.Gerd Moellmann2000-11-28
* (get_char_property_and_overlay): New function.Miles Bader2000-10-25
* (Fget_char_property): Update call to overlays_at.Miles Bader2000-08-08
* (Fprevious_single_char_property_change): Don't do arithmetic directly on lispKen Raeburn2000-08-08
* (Fprevious_single_char_property_change):Miles Bader2000-07-22
* (Fnext_single_char_property_change):Miles Bader2000-07-15
* Revert last change -- duplicated.Dave Love2000-05-31
* (Qkeymap): New variable.Dave Love2000-05-29
* (Vtext_property_default_nonsticky): New variableKenichi Handa1999-12-15
* (set_text_properties): New function. LikeGerd Moellmann1999-11-26
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-11
* (verify_interval_modification): Signal text-read-onlyGerd Moellmann1999-11-01
* (next_single_char_property_change): New.Gerd Moellmann1999-09-26
* (Fset_text_properties): Remove unused variables.Gerd Moellmann1999-09-20
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-12
* (text_property_list): New.Gerd Moellmann1999-07-21
* (Qmouse_face): Variable definition moved here.Richard M. Stallman1998-11-18
* Handle the new convention that `position' valuesKarl Heuer1998-06-03
* (Fnext_property_change): Properly offset intervalKarl Heuer1998-05-29
* (interval_of): Handle Qt.Karl Heuer1998-02-22
* (Ftext_properties_at): Doc fix.Richard M. Stallman1997-12-26
* (interval_of): Convert args_out_of_range arguments to Lisp_Integer.Richard M. Stallman1997-07-12
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-04
* Style of comments corrected.Richard M. Stallman1997-04-15
* (Fnext_char_property_change): New function.Richard M. Stallman1996-12-15
* (Fset_text_properties, Fadd_text_properties)Richard M. Stallman1996-09-26
* (set_properties, add_properties, remove_properties):Richard M. Stallman1996-09-25
* (set_properties, add_properties, remove_properties):Richard M. Stallman1996-09-04
* (Fadd_text_properties): Don't return without ungcpro.Richard M. Stallman1996-02-10
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* (Ftext_properties_at, Fget_text_property, Fget_char_property,Erik Naggum1996-01-09
* Comment fixes.Karl Heuer1996-01-05
* (add_properties, remove_properties, set_properties):Karl Heuer1995-12-21
* (Fset_text_properties): Call set_propertiesRichard M. Stallman1995-11-18
* (Fnext_single_property_change): Rearrange handling ofRichard M. Stallman1995-10-21
* (call_mod_hooks): Moved from intevals.cRichard M. Stallman1995-09-12
* (Fget_char_property): If OBJECT is non-current buffer,Richard M. Stallman1995-07-22
* (Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1995-03-27
* (Fnext_property_change): Fix previous change.Karl Heuer1995-03-24
* (Fnext_property_change): Handle LIMIT = t.Richard M. Stallman1995-03-11
* (Vdefault_properties): New vbl.Boris Goldowsky1995-03-06
* (Ftext_property_any): Handle the trivial case specially.Karl Heuer1995-01-20
* (validate_interval_range): Use BUF_INTERVALS.Richard M. Stallman1995-01-02
* (add_properties): Add gcpro's.Richard M. Stallman1994-12-14
* (PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.Karl Heuer1994-11-15
* (Fset_text_properties): Special case for gettingRichard M. Stallman1994-10-15
* (validate_interval_range): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-04