- 22 Mar, 2005 1 commit
-
-
David Kastrup authored
(Fprevious_char_property_change): allow marker as limit. (Fnext_single_char_property_change) (Fprevious_single_char_property_change): Check that limit is a number in strings. (Fnext_single_char_property_change): Coerce position to integer. (Fprevious_single_char_property_change): Same here.
-
- 13 Oct, 2004 1 commit
-
-
Stefan Monnier authored
-
- 17 May, 2004 1 commit
-
-
Kim F. Storm authored
-
- 30 Nov, 2003 1 commit
-
-
Luc Teirlinck authored
(syms_of_textprop): Defsubr it.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 17 May, 2003 1 commit
-
-
Stefan Monnier authored
-
- 14 Jan, 2003 1 commit
-
-
Francesco Potortì authored
(Fprevious_char_property_change) (Fnext_single_char_property_change) (Fprevious_single_char_property_change, Fnext_property_change) (Fnext_single_property_change, Fprevious_property_change) (Fprevious_single_property_change, Fadd_text_properties) (Fput_text_property, Fset_text_properties) (Fremove_text_properties, Fremove_list_of_text_properties) (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
-
- 14 Dec, 2002 1 commit
-
-
Stefan Monnier authored
(get_char_property_and_overlay): Remove unused var `next_overlay'. (verify_interval_modification): Use text_read_only's new arg.
-
- 16 Jul, 2002 1 commit
-
-
Ken Raeburn authored
Lisp_String fields.
-
- 15 Jul, 2002 2 commits
-
-
Ken Raeburn authored
-
Ken Raeburn authored
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
-
- 11 Jul, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 08 Jun, 2002 1 commit
-
-
Colin Walters authored
(syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
-
- 29 Apr, 2002 1 commit
-
-
Stefan Monnier authored
-
- 22 Apr, 2002 1 commit
-
-
Kim F. Storm authored
-
- 19 Apr, 2002 1 commit
-
-
Richard M. Stallman authored
either a list or a plist. (interval_has_some_properties_list): New function, like interval_has_some_properties using list instead of plist. All callers changed. (Fremove_list_of_text_properties): New function. (syms_of_textprop): Defsubr it.
-
- 14 Mar, 2002 1 commit
-
-
Miles Bader authored
-
- 25 Jan, 2002 1 commit
-
-
Stefan Monnier authored
(Fprevious_property_change, Fprevious_single_property_change): Stay within the narrowed-buffer boundaries.
-
- 26 Nov, 2001 2 commits
-
-
Richard M. Stallman authored
Do nothing if range is empty.
-
Stefan Monnier authored
-
- 23 Nov, 2001 1 commit
-
-
Pavel Janík authored
`prev_changed', `s' and `len'.
-
- 11 Nov, 2001 1 commit
-
-
Richard M. Stallman authored
(set_text_properties): Use set_text_properties_1.
-
- 02 Nov, 2001 2 commits
-
-
Pavel Janík authored
-
Richard M. Stallman authored
-
- 21 Oct, 2001 1 commit
-
-
Pavel Janík authored
-
- 16 Oct, 2001 1 commit
-
-
Ken Raeburn authored
with lisp system changes.
-
- 02 Oct, 2001 1 commit
-
-
Miles Bader authored
(Fprevious_char_property_change): Remove reference to non-existant argument OBJECT from doc-string.
-
- 11 Sep, 2001 2 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
modification-hooks if inhibit_modification_hooks.
-
- 27 Aug, 2001 1 commit
-
-
Miles Bader authored
(Fnext_single_char_property_change): Doc fixes.
-
- 15 Feb, 2001 1 commit
-
-
Eli Zaretskii authored
-
- 31 Jan, 2001 1 commit
-
-
Dave Love authored
-
- 29 Jan, 2001 1 commit
-
-
Eli Zaretskii authored
-
- 28 Nov, 2000 1 commit
-
-
Gerd Moellmann authored
(verify_interval_modification): Use it instead of signaling `text-read-only'. This makes it easier to catch this error with a breakpoint.:
-
- 25 Oct, 2000 1 commit
-
-
Miles Bader authored
(Fget_char_property): Use it.
-
- 08 Aug, 2000 2 commits
-
-
Miles Bader authored
-
Ken Raeburn authored
objects.
-
- 22 Jul, 2000 1 commit
-
-
Miles Bader authored
The initial property value should be from the position preceding POSITION, not following it.
-
- 15 Jul, 2000 1 commit
-
-
Miles Bader authored
Made a subr (was `next_single_char_property_change'). Do more error checking, and cleanup limit behavior. (Fprevious_single_char_property_change): New function. (syms_of_textprop): Initialize new subrs.
-
- 31 May, 2000 1 commit
-
-
Dave Love authored
-