aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-02-151-1/+3
|
* (Fset_text_properties): Fix newline in doc string.Dave Love2001-01-311-1/+1
|
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-01-291-1/+2
|
* (text_read_only): New function.Gerd Moellmann2000-11-281-6/+18
| | | | | | (verify_interval_modification): Use it instead of signaling `text-read-only'. This makes it easier to catch this error with a breakpoint.:
* (get_char_property_and_overlay): New function.Miles Bader2000-10-251-11/+41
| | | | (Fget_char_property): Use it.
* (Fget_char_property): Update call to overlays_at.Miles Bader2000-08-081-3/+3
|
* (Fprevious_single_char_property_change): Don't do arithmetic directly on lispKen Raeburn2000-08-081-2/+4
| | | | objects.
* (Fprevious_single_char_property_change):Miles Bader2000-07-221-12/+23
| | | | | The initial property value should be from the position preceding POSITION, not following it.
* (Fnext_single_char_property_change):Miles Bader2000-07-151-18/+99
| | | | | | | 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.
* Revert last change -- duplicated.Dave Love2000-05-311-4/+1
|
* (Qkeymap): New variable.Dave Love2000-05-291-1/+3
| | | | (syms_of_textprop): Intern it.
* (Vtext_property_default_nonsticky): New variableKenichi Handa1999-12-151-0/+12
| | | | (syms_of_textprop): Declare it as a Lisp variable.
* (set_text_properties): New function. LikeGerd Moellmann1999-11-261-4/+19
| | | | | | | Fset_text_properties, but with additional parameter SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after changes. (Fset_text_properties): Use it.
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-7/+0
|
* (verify_interval_modification): Signal text-read-onlyGerd Moellmann1999-11-011-5/+5
| | | | instead of calling error.
* (next_single_char_property_change): New.Gerd Moellmann1999-09-261-0/+54
|
* (Fset_text_properties): Remove unused variables.Gerd Moellmann1999-09-201-4/+2
| | | | | (text_property_list, verify_interval_modification, interval_has_all_properties): Ditto.
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-12/+12
|
* (text_property_list): New.Gerd Moellmann1999-07-211-1/+119
| | | | | | | (add_text_properties_from_list): New. (extend_property_ranges): New. (validate_interval_range): Make it externally visible.
* (Qmouse_face): Variable definition moved here.Richard M. Stallman1998-11-181-1/+3
| | | | (syms_of_textprop): Initialize it.
* Handle the new convention that `position' valuesKarl Heuer1998-06-031-145/+22
| | | | | | | | | | in a string's intervals start from zero. (validate_interval_range, interval_of, Fnext_property_change) (property_change_between_p, Fnext_single_property_change) (Fprevious_property_change, Fprevious_single_property_change): (Ftext_property_any, Ftext_property_not_all): Implement that. Undo previous change.
* (Fnext_property_change): Properly offset intervalKarl Heuer1998-05-291-11/+18
| | | | | | | position for string when comparing with LIMIT. (property_change_between_p): Likewise. (Fnext_single_property_change, Fprevious_property_change): Likewise. (Fprevious_single_property_change): Likewise.
* (interval_of): Handle Qt.Karl Heuer1998-02-221-0/+2
|
* (Ftext_properties_at): Doc fix.Richard M. Stallman1997-12-261-10/+11
|
* (interval_of): Convert args_out_of_range arguments to Lisp_Integer.Richard M. Stallman1997-07-121-1/+1
|
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-4/+2
|
* Style of comments corrected.Richard M. Stallman1997-04-151-27/+69
| | | | (interval_of): New function.
* (Fnext_char_property_change): New function.Richard M. Stallman1996-12-151-4/+56
| | | | | (Fprevious_char_property_change): New function. (syms_of_textprop): defsubr them.
* (Fset_text_properties, Fadd_text_properties)Richard M. Stallman1996-09-261-24/+33
| | | | | (Fremove_text_properties): Call modify_region and signal_after_change only for buffers, not for strings.
* (set_properties, add_properties, remove_properties):Richard M. Stallman1996-09-251-28/+40
| | | | | | Don't call modify_region or signal_after_change here. (Fset_text_properties, Fadd_text_properties, Fremove_text_properties): Call them here when appropriate.
* (set_properties, add_properties, remove_properties):Richard M. Stallman1996-09-041-12/+12
| | | | Call modify_region with ints.
* (Fadd_text_properties): Don't return without ungcpro.Richard M. Stallman1996-02-101-1/+1
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (Ftext_properties_at, Fget_text_property, Fget_char_property,Erik Naggum1996-01-091-88/+88
| | | | | | | | 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, Ftext_property_any, Ftext_property_not_all): Harmonize arguments with documentation.
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* (add_properties, remove_properties, set_properties):Karl Heuer1995-12-211-0/+8
| | | | Call signal_after_change.
* (Fset_text_properties): Call set_propertiesRichard M. Stallman1995-11-181-7/+11
| | | | even if we also merge an interval.
* (Fnext_single_property_change): Rearrange handling ofRichard M. Stallman1995-10-211-3/+10
| | | | limit = t; don't return t.
* (call_mod_hooks): Moved from intevals.cRichard M. Stallman1995-09-121-0/+226
| | | | | | (verify_interval_modification): Moved from intervals.c. (interval_insert_behind_hooks, interval_insert_in_front_hooks): New variables. (report_interval_modification): New function.
* (Fget_char_property): If OBJECT is non-current buffer,Richard M. Stallman1995-07-221-0/+5
| | | | use it properly for overlays_at.
* (Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1995-03-271-5/+5
|
* (Fnext_property_change): Fix previous change.Karl Heuer1995-03-241-1/+6
|
* (Fnext_property_change): Handle LIMIT = t.Richard M. Stallman1995-03-111-1/+9
|
* (Vdefault_properties): New vbl.Boris Goldowsky1995-03-061-0/+7
|
* (Ftext_property_any): Handle the trivial case specially.Karl Heuer1995-01-201-1/+3
|
* (validate_interval_range): Use BUF_INTERVALS.Richard M. Stallman1995-01-021-1/+1
|
* (add_properties): Add gcpro's.Richard M. Stallman1994-12-141-8/+40
| | | | (Fadd_text_properties, copy_text_properties): Likewise.
* (PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.Karl Heuer1994-11-151-1/+1
|
* (Fset_text_properties): Special case for gettingRichard M. Stallman1994-10-151-0/+11
| | | | rid of all properties of a string.
* (validate_interval_range): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
|