| Commit message (Expand) | Author | Age | Files | Lines |
* | (char_property_eq, char_property_stickiness): | Miles Bader | 2000-07-15 | 1 | -15/+16 |
* | (Fformat): While copying text properties, make each composition | Kenichi Handa | 2000-07-04 | 1 | -0/+4 |
* | (Fformat): Be sure to convert 8-bit characters to | Kenichi Handa | 2000-05-19 | 1 | -51/+22 |
* | (preceding-char, following-char): Doc fix. | Dave Love | 2000-04-10 | 1 | -8/+2 |
* | * editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test | Ken Raeburn | 2000-04-02 | 1 | -4/+7 |
* | (Fsubst_char_in_region): Don't use INC_POS in unibyte | Gerd Moellmann | 2000-03-27 | 1 | -2/+6 |
* | Remove `LISP_FLOAT_TYPE' and `standalone'. | Gerd Moellmann | 2000-02-17 | 1 | -4/+0 |
* | (Fpropertize): Doc fix. | Dave Love | 2000-02-01 | 1 | -1/+1 |
* | (Fchar_after, Fchar_before): Doc fix. | Dave Love | 2000-01-26 | 1 | -2/+2 |
* | (Fconstrain_to_field): Don't constrain if | Gerd Moellmann | 2000-01-01 | 1 | -13/+15 |
* | (Vinhibit_field_text_motion): New variable. | Gerd Moellmann | 2000-01-01 | 1 | -5/+17 |
* | (Fchar_to_string): Adjusted for the change of | Kenichi Handa | 1999-12-15 | 1 | -21/+31 |
* | * editfns.c (Fdelete_and_extract_region): New function. | Stefan Monnier | 1999-12-07 | 1 | -0/+11 |
* | (Fmessage_or_box): Use use_dialog_box. | Dave Love | 1999-12-03 | 1 | -1/+3 |
* | (Fdelete_field): Make it noninteractive. Return nil. | Richard M. Stallman | 1999-11-26 | 1 | -1/+2 |
* | * callproc.c (strerror): Remove decl. | Paul Eggert | 1999-11-22 | 1 | -1/+1 |
* | (Ftranslate_region): Check the buffer multibyteness. | Kenichi Handa | 1999-11-12 | 1 | -1/+5 |
* | (Fline_beginning_position): If N is not 1, | Richard M. Stallman | 1999-11-09 | 1 | -60/+57 |
* | Remove conditional compilation on USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-07 | 1 | -22/+0 |
* | (Fdelete_field): Renamed from Ferase_field. | Gerd Moellmann | 1999-11-04 | 1 | -3/+3 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -20/+25 |
* | (Fconstrain_to_field): Make sure we don't violate the | Gerd Moellmann | 1999-10-17 | 1 | -18/+322 |
* | (Fpropertize): Renamed from Fproperties. | Gerd Moellmann | 1999-09-29 | 1 | -2/+2 |
* | (Fproperties): New. | Gerd Moellmann | 1999-09-25 | 1 | -0/+40 |
* | (init_editfns): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -4/+6 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -5/+5 |
* | (Fbuffer_string): Use prompt_end_charpos instead | Gerd Moellmann | 1999-09-12 | 1 | -13/+15 |
* | (Fline_beginning_position): Handle minibuffer prompt here. | Richard M. Stallman | 1999-09-12 | 1 | -1/+10 |
* | Clear up previous change. | Richard M. Stallman | 1999-09-08 | 1 | -4/+6 |
* | (Fbufsize): Accept an extra BUFFER parameter. | Richard M. Stallman | 1999-09-08 | 1 | -6/+11 |
* | (Fsubst_char_in_region): Adjust the way to check byte-combining | Kenichi Handa | 1999-09-03 | 1 | -13/+25 |
* | Remove conditional compilation on NO_PROMPT_IN_BUFFER. | Gerd Moellmann | 1999-08-21 | 1 | -8/+1 |
* | (Fmessage): Use message3. | Gerd Moellmann | 1999-07-21 | 1 | -14/+70 |
* | (Fuser_full_name): Doc fix. | Karl Heuer | 1999-06-15 | 1 | -2/+5 |
* | (Fformat): Accept %i format. | Karl Heuer | 1999-03-19 | 1 | -1/+1 |
* | (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 |
* | (Fsubst_char_in_region): Fix previous change. | Kenichi Handa | 1998-10-31 | 1 | -2/+2 |
* | (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 |
* | (Fsubst_char_in_region): Correctly handle the case | Kenichi Handa | 1998-10-27 | 1 | -29/+69 |
* | (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 |
* | (Fsubst_char_in_region): Call replace_range with the | Kenichi Handa | 1998-09-08 | 1 | -1/+1 |
* | (Fformat_time_string, Fdecode_time, Fcurrent_time_zone): | Paul Eggert | 1998-09-06 | 1 | -13/+15 |
* | (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 |