| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Ftext_properties_at, Fget_text_property, Fget_char_property, | Erik Naggum | 1996-01-09 | 1 | -88/+88 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | (add_properties, remove_properties, set_properties): | Karl Heuer | 1995-12-21 | 1 | -0/+8 |
* | (Fset_text_properties): Call set_properties | Richard M. Stallman | 1995-11-18 | 1 | -7/+11 |
* | (Fnext_single_property_change): Rearrange handling of | Richard M. Stallman | 1995-10-21 | 1 | -3/+10 |
* | (call_mod_hooks): Moved from intevals.c | Richard M. Stallman | 1995-09-12 | 1 | -0/+226 |
* | (Fget_char_property): If OBJECT is non-current buffer, | Richard M. Stallman | 1995-07-22 | 1 | -0/+5 |
* | (Vdefault_text_properties): name changed from Vdefault_properties. | Boris Goldowsky | 1995-03-27 | 1 | -5/+5 |
* | (Fnext_property_change): Fix previous change. | Karl Heuer | 1995-03-24 | 1 | -1/+6 |
* | (Fnext_property_change): Handle LIMIT = t. | Richard M. Stallman | 1995-03-11 | 1 | -1/+9 |
* | (Vdefault_properties): New vbl. | Boris Goldowsky | 1995-03-06 | 1 | -0/+7 |
* | (Ftext_property_any): Handle the trivial case specially. | Karl Heuer | 1995-01-20 | 1 | -1/+3 |
* | (validate_interval_range): Use BUF_INTERVALS. | Richard M. Stallman | 1995-01-02 | 1 | -1/+1 |
* | (add_properties): Add gcpro's. | Richard M. Stallman | 1994-12-14 | 1 | -8/+40 |
* | (PLIST_ELT_P): Avoid assignments in arguments to a type-test macro. | Karl Heuer | 1994-11-15 | 1 | -1/+1 |
* | (Fset_text_properties): Special case for getting | Richard M. Stallman | 1994-10-15 | 1 | -0/+11 |
* | (validate_interval_range): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
* | (Fnext_property_change, property_change_between_p, | Karl Heuer | 1994-10-04 | 1 | -8/+8 |
* | (Ftext_properties_at, Fget_char_property, Fnext_property_change, | Karl Heuer | 1994-10-04 | 1 | -13/+13 |
* | (validate_interval_range, add_properties, remove_properties, | Karl Heuer | 1994-09-27 | 1 | -11/+11 |
* | (syms_of_textprop): Doc fix. | Richard M. Stallman | 1994-09-24 | 1 | -2/+11 |
* | (Fget_char_property): Pass new arg to overlays_at. | Richard M. Stallman | 1994-09-21 | 1 | -2/+8 |
* | (validate_interval_range, property_value, Fget_char_property, | Karl Heuer | 1994-09-19 | 1 | -9/+13 |
* | (property_value): Declare args plist, prop. | Richard M. Stallman | 1994-09-17 | 1 | -0/+1 |
* | (syms_of_textprop): Delete Lisp var interval-balance-threshold. | Richard M. Stallman | 1994-09-15 | 1 | -5/+0 |
* | (Fset_text_properties): | Richard M. Stallman | 1994-09-02 | 1 | -2/+11 |
* | (Fget_text_property): Simplify using Ftext_properties_at. | Richard M. Stallman | 1994-07-17 | 1 | -18/+2 |
* | (Fprevious_single_property_change): Check for null interval after correcting | Karl Heuer | 1994-06-03 | 1 | -3/+4 |
* | (syms_of_textprop): Set up Lisp fn get-char-property. | Richard M. Stallman | 1994-05-20 | 1 | -0/+1 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (F*_property_change): Typecheck limit argument. | Karl Heuer | 1994-04-25 | 1 | -0/+12 |
* | (syms_of_textprop): Initialize Qintangible. | Karl Heuer | 1994-04-08 | 1 | -3/+3 |
* | (Fget_char_property): Doc fix. | Karl Heuer | 1994-04-05 | 1 | -1/+1 |
* | (add_properties, remove_properties): Use assignment, not initialization. | Karl Heuer | 1994-03-25 | 1 | -4/+6 |
* | (Fget_char_property): Fix docstring. | Karl Heuer | 1994-02-24 | 1 | -2/+2 |
* | (Fget_char_property): New function. | Karl Heuer | 1994-02-24 | 1 | -0/+62 |
* | Doc fix. | Richard M. Stallman | 1994-01-20 | 1 | -1/+1 |
* | Doc fixes. | Richard M. Stallman | 1994-01-20 | 1 | -3/+3 |
* | (Fprevious_property_change): Move back at least 1 char. | Richard M. Stallman | 1994-01-20 | 1 | -0/+8 |
* | (Ftext_property_not_all): For trivial yes, return start, not Qt. | Richard M. Stallman | 1993-11-22 | 1 | -1/+1 |
* | (Ftext_property_not_all): Swap t and nil values in | Richard M. Stallman | 1993-11-20 | 1 | -31/+55 |
* | (Fnext_single_property_change): Fix missing \n\. | Richard M. Stallman | 1993-11-15 | 1 | -1/+1 |
* | (Fprevious_single_property_change): Fix missing \n\. | Richard M. Stallman | 1993-11-12 | 1 | -1/+1 |
* | (validate_plist): Add argument declaration for `list'. | Brian Fox | 1993-09-28 | 1 | -0/+1 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (F{next,previous}_single_property_change): Doc fix. | Roland McGrath | 1993-08-19 | 1 | -0/+2 |
* | (property_change_between_p): Test NULL_INTERVAL_P | Richard M. Stallman | 1993-08-14 | 1 | -0/+2 |
* | (Qfront_sticky, Qrear_nonsticky): New variables. | Richard M. Stallman | 1993-07-31 | 1 | -2/+40 |
* | (syms_of_textprop): Set up Lisp var Vinhibit_point_motion_hooks. | Richard M. Stallman | 1993-07-23 | 1 | -0/+7 |