Sun, 21 Jan 2007 04:57:37 +0000 |
Glenn Morris |
Add 2007 to copyright years.
|
Tue, 12 Sep 2006 16:47:26 +0000 |
Chong Yidong |
* textprop.c (Fnext_property_change, Fnext_single_property_change)
|
Fri, 01 Sep 2006 13:28:13 +0000 |
Chong Yidong |
* buffer.h (struct buffer_text): New field chars_modiff.
|
Tue, 18 Jul 2006 16:33:45 +0000 |
Dan Nicolaescu |
* ebrowse.c (usage, version): Mark as NO_RETURN.
|
Tue, 18 Jul 2006 13:29:40 +0000 |
Kim F. Storm |
(text_read_only): Use xsignal0, xsignal1.
|
Mon, 03 Jul 2006 15:41:50 +0000 |
Richard M. Stallman |
(Fget_char_property_and_overlay): Doc fix.
|
Wed, 28 Jun 2006 00:02:57 +0000 |
Chong Yidong |
* textprop.c (text_property_stickiness): doc fix.
|
Sun, 14 May 2006 21:55:34 +0000 |
Richard M. Stallman |
(Fnext_single_char_property_change)
|
Thu, 20 Apr 2006 11:36:50 +0000 |
Lars Hansen |
(Fremove_list_of_text_properties): Ensure
|
Mon, 06 Feb 2006 15:23:23 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Fri, 30 Dec 2005 23:15:03 +0000 |
Luc Teirlinck |
(set_text_properties): Reword description of return value.
|
Sun, 07 Aug 2005 12:33:19 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Thu, 21 Jul 2005 16:32:33 +0000 |
Juanma Barranquero |
(Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.
|
Mon, 04 Jul 2005 16:49:24 +0000 |
Lute Kamstra |
Update FSF's address.
|
Tue, 22 Mar 2005 16:04:02 +0000 |
David Kastrup |
(Fnext_char_property_change)
|
Wed, 13 Oct 2004 16:58:45 +0000 |
Stefan Monnier |
(syms_of_textprop): Add `syntax-table' to the nonsticky props.
|
Mon, 17 May 2004 22:48:07 +0000 |
Kim F. Storm |
(get_char_property_and_overlay): Use GET_OVERLAYS_AT.
|
Sun, 30 Nov 2003 17:08:28 +0000 |
Luc Teirlinck |
(Fget_char_property_and_overlay): New function.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Sat, 17 May 2003 18:46:36 +0000 |
Stefan Monnier |
(text_property_stickiness): New arg `buffer'.
|
Tue, 14 Jan 2003 23:13:05 +0000 |
Francesco Potort |
(Ftext_properties_at, Fnext_char_property_change)
|
Sat, 14 Dec 2002 00:11:38 +0000 |
Stefan Monnier |
(text_read_only): New arg `propval'.
|
Tue, 16 Jul 2002 17:37:14 +0000 |
Ken Raeburn |
(validate_interval_range, interval_of): Use string macros instead of
|
Mon, 15 Jul 2002 06:56:48 +0000 |
Ken Raeburn |
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
|
Mon, 15 Jul 2002 00:00:41 +0000 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
Thu, 11 Jul 2002 14:18:02 +0000 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
Sat, 08 Jun 2002 20:24:35 +0000 |
Colin Walters |
(Vchar_property_alias_alist): New variable.
|
Mon, 29 Apr 2002 19:29:58 +0000 |
Stefan Monnier |
(remove_properties): Don't use XCAR without CONSP.
|
Mon, 22 Apr 2002 17:56:38 +0000 |
Kim F. Storm |
(remove_properties): Fixed trap for malformed plist.
|
Fri, 19 Apr 2002 00:14:14 +0000 |
Richard M. Stallman |
(remove_properties): New arg LIST allows scanning
|
Thu, 14 Mar 2002 08:10:35 +0000 |
Miles Bader |
(text_property_stickiness): Function moved here from `editfns.c'.
|
Fri, 25 Jan 2002 22:42:05 +0000 |
Stefan Monnier |
(Fnext_property_change, Fnext_single_property_change)
|
Mon, 26 Nov 2001 20:10:04 +0000 |
Richard M. Stallman |
(set_text_properties_1): Allow args in either order.
|
Mon, 26 Nov 2001 02:19:38 +0000 |
Stefan Monnier |
(set_text_properties_1): Clearly mark that the interval should not be empty.
|
Fri, 23 Nov 2001 08:07:24 +0000 |
Pavel Jank |
(Fset_text_properties): Remove unused variables `unchanged',
|
Sun, 11 Nov 2001 20:03:24 +0000 |
Richard M. Stallman |
(set_text_properties_1): New subroutine, broken out of set_text_properties.
|
Fri, 02 Nov 2001 20:46:55 +0000 |
Pavel Jank |
Update usage of CHECK_ macros (remove unused second argument).
|
Fri, 02 Nov 2001 07:12:33 +0000 |
Richard M. Stallman |
(Fget_char_property): Doc fix.
|
Sun, 21 Oct 2001 12:13:46 +0000 |
Pavel Jank |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
Tue, 16 Oct 2001 09:09:51 +0000 |
Ken Raeburn |
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
|
Tue, 02 Oct 2001 01:53:10 +0000 |
Miles Bader |
(Fnext_char_property_change)
|
Tue, 11 Sep 2001 12:45:24 +0000 |
Gerd Moellmann |
(verify_interval_modification): Fix last change.
|
Tue, 11 Sep 2001 12:24:44 +0000 |
Gerd Moellmann |
(verify_interval_modification): Don't run
|
Mon, 27 Aug 2001 18:12:46 +0000 |
Miles Bader |
(Fprevious_single_char_property_change)
|
Thu, 15 Feb 2001 12:36:22 +0000 |
Eli Zaretskii |
(Fset_text_properties): Doc fix.
|
Wed, 31 Jan 2001 01:00:17 +0000 |
Dave Love |
(Fset_text_properties): Fix newline in doc string.
|
Mon, 29 Jan 2001 16:49:57 +0000 |
Eli Zaretskii |
(Fset_text_properties): Doc fix.
|
Tue, 28 Nov 2000 11:49:05 +0000 |
Gerd Moellmann |
(text_read_only): New function.
|
Wed, 25 Oct 2000 05:14:01 +0000 |
Miles Bader |
(get_char_property_and_overlay): New function.
|
Tue, 08 Aug 2000 23:53:32 +0000 |
Miles Bader |
(Fget_char_property): Update call to overlays_at.
|
Tue, 08 Aug 2000 14:39:19 +0000 |
Ken Raeburn |
(Fprevious_single_char_property_change): Don't do arithmetic directly on lisp
|
Sat, 22 Jul 2000 13:37:47 +0000 |
Miles Bader |
(Fprevious_single_char_property_change):
|
Sat, 15 Jul 2000 14:59:26 +0000 |
Miles Bader |
(Fnext_single_char_property_change):
|
Wed, 31 May 2000 21:14:26 +0000 |
Dave Love |
Revert last change -- duplicated.
|
Mon, 29 May 2000 11:37:57 +0000 |
Dave Love |
(Qkeymap): New variable.
|
Wed, 15 Dec 1999 00:21:42 +0000 |
Kenichi Handa |
(Vtext_property_default_nonsticky): New variable
|
Fri, 26 Nov 1999 12:07:31 +0000 |
Gerd Moellmann |
(set_text_properties): New function. Like
|
Thu, 11 Nov 1999 11:45:06 +0000 |
Gerd Moellmann |
Remove USE_TEXT_PROPERTIES.
|
Mon, 01 Nov 1999 14:14:52 +0000 |
Gerd Moellmann |
(verify_interval_modification): Signal text-read-only
|
Sun, 26 Sep 1999 10:53:22 +0000 |
Gerd Moellmann |
(next_single_char_property_change): New.
|