summaryrefslogtreecommitdiff
path: root/src/intervals.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Comment fixes.Karl Heuer1996-01-051-4/+4
* (call_mod_hooks, verify_interval_modification):Richard M. Stallman1995-09-121-194/+0
* (get_local_map): Use Fget_char_property, so thatKarl Heuer1995-05-021-11/+21
* (set_point): When skipping intangible text,Richard M. Stallman1995-04-091-19/+27
* Update copyright.Karl Heuer1995-04-071-1/+1
* (Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1995-03-271-26/+7
* (textget): Check default_properties vbl too.Boris Goldowsky1995-03-061-2/+7
* (set_point): Set point_before_scroll to nil.Richard M. Stallman1995-01-271-0/+2
* Use BUF_INTERVALS throughout.Richard M. Stallman1995-01-021-32/+35
* (compare_string_intervals): New function.Richard M. Stallman1994-12-041-0/+41
* (verify_interval_modification): Fix comment.Karl Heuer1994-10-121-1/+1
* (graft_intervals_into_buffer): Use new accessor macros instead of calling XSETKarl Heuer1994-10-041-3/+3
* (create_root_interval, balance_possible_root_interval, delete_interval): UseKarl Heuer1994-09-271-6/+6
* (set_point): If Vinhibit_point_motion_hooks, ignore intangible properties.Richard M. Stallman1994-09-241-9/+46
* Add #include "keyboard.h"Karl Heuer1994-09-191-0/+1
* (interval_balance_threshold): Var deleted.Richard M. Stallman1994-09-151-3/+0
* (textget): Ignore category prop if not a symbol.Richard M. Stallman1994-08-241-1/+5
* Update copyright.Karl Heuer1994-05-041-1/+1
* Fix comment.Karl Heuer1994-04-261-2/+1
* (set_point): Skip past intangible regions.Karl Heuer1994-04-081-4/+2
* (verify_interval_modification): For insertion inRichard M. Stallman1994-03-261-11/+22
* (adjust_intervals_for_insertion, merge_properties_sticky, delete_interval):Karl Heuer1994-03-231-10/+15
* (verify_interval_modification): When checking read-only, allow for the caseKarl Heuer1994-02-041-15/+19
* Add comments describing the rules used by the merge algorithm.Karl Heuer1994-02-041-46/+102
* (merge_properties_sticky): Preserve original order of properties.Karl Heuer1994-02-031-6/+6
* (graft_intervals_into_buffer): Fix one-offRichard M. Stallman1994-01-241-1/+1
* (rotate_right, rotate_left): SimplifyRichard M. Stallman1994-01-021-100/+140
* (graft_intervals_into_buffer): If SOURCE is nullRichard M. Stallman1993-12-231-1/+1
* (merge_properties_sticky): Declared.Richard M. Stallman1993-11-251-0/+2
* (graft_intervals_into_buffer): New arg LENGTH.Richard M. Stallman1993-11-251-4/+16
* Include puresize.h.Richard M. Stallman1993-11-101-1/+6
* (graft_intervals_into_buffer): New arg INHERIT.Richard M. Stallman1993-09-141-18/+17
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (adjust_intervals_for_insertion): If inserting in middleRichard M. Stallman1993-08-151-6/+23
* (adjust_intervals_for_insertion): Handle insertionRichard M. Stallman1993-07-311-121/+321
* (set_point): Test Vinhibit_point_motion_hooks.Richard M. Stallman1993-07-231-2/+3
* (graft_intervals_into_buffer): When TREE is null,Richard M. Stallman1993-07-221-1/+3
* * intervals.c (split_interval_left, split_interval_right): ChangeJim Blandy1993-07-181-25/+28
* (verify_interval_modification): Use Qinsert_in_front_hooks andRichard M. Stallman1993-07-131-2/+2
* (verify_interval_modification):Richard M. Stallman1993-07-131-3/+3
* * intervals.c (find_interval): Doc fixes, computation ofJim Blandy1993-07-061-86/+61
* Compare the values of text properties using EQ, not Fequal.Jim Blandy1993-07-061-1/+1
* * intervals.c (intervals_equal): Test the return value of FequalJim Blandy1993-07-051-1/+1
* (verify_interval_modification): Don't just testRichard M. Stallman1993-06-201-5/+6
* (adjust_intervals_for_insertion): By default, copyRichard M. Stallman1993-06-151-1/+1
* (set_point): When moving over invis chars,Richard M. Stallman1993-06-151-1/+4
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-3/+3
* (copy_intervals): Don't adjust total_length at the end.Richard M. Stallman1993-06-051-19/+25
* (interval_deletion_adjustment): Delete unreachable abort.Richard M. Stallman1993-05-311-1/+0