| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| | | |||||
| * | (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes. | Juanma Barranquero | 2005-07-21 | 1 | -2/+2 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (Fnext_char_property_change) | David Kastrup | 2005-03-22 | 1 | -4/+14 |
| | | | | | | | | | | (Fprevious_char_property_change): allow marker as limit. (Fnext_single_char_property_change) (Fprevious_single_char_property_change): Check that limit is a number in strings. (Fnext_single_char_property_change): Coerce position to integer. (Fprevious_single_char_property_change): Same here. | ||||
| * | (syms_of_textprop): Add `syntax-table' to the nonsticky props. | Stefan Monnier | 2004-10-13 | 1 | -2/+4 |
| | | |||||
| * | (get_char_property_and_overlay): Use GET_OVERLAYS_AT. | Kim F. Storm | 2004-05-17 | 1 | -20/+3 |
| | | |||||
| * | (Fget_char_property_and_overlay): New function. | Luc Teirlinck | 2003-11-30 | 1 | -0/+25 |
| | | | | | (syms_of_textprop): Defsubr it. | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | (text_property_stickiness): New arg `buffer'. | Stefan Monnier | 2003-05-17 | 1 | -9/+13 |
| | | |||||
| * | (Ftext_properties_at, Fnext_char_property_change) | Francesco Potortì | 2003-01-14 | 1 | -57/+79 |
| | | | | | | | | | | | | (Fprevious_char_property_change) (Fnext_single_char_property_change) (Fprevious_single_char_property_change, Fnext_property_change) (Fnext_single_property_change, Fprevious_property_change) (Fprevious_single_property_change, Fadd_text_properties) (Fput_text_property, Fset_text_properties) (Fremove_text_properties, Fremove_list_of_text_properties) (Ftext_property_any, Ftext_property_not_all): Clarify doc strings. | ||||
| * | (text_read_only): New arg `propval'. | Stefan Monnier | 2002-12-14 | 1 | -11/+11 |
| | | | | | | (get_char_property_and_overlay): Remove unused var `next_overlay'. (verify_interval_modification): Use text_read_only's new arg. | ||||
| * | (validate_interval_range, interval_of): Use string macros instead of | Ken Raeburn | 2002-07-16 | 1 | -8/+6 |
| | | | | | Lisp_String fields. | ||||
| * | * textprop.c (set_text_properties): Use STRING_SET_INTERVALS. | Ken Raeburn | 2002-07-15 | 1 | -1/+1 |
| | | |||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -8/+8 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -2/+2 |
| | | |||||
| * | (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. | ||||