summaryrefslogtreecommitdiff
path: root/src/intervals.h
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (NULL_INTERVAL_P): Add separate version whenKim F. Storm2004-11-091-0/+6
* Add EXFUN for Fget_char_property_and_overlay.Luc Teirlinck2003-11-301-0/+1
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (struct interval): Move from lisp.h.Stefan Monnier2003-07-091-9/+60
* (get_pos_property): Declare.Stefan Monnier2003-05-171-0/+1
* (text_property_stickiness): New arg `buffer'.Stefan Monnier2003-05-171-3/+3
* (CHECK_TOTAL_LENGTH): New macro.Richard M. Stallman2003-04-061-0/+4
* (text_property_stickiness): Fix prototype.Dave Love2002-07-171-1/+1
* (lookup_char_property): Declare.Colin Walters2002-06-081-0/+2
* (text_property_stickiness): New declaration.Miles Bader2002-03-141-1/+2
* Include "dispextern.h" unconditionally.Pavel Janík2002-02-241-2/+0
* Declare set_text_properties and set_text_properties_1.Richard M. Stallman2001-11-111-0/+6
* (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)Stefan Monnier2001-10-141-17/+2
* (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)Stefan Monnier2001-10-141-4/+2
* (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): New macro.Stefan Monnier2001-10-121-2/+14
* (enum map_property): Removed.Gerd Moellmann2001-01-121-2/+1
* (get_char_property_and_overlay): Add declaration.Miles Bader2000-10-251-1/+3
* (Fprevious_single_char_property_change): Declare.Ken Raeburn2000-08-081-0/+1
* (map_property): New enum.Dave Love2000-05-291-1/+3
* * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointerKen Raeburn2000-04-051-5/+3
* Stop assuming interval pointers and lisp objects can be distinguished byKen Raeburn2000-03-291-9/+10
* Changes towards better type safety regarding intervals, primarilyKen Raeburn2000-03-221-12/+37
* Include composite.h.Kenichi Handa1999-12-151-0/+7
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-18/+0
* Add function prototypes.Gerd Moellmann1999-07-211-0/+6
* Add more prototypes.Andreas Schwab1998-04-141-7/+14
* (set_point, temp_set_point): Swap args in decl.Richard M. Stallman1998-01-011-2/+4
* Add prototypes and more function declarations.Andreas Schwab1997-11-211-21/+32
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-0/+6
* (update_interval): New function declaration.Richard M. Stallman1997-04-151-0/+1
* (FRONT_NONSTICKY_P): New macro.Richard M. Stallman1996-12-201-0/+2
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
* Vdefault_text_properties: name changed from Vdefault_properties.Boris Goldowsky1995-03-271-2/+1
* (TEXT_PROP_MEANS_INVISIBLE): New macro.Richard M. Stallman1995-03-111-0/+17
* Declare Vdefault_properties.Boris Goldowsky1995-03-061-0/+1
* (INTERVAL_LAST_POS): Don't subtract 1 here.Richard M. Stallman1994-12-041-2/+2
* (NULL_INTERVAL_P): Use type test macros.Karl Heuer1994-09-271-3/+3
* Declare some functions.Karl Heuer1994-09-171-0/+1
* (interval_balance_threshold): Var deleted.Richard M. Stallman1994-09-151-2/+0
* Update copyright.Karl Heuer1994-05-041-1/+1
* (Qintangible): New symbol, replacing Qhidden.Karl Heuer1994-04-081-1/+1
* (NULL_RIGHT_CHILD, NULL_LEFT_CHILD):Richard M. Stallman1994-01-021-18/+19
* (MERGE_INSERTIONS): Define as 1.Richard M. Stallman1993-07-311-4/+13
* (Vinhibit_point_motion_hooks): Declared.Richard M. Stallman1993-07-231-0/+2
* (Ftext_property_not_all): Fix typo in decl.Richard M. Stallman1993-07-211-1/+1
* * textprop.c (Ftext_property_any, Ftext_property_all): NewJim Blandy1993-07-181-0/+1