| Commit message (Expand) | Author | Age | Files | Lines |
* | (signal_before_change, signal_after_change): Consider a | Gerd Moellmann | 2001-05-16 | 1 | -7/+36 |
* | (del_range_1, del_range_byte, del_range_both): Handle | Gerd Moellmann | 2001-02-13 | 1 | -3/+13 |
* | (make_gap): Remove unused variable `result'. | Eli Zaretskii | 2001-01-02 | 1 | -1/+0 |
* | (adjust_markers_for_delete): Handle before-insertion markers correctly. | Miles Bader | 2000-10-18 | 1 | -3/+22 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -0/+1 |
* | (make_gap): Use enlarge_buffer_text. | Gerd Moellmann | 2000-09-14 | 1 | -14/+1 |
* | (signal_before_change, signal_after_change): Don't check | Dave Love | 2000-06-02 | 1 | -19/+1 |
* | (adjust_markers_for_replace): Fix previous change. | Kenichi Handa | 2000-05-22 | 1 | -12/+12 |
* | (adjust_markers_for_record_delete): Deleted. | Kenichi Handa | 2000-05-20 | 1 | -633/+78 |
* | (insert_from_buffer_1): Adjust FROM position by number | Gerd Moellmann | 2000-05-04 | 1 | -1/+5 |
* | * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): | Ken Raeburn | 2000-03-30 | 1 | -1/+1 |
* | (del_range_1): Call update_compositions. | Kenichi Handa | 2000-02-11 | 1 | -1/+1 |
* | (copy_text): Adjusted for the change of CHAR_STRING. | Kenichi Handa | 1999-12-15 | 1 | -49/+17 |
* | * editfns.c (Fdelete_and_extract_region): New function. | Stefan Monnier | 1999-12-07 | 1 | -14/+26 |
* | (adjust_markers_for_delete): Fix last change. | Eli Zaretskii | 1999-12-06 | 1 | -1/+2 |
* | (adjust_markers_for_delete): Make it non-static. | Kenichi Handa | 1999-12-06 | 1 | -2/+1 |
* | (insert_1_both): Call set_text_properties with last | Gerd Moellmann | 1999-11-26 | 1 | -4/+5 |
* | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -13/+0 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -4/+1 |
* | (copy_text): Removed unused variables. | Gerd Moellmann | 1999-09-19 | 1 | -18/+11 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -7/+7 |
* | (del_range_1): Don't treat minibuffer prompt specially. | Richard M. Stallman | 1999-09-12 | 1 | -7/+0 |
* | (syms_of_insdel): Define Lisp variable inhibit-modification-hooks. | Richard M. Stallman | 1999-09-07 | 1 | -0/+6 |
* | (count_combining_composition): New function. | Kenichi Handa | 1999-09-03 | 1 | -35/+93 |
* | (gap_left): Use BUF_COMPUTE_UNCHANGED. | Gerd Moellmann | 1999-08-23 | 1 | -50/+17 |
* | Remove conditional compilation on NO_PROMPT_IN_BUFFER. | Gerd Moellmann | 1999-08-21 | 1 | -2/+0 |
* | Use stdlib.h. | Dave Love | 1999-08-18 | 1 | -0/+3 |
* | (insert_from_string_1): Check gap size against number | Andreas Schwab | 1999-08-04 | 1 | -1/+1 |
* | (prepare_to_modify_buffer): Set windows_or_buffers_changed, | Gerd Moellmann | 1999-07-21 | 1 | -0/+15 |
* | (adjust_markers_for_replace): When doing an insertion | Richard M. Stallman | 1999-02-18 | 1 | -1/+6 |
* | (del_range_1): Call signal_after_change. | Kenichi Handa | 1999-01-11 | 1 | -1/+3 |
* | (copy_text, count_size_as_multibyte): Don't convert 7-bit ASCII characters via | Eli Zaretskii | 1998-12-21 | 1 | -2/+4 |
* | (insert_from_buffer_1): Properly count the size | Karl Heuer | 1998-12-10 | 1 | -10/+35 |
* | (byte_combining_error): Error message improved. | Kenichi Handa | 1998-11-11 | 1 | -1/+1 |
* | (Fcombine_after_change_execute): Return nil, not junk. | Karl Heuer | 1998-11-05 | 1 | -2/+5 |
* | (replace_range): Fix previous change. | Kenichi Handa | 1998-10-31 | 1 | -0/+2 |
* | (byte_combining_error): New function. | Kenichi Handa | 1998-10-31 | 1 | -19/+41 |
* | (check_markers): Check if markers are at character | Kenichi Handa | 1998-10-28 | 1 | -6/+61 |
* | (adjust_after_replace): Correctly handle the case that | Kenichi Handa | 1998-10-27 | 1 | -6/+17 |
* | (adjust_markers_for_insert): Adjust markers by taking | Kenichi Handa | 1998-10-24 | 1 | -37/+44 |
* | (adjust_markers_for_combining): This function deleted. | Kenichi Handa | 1998-10-14 | 1 | -52/+19 |
* | (signal_before_change): If inhibit_modification_hooks | Kenichi Handa | 1998-10-08 | 1 | -0/+6 |
* | (adjust_after_replace): Don't delete text properties here. | Kenichi Handa | 1998-09-28 | 1 | -4/+0 |
* | (adjust_markers_for_replace): Don't adjust a byte | Kenichi Handa | 1998-09-16 | 1 | -28/+59 |
* | (adjust_after_replace): Don't add combining bytes to | Kenichi Handa | 1998-09-08 | 1 | -12/+17 |
* | (count_combining_after): Check also preceding bytes at | Kenichi Handa | 1998-09-07 | 1 | -2/+14 |
* | (copy_text): If Vnonascii_translation_table is non-nil, try | Kenichi Handa | 1998-08-31 | 1 | -2/+2 |
* | (adjust_after_replace): Fix the code to recode undo | Kenichi Handa | 1998-08-28 | 1 | -2/+8 |
* | (count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1998-08-28 | 1 | -1/+1 |
* | (replace_range): Rename NOMARKERS arg to MARKERS. | Richard M. Stallman | 1998-08-18 | 1 | -5/+7 |