aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(adjust_intervals_for_insertion): To check stickinesKenichi Handa1-29/+140
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-5/+0
1999-10-09(get_local_map): Use indirect_function,Phillip Rulon1-1/+1
1999-09-16(rotate_right, rotate_left): Add braces to avoidGerd Moellmann1-18/+18
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-1/+1
1999-07-01Comment changes.Richard M. Stallman1-2/+2
1999-04-06(graft_intervals_into_buffer): Turn offRichard M. Stallman1-0/+3
1998-06-03(create_root_interval): Initialize position to 0Karl Heuer1-27/+76
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-2/+2
1998-04-03(set_intervals_multibyte): Function moved after set_intervals_multibyte_1.Richard M. Stallman1-15/+13
1998-03-02(update_interval): Properly update `position' field of used intervals.Richard M. Stallman1-7/+17
1998-02-20(temp_set_point_both): Declare arg BYTEPOS as int.Kenichi Handa1-2/+2
1998-02-16(split_interval_right): Make sure to callRichard M. Stallman1-20/+20
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-19(set_intervals_multibyte): New function.Richard M. Stallman1-0/+74
1998-01-01(set_point_both): Renamed from set_point;Richard M. Stallman1-42/+90
1997-11-21(traverse_intervals): Protoize parameter.Andreas Schwab1-1/+1
1997-07-12(set_point): Convert call2 arguments to Lisp_Integer.Richard M. Stallman1-4/+8
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1-7/+7
1997-06-02(find_interval): No longer inline.Richard M. Stallman1-1/+1
1997-05-31(move_if_not_intangible): Fix previous change.Richard M. Stallman1-2/+2
1997-05-31(move_if_not_intangible): New function.Richard M. Stallman1-0/+56
1997-04-15Update copyright year.Richard M. Stallman1-1/+1
1997-04-15(update_interval): New function.Richard M. Stallman1-0/+39
1996-12-20(set_point): Use virtual bounds, not real bounds,Richard M. Stallman1-4/+36
1996-12-18(set_point): Use virtual bounds, not real bounds,Richard M. Stallman1-2/+5
1996-12-17(merge_properties_sticky): Don't discard explicit nilRichard M. Stallman1-12/+24
1996-12-15(set_point): Check for intangible properties on overlays.Richard M. Stallman1-42/+55
1996-09-04(get_local_map): Call indirect-function.Richard M. Stallman1-0/+3
1996-09-04(copy_intervals_to_string): Take arg as buffer.Richard M. Stallman1-2/+3
1996-07-20(balance_intervals_internal): Recurse directly.Erik Naggum1-2/+2
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-05Comment fixes.Karl Heuer1-4/+4
1995-09-12(call_mod_hooks, verify_interval_modification):Richard M. Stallman1-194/+0
1995-05-02(get_local_map): Use Fget_char_property, so thatKarl Heuer1-11/+21
1995-04-09(set_point): When skipping intangible text,Richard M. Stallman1-19/+27
1995-04-07Update copyright.Karl Heuer1-1/+1
1995-03-27(Vdefault_text_properties): name changed from Vdefault_properties.Boris Goldowsky1-26/+7
1995-03-06(textget): Check default_properties vbl too.Boris Goldowsky1-2/+7
1995-01-27(set_point): Set point_before_scroll to nil.Richard M. Stallman1-0/+2
1995-01-02Use BUF_INTERVALS throughout.Richard M. Stallman1-32/+35
1994-12-04(compare_string_intervals): New function.Richard M. Stallman1-0/+41
1994-10-12(verify_interval_modification): Fix comment.Karl Heuer1-1/+1
1994-10-04(graft_intervals_into_buffer): Use new accessor macros instead of calling XSETKarl Heuer1-3/+3
1994-09-27(create_root_interval, balance_possible_root_interval, delete_interval): UseKarl Heuer1-6/+6
1994-09-24(set_point): If Vinhibit_point_motion_hooks, ignore intangible properties.Richard M. Stallman1-9/+46
1994-09-19Add #include "keyboard.h"Karl Heuer1-0/+1
1994-09-15(interval_balance_threshold): Var deleted.Richard M. Stallman1-3/+0
1994-08-24(textget): Ignore category prop if not a symbol.Richard M. Stallman1-1/+5
1994-05-04Update copyright.Karl Heuer1-1/+1