| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (merge_properties): Use explicit loop instead of | Kim F. Storm | 2007-03-25 | 1 | -27/+37 |
* | Fix last change - reverse args to Fplist_member. | Kim F. Storm | 2007-03-23 | 1 | -2/+2 |
* | (merge_properties, intervals_equal): | Kim F. Storm | 2007-03-23 | 1 | -4/+4 |
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
* | Update comments. | Chong Yidong | 2006-05-23 | 1 | -0/+4 |
* | (get_local_map): Abort if POSITION outside BEGV, ZV. | Richard M. Stallman | 2006-05-14 | 1 | -2/+4 |
* | * intervals.c (set_point_both): Fix mixup before before and after | Chong Yidong | 2006-05-12 | 1 | -16/+18 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (update_interval): Fix indentation and coding style. Add info in error. | Stefan Monnier | 2005-09-01 | 1 | -4/+4 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (move_if_not_intangible): Force POSITION to be between BEGV and ZV. | Richard M. Stallman | 2004-08-16 | 1 | -0/+4 |
* | (lookup_char_property): Do not prematurely return nil. | Luc Teirlinck | 2004-05-20 | 1 | -5/+7 |
* | (graft_intervals_into_buffer): Handle over_used when splitting UNDER. | Richard M. Stallman | 2003-09-30 | 1 | -2/+4 |
* | (graft_intervals_into_buffer): Correct the main loop | Richard M. Stallman | 2003-09-22 | 1 | -2/+24 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (set_point_both): Use new type for overlays_(before|after). | Stefan Monnier | 2003-07-09 | 1 | -2/+1 |
* | (get_local_map): Don't get char-property of previous | Stefan Monnier | 2003-05-21 | 1 | -4/+0 |
* | (create_root_interval, graft_intervals_into_buffer): Use BEG. | Stefan Monnier | 2003-05-17 | 1 | -28/+39 |
* | Fix comment typo. | Richard M. Stallman | 2003-04-21 | 1 | -1/+1 |
* | Add many calls to CHECK_TOTAL_LENGTH. | Richard M. Stallman | 2003-04-06 | 1 | -0/+88 |
* | Fix typo in comment. | Juanma Barranquero | 2002-10-18 | 1 | -28/+28 |
* | * intervals.c (create_root_interval, balance_possible_root_interval, | Ken Raeburn | 2002-07-15 | 1 | -4/+4 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -9/+9 |
* | (textget): Don't forget to `return'. | Stefan Monnier | 2002-06-12 | 1 | -11/+7 |
* | (lookup_char_property): New function for looking up overlay and text | Colin Walters | 2002-06-08 | 1 | -5/+24 |
* | (adjust_for_invis_intang): New function. | Miles Bader | 2002-03-14 | 1 | -29/+77 |
* | (set_point_both): The position after an invisible, intangible | Richard M. Stallman | 2001-12-28 | 1 | -14/+45 |
* | (merge_properties_sticky): Likewise. | Pavel Janík | 2001-12-09 | 1 | -1/+1 |
* | (graft_intervals_into_buffer): | Stefan Monnier | 2001-11-26 | 1 | -1/+1 |
* | (graft_intervals_into_buffer): | Richard M. Stallman | 2001-11-11 | 1 | -8/+7 |
* | (graft_intervals_into_buffer): Remove #ifdef'd-out code. | Pavel Janík | 2001-11-07 | 1 | -6/+0 |
* | (traverse_intervals): Drop `depth' arg. | Stefan Monnier | 2001-10-12 | 1 | -4/+4 |
* | (traverse_intervals): Use less stack space. | Stefan Monnier | 2001-10-12 | 1 | -13/+36 |
* | Include keymap.h. | Stefan Monnier | 2001-10-08 | 1 | -0/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -2/+0 |
* | (find_interval): Don't rebalance during signal handling. | Stefan Monnier | 2001-04-12 | 1 | -2/+5 |
* | (get_local_map): Change TYPE to Lisp_Object. | Gerd Moellmann | 2001-01-12 | 1 | -11/+7 |
* | (get_local_map): Remove unused variable `tem'. | Eli Zaretskii | 2001-01-02 | 1 | -1/+1 |
* | * lisp.h (KEYMAPP): New macro. | Stefan Monnier | 2000-10-27 | 1 | -5/+2 |
* | (get_local_map): Extra arg to allow looking for `keymap' too. | Dave Love | 2000-05-29 | 1 | -5/+14 |
* | Stop assuming interval pointers and lisp objects can be distinguished by | Ken Raeburn | 2000-03-29 | 1 | -0/+2 |
* | Changes towards better type safety regarding intervals, primarily | Ken Raeburn | 2000-03-22 | 1 | -51/+82 |
* | (adjust_intervals_for_insertion): To check stickines | Kenichi Handa | 1999-12-15 | 1 | -29/+140 |
* | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -5/+0 |
* | (get_local_map): Use indirect_function, | Phillip Rulon | 1999-10-09 | 1 | -1/+1 |
* | (rotate_right, rotate_left): Add braces to avoid | Gerd Moellmann | 1999-09-16 | 1 | -18/+18 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -1/+1 |