| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | * textprop.c (Fnext_property_change, Fnext_single_property_change) | Chong Yidong | 2006-09-12 | 1 | -33/+34 |
* | * buffer.h (struct buffer_text): New field chars_modiff. | Chong Yidong | 2006-09-01 | 1 | -6/+6 |
* | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu | 2006-07-18 | 1 | -0/+2 |
* | (text_read_only): Use xsignal0, xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -1/+4 |
* | (Fget_char_property_and_overlay): Doc fix. | Richard M. Stallman | 2006-07-03 | 1 | -3/+4 |
* | * textprop.c (text_property_stickiness): doc fix. | Chong Yidong | 2006-06-28 | 1 | -0/+4 |
* | (Fnext_single_char_property_change) | Richard M. Stallman | 2006-05-14 | 1 | -24/+44 |
* | (Fremove_list_of_text_properties): Ensure | Lars Hansen | 2006-04-20 | 1 | -6/+26 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (set_text_properties): Reword description of return value. | Luc Teirlinck | 2005-12-30 | 1 | -3/+3 |
* | 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 |
* | (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 |
* | 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 |
* | (text_read_only): New arg `propval'. | Stefan Monnier | 2002-12-14 | 1 | -11/+11 |
* | (validate_interval_range, interval_of): Use string macros instead of | Ken Raeburn | 2002-07-16 | 1 | -8/+6 |
* | * 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 |
* | 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 |
* | (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 |
* | (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 |
* | (set_text_properties_1): Allow args in either order. | Richard M. Stallman | 2001-11-26 | 1 | -2/+9 |
* | (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 |
* | (set_text_properties_1): New subroutine, broken out of set_text_properties. | Richard M. Stallman | 2001-11-11 | 1 | -28/+35 |
* | 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 |
* | (Fnext_char_property_change) | Miles Bader | 2001-10-02 | 1 | -6/+6 |
* | (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 |
* | (Fprevious_single_char_property_change) | Miles Bader | 2001-08-27 | 1 | -4/+4 |
* | (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 |
* | (get_char_property_and_overlay): New function. | Miles Bader | 2000-10-25 | 1 | -11/+41 |
* | (Fget_char_property): Update call to overlays_at. | Miles Bader | 2000-08-08 | 1 | -3/+3 |