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.
|
Mon, 20 Sep 1999 00:34:45 +0000 |
Gerd Moellmann |
(Fset_text_properties): Remove unused variables.
|
Sun, 12 Sep 1999 05:07:01 +0000 |
Ken Raeburn |
Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
|
Wed, 21 Jul 1999 21:43:52 +0000 |
Gerd Moellmann |
(text_property_list): New.
|
Wed, 18 Nov 1998 01:38:14 +0000 |
Richard M. Stallman |
(Qmouse_face): Variable definition moved here.
|
Wed, 03 Jun 1998 14:45:03 +0000 |
Karl Heuer |
Handle the new convention that `position' values
|
Fri, 29 May 1998 22:26:22 +0000 |
Karl Heuer |
(Fnext_property_change): Properly offset interval
|
Sun, 22 Feb 1998 01:03:49 +0000 |
Karl Heuer |
(interval_of): Handle Qt.
|
Fri, 26 Dec 1997 22:51:41 +0000 |
Richard M. Stallman |
(Ftext_properties_at): Doc fix.
|
Sat, 12 Jul 1997 06:37:25 +0000 |
Richard M. Stallman |
(interval_of): Convert args_out_of_range arguments to Lisp_Integer.
|
Fri, 04 Jul 1997 20:44:52 +0000 |
Richard M. Stallman |
Fix bugs with inappropriate mixing of Lisp_Object with int.
|
Tue, 15 Apr 1997 04:58:34 +0000 |
Richard M. Stallman |
Style of comments corrected.
|
Sun, 15 Dec 1996 04:57:31 +0000 |
Richard M. Stallman |
(Fnext_char_property_change): New function.
|
Thu, 26 Sep 1996 03:48:10 +0000 |
Richard M. Stallman |
(Fset_text_properties, Fadd_text_properties)
|
Wed, 25 Sep 1996 08:01:52 +0000 |
Richard M. Stallman |
(set_properties, add_properties, remove_properties):
|
Wed, 04 Sep 1996 03:35:53 +0000 |
Richard M. Stallman |
(set_properties, add_properties, remove_properties):
|
Sat, 10 Feb 1996 08:58:49 +0000 |
Richard M. Stallman |
(Fadd_text_properties): Don't return without ungcpro.
|
Mon, 15 Jan 1996 09:18:04 +0000 |
Erik Naggum |
Update FSF's address in the preamble.
|
Tue, 09 Jan 1996 00:34:01 +0000 |
Erik Naggum |
(Ftext_properties_at, Fget_text_property, Fget_char_property,
|
Fri, 05 Jan 1996 10:03:17 +0000 |
Karl Heuer |
Comment fixes.
|
Thu, 21 Dec 1995 17:14:30 +0000 |
Karl Heuer |
(add_properties, remove_properties, set_properties):
|
Sat, 18 Nov 1995 16:22:42 +0000 |
Richard M. Stallman |
(Fset_text_properties): Call set_properties
|
Sat, 21 Oct 1995 23:15:21 +0000 |
Richard M. Stallman |
(Fnext_single_property_change): Rearrange handling of
|
Tue, 12 Sep 1995 17:37:32 +0000 |
Richard M. Stallman |
(call_mod_hooks): Moved from intevals.c
|
Sat, 22 Jul 1995 16:11:48 +0000 |
Richard M. Stallman |
(Fget_char_property): If OBJECT is non-current buffer,
|
Mon, 27 Mar 1995 16:04:57 +0000 |
Boris Goldowsky |
(Vdefault_text_properties): name changed from Vdefault_properties.
|
Fri, 24 Mar 1995 22:46:42 +0000 |
Karl Heuer |
(Fnext_property_change): Fix previous change.
|
Sat, 11 Mar 1995 22:03:27 +0000 |
Richard M. Stallman |
(Fnext_property_change): Handle LIMIT = t.
|
Mon, 06 Mar 1995 15:43:56 +0000 |
Boris Goldowsky |
(Vdefault_properties): New vbl.
|
Fri, 20 Jan 1995 01:47:45 +0000 |
Karl Heuer |
(Ftext_property_any): Handle the trivial case specially.
|
Mon, 02 Jan 1995 21:32:10 +0000 |
Richard M. Stallman |
(validate_interval_range): Use BUF_INTERVALS.
|
Wed, 14 Dec 1994 14:23:04 +0000 |
Richard M. Stallman |
(add_properties): Add gcpro's.
|
Tue, 15 Nov 1994 22:54:15 +0000 |
Karl Heuer |
(PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.
|
Sat, 15 Oct 1994 21:29:19 +0000 |
Richard M. Stallman |
(Fset_text_properties): Special case for getting
|
Tue, 04 Oct 1994 17:19:36 +0000 |
Karl Heuer |
(validate_interval_range): Don't use XFASTINT as an lvalue.
|
Tue, 04 Oct 1994 16:14:59 +0000 |
Karl Heuer |
(Fnext_property_change, property_change_between_p,
|
Tue, 04 Oct 1994 12:27:29 +0000 |
Karl Heuer |
(Ftext_properties_at, Fget_char_property, Fnext_property_change,
|
Tue, 27 Sep 1994 01:16:02 +0000 |
Karl Heuer |
(validate_interval_range, add_properties, remove_properties,
|
Sat, 24 Sep 1994 07:24:30 +0000 |
Richard M. Stallman |
(syms_of_textprop): Doc fix.
|
Wed, 21 Sep 1994 06:25:26 +0000 |
Richard M. Stallman |
(Fget_char_property): Pass new arg to overlays_at.
|
Mon, 19 Sep 1994 00:18:27 +0000 |
Karl Heuer |
(validate_interval_range, property_value, Fget_char_property,
|
Sat, 17 Sep 1994 05:46:25 +0000 |
Richard M. Stallman |
(property_value): Declare args plist, prop.
|
Thu, 15 Sep 1994 21:24:37 +0000 |
Richard M. Stallman |
(syms_of_textprop): Delete Lisp var interval-balance-threshold.
|
Fri, 02 Sep 1994 23:27:04 +0000 |
Richard M. Stallman |
(Fset_text_properties):
|
Sun, 17 Jul 1994 23:53:10 +0000 |
Richard M. Stallman |
(Fget_text_property): Simplify using Ftext_properties_at.
|
Fri, 03 Jun 1994 04:08:32 +0000 |
Karl Heuer |
(Fprevious_single_property_change): Check for null interval after correcting
|
Fri, 20 May 1994 05:29:50 +0000 |
Richard M. Stallman |
(syms_of_textprop): Set up Lisp fn get-char-property.
|
Wed, 04 May 1994 02:41:09 +0000 |
Karl Heuer |
Update copyright.
|
Mon, 25 Apr 1994 20:30:56 +0000 |
Karl Heuer |
(F*_property_change): Typecheck limit argument.
|
Fri, 08 Apr 1994 07:10:05 +0000 |
Karl Heuer |
(syms_of_textprop): Initialize Qintangible.
|
Tue, 05 Apr 1994 06:10:01 +0000 |
Karl Heuer |
(Fget_char_property): Doc fix.
|
Fri, 25 Mar 1994 00:40:44 +0000 |
Karl Heuer |
(add_properties, remove_properties): Use assignment, not initialization.
|
Thu, 24 Feb 1994 19:24:37 +0000 |
Karl Heuer |
(Fget_char_property): Fix docstring.
|
Thu, 24 Feb 1994 19:18:32 +0000 |
Karl Heuer |
(Fget_char_property): New function.
|
Thu, 20 Jan 1994 19:58:44 +0000 |
Richard M. Stallman |
Doc fix.
|
Thu, 20 Jan 1994 19:56:36 +0000 |
Richard M. Stallman |
Doc fixes.
|
Thu, 20 Jan 1994 19:54:47 +0000 |
Richard M. Stallman |
(Fprevious_property_change): Move back at least 1 char.
|
Mon, 22 Nov 1993 19:47:26 +0000 |
Richard M. Stallman |
(Ftext_property_not_all): For trivial yes, return start, not Qt.
|
Sat, 20 Nov 1993 09:44:27 +0000 |
Richard M. Stallman |
(Ftext_property_not_all): Swap t and nil values in
|
Mon, 15 Nov 1993 06:41:45 +0000 |
Richard M. Stallman |
(Fnext_single_property_change): Fix missing \n\.
|
Fri, 12 Nov 1993 20:38:30 +0000 |
Richard M. Stallman |
(Fprevious_single_property_change): Fix missing \n\.
|
Tue, 28 Sep 1993 09:52:13 +0000 |
Brian Fox |
(validate_plist): Add argument declaration for `list'.
|
Fri, 10 Sep 1993 06:15:46 +0000 |
Roland McGrath |
Include <config.h> instead of "config.h".
|
Thu, 19 Aug 1993 20:18:46 +0000 |
Roland McGrath |
(F{next,previous}_single_property_change): Doc fix.
|
Sat, 14 Aug 1993 04:36:08 +0000 |
Richard M. Stallman |
(property_change_between_p): Test NULL_INTERVAL_P
|
Sat, 31 Jul 1993 21:54:10 +0000 |
Richard M. Stallman |
(Qfront_sticky, Qrear_nonsticky): New variables.
|
Fri, 23 Jul 1993 07:58:22 +0000 |
Richard M. Stallman |
(syms_of_textprop): Set up Lisp var Vinhibit_point_motion_hooks.
|
Wed, 21 Jul 1993 22:33:37 +0000 |
Richard M. Stallman |
(Qmodification_hooks, Qinsert_in_front_hooks)
|
Sun, 18 Jul 1993 06:28:12 +0000 |
Jim Blandy |
* intervals.c (split_interval_left, split_interval_right): Change
|
Tue, 13 Jul 1993 21:04:07 +0000 |
Richard M. Stallman |
(Qinsert_in_front_hooks, Qinsert_behind_hooks): New vars.
|
Tue, 06 Jul 1993 14:55:20 +0000 |
Jim Blandy |
* textprop.c (copy_text_properties): Pass a copy of POS to
|
Tue, 06 Jul 1993 02:23:22 +0000 |
Jim Blandy |
Compare the values of text properties using EQ, not Fequal.
|
Mon, 05 Jul 1993 08:13:50 +0000 |
Jim Blandy |
* textprop.c (validate_interval_range): Don't increment both
|
Fri, 02 Jul 1993 22:50:40 +0000 |
Jim Blandy |
* textprop.c (set_properties): Add undo records to remove entirely
|
Mon, 21 Jun 1993 19:37:49 +0000 |
Richard M. Stallman |
(Fremove_text_properties, Fadd_text_properties):
|
Sat, 12 Jun 1993 21:44:46 +0000 |
Jim Blandy |
Refer to GPL version two.
|
Fri, 11 Jun 1993 07:29:55 +0000 |
Richard M. Stallman |
(Fset_text_properties): No special case for props = nil.
|
Wed, 09 Jun 1993 11:59:12 +0000 |
Jim Blandy |
Apply typo patches from Paul Eggert.
|
Mon, 07 Jun 1993 22:17:35 +0000 |
Richard M. Stallman |
(Fadd_text_properties): Don't treat the initial
|
Fri, 14 May 1993 14:43:30 +0000 |
Jim Blandy |
The text property routines can now modify buffers other
|
Thu, 13 May 1993 03:17:03 +0000 |
Jim Blandy |
* textprop.c (Fnext_single_property_change,
|
Thu, 11 Mar 1993 07:17:54 +0000 |
Jim Blandy |
* textprop.c (Fadd_text_properties): Initialize the modified flag.
|
Sun, 07 Mar 1993 23:30:01 +0000 |
Richard M. Stallman |
(Fget_text_property): Use textget.
|
Sun, 07 Mar 1993 09:35:31 +0000 |
Richard M. Stallman |
(Qmodification_hooks): Renamed from Qmodification.
|
Mon, 01 Mar 1993 08:57:31 +0000 |
Richard M. Stallman |
(Fadd_text_properties, Fremove_text_properties):
|
Mon, 22 Feb 1993 14:52:32 +0000 |
Jim Blandy |
* textprop.c (Fget_text_property): Fix typo in function's declaration.
|
Sat, 13 Feb 1993 21:56:10 +0000 |
Richard M. Stallman |
(Fadd_text_properties): Put OBJECT arg last. Make it optional.
|
Thu, 24 Dec 1992 06:16:01 +0000 |
Jim Blandy |
* floatfns.c (Flog): Fix unescaped newline in string.
|
Fri, 02 Oct 1992 22:30:42 +0000 |
Joseph Arceneaux |
Fixed typeos.
|
Fri, 02 Oct 1992 20:05:45 +0000 |
Joseph Arceneaux |
* textprop.c: Conditionalize all functions on
|
Thu, 01 Oct 1992 00:56:11 +0000 |
Joseph Arceneaux |
Minor optimizations of Fset_text_properties and Ferase_text_properties.
|
Wed, 30 Sep 1992 01:11:20 +0000 |
Joseph Arceneaux |
Mods to Ferase_text_properties
|
Thu, 24 Sep 1992 01:29:22 +0000 |
Joseph Arceneaux |
See ChangeLog
|
Sun, 30 Aug 1992 05:01:59 +0000 |
Joseph Arceneaux |
entered into RCS
|
Fri, 21 Aug 1992 23:45:45 +0000 |
Joseph Arceneaux |
Initial revision
|