| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fformat): Prevent a buffer overrun when the format | Gerd Moellmann | 2000-12-14 | 1 | -12/+45 |
* | (save_excursion_restore): Don't move point | Gerd Moellmann | 2000-12-04 | 1 | -3/+4 |
* | (find_field): | Miles Bader | 2000-10-25 | 1 | -1/+2 |
* | (find_field): | Miles Bader | 2000-10-25 | 1 | -7/+46 |
* | (Fconstrain_to_field): Check carefully for field boundaries if either | Miles Bader | 2000-10-16 | 1 | -1/+2 |
* | (save_excursion_save): Additionally record the | Gerd Moellmann | 2000-10-12 | 1 | -7/+32 |
* | (Fmessage_or_box): Doc fix. | Gerd Moellmann | 2000-09-20 | 1 | -1/+2 |
* | (Fbuffer_string): Doc fix. | Miles Bader | 2000-09-11 | 1 | -2/+1 |
* | Remove includes of | Gerd Moellmann | 2000-09-02 | 1 | -8/+4 |
* | (toplevel) [HAVE_STRING_H]: Include string.h. | Gerd Moellmann | 2000-08-28 | 1 | -3/+8 |
* | [USE_CRT_DLL]: Remove unnecessary extern, which screws | Andrew Innes | 2000-08-22 | 1 | -0/+3 |
* | (find_field): Formatting changes. | Gerd Moellmann | 2000-08-21 | 1 | -64/+98 |
* | (save_restriction_save): Rewrite to use markers. | Miles Bader | 2000-08-18 | 1 | -40/+54 |
* | (find_field): Use EQ, not ==, to compare lisp objects. | Ken Raeburn | 2000-08-08 | 1 | -2/+2 |
* | (Ftranspose_regions): Use xfree instead of free. | Gerd Moellmann | 2000-08-05 | 1 | -5/+5 |
* | (Fconstrain_to_field): Fix the conditions for deciding when to constrain | Miles Bader | 2000-08-01 | 1 | -14/+17 |
* | (lisp_time_argument): Fix last change. | Eli Zaretskii | 2000-07-27 | 1 | -2/+1 |
* | new function: float-time | Sam Steingold | 2000-07-26 | 1 | -32/+83 |
* | (find_field): Honor special `boundary' fields. | Miles Bader | 2000-07-24 | 1 | -78/+119 |
* | (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 |