| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (get_local_map): Use Fget_char_property, so that | Karl Heuer | 1995-05-02 | 1 | -11/+21 |
* | (set_point): When skipping intangible text, | Richard M. Stallman | 1995-04-09 | 1 | -19/+27 |
* | 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): 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 |
* | (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 |
* | (create_root_interval, balance_possible_root_interval, delete_interval): Use | Karl Heuer | 1994-09-27 | 1 | -6/+6 |
* | (set_point): If Vinhibit_point_motion_hooks, ignore intangible properties. | Richard M. Stallman | 1994-09-24 | 1 | -9/+46 |
* | 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 |
* | (adjust_intervals_for_insertion, merge_properties_sticky, delete_interval): | Karl Heuer | 1994-03-23 | 1 | -10/+15 |
* | (verify_interval_modification): When checking read-only, allow for the case | Karl Heuer | 1994-02-04 | 1 | -15/+19 |
* | 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 |
* | (rotate_right, rotate_left): Simplify | Richard M. Stallman | 1994-01-02 | 1 | -100/+140 |
* | (graft_intervals_into_buffer): If SOURCE is null | Richard M. Stallman | 1993-12-23 | 1 | -1/+1 |
* | (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 |
* | Include puresize.h. | Richard M. Stallman | 1993-11-10 | 1 | -1/+6 |
* | (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 |
* | (adjust_intervals_for_insertion): Handle insertion | Richard M. Stallman | 1993-07-31 | 1 | -121/+321 |
* | (set_point): Test Vinhibit_point_motion_hooks. | Richard M. Stallman | 1993-07-23 | 1 | -2/+3 |
* | (graft_intervals_into_buffer): When TREE is null, | Richard M. Stallman | 1993-07-22 | 1 | -1/+3 |
* | * intervals.c (split_interval_left, split_interval_right): Change | Jim Blandy | 1993-07-18 | 1 | -25/+28 |
* | (verify_interval_modification): Use Qinsert_in_front_hooks and | Richard M. Stallman | 1993-07-13 | 1 | -2/+2 |
* | (verify_interval_modification): | Richard M. Stallman | 1993-07-13 | 1 | -3/+3 |
* | * intervals.c (find_interval): Doc fixes, computation of | Jim Blandy | 1993-07-06 | 1 | -86/+61 |
* | Compare the values of text properties using EQ, not Fequal. | Jim Blandy | 1993-07-06 | 1 | -1/+1 |
* | * intervals.c (intervals_equal): Test the return value of Fequal | Jim Blandy | 1993-07-05 | 1 | -1/+1 |
* | (verify_interval_modification): Don't just test | Richard M. Stallman | 1993-06-20 | 1 | -5/+6 |
* | (adjust_intervals_for_insertion): By default, copy | Richard M. Stallman | 1993-06-15 | 1 | -1/+1 |
* | (set_point): When moving over invis chars, | Richard M. Stallman | 1993-06-15 | 1 | -1/+4 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -3/+3 |
* | (copy_intervals): Don't adjust total_length at the end. | Richard M. Stallman | 1993-06-05 | 1 | -19/+25 |
* | (interval_deletion_adjustment): Delete unreachable abort. | Richard M. Stallman | 1993-05-31 | 1 | -1/+0 |