* xselect.c (x_own_selection, x_handle_selection_clear)
[bpt/emacs.git] / src / textprop.c
2007-10-17 Stefan Monnier* xselect.c (x_own_selection, x_handle_selection_clear)
2007-08-13 Miles BaderMerge from emacs--devo--0
2007-08-13 Miles BaderMerge from emacs--rel--22
2007-08-08 Glenn MorrisReplace `iff' in comments.
2007-07-31 Miles BaderMerge from emacs--devo--0
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-25 Glenn MorrisSwitch license to GPLv3 or later.
2007-01-29 Karoly LorenteyMerged from emacs@sv.gnu.org
2007-01-21 Glenn MorrisAdd 2007 to copyright years.
2006-10-14 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-09-12 Chong Yidong* textprop.c (Fnext_property_change, Fnext_single_prope...
2006-09-01 Chong Yidong* buffer.h (struct buffer_text): New field chars_modiff.
2006-07-29 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-07-18 Dan Nicolaescu* ebrowse.c (usage, version): Mark as NO_RETURN.
2006-07-18 Kim F. Storm(text_read_only): Use xsignal0, xsignal1.
2006-07-14 Karoly LorenteyMerged from emacs@sv.gnu.org.
2006-07-03 Richard M. Stallman(Fget_char_property_and_overlay): Doc fix.
2006-06-28 Chong Yidong* textprop.c (text_property_stickiness): doc fix.
2006-05-17 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-05-14 Richard M. Stallman(Fnext_single_char_property_change)
2006-04-28 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-04-20 Lars Hansen(Fremove_list_of_text_properties): Ensure
2006-02-12 Karoly LorenteyMerged from emacs@sv.gnu.org
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-01-03 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 682)
2005-12-30 Luc Teirlinck(set_text_properties): Reword description of return...
2005-09-04 Karoly LorenteyMerged in changes from CVS trunk. Plus added lisp...
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-21 Juanma Barranquero(Fnext_char_property_change, Fprevious_char_property_ch...
2005-07-05 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 469)
2005-07-04 Lute KamstraUpdate FSF's address.
2005-03-23 Karoly LorenteyMerged from miles@gnu.org--gnu-2005 (patch 192-203)
2005-03-22 David Kastrup(Fnext_char_property_change)
2004-10-14 Karoly LorenteyMerged in changes from CVS trunk.
2004-10-13 Stefan Monnier(syms_of_textprop): Add `syntax-table' to the nonsticky...
2004-05-18 Karoly LorenteyMerged in changes from CVS trunk.
2004-05-17 Kim F. Storm(get_char_property_and_overlay): Use GET_OVERLAYS_AT.
2003-11-30 Luc Teirlinck(Fget_char_property_and_overlay): New function.
2003-09-01 Miles BaderAdd arch taglines
2003-05-17 Stefan Monnier(text_property_stickiness): New arg `buffer'.
2003-01-14 Francesco Potortì(Ftext_properties_at, Fnext_char_property_change)
2002-12-14 Stefan Monnier(text_read_only): New arg `propval'.
2002-07-16 Ken Raeburn(validate_interval_range, interval_of): Use string...
2002-07-15 Ken Raeburn* textprop.c (set_text_properties): Use STRING_SET_INTE...
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-06-08 Colin Walters(Vchar_property_alias_alist): New variable.
2002-04-29 Stefan Monnier(remove_properties): Don't use XCAR without CONSP.
2002-04-22 Kim F. Storm(remove_properties): Fixed trap for malformed plist.
2002-04-19 Richard M. Stallman(remove_properties): New arg LIST allows scanning
2002-03-14 Miles Bader(text_property_stickiness): Function moved here from...
2002-01-25 Stefan Monnier(Fnext_property_change, Fnext_single_property_change)
2001-11-26 Richard M. Stallman(set_text_properties_1): Allow args in either order.
2001-11-26 Stefan Monnier(set_text_properties_1): Clearly mark that the interval...
2001-11-23 Pavel Janík(Fset_text_properties): Remove unused variables `unchan...
2001-11-11 Richard M. Stallman(set_text_properties_1): New subroutine, broken out...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-02 Richard M. Stallman(Fget_char_property): Doc fix.
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-02 Miles Bader(Fnext_char_property_change)
2001-09-11 Gerd Moellmann(verify_interval_modification): Fix last change.
2001-09-11 Gerd Moellmann(verify_interval_modification): Don't run
2001-08-27 Miles Bader(Fprevious_single_char_property_change)
2001-02-15 Eli Zaretskii(Fset_text_properties): Doc fix.
2001-01-31 Dave Love(Fset_text_properties): Fix newline in doc string.
2001-01-29 Eli Zaretskii(Fset_text_properties): Doc fix.
2000-11-28 Gerd Moellmann(text_read_only): New function.
2000-10-25 Miles Bader(get_char_property_and_overlay): New function.
2000-08-08 Miles Bader(Fget_char_property): Update call to overlays_at.
2000-08-08 Ken Raeburn(Fprevious_single_char_property_change): Don't do arith...
2000-07-22 Miles Bader(Fprevious_single_char_property_change):
2000-07-15 Miles Bader(Fnext_single_char_property_change):
2000-05-31 Dave LoveRevert last change -- duplicated.
2000-05-29 Dave Love(Qkeymap): New variable.
1999-12-15 Kenichi Handa(Vtext_property_default_nonsticky): New variable
1999-11-26 Gerd Moellmann(set_text_properties): New function. Like
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-11-01 Gerd Moellmann(verify_interval_modification): Signal text-read-only
1999-09-26 Gerd Moellmann(next_single_char_property_change): New.
1999-09-20 Gerd Moellmann(Fset_text_properties): Remove unused variables.
next