Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fformat): Doc fix. | Richard M. Stallman | 1999-02-07 | 1 | -1/+1 |
| | |||||
* | (Fstring_to_char): Don't return a multibyte character | Kenichi Handa | 1998-11-06 | 1 | -1/+6 |
| | | | | if STRING is a unibyte string. | ||||
* | (Fsubst_char_in_region): Fix previous change. | Kenichi Handa | 1998-10-31 | 1 | -2/+2 |
| | | | | (Ftranslate_region): Fix previous change. | ||||
* | (Fchar_after): Fix type clashes. | Andreas Schwab | 1998-10-30 | 1 | -2/+2 |
| | |||||
* | (Fsubst_char_in_region): Fix previous change. | Kenichi Handa | 1998-10-28 | 1 | -32/+12 |
| | | | | (Ftranslate_region): Fix previous change. | ||||
* | (Fsubst_char_in_region): Correctly handle the case | Kenichi Handa | 1998-10-27 | 1 | -29/+69 |
| | | | | | that byte combining before happens. (Ftranslate_region): Likewise. | ||||
* | (Fformat): Increase buffer size for floating format. | Richard M. Stallman | 1998-10-26 | 1 | -1/+1 |
| | |||||
* | (Fformat): Check format control characters. | Kenichi Handa | 1998-09-26 | 1 | -0/+5 |
| | |||||
* | (Fsave_restriction): Doc fix. | Dave Love | 1998-09-21 | 1 | -0/+1 |
| | |||||
* | Add a comment to emacs_memftime, explaining why it needs to loop. | Paul Eggert | 1998-09-09 | 1 | -0/+5 |
| | |||||
* | (emacs_memftime): New function. | Paul Eggert | 1998-09-08 | 1 | -3/+53 |
| | | | | | (Fformat_time_string): Use it to handle null bytes in formats correctly. | ||||
* | (Fsubst_char_in_region): Call replace_range with the | Kenichi Handa | 1998-09-08 | 1 | -1/+1 |
| | | | | arg MARKERS 1. | ||||
* | (Fformat_time_string, Fdecode_time, Fcurrent_time_zone): | Paul Eggert | 1998-09-06 | 1 | -13/+15 |
| | | | | Don't assume that localtime and gmtime return non-NULL. | ||||
* | (Fformat): Detect incomplete format spec at string's end. | Karl Heuer | 1998-09-06 | 1 | -1/+3 |
| | |||||
* | (Ftranspose_regions): Use BYTE_POS_ADDR to get an | Kenichi Handa | 1998-09-02 | 1 | -10/+10 |
| | | | | address in buffer from byte-position. | ||||
* | (Fposition_bytes): If the arg POSITION is out of | Kenichi Handa | 1998-08-28 | 1 | -2/+8 |
| | | | | | | range, return nil. (Fbyte_to_position): If the arg BYTEPOS is out of range, return nil. | ||||
* | (Ftranspose_regions): Pass 0 as NOMARKERS to replace_range. | Richard M. Stallman | 1998-08-18 | 1 | -2/+2 |
| | |||||
* | (general_insert_function): If enable-multibyte-characters is | Kenichi Handa | 1998-08-07 | 1 | -1/+7 |
| | | | | nil, convert a multibyte character to unibyte appropriately. | ||||
* | (Fsubst_char_in_region): Use replace_range in the case | Richard M. Stallman | 1998-08-03 | 1 | -6/+65 |
| | | | | | where we may need to combine bytes. (Ftranslate_region): Likewise. | ||||
* | (Fformat): Replace explicit numeric constants with proper macros. | Kenichi Handa | 1998-07-08 | 1 | -6/+6 |
| | |||||
* | (Fformat): Pay attention to the byte combining problem. | Kenichi Handa | 1998-07-06 | 1 | -0/+24 |
| | |||||
* | (Finsert): Typo in doc-string fixed. | Kenichi Handa | 1998-07-03 | 1 | -4/+4 |
| | | | | | (Finsert_and_inherit, Finsert_before_markers, Finsert_and_inherit_before_markers): Likewize. | ||||
* | (Fbyte_to_position): New function. | Richard M. Stallman | 1998-06-29 | 1 | -0/+10 |
| | | | | (syms_of_editfns): defsubr it. | ||||
* | (Fchar_after): Make nil fully equivalent to (point) as arg. | Richard M. Stallman | 1998-05-23 | 1 | -12/+14 |
| | | | | (Fchar_before): Likewise. | ||||
* | (Fformat): Fix casts when assigning buf. | Richard M. Stallman | 1998-05-03 | 1 | -2/+2 |
| | |||||
* | (Finsert_char): Doc fix. | Richard M. Stallman | 1998-05-02 | 1 | -1/+1 |
| | |||||
* | (Fcompare_buffer_substrings): Rewrite to loop by chars. | Richard M. Stallman | 1998-04-29 | 1 | -21/+39 |
| | |||||
* | (Fgap_position, Fgap_size): New functions. | Richard M. Stallman | 1998-04-29 | 1 | -0/+22 |
| | | | | (syms_of_editfns): defsubr them. | ||||
* | (Fbuffer_substring): Doc fix. | Richard M. Stallman | 1998-04-23 | 1 | -10/+28 |
| | | | | | (Finsert_and_inherit_before_markers): Doc fix. (Finsert_and_inherit, Finsert_before_markers, Finsert): Doc fixes. | ||||
* | (Fchar_after, Fchar_before): Fix mixing of Lisp_Object | Andreas Schwab | 1998-04-14 | 1 | -2/+2 |
| | | | | and int | ||||
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+8 |
| | |||||
* | (Ftranspose_regions): Fix order of parameters for replace_range. | Andreas Schwab | 1998-04-06 | 1 | -2/+2 |
| | |||||
* | (Fmessage_box): Pass the missing third argument | Richard M. Stallman | 1998-04-04 | 1 | -1/+2 |
| | | | | STRING_MULTIBYTE (val) to message2. | ||||
* | (Fchar_to_string): Use make_string_from_bytes. | Richard M. Stallman | 1998-03-21 | 1 | -4/+7 |
| | | | | | (Fformat): Use make_specified_string. (make_buffer_string_both): Use make_uninit_string if buffer is unibyte. | ||||
* | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -20/+78 |
| | | | | (Ftranspose_regions): Try to handle combining bytes. | ||||
* | (make_buffer_string_both): New function. | Richard M. Stallman | 1998-03-21 | 1 | -1/+25 |
| | | | | (make_buffer_string): Use make_buffer_string_both. | ||||
* | (Fgoto_char): If POSITION is a marker pointing a | Richard M. Stallman | 1998-03-20 | 1 | -1/+2 |
| | | | | different buffer, don't rely on the byte position of the marker. | ||||
* | (Fformat): Handle padding before or after, for %s etc. | Richard M. Stallman | 1998-03-20 | 1 | -11/+23 |
| | | | | Treat 0 like a multibyte char in %c. | ||||
* | (Fformat): Properly print floats. | Richard M. Stallman | 1998-03-17 | 1 | -1/+4 |
| | |||||
* | (Fchar_after, Fchar_before): Properly check arg type | Richard M. Stallman | 1998-03-17 | 1 | -11/+24 |
| | | | | | | and whether in range, for all cases. (Fsave_excursion): Doc fix. | ||||
* | (Fformat): Format multibyte characters by "%c" | Kenichi Handa | 1998-03-04 | 1 | -3/+14 |
| | | | | correctly. Handle padding for multibyte characters correctly. | ||||
* | (Fformat): Fix previous change. | Kenichi Handa | 1998-03-03 | 1 | -1/+1 |
| | |||||
* | (general_insert_function): Use | Kenichi Handa | 1998-03-03 | 1 | -1/+1 |
| | | | | | | unibyte_char_to_multibyte if an argument is character code. (Finsert_char): Use unibyte_char_to_multibyte. (string1): Cast ARGS to `char **' to avoid compiler warning. | ||||
* | (Fmessage): Check byte size (instead of char size) of | Kenichi Handa | 1998-02-20 | 1 | -1/+1 |
| | | | | VAL against MESSAGE_LENGTH. | ||||
* | (Fchar_before): Check POS in valid range | Karl Heuer | 1998-02-18 | 1 | -3/+2 |
| | | | | before calling CHAR_TO_BYTE. | ||||
* | (Fsubst_char_in_region): Don't increment pos twice. | Richard M. Stallman | 1998-02-14 | 1 | -2/+0 |
| | |||||
* | (Fposition_bytes): Declare arg POSITION as Lips_Object. | Kenichi Handa | 1998-02-10 | 1 | -0/+1 |
| | |||||
* | (Fposition_bytes): Allow marker as arg POSITION. Use | Kenichi Handa | 1998-02-10 | 1 | -2/+2 |
| | | | | XINT for type consistency. | ||||
* | (Fformat): Handle a symbol of which name contains | Richard M. Stallman | 1998-02-08 | 1 | -4/+26 |
| | | | | multibyte characters correctly. | ||||
* | (Fsubst_char_in_region): Handle character-base | Kenichi Handa | 1998-02-04 | 1 | -13/+13 |
| | | | | | position and byte-base position correctly. (Fstring_to_char): Give byte size to STRING_CHAR. |