| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Vchar_property_alias_alist): New variable. | Colin Walters | 2002-06-08 | 1 | -0/+10 |
| | | | | | (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP. | ||||
| * | (remove_properties): Don't use XCAR without CONSP. | Stefan Monnier | 2002-04-29 | 1 | -3/+3 |
| | | |||||
| * | (remove_properties): Fixed trap for malformed plist. | Kim F. Storm | 2002-04-22 | 1 | -7/+6 |
| | | |||||
| * | (remove_properties): New arg LIST allows scanning | Richard M. Stallman | 2002-04-19 | 1 | -26/+150 |
| | | | | | | | | | | either a list or a plist. (interval_has_some_properties_list): New function, like interval_has_some_properties using list instead of plist. All callers changed. (Fremove_list_of_text_properties): New function. (syms_of_textprop): Defsubr it. | ||||
| * | (text_property_stickiness): Function moved here from `editfns.c'. | Miles Bader | 2002-03-14 | 1 | -1/+58 |
| | | |||||
| * | (Fnext_property_change, Fnext_single_property_change) | Stefan Monnier | 2002-01-25 | 1 | -11/+21 |
| | | | | | | (Fprevious_property_change, Fprevious_single_property_change): Stay within the narrowed-buffer boundaries. | ||||
| * | (set_text_properties_1): Allow args in either order. | Richard M. Stallman | 2001-11-26 | 1 | -2/+9 |
| | | | | | Do nothing if range is empty. | ||||
| * | (set_text_properties_1): Clearly mark that the interval should not be empty. | Stefan Monnier | 2001-11-26 | 1 | -1/+3 |
| | | |||||
| * | (Fset_text_properties): Remove unused variables `unchanged', | Pavel Janík | 2001-11-23 | 1 | -3/+1 |
| | | | | | `prev_changed', `s' and `len'. | ||||
| * | (set_text_properties_1): New subroutine, broken out of set_text_properties. | Richard M. Stallman | 2001-11-11 | 1 | -28/+35 |
| | | | | | (set_text_properties): Use set_text_properties_1. | ||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -16/+16 |
| | | |||||
| * | (Fget_char_property): Doc fix. | Richard M. Stallman | 2001-11-02 | 1 | -0/+1 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-21 | 1 | -147/+151 |
| | | |||||
| * | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -1/+1 |
| | | | | | with lisp system changes. | ||||
| * | (Fnext_char_property_change) | Miles Bader | 2001-10-02 | 1 | -6/+6 |
| | | | | | | (Fprevious_char_property_change): Remove reference to non-existant argument OBJECT from doc-string. | ||||
| * | (verify_interval_modification): Fix last change. | Gerd Moellmann | 2001-09-11 | 1 | -12/+18 |
| | | |||||
| * | (verify_interval_modification): Don't run | Gerd Moellmann | 2001-09-11 | 1 | -2/+3 |
| | | | | | modification-hooks if inhibit_modification_hooks. | ||||
| * | (Fprevious_single_char_property_change) | Miles Bader | 2001-08-27 | 1 | -4/+4 |
| | | | | | (Fnext_single_char_property_change): Doc fixes. | ||||
| * | (Fset_text_properties): Doc fix. | Eli Zaretskii | 2001-02-15 | 1 | -1/+3 |
| | | |||||
| * | (Fset_text_properties): Fix newline in doc string. | Dave Love | 2001-01-31 | 1 | -1/+1 |
| | | |||||
| * | (Fset_text_properties): Doc fix. | Eli Zaretskii | 2001-01-29 | 1 | -1/+2 |
| | | |||||
| * | (text_read_only): New function. | Gerd Moellmann | 2000-11-28 | 1 | -6/+18 |
| | | | | | | | (verify_interval_modification): Use it instead of signaling `text-read-only'. This makes it easier to catch this error with a breakpoint.: | ||||
| * | (get_char_property_and_overlay): New function. | Miles Bader | 2000-10-25 | 1 | -11/+41 |
| | | | | | (Fget_char_property): Use it. | ||||
| * | (Fget_char_property): Update call to overlays_at. | Miles Bader | 2000-08-08 | 1 | -3/+3 |
| | | |||||
| * | (Fprevious_single_char_property_change): Don't do arithmetic directly on lisp | Ken Raeburn | 2000-08-08 | 1 | -2/+4 |
| | | | | | objects. | ||||
| * | (Fprevious_single_char_property_change): | Miles Bader | 2000-07-22 | 1 | -12/+23 |
| | | | | | | The initial property value should be from the position preceding POSITION, not following it. | ||||
| * | (Fnext_single_char_property_change): | Miles Bader | 2000-07-15 | 1 | -18/+99 |
| | | | | | | | | Made a subr (was `next_single_char_property_change'). Do more error checking, and cleanup limit behavior. (Fprevious_single_char_property_change): New function. (syms_of_textprop): Initialize new subrs. | ||||
| * | Revert last change -- duplicated. | Dave Love | 2000-05-31 | 1 | -4/+1 |
| | | |||||
| * | (Qkeymap): New variable. | Dave Love | 2000-05-29 | 1 | -1/+3 |
| | | | | | (syms_of_textprop): Intern it. | ||||
| * | (Vtext_property_default_nonsticky): New variable | Kenichi Handa | 1999-12-15 | 1 | -0/+12 |
| | | | | | (syms_of_textprop): Declare it as a Lisp variable. | ||||
| * | (set_text_properties): New function. Like | Gerd Moellmann | 1999-11-26 | 1 | -4/+19 |
| | | | | | | | | Fset_text_properties, but with additional parameter SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after changes. (Fset_text_properties): Use it. | ||||
| * | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -7/+0 |
| | | |||||
| * | (verify_interval_modification): Signal text-read-only | Gerd Moellmann | 1999-11-01 | 1 | -5/+5 |
| | | | | | instead of calling error. | ||||
| * | (next_single_char_property_change): New. | Gerd Moellmann | 1999-09-26 | 1 | -0/+54 |
| | | |||||
| * | (Fset_text_properties): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -4/+2 |
| | | | | | | (text_property_list, verify_interval_modification, interval_has_all_properties): Ditto. | ||||
| * | Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-12 | 1 | -12/+12 |
| | | |||||
| * | (text_property_list): New. | Gerd Moellmann | 1999-07-21 | 1 | -1/+119 |
| | | | | | | | | (add_text_properties_from_list): New. (extend_property_ranges): New. (validate_interval_range): Make it externally visible. | ||||
| * | (Qmouse_face): Variable definition moved here. | Richard M. Stallman | 1998-11-18 | 1 | -1/+3 |
| | | | | | (syms_of_textprop): Initialize it. | ||||
| * | Handle the new convention that `position' values | Karl Heuer | 1998-06-03 | 1 | -145/+22 |
| | | | | | | | | | | | in a string's intervals start from zero. (validate_interval_range, interval_of, Fnext_property_change) (property_change_between_p, Fnext_single_property_change) (Fprevious_property_change, Fprevious_single_property_change): (Ftext_property_any, Ftext_property_not_all): Implement that. Undo previous change. | ||||
| * | (Fnext_property_change): Properly offset interval | Karl Heuer | 1998-05-29 | 1 | -11/+18 |
| | | | | | | | | position for string when comparing with LIMIT. (property_change_between_p): Likewise. (Fnext_single_property_change, Fprevious_property_change): Likewise. (Fprevious_single_property_change): Likewise. | ||||
| * | (interval_of): Handle Qt. | Karl Heuer | 1998-02-22 | 1 | -0/+2 |
| | | |||||
| * | (Ftext_properties_at): Doc fix. | Richard M. Stallman | 1997-12-26 | 1 | -10/+11 |
| | | |||||
| * | (interval_of): Convert args_out_of_range arguments to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| | | |||||
| * | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -4/+2 |
| | | |||||
| * | Style of comments corrected. | Richard M. Stallman | 1997-04-15 | 1 | -27/+69 |
| | | | | | (interval_of): New function. | ||||
| * | (Fnext_char_property_change): New function. | Richard M. Stallman | 1996-12-15 | 1 | -4/+56 |
| | | | | | | (Fprevious_char_property_change): New function. (syms_of_textprop): defsubr them. | ||||
| * | (Fset_text_properties, Fadd_text_properties) | Richard M. Stallman | 1996-09-26 | 1 | -24/+33 |
| | | | | | | (Fremove_text_properties): Call modify_region and signal_after_change only for buffers, not for strings. | ||||
| * | (set_properties, add_properties, remove_properties): | Richard M. Stallman | 1996-09-25 | 1 | -28/+40 |
| | | | | | | | Don't call modify_region or signal_after_change here. (Fset_text_properties, Fadd_text_properties, Fremove_text_properties): Call them here when appropriate. | ||||
| * | (set_properties, add_properties, remove_properties): | Richard M. Stallman | 1996-09-04 | 1 | -12/+12 |
| | | | | | Call modify_region with ints. | ||||
| * | (Fadd_text_properties): Don't return without ungcpro. | Richard M. Stallman | 1996-02-10 | 1 | -1/+1 |
| | | |||||