summaryrefslogtreecommitdiff
path: root/src/intervals.c
AgeCommit message (Expand)Author
2006-06-07Merge from emacs--devo--0Miles Bader
2006-05-23Update comments.Chong Yidong
2006-05-17Merge from emacs--devo--0Miles Bader
2006-05-14(get_local_map): Abort if POSITION outside BEGV, ZV.Richard M. Stallman
2006-05-12* intervals.c (set_point_both): Fix mixup before before and afterChong Yidong
2006-02-08Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-09-06Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79Miles Bader
2005-09-01(update_interval): Fix indentation and coding style. Add info in error.Stefan Monnier
2005-08-26Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-07Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader
2005-07-04Update FSF's address.Lute Kamstra
2004-08-27Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32Miles Bader
2004-08-16(move_if_not_intangible): Force POSITION to be between BEGV and ZV.Richard M. Stallman
2004-06-28Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader
2004-05-20(lookup_char_property): Do not prematurely return nil.Luc Teirlinck
2004-04-16Sync to HEADKenichi Handa
2003-09-30(graft_intervals_into_buffer): Handle over_used when splitting UNDER.Richard M. Stallman
2003-09-22(graft_intervals_into_buffer): Correct the main loopRichard M. Stallman
2003-09-17(get_property_and_range): Make start and end EMACS_INT.Dave Love
2003-09-08New directoryKenichi Handa
2003-09-01Add arch taglinesMiles Bader
2003-07-09(set_point_both): Use new type for overlays_(before|after).Stefan Monnier
2003-05-21(get_local_map): Don't get char-property of previousStefan Monnier
2003-05-17(create_root_interval, graft_intervals_into_buffer): Use BEG.Stefan Monnier
2003-04-21Fix comment typo.Richard M. Stallman
2003-04-06Add many calls to CHECK_TOTAL_LENGTH.Richard M. Stallman
2002-10-18Fix typo in comment.Juanma Barranquero
2002-07-15* intervals.c (create_root_interval, balance_possible_root_interval,Ken Raeburn
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-06-12(textget): Don't forget to `return'.Stefan Monnier
2002-06-08(lookup_char_property): New function for looking up overlay and textColin Walters
2002-03-14(adjust_for_invis_intang): New function.Miles Bader
2001-12-28(set_point_both): The position after an invisible, intangibleRichard M. Stallman
2001-12-09(merge_properties_sticky): Likewise.Pavel Janík
2001-11-26(graft_intervals_into_buffer):Stefan Monnier
2001-11-11(graft_intervals_into_buffer):Richard M. Stallman
2001-11-07(graft_intervals_into_buffer): Remove #ifdef'd-out code.Pavel Janík
2001-10-12(traverse_intervals): Drop `depth' arg.Stefan Monnier
2001-10-12(traverse_intervals): Use less stack space.Stefan Monnier
2001-10-08Include keymap.h.Stefan Monnier
2001-10-08Don't define min/max.Gerd Moellmann
2001-04-12(find_interval): Don't rebalance during signal handling.Stefan Monnier
2001-01-12(get_local_map): Change TYPE to Lisp_Object.Gerd Moellmann
2001-01-02(get_local_map): Remove unused variable `tem'.Eli Zaretskii
2000-10-27* lisp.h (KEYMAPP): New macro.Stefan Monnier
2000-05-29(get_local_map): Extra arg to allow looking for `keymap' too.Dave Love
2000-03-29Stop assuming interval pointers and lisp objects can be distinguished byKen Raeburn
2000-03-22Changes towards better type safety regarding intervals, primarilyKen Raeburn