Use macro SPECPDL_INDEX.
[bpt/emacs.git] / src / textprop.c
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-06-08 Colin Walters(Vchar_property_alias_alist): New variable.
2002-04-29 Stefan Monnier(remove_properties): Don't use XCAR without CONSP.
2002-04-22 Kim F. Storm(remove_properties): Fixed trap for malformed plist.
2002-04-19 Richard M. Stallman(remove_properties): New arg LIST allows scanning
2002-03-14 Miles Bader(text_property_stickiness): Function moved here from...
2002-01-25 Stefan Monnier(Fnext_property_change, Fnext_single_property_change)
2001-11-26 Richard M. Stallman(set_text_properties_1): Allow args in either order.
2001-11-26 Stefan Monnier(set_text_properties_1): Clearly mark that the interval...
2001-11-23 Pavel Janík(Fset_text_properties): Remove unused variables `unchan...
2001-11-11 Richard M. Stallman(set_text_properties_1): New subroutine, broken out...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-02 Richard M. Stallman(Fget_char_property): Doc fix.
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-02 Miles Bader(Fnext_char_property_change)
2001-09-11 Gerd Moellmann(verify_interval_modification): Fix last change.
2001-09-11 Gerd Moellmann(verify_interval_modification): Don't run
2001-08-27 Miles Bader(Fprevious_single_char_property_change)
2001-02-15 Eli Zaretskii(Fset_text_properties): Doc fix.
2001-01-31 Dave Love(Fset_text_properties): Fix newline in doc string.
2001-01-29 Eli Zaretskii(Fset_text_properties): Doc fix.
2000-11-28 Gerd Moellmann(text_read_only): New function.
2000-10-25 Miles Bader(get_char_property_and_overlay): New function.
2000-08-08 Miles Bader(Fget_char_property): Update call to overlays_at.
2000-08-08 Ken Raeburn(Fprevious_single_char_property_change): Don't do arith...
2000-07-22 Miles Bader(Fprevious_single_char_property_change):
2000-07-15 Miles Bader(Fnext_single_char_property_change):
2000-05-31 Dave LoveRevert last change -- duplicated.
2000-05-29 Dave Love(Qkeymap): New variable.
1999-12-15 Kenichi Handa(Vtext_property_default_nonsticky): New variable
1999-11-26 Gerd Moellmann(set_text_properties): New function. Like
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-11-01 Gerd Moellmann(verify_interval_modification): Signal text-read-only
1999-09-26 Gerd Moellmann(next_single_char_property_change): New.
1999-09-20 Gerd Moellmann(Fset_text_properties): Remove unused variables.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1999-07-21 Gerd Moellmann(text_property_list): New.
1998-11-18 Richard M. Stallman(Qmouse_face): Variable definition moved here.
1998-06-03 Karl HeuerHandle the new convention that `position' values
1998-05-29 Karl Heuer(Fnext_property_change): Properly offset interval
1998-02-22 Karl Heuer(interval_of): Handle Qt.
1997-12-26 Richard M. Stallman(Ftext_properties_at): Doc fix.
1997-07-12 Richard M. Stallman(interval_of): Convert args_out_of_range arguments...
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-04-15 Richard M. StallmanStyle of comments corrected.
1996-12-15 Richard M. Stallman(Fnext_char_property_change): New function.
1996-09-26 Richard M. Stallman(Fset_text_properties, Fadd_text_properties)
1996-09-25 Richard M. Stallman(set_properties, add_properties, remove_properties):
1996-09-04 Richard M. Stallman(set_properties, add_properties, remove_properties):
1996-02-10 Richard M. Stallman(Fadd_text_properties): Don't return without ungcpro.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Ftext_properties_at, Fget_text_property, Fget_char_pro...
1996-01-05 Karl HeuerComment fixes.
1995-12-21 Karl Heuer(add_properties, remove_properties, set_properties):
1995-11-18 Richard M. Stallman(Fset_text_properties): Call set_properties
1995-10-21 Richard M. Stallman(Fnext_single_property_change): Rearrange handling of
1995-09-12 Richard M. Stallman(call_mod_hooks): Moved from intevals.c
1995-07-22 Richard M. Stallman(Fget_char_property): If OBJECT is non-current buffer,
1995-03-27 Boris Goldowsky(Vdefault_text_properties): name changed from Vdefault_...
1995-03-24 Karl Heuer(Fnext_property_change): Fix previous change.
1995-03-11 Richard M. Stallman(Fnext_property_change): Handle LIMIT = t.
1995-03-06 Boris Goldowsky(Vdefault_properties): New vbl.
1995-01-20 Karl Heuer(Ftext_property_any): Handle the trivial case specially.
1995-01-02 Richard M. Stallman(validate_interval_range): Use BUF_INTERVALS.
1994-12-14 Richard M. Stallman(add_properties): Add gcpro's.
1994-11-15 Karl Heuer(PLIST_ELT_P): Avoid assignments in arguments to a...
1994-10-15 Richard M. Stallman(Fset_text_properties): Special case for getting
1994-10-04 Karl Heuer(validate_interval_range): Don't use XFASTINT as an...
1994-10-04 Karl Heuer(Fnext_property_change, property_change_between_p,
1994-10-04 Karl Heuer(Ftext_properties_at, Fget_char_property, Fnext_propert...
1994-09-27 Karl Heuer(validate_interval_range, add_properties, remove_proper...
1994-09-24 Richard M. Stallman(syms_of_textprop): Doc fix.
1994-09-21 Richard M. Stallman(Fget_char_property): Pass new arg to overlays_at.
1994-09-19 Karl Heuer(validate_interval_range, property_value, Fget_char_pro...
1994-09-17 Richard M. Stallman(property_value): Declare args plist, prop.
1994-09-15 Richard M. Stallman(syms_of_textprop): Delete Lisp var interval-balance...
1994-09-02 Richard M. Stallman(Fset_text_properties):
1994-07-17 Richard M. Stallman(Fget_text_property): Simplify using Ftext_properties_at.
1994-06-03 Karl Heuer(Fprevious_single_property_change): Check for null...
1994-05-20 Richard M. Stallman(syms_of_textprop): Set up Lisp fn get-char-property.
1994-05-04 Karl HeuerUpdate copyright.
1994-04-25 Karl Heuer(F*_property_change): Typecheck limit argument.
1994-04-08 Karl Heuer(syms_of_textprop): Initialize Qintangible.
1994-04-05 Karl Heuer(Fget_char_property): Doc fix.
1994-03-25 Karl Heuer(add_properties, remove_properties): Use assignment...
1994-02-24 Karl Heuer(Fget_char_property): Fix docstring.
1994-02-24 Karl Heuer(Fget_char_property): New function.
1994-01-20 Richard M. StallmanDoc fix.
1994-01-20 Richard M. StallmanDoc fixes.
1994-01-20 Richard M. Stallman(Fprevious_property_change): Move back at least 1 char.
1993-11-22 Richard M. Stallman(Ftext_property_not_all): For trivial yes, return start...
1993-11-20 Richard M. Stallman(Ftext_property_not_all): Swap t and nil values in
1993-11-15 Richard M. Stallman(Fnext_single_property_change): Fix missing \n\.
1993-11-12 Richard M. Stallman(Fprevious_single_property_change): Fix missing \n\.
1993-09-28 Brian Fox(validate_plist): Add argument declaration for `list'.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-19 Roland McGrath(F{next,previous}_single_property_change): Doc fix.
1993-08-14 Richard M. Stallman(property_change_between_p): Test NULL_INTERVAL_P
1993-07-31 Richard M. Stallman(Qfront_sticky, Qrear_nonsticky): New variables.
next