summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAge
* Add 2009 to copyright years.Glenn Morris2009-01-08
* * textprop.c (Qminibuffer_prompt): New variable.Martin Rudalics2008-12-26
* (Fprevious_single_char_property_change): Return 0Martin Rudalics2008-11-03
* (syms_of_textprop) <text-property-default-nonsticky>:Juanma Barranquero2008-06-01
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Merge from emacs--rel--22Miles Bader2008-01-08
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-08
* | (get_char_property_and_overlay):Richard M. Stallman2007-12-30
* | Merge from emacs--rel--22Miles Bader2007-11-09
|\|
| * Whitespace change.Richard M. Stallman2007-11-04
* | * xselect.c (x_own_selection, x_handle_selection_clear)Stefan Monnier2007-10-17
|/
* Replace `iff' in comments.Glenn Morris2007-08-08
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Add 2007 to copyright years.Glenn Morris2007-01-21
* * textprop.c (Fnext_property_change, Fnext_single_property_change)Chong Yidong2006-09-12
* * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-01
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-18
* (text_read_only): Use xsignal0, xsignal1.Kim F. Storm2006-07-18
* (Fget_char_property_and_overlay): Doc fix.Richard M. Stallman2006-07-03
* * textprop.c (text_property_stickiness): doc fix.Chong Yidong2006-06-28
* (Fnext_single_char_property_change)Richard M. Stallman2006-05-14
* (Fremove_list_of_text_properties): EnsureLars Hansen2006-04-20
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (set_text_properties): Reword description of return value.Luc Teirlinck2005-12-30
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.Juanma Barranquero2005-07-21
* Update FSF's address.Lute Kamstra2005-07-04
* (Fnext_char_property_change)David Kastrup2005-03-22
* (syms_of_textprop): Add `syntax-table' to the nonsticky props.Stefan Monnier2004-10-13
* (get_char_property_and_overlay): Use GET_OVERLAYS_AT.Kim F. Storm2004-05-17
* (Fget_char_property_and_overlay): New function.Luc Teirlinck2003-11-30
* Add arch taglinesMiles Bader2003-09-01
* (text_property_stickiness): New arg `buffer'.Stefan Monnier2003-05-17
* (Ftext_properties_at, Fnext_char_property_change)Francesco Potortì2003-01-14
* (text_read_only): New arg `propval'.Stefan Monnier2002-12-14
* (validate_interval_range, interval_of): Use string macros instead ofKen Raeburn2002-07-16
* * textprop.c (set_text_properties): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-15
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-11
* (Vchar_property_alias_alist): New variable.Colin Walters2002-06-08
* (remove_properties): Don't use XCAR without CONSP.Stefan Monnier2002-04-29
* (remove_properties): Fixed trap for malformed plist.Kim F. Storm2002-04-22
* (remove_properties): New arg LIST allows scanningRichard M. Stallman2002-04-19
* (text_property_stickiness): Function moved here from `editfns.c'.Miles Bader2002-03-14
* (Fnext_property_change, Fnext_single_property_change)Stefan Monnier2002-01-25
* (set_text_properties_1): Allow args in either order.Richard M. Stallman2001-11-26
* (set_text_properties_1): Clearly mark that the interval should not be empty.Stefan Monnier2001-11-26
* (Fset_text_properties): Remove unused variables `unchanged',Pavel Janík2001-11-23
* (set_text_properties_1): New subroutine, broken out of set_text_properties.Richard M. Stallman2001-11-11
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-02