summaryrefslogtreecommitdiff
path: root/src/intervals.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* * intervals.c (set_point): Check for point out of bounds beforeJim Blandy1993-05-141-4/+6
* (set_point): Check invisibility of following character, not previous character.Richard M. Stallman1993-03-101-15/+60
* (verify_interval_modification): Handle insertionsRichard M. Stallman1993-03-071-39/+113
* (intervals_equal): Handle one arg null and other not.Richard M. Stallman1993-03-011-162/+141
* (traverse_intervals): New arg ARG.Richard M. Stallman1993-02-251-6/+6
* * intervals.c (traverse_intervals): New parameter `depth'.Joseph Arceneaux1992-10-141-10/+6
* * intervals.c: `copy_intervals()' no longer static.Joseph Arceneaux1992-10-031-6/+6
* Fixed typos.Joseph Arceneaux1992-10-021-6/+6
* * intervals.c: Removed #include of "screen.h".Joseph Arceneaux1992-10-021-1/+0
* * intervals.c: Conditionalize all functions onJoseph Arceneaux1992-10-021-0/+5
* Various comment changes.Joseph Arceneaux1992-10-011-6/+5
* See ChangeLogJoseph Arceneaux1992-09-241-231/+180
* comment changesJoseph Arceneaux1992-09-211-7/+30
* entered into RCSJoseph Arceneaux1992-09-191-42/+105
* Initial revisionJoseph Arceneaux1992-09-171-0/+1529