| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (Qmodification_hooks, Qinsert_in_front_hooks) | Richard M. Stallman | 1993-07-21 | 1 | -9/+0 |
* | * intervals.c (split_interval_left, split_interval_right): Change | Jim Blandy | 1993-07-18 | 1 | -10/+82 |
* | (Qinsert_in_front_hooks, Qinsert_behind_hooks): New vars. | Richard M. Stallman | 1993-07-13 | 1 | -15/+31 |
* | * textprop.c (copy_text_properties): Pass a copy of POS to | Jim Blandy | 1993-07-06 | 1 | -10/+97 |
* | Compare the values of text properties using EQ, not Fequal. | Jim Blandy | 1993-07-06 | 1 | -3/+2 |
* | * textprop.c (validate_interval_range): Don't increment both | Jim Blandy | 1993-07-05 | 1 | -2/+6 |
* | * textprop.c (set_properties): Add undo records to remove entirely | Jim Blandy | 1993-07-02 | 1 | -11/+46 |
* | (Fremove_text_properties, Fadd_text_properties): | Richard M. Stallman | 1993-06-21 | 1 | -0/+2 |
* | Refer to GPL version two. | Jim Blandy | 1993-06-12 | 1 | -1/+1 |
* | (Fset_text_properties): No special case for props = nil. | Richard M. Stallman | 1993-06-11 | 1 | -2/+0 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
* | (Fadd_text_properties): Don't treat the initial | Richard M. Stallman | 1993-06-07 | 1 | -30/+9 |
* | The text property routines can now modify buffers other | Jim Blandy | 1993-05-14 | 1 | -4/+8 |
* | * textprop.c (Fnext_single_property_change, | Jim Blandy | 1993-05-13 | 1 | -4/+5 |
* | * textprop.c (Fadd_text_properties): Initialize the modified flag. | Jim Blandy | 1993-03-11 | 1 | -4/+4 |
* | (Fget_text_property): Use textget. | Richard M. Stallman | 1993-03-07 | 1 | -12/+11 |
* | (Qmodification_hooks): Renamed from Qmodification. | Richard M. Stallman | 1993-03-07 | 1 | -4/+4 |
* | (Fadd_text_properties, Fremove_text_properties): | Richard M. Stallman | 1993-03-01 | 1 | -41/+172 |
* | * textprop.c (Fget_text_property): Fix typo in function's declaration. | Jim Blandy | 1993-02-22 | 1 | -2/+2 |