| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * buffer.h (struct buffer_text): New field chars_modiff. | Chong Yidong | 2006-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros. * buffer.c (Fbuffer_chars_modified_tick): New function returning value of BUF_CHARS_MODIFF. (syms_of_buffer): Defsubr it. (Fget_buffer_create): Initialize BUF_CHARS_MODIFF. * insdel.c (modify_region): New argument preserve_chars_modiff. Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero. (insert_1_both, insert_from_string_1, insert_from_buffer_1) (adjust_after_replace, adjust_after_replace_noundo) (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF. * lisp.h (modify_region): Add fourth argument in extern. * casefiddle.c (casify_region): Call modify_region with fourth argument zero to assert that CHARS_MODIFF is updated. * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal) (Ftranspose_regions): Likewise. * textprop.c (Fadd_text_properties, Fset_text_properties) (Fremove_text_properties, Fremove_list_of_text_properties): Call modify_region with fourth argument 1 to avoid that CHARS_MODIFF is updated. | ||||
| * | (casify_object): wrong_type_argument is no-return. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | | |||||
| * | (casify_object): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -55/+53 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | (casify_object): Fix for the case that case | Kenichi Handa | 2005-10-14 | 1 | -2/+6 |
| | | | | | conversion change the byte length. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (casify_region): Fix previous change. | Kenichi Handa | 2005-02-02 | 1 | -1/+2 |
| | | |||||
| * | (casify_object): Enable changing characters of | Kenichi Handa | 2005-02-01 | 1 | -58/+28 |
| | | | | | | | different byte length. (casify_region): Fix loop condition, args to replace_range_2, and update opoint_byte. | ||||
| * | (casify_region): Handle changes in byte-length using replace_range_2. | Richard M. Stallman | 2004-11-02 | 1 | -12/+11 |
| | | |||||
| * | Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls. | Kim F. Storm | 2004-10-26 | 1 | -1/+1 |
| | | |||||
| * | (casify_object): Use SAFE_ALLOCA. | Kim F. Storm | 2004-06-21 | 1 | -2/+7 |
| | | |||||
| * | Update copyright. | Kim F. Storm | 2004-06-16 | 1 | -1/+2 |
| | | |||||
| * | (casify_object): Return OBJ unchanged if not real char. | Richard M. Stallman | 2004-05-22 | 1 | -0/+6 |
| | | |||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | (casify_region): Don't treat a prefix char as part | Stefan Monnier | 2002-10-21 | 1 | -1/+1 |
| | | | | | of a word when at the beginning. | ||||
| * | * casefiddle.c (casify_object): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | |||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -6/+6 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -1/+1 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-20 | 1 | -54/+54 |
| | | |||||
| * | Include keymap.h. | Stefan Monnier | 2001-10-10 | 1 | -0/+1 |
| | | |||||
| * | (casify_object): Remove unused variable `tolen'. | Eli Zaretskii | 2001-01-02 | 1 | -1/+1 |
| | | |||||
| * | Include composite.h. | Kenichi Handa | 1999-12-15 | 1 | -13/+20 |
| | | | | | | | (casify_object): Use MAX_MULTIBYTE_LENGTH to allocate memory for a multibyte character. Adjusted for the change of CHAR_STRING. (casify_region): Likewise. Call update_compositions. | ||||
| * | * editfns.c (Fdelete_and_extract_region): New function. | Stefan Monnier | 1999-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | (syms_of_editfns): register it. * insdel.c (del_range): update del_range_1 call. (del_range_1, del_range_2): Add a ret_string argument to request that the deleted text be returned. (del_range_byte, del_range_both): Update del_range_2 call. * lisp.h (del_range_1, del_range_2): change prototype * casefiddle.c (casify_region): Update del_range_1 call. * coding.c (code_convert_region): Update del_range_2 call. * fileio.c (Finsert_file_contents): Update del_range_2 call. | ||||
| * | (casify_object): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -2/+0 |
| | | | | | (casify_region): Ditto. | ||||
| * | (casify_object): Use make_multibyte_string | Karl Heuer | 1999-06-24 | 1 | -1/+2 |
| | | | | | if we casify a multibyte string. | ||||
| * | (casify_object): Use make_string instead of | Kenichi Handa | 1998-10-17 | 1 | -4/+2 |
| | | | | | make_specified_string to cope with byte-combining situation. | ||||
| * | (casify_object): Cope with modifier bits in character. | Karl Heuer | 1998-06-18 | 1 | -5/+9 |
| | | |||||
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+3 |
| | | |||||
| * | (casify_object): Use make_specified_string. | Richard M. Stallman | 1998-03-21 | 1 | -1/+2 |
| | | |||||
| * | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
| | | |||||
| * | (casify_object): Scan string by bytes and chars. | Richard M. Stallman | 1998-01-09 | 1 | -7/+23 |
| | | | | | Use make_multibyte_string. | ||||
| * | (casify_region): Scan in bytes and chars. | Richard M. Stallman | 1998-01-01 | 1 | -8/+13 |
| | | | | | (casify_object, casify_region): Declare str, workbuf as unsigned char. | ||||
| * | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -2/+2 |
| | | |||||
| * | (casify_object): Fix bug on handling a character | Kenichi Handa | 1997-06-04 | 1 | -3/+7 |
| | | | | | arguement. | ||||
| * | (casify_object): Handle multibyte characters. | Kenichi Handa | 1997-05-28 | 1 | -51/+71 |
| | | | | | (casify_region): Change the way of handling multibyte characters. | ||||
| * | Include charset.h. | Karl Heuer | 1997-05-15 | 1 | -16/+91 |
| | | | | | | | (Qidentity): Define this variable. (syms_of_casefiddle): Initialize and staticpro it. (casify_object, casify_region): Handle multibyte. | ||||
| * | Change FETCH_CHAR references to FETCH_BYTE. | Karl Heuer | 1997-02-22 | 1 | -2/+2 |
| | | |||||
| * | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -5/+5 |
| | | |||||
| * | (casify_region, casify_object): | Richard M. Stallman | 1996-05-06 | 1 | -0/+8 |
| | | | | | If case table has been changed, call Fset_case_table | ||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (Fupcase_region, Fdowncase_region, Fcapitalize_region, | Erik Naggum | 1996-01-09 | 1 | -12/+12 |
| | | | | | Fupcase_initials_region): Harmonize arguments with documentation. | ||||
| * | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
| | | |||||
| * | (casify_region): Use explicit local vars for start | Karl Heuer | 1995-06-06 | 1 | -27/+15 |
| | | | | | | | | and end, so that the type will be correct. (operate_on_word): Likewise for iarg in this function. (upcase_initials, upcase_initials_region): Deleted; these were redundant copies of Fupcase_initials and Fupcase_initials_region. | ||||
| * | (casify_object, operate_on_word, Fupcase_word, Fdowncase_word, | Karl Heuer | 1994-10-04 | 1 | -6/+6 |
| | | | | | Fcapitalize_word): Don't use XFASTINT as an lvalue. | ||||
| * | (casify_object): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -2/+2 |
| | | |||||
| * | (Fupcase_initials_region): New function. | Richard M. Stallman | 1994-09-24 | 1 | -3/+30 |
| | | | | | | (Fupcase_initials): New function. (syms_of_casefiddle): defsubr them. | ||||
| * | (upcase_initials): New function. | Richard M. Stallman | 1994-09-24 | 1 | -4/+14 |
| | | | | | (casify_object): Handle CASE_CAPITALIZE_UP. | ||||
| * | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | | |||||