aboutsummaryrefslogtreecommitdiffstats
path: root/src/casefiddle.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (casify_object): Remove unused variable `tolen'.Eli Zaretskii2001-01-021-1/+1
|
* Include composite.h.Kenichi Handa1999-12-151-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 Monnier1999-12-071-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 Moellmann1999-09-201-2/+0
| | | | (casify_region): Ditto.
* (casify_object): Use make_multibyte_stringKarl Heuer1999-06-241-1/+2
| | | | if we casify a multibyte string.
* (casify_object): Use make_string instead ofKenichi Handa1998-10-171-4/+2
| | | | make_specified_string to cope with byte-combining situation.
* (casify_object): Cope with modifier bits in character.Karl Heuer1998-06-181-5/+9
|
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+3
|
* (casify_object): Use make_specified_string.Richard M. Stallman1998-03-211-1/+2
|
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-1/+1
|
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
|
* (casify_object): Scan string by bytes and chars.Richard M. Stallman1998-01-091-7/+23
| | | | Use make_multibyte_string.
* (casify_region): Scan in bytes and chars.Richard M. Stallman1998-01-011-8/+13
| | | | (casify_object, casify_region): Declare str, workbuf as unsigned char.
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-2/+2
|
* (casify_object): Fix bug on handling a characterKenichi Handa1997-06-041-3/+7
| | | | arguement.
* (casify_object): Handle multibyte characters.Kenichi Handa1997-05-281-51/+71
| | | | (casify_region): Change the way of handling multibyte characters.
* Include charset.h.Karl Heuer1997-05-151-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 Heuer1997-02-221-2/+2
|
* Change all references from point to PT.Karl Heuer1996-09-011-5/+5
|
* (casify_region, casify_object):Richard M. Stallman1996-05-061-0/+8
| | | | If case table has been changed, call Fset_case_table
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (Fupcase_region, Fdowncase_region, Fcapitalize_region,Erik Naggum1996-01-091-12/+12
| | | | Fupcase_initials_region): Harmonize arguments with documentation.
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
|
* (casify_region): Use explicit local vars for startKarl Heuer1995-06-061-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 Heuer1994-10-041-6/+6
| | | | Fcapitalize_word): Don't use XFASTINT as an lvalue.
* (casify_object): Use type test macros.Karl Heuer1994-09-271-2/+2
|
* (Fupcase_initials_region): New function.Richard M. Stallman1994-09-241-3/+30
| | | | | (Fupcase_initials): New function. (syms_of_casefiddle): defsubr them.
* (upcase_initials): New function.Richard M. Stallman1994-09-241-4/+14
| | | | (casify_object): Handle CASE_CAPITALIZE_UP.
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (operate_on_word): Don't move point; store in *NEWPOINT.Richard M. Stallman1994-03-061-14/+22
| | | | | (Fupcase_word, Fdowncase_word, Fcapitalize_word): Set point after changing case. Rename opoint to beg.
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (casify_region): Remove mistaken arg to record_change.Richard M. Stallman1993-05-161-1/+1
|
* The text property routines can now modify buffers otherJim Blandy1993-05-141-2/+2
| | | | | | | | | | | | than the current one. * insdel.c (modify_region): New argument BUFFER. Select that buffer while we prepare for the modification, and switch back when we're done. * textprop.c (add_properties, remove_properties): Pass the buffer being modified as the first argument to modify_region. * editfns.c (Fsubst_char_in_region, Ftranslate_region): Pass the current_buffer as the first argument to modify_region. * casefiddle.c (casify_region): Same.
* * callint.c (Fcall_interactively): Pass the correct number ofJim Blandy1993-02-221-1/+1
| | | | | | | | arguments to wrong_type_argument. * casefiddle.c (caseify_object): Same. * casetab.c (check_case_table): Same. * search.c (Fstore_match_data): Same. * syntax.c (check_syntax_table): Same.
* * casefiddle.c (operate_on_word): Declare end to be an int, not aJim Blandy1992-10-311-2/+2
| | | | Lisp_Object.
* entered into RCSJim Blandy1992-01-131-0/+3
|
* Initial revisionJim Blandy1990-11-121-0/+268