summaryrefslogtreecommitdiff
path: root/src/intervals.c
Commit message (Expand)AuthorAge
* (balance_intervals_internal): Recurse directly.Erik Naggum1996-07-20
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* Comment fixes.Karl Heuer1996-01-05
* (call_mod_hooks, verify_interval_modification):Richard M. Stallman1995-09-12
* (get_local_map): Use Fget_char_property, so thatKarl Heuer1995-05-02
* (set_point): When skipping intangible text,Richard M. Stallman1995-04-09
* Update copyright.Karl Heuer1995-04-07
* (Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1995-03-27
* (textget): Check default_properties vbl too.Boris Goldowsky1995-03-06
* (set_point): Set point_before_scroll to nil.Richard M. Stallman1995-01-27
* Use BUF_INTERVALS throughout.Richard M. Stallman1995-01-02
* (compare_string_intervals): New function.Richard M. Stallman1994-12-04
* (verify_interval_modification): Fix comment.Karl Heuer1994-10-12
* (graft_intervals_into_buffer): Use new accessor macros instead of calling XSETKarl Heuer1994-10-04
* (create_root_interval, balance_possible_root_interval, delete_interval): UseKarl Heuer1994-09-27
* (set_point): If Vinhibit_point_motion_hooks, ignore intangible properties.Richard M. Stallman1994-09-24
* Add #include "keyboard.h"Karl Heuer1994-09-19
* (interval_balance_threshold): Var deleted.Richard M. Stallman1994-09-15
* (textget): Ignore category prop if not a symbol.Richard M. Stallman1994-08-24
* Update copyright.Karl Heuer1994-05-04
* Fix comment.Karl Heuer1994-04-26
* (set_point): Skip past intangible regions.Karl Heuer1994-04-08
* (verify_interval_modification): For insertion inRichard M. Stallman1994-03-26
* (adjust_intervals_for_insertion, merge_properties_sticky, delete_interval):Karl Heuer1994-03-23
* (verify_interval_modification): When checking read-only, allow for the caseKarl Heuer1994-02-04
* Add comments describing the rules used by the merge algorithm.Karl Heuer1994-02-04
* (merge_properties_sticky): Preserve original order of properties.Karl Heuer1994-02-03
* (graft_intervals_into_buffer): Fix one-offRichard M. Stallman1994-01-24
* (rotate_right, rotate_left): SimplifyRichard M. Stallman1994-01-02
* (graft_intervals_into_buffer): If SOURCE is nullRichard M. Stallman1993-12-23
* (merge_properties_sticky): Declared.Richard M. Stallman1993-11-25
* (graft_intervals_into_buffer): New arg LENGTH.Richard M. Stallman1993-11-25
* Include puresize.h.Richard M. Stallman1993-11-10
* (graft_intervals_into_buffer): New arg INHERIT.Richard M. Stallman1993-09-14
* Include <config.h> instead of "config.h".Roland McGrath1993-09-10
* (adjust_intervals_for_insertion): If inserting in middleRichard M. Stallman1993-08-15
* (adjust_intervals_for_insertion): Handle insertionRichard M. Stallman1993-07-31
* (set_point): Test Vinhibit_point_motion_hooks.Richard M. Stallman1993-07-23
* (graft_intervals_into_buffer): When TREE is null,Richard M. Stallman1993-07-22
* * intervals.c (split_interval_left, split_interval_right): ChangeJim Blandy1993-07-18
* (verify_interval_modification): Use Qinsert_in_front_hooks andRichard M. Stallman1993-07-13
* (verify_interval_modification):Richard M. Stallman1993-07-13
* * intervals.c (find_interval): Doc fixes, computation ofJim Blandy1993-07-06
* Compare the values of text properties using EQ, not Fequal.Jim Blandy1993-07-06
* * intervals.c (intervals_equal): Test the return value of FequalJim Blandy1993-07-05
* (verify_interval_modification): Don't just testRichard M. Stallman1993-06-20
* (adjust_intervals_for_insertion): By default, copyRichard M. Stallman1993-06-15
* (set_point): When moving over invis chars,Richard M. Stallman1993-06-15
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-09
* (copy_intervals): Don't adjust total_length at the end.Richard M. Stallman1993-06-05