log src/intervals.c @ 110846:9f6864a5076e

age author description
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-03-20 Stefan Monnier * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-10-15 Miles Bader Merge from emacs--devo--0
2007-08-13 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0
2007-04-11 Miles Bader Merge from emacs--devo--0
2007-01-26 Miles Bader Merge from emacs--devo--0
2006-06-07 Miles Bader Merge from emacs--devo--0
2006-05-17 Miles Bader Merge from emacs--devo--0 unicode-pre-font-backend
2006-02-08 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
2005-09-06 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79
2005-08-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2004-08-27 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32
2004-06-28 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
2004-04-16 Kenichi Handa Sync to HEAD
2003-09-17 Dave Love (get_property_and_range): Make start and end EMACS_INT.
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-08 Miles Bader Merge from emacs--rel--22
2007-10-13 Eli Zaretskii Replace `abs' with `eabs'.
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-08-08 Glenn Morris Replace `iff' in comments.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-03-25 Kim F. Storm (merge_properties): Use explicit loop instead of
2007-03-23 Kim F. Storm Fix last change - reverse args to Fplist_member.
2007-03-23 Kim F. Storm (merge_properties, intervals_equal):
2007-01-14 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
2006-05-23 Chong Yidong Update comments.
2006-05-14 Richard M. Stallman (get_local_map): Abort if POSITION outside BEGV, ZV.
2006-05-12 Chong Yidong * intervals.c (set_point_both): Fix mixup before before and after
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-09-01 Stefan Monnier (update_interval): Fix indentation and coding style. Add info in error.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2004-08-16 Richard M. Stallman (move_if_not_intangible): Force POSITION to be between BEGV and ZV.
2004-05-20 Luc Teirlinck (lookup_char_property): Do not prematurely return nil.
2003-09-30 Richard M. Stallman (graft_intervals_into_buffer): Handle over_used when splitting UNDER.
2003-09-22 Richard M. Stallman (graft_intervals_into_buffer): Correct the main loop
2003-09-01 Miles Bader Add arch taglines
2003-07-09 Stefan Monnier (set_point_both): Use new type for overlays_(before|after).
2003-05-21 Stefan Monnier (get_local_map): Don't get char-property of previous
2003-05-17 Stefan Monnier (create_root_interval, graft_intervals_into_buffer): Use BEG.
2003-04-21 Richard M. Stallman Fix comment typo.
2003-04-06 Richard M. Stallman Add many calls to CHECK_TOTAL_LENGTH.
2002-10-18 Juanma Barranquero Fix typo in comment.
2002-07-15 Ken Raeburn * intervals.c (create_root_interval, balance_possible_root_interval,
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-06-12 Stefan Monnier (textget): Don't forget to `return'.
2002-06-08 Colin Walters (lookup_char_property): New function for looking up overlay and text
2002-03-14 Miles Bader (adjust_for_invis_intang): New function.
2001-12-28 Richard M. Stallman (set_point_both): The position after an invisible, intangible
2001-12-09 Pavel Janík (merge_properties_sticky): Likewise.
2001-11-26 Stefan Monnier (graft_intervals_into_buffer):
2001-11-11 Richard M. Stallman (graft_intervals_into_buffer):
2001-11-07 Pavel Janík (graft_intervals_into_buffer): Remove #ifdef'd-out code.
2001-10-12 Stefan Monnier (traverse_intervals): Drop `depth' arg.
2001-10-12 Stefan Monnier (traverse_intervals): Use less stack space.
2001-10-08 Stefan Monnier Include keymap.h.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-04-12 Stefan Monnier (find_interval): Don't rebalance during signal handling.
2001-01-12 Gerd Moellmann (get_local_map): Change TYPE to Lisp_Object.
2001-01-02 Eli Zaretskii (get_local_map): Remove unused variable `tem'.
2000-10-27 Stefan Monnier * lisp.h (KEYMAPP): New macro.
2000-05-29 Dave Love (get_local_map): Extra arg to allow looking for `keymap' too.
2000-03-29 Ken Raeburn Stop assuming interval pointers and lisp objects can be distinguished by
2000-03-22 Ken Raeburn Changes towards better type safety regarding intervals, primarily
1999-12-15 Kenichi Handa (adjust_intervals_for_insertion): To check stickines
1999-11-11 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
1999-10-09 Phillip Rulon (get_local_map): Use indirect_function,
1999-09-16 Gerd Moellmann (rotate_right, rotate_left): Add braces to avoid
1999-09-13 Ken Raeburn Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
1999-07-01 Richard M. Stallman Comment changes.
1999-04-06 Richard M. Stallman (graft_intervals_into_buffer): Turn off
1998-06-03 Karl Heuer (create_root_interval): Initialize position to 0
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-03 Richard M. Stallman (set_intervals_multibyte): Function moved after set_intervals_multibyte_1.
1998-03-02 Richard M. Stallman (update_interval): Properly update `position' field of used intervals.
1998-02-20 Kenichi Handa (temp_set_point_both): Declare arg BYTEPOS as int.
1998-02-16 Richard M. Stallman (split_interval_right): Make sure to call
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-19 Richard M. Stallman (set_intervals_multibyte): New function.
1998-01-01 Richard M. Stallman (set_point_both): Renamed from set_point;
1997-11-21 Andreas Schwab (traverse_intervals): Protoize parameter.
1997-07-12 Richard M. Stallman (set_point): Convert call2 arguments to Lisp_Integer.
1997-07-04 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
1997-06-02 Richard M. Stallman (find_interval): No longer inline.
1997-05-31 Richard M. Stallman (move_if_not_intangible): Fix previous change.
1997-05-31 Richard M. Stallman (move_if_not_intangible): New function.
1997-04-15 Richard M. Stallman Update copyright year.
1997-04-15 Richard M. Stallman (update_interval): New function.
1996-12-20 Richard M. Stallman (set_point): Use virtual bounds, not real bounds,
1996-12-18 Richard M. Stallman (set_point): Use virtual bounds, not real bounds,
1996-12-17 Richard M. Stallman (merge_properties_sticky): Don't discard explicit nil
1996-12-15 Richard M. Stallman (set_point): Check for intangible properties on overlays.
1996-09-04 Richard M. Stallman (get_local_map): Call indirect-function.
1996-09-04 Richard M. Stallman (copy_intervals_to_string): Take arg as buffer.
1996-07-20 Erik Naggum (balance_intervals_internal): Recurse directly.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-05 Karl Heuer Comment fixes.
1995-09-12 Richard M. Stallman (call_mod_hooks, verify_interval_modification):
1995-05-02 Karl Heuer (get_local_map): Use Fget_char_property, so that
1995-04-09 Richard M. Stallman (set_point): When skipping intangible text,
1995-04-07 Karl Heuer Update copyright.
1995-03-27 Boris Goldowsky (Vdefault_text_properties): name changed from Vdefault_properties.
1995-03-06 Boris Goldowsky (textget): Check default_properties vbl too.
1995-01-27 Richard M. Stallman (set_point): Set point_before_scroll to nil.
1995-01-02 Richard M. Stallman Use BUF_INTERVALS throughout.
1994-12-04 Richard M. Stallman (compare_string_intervals): New function.
1994-10-12 Karl Heuer (verify_interval_modification): Fix comment.
1994-10-04 Karl Heuer (graft_intervals_into_buffer): Use new accessor macros instead of calling XSET
1994-09-27 Karl Heuer (create_root_interval, balance_possible_root_interval, delete_interval): Use
1994-09-24 Richard M. Stallman (set_point): If Vinhibit_point_motion_hooks, ignore intangible properties.
1994-09-19 Karl Heuer Add #include "keyboard.h"
1994-09-15 Richard M. Stallman (interval_balance_threshold): Var deleted.
1994-08-24 Richard M. Stallman (textget): Ignore category prop if not a symbol.
1994-05-04 Karl Heuer Update copyright.
1994-04-26 Karl Heuer Fix comment.
1994-04-08 Karl Heuer (set_point): Skip past intangible regions.
1994-03-26 Richard M. Stallman (verify_interval_modification): For insertion in
1994-03-23 Karl Heuer (adjust_intervals_for_insertion, merge_properties_sticky, delete_interval):
1994-02-04 Karl Heuer (verify_interval_modification): When checking read-only, allow for the case
1994-02-04 Karl Heuer Add comments describing the rules used by the merge algorithm.
1994-02-03 Karl Heuer (merge_properties_sticky): Preserve original order of properties.
1994-01-24 Richard M. Stallman (graft_intervals_into_buffer): Fix one-off
1994-01-02 Richard M. Stallman (rotate_right, rotate_left): Simplify
1993-12-23 Richard M. Stallman (graft_intervals_into_buffer): If SOURCE is null
1993-11-25 Richard M. Stallman (merge_properties_sticky): Declared.
1993-11-25 Richard M. Stallman (graft_intervals_into_buffer): New arg LENGTH.
1993-11-10 Richard M. Stallman Include puresize.h.
1993-09-14 Richard M. Stallman (graft_intervals_into_buffer): New arg INHERIT.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-15 Richard M. Stallman (adjust_intervals_for_insertion): If inserting in middle
1993-07-31 Richard M. Stallman (adjust_intervals_for_insertion): Handle insertion
1993-07-23 Richard M. Stallman (set_point): Test Vinhibit_point_motion_hooks.
1993-07-22 Richard M. Stallman (graft_intervals_into_buffer): When TREE is null,
1993-07-18 Jim Blandy * intervals.c (split_interval_left, split_interval_right): Change
1993-07-13 Richard M. Stallman (verify_interval_modification): Use Qinsert_in_front_hooks and
1993-07-13 Richard M. Stallman (verify_interval_modification):
1993-07-06 Jim Blandy * intervals.c (find_interval): Doc fixes, computation of
1993-07-06 Jim Blandy Compare the values of text properties using EQ, not Fequal.
1993-07-05 Jim Blandy * intervals.c (intervals_equal): Test the return value of Fequal
1993-06-20 Richard M. Stallman (verify_interval_modification): Don't just test
1993-06-15 Richard M. Stallman (adjust_intervals_for_insertion): By default, copy
1993-06-15 Richard M. Stallman (set_point): When moving over invis chars,
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-06-05 Richard M. Stallman (copy_intervals): Don't adjust total_length at the end.
1993-05-31 Richard M. Stallman (interval_deletion_adjustment): Delete unreachable abort.
1993-05-14 Jim Blandy * intervals.c (set_point): Check for point out of bounds before
1993-03-10 Richard M. Stallman (set_point): Check invisibility of following character, not previous character.
1993-03-07 Richard M. Stallman (verify_interval_modification): Handle insertions
1993-03-01 Richard M. Stallman (intervals_equal): Handle one arg null and other not.
1993-02-25 Richard M. Stallman (traverse_intervals): New arg ARG.
1992-10-14 Joseph Arceneaux * intervals.c (traverse_intervals): New parameter `depth'.
1992-10-03 Joseph Arceneaux * intervals.c: `copy_intervals()' no longer static.
1992-10-02 Joseph Arceneaux Fixed typos.
1992-10-02 Joseph Arceneaux * intervals.c: Removed #include of "screen.h".
1992-10-02 Joseph Arceneaux * intervals.c: Conditionalize all functions on
1992-10-01 Joseph Arceneaux Various comment changes.
1992-09-24 Joseph Arceneaux See ChangeLog
1992-09-21 Joseph Arceneaux comment changes
1992-09-19 Joseph Arceneaux entered into RCS
1992-09-17 Joseph Arceneaux Initial revision