Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -7/+7 |
| | |||||
* | (find_interval): No longer inline. | Richard M. Stallman | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | (move_if_not_intangible): Fix previous change. | Richard M. Stallman | 1997-05-31 | 1 | -2/+2 |
| | |||||
* | (move_if_not_intangible): New function. | Richard M. Stallman | 1997-05-31 | 1 | -0/+56 |
| | |||||
* | Update copyright year. | Richard M. Stallman | 1997-04-15 | 1 | -1/+1 |
| | |||||
* | (update_interval): New function. | Richard M. Stallman | 1997-04-15 | 1 | -0/+39 |
| | |||||
* | (set_point): Use virtual bounds, not real bounds, | Richard M. Stallman | 1996-12-20 | 1 | -4/+36 |
| | | | | | in the abort test for POSITION. Skip the intangibility test if POSITION is at either end of buffer. | ||||
* | (set_point): Use virtual bounds, not real bounds, | Richard M. Stallman | 1996-12-18 | 1 | -2/+5 |
| | | | | | in the abort test for POSITION. Skip the intangibility test if POSITION is at either end of buffer. | ||||
* | (merge_properties_sticky): Don't discard explicit nil | Richard M. Stallman | 1996-12-17 | 1 | -12/+24 |
| | | | | | properties. Don't put on a front-sticky property if we inherit one from the category that does the job. | ||||
* | (set_point): Check for intangible properties on overlays. | Richard M. Stallman | 1996-12-15 | 1 | -42/+55 |
| | |||||
* | (get_local_map): Call indirect-function. | Richard M. Stallman | 1996-09-04 | 1 | -0/+3 |
| | |||||
* | (copy_intervals_to_string): Take arg as buffer. | Richard M. Stallman | 1996-09-04 | 1 | -2/+3 |
| | |||||
* | (balance_intervals_internal): Recurse directly. | Erik Naggum | 1996-07-20 | 1 | -2/+2 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -4/+4 |
| | |||||
* | (call_mod_hooks, verify_interval_modification): | Richard M. Stallman | 1995-09-12 | 1 | -194/+0 |
| | | | | Functions moved to textprop.c. | ||||
* | (get_local_map): Use Fget_char_property, so that | Karl Heuer | 1995-05-02 | 1 | -11/+21 |
| | | | | overlay properties will be considered as well as text properties. | ||||
* | (set_point): When skipping intangible text, | Richard M. Stallman | 1995-04-09 | 1 | -19/+27 |
| | | | | stop where property value changes. | ||||
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | (Vdefault_text_properties): name changed from Vdefault_properties. | Boris Goldowsky | 1995-03-27 | 1 | -26/+7 |
| | | | | | (textget_direct): Fn deleted. (textget, verify_interval_modification): Use Fplist_get instead. | ||||
* | (textget): Check default_properties vbl too. | Boris Goldowsky | 1995-03-06 | 1 | -2/+7 |
| | |||||
* | (set_point): Set point_before_scroll to nil. | Richard M. Stallman | 1995-01-27 | 1 | -0/+2 |
| | |||||
* | Use BUF_INTERVALS throughout. | Richard M. Stallman | 1995-01-02 | 1 | -32/+35 |
| | | | | | (temp_set_point, set_point): Use BUF_PT. (get_local_map): Get keymap from specified buffer, not current one. | ||||
* | (compare_string_intervals): New function. | Richard M. Stallman | 1994-12-04 | 1 | -0/+41 |
| | |||||
* | (verify_interval_modification): Fix comment. | Karl Heuer | 1994-10-12 | 1 | -1/+1 |
| | |||||
* | (graft_intervals_into_buffer): Use new accessor macros instead of calling XSET | Karl Heuer | 1994-10-04 | 1 | -3/+3 |
| | | | | directly. | ||||
* | (create_root_interval, balance_possible_root_interval, delete_interval): Use | Karl Heuer | 1994-09-27 | 1 | -6/+6 |
| | | | | type test macros. | ||||
* | (set_point): If Vinhibit_point_motion_hooks, ignore intangible properties. | Richard M. Stallman | 1994-09-24 | 1 | -9/+46 |
| | | | | If move backwards into intangible text, move back over it. | ||||
* | Add #include "keyboard.h" | Karl Heuer | 1994-09-19 | 1 | -0/+1 |
| | |||||
* | (interval_balance_threshold): Var deleted. | Richard M. Stallman | 1994-09-15 | 1 | -3/+0 |
| | |||||
* | (textget): Ignore category prop if not a symbol. | Richard M. Stallman | 1994-08-24 | 1 | -1/+5 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | |||||
* | Fix comment. | Karl Heuer | 1994-04-26 | 1 | -2/+1 |
| | |||||
* | (set_point): Skip past intangible regions. | Karl Heuer | 1994-04-08 | 1 | -4/+2 |
| | |||||
* | (verify_interval_modification): For insertion in | Richard M. Stallman | 1994-03-26 | 1 | -11/+22 |
| | | | | | middle of an interval, use the same criterion as between intervals for whether read-only forbids it. | ||||
* | (adjust_intervals_for_insertion, merge_properties_sticky, delete_interval): | Karl Heuer | 1994-03-23 | 1 | -10/+15 |
| | | | | Use assignment, not initialization. | ||||
* | (verify_interval_modification): When checking read-only, allow for the case | Karl Heuer | 1994-02-04 | 1 | -15/+19 |
| | | | | that stickiness might be t instead of a list. | ||||
* | Add comments describing the rules used by the merge algorithm. | Karl Heuer | 1994-02-04 | 1 | -46/+102 |
| | |||||
* | (merge_properties_sticky): Preserve original order of properties. | Karl Heuer | 1994-02-03 | 1 | -6/+6 |
| | |||||
* | (graft_intervals_into_buffer): Fix one-off | Richard M. Stallman | 1994-01-24 | 1 | -1/+1 |
| | | | | comparing lengths of over and under. | ||||
* | (rotate_right, rotate_left): Simplify | Richard M. Stallman | 1994-01-02 | 1 | -100/+140 |
| | | | | | | | | | | | | | | | | | | total_length calculation. Minimize pointer dereferencing. (balance_an_interval): Remove recursive rebalancing. Rebalance precisely when imbalanced. If a rotation is done, rebalance only the node which may have become unbalanced. Iterate until the current node is balanced. (balance_possible_root_interval): New function. (balance_intervals): Move the interation into rebalance_an_interval. (balance_intervals_internal): New subroutine of balance_intervals. (split_interval_right, split_interval_left): Speed up by not checking LEAF_INTERVAL_P. (split_interval_right, split_interval_left, find_interval, adjust_intervals_for_insertion, graft_intervals_into_buffer): Add dynamic rebalancing anywhere a node may become unbalanced. (graft_intervals_into_buffer, copy_intervals): No longer any need to do a full rebalance as the tree stays balanced. | ||||
* | (graft_intervals_into_buffer): If SOURCE is null | Richard M. Stallman | 1993-12-23 | 1 | -1/+1 |
| | | | | and TREE is null, no need to call Fset_text_properties. | ||||
* | (merge_properties_sticky): Declared. | Richard M. Stallman | 1993-11-25 | 1 | -0/+2 |
| | |||||
* | (graft_intervals_into_buffer): New arg LENGTH. | Richard M. Stallman | 1993-11-25 | 1 | -4/+16 |
| | | | | If source has no intervals, set dest properties to nil. | ||||
* | Include puresize.h. | Richard M. Stallman | 1993-11-10 | 1 | -1/+6 |
| | | | | | (create_root_interval): Check to see if PARENT is in pure memory. If so, we cannot write it. | ||||
* | (graft_intervals_into_buffer): New arg INHERIT. | Richard M. Stallman | 1993-09-14 | 1 | -18/+17 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | (adjust_intervals_for_insertion): If inserting in middle | Richard M. Stallman | 1993-08-15 | 1 | -6/+23 |
| | | | | | | of interval that is sticky in neither direction, don't copy props. (merge_properties_sticky): Handle non-list as front-sticky or rear-nonsticky property. | ||||
* | (adjust_intervals_for_insertion): Handle insertion | Richard M. Stallman | 1993-07-31 | 1 | -121/+321 |
| | | | | | | | | | | | | | | between two unlike intervals via merge_properties_sticky. (merge_properties_sticky): New function. (graft_intervals_into_buffer): Leave handling of `sticky'-ness to adjust_intervals_for_insertion, then merge properties of the inserted text onto the old ones. (textget_direct): New function. (set_point): Fix calculating of fromprev. (verify_interval_modification): Check for `read-only' property and take its `sticky'-ness into account. (set_point): Ignore `invisible' property unless property value is `hidden'. | ||||
* | (set_point): Test Vinhibit_point_motion_hooks. | Richard M. Stallman | 1993-07-23 | 1 | -2/+3 |
| |