log src/editfns.c @ 36642:46b2ffce9799

age author description
2001-03-02 Gerd Moellmann (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
2001-02-09 Kenichi Handa (Fchar_to_string): If CHARACTER is less than 256,
2001-02-02 Eli Zaretskii (Fconstrain_to_field): Doc fix.
2001-01-31 Eli Zaretskii (Fformat_time_string): Doc fix.
2001-01-22 Gerd Moellmann (Fformat): Don't extend text properties from arguments
2001-01-19 Kenichi Handa (Fformat): Use lisp_string_width instead of strwidth.
2001-01-19 Gerd Moellmann (Fbuffer_substring): Doc fix.
2001-01-04 Dave Love (Fformat): Doc fix.
2001-01-02 Eli Zaretskii (Ftranspose_regions): Remove unused variables `gcpro1'
2000-12-14 Gerd Moellmann (Fformat): Prevent a buffer overrun when the format
2000-12-04 Gerd Moellmann (save_excursion_restore): Don't move point
2000-10-25 Miles Bader (find_field):
2000-10-25 Miles Bader (find_field):
2000-10-16 Miles Bader (Fconstrain_to_field): Check carefully for field boundaries if either
2000-10-12 Gerd Moellmann (save_excursion_save): Additionally record the
2000-09-20 Gerd Moellmann (Fmessage_or_box): Doc fix.
2000-09-11 Miles Bader (Fbuffer_string): Doc fix.
2000-09-02 Gerd Moellmann Remove includes of
2000-08-28 Gerd Moellmann (toplevel) [HAVE_STRING_H]: Include string.h.
2000-08-22 Andrew Innes [USE_CRT_DLL]: Remove unnecessary extern, which screws
2000-08-21 Gerd Moellmann (find_field): Formatting changes.
2000-08-18 Miles Bader (save_restriction_save): Rewrite to use markers.
2000-08-08 Ken Raeburn (find_field): Use EQ, not ==, to compare lisp objects.
2000-08-05 Gerd Moellmann (Ftranspose_regions): Use xfree instead of free.
2000-08-01 Miles Bader (Fconstrain_to_field): Fix the conditions for deciding when to constrain
2000-07-27 Eli Zaretskii (lisp_time_argument): Fix last change.
2000-07-26 Sam Steingold new function: float-time
2000-07-24 Miles Bader (find_field): Honor special `boundary' fields.
2000-07-15 Miles Bader (char_property_eq, char_property_stickiness):
2000-07-04 Kenichi Handa (Fformat): While copying text properties, make each composition
2000-05-19 Kenichi Handa (Fformat): Be sure to convert 8-bit characters to
2000-04-10 Dave Love (preceding-char, following-char): Doc fix.
2000-04-02 Ken Raeburn * editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
2000-03-27 Gerd Moellmann (Fsubst_char_in_region): Don't use INC_POS in unibyte
2000-02-17 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-01 Dave Love (Fpropertize): Doc fix.
2000-01-26 Dave Love (Fchar_after, Fchar_before): Doc fix.
2000-01-01 Gerd Moellmann (Fconstrain_to_field): Don't constrain if
2000-01-01 Gerd Moellmann (Vinhibit_field_text_motion): New variable.
1999-12-15 Kenichi Handa (Fchar_to_string): Adjusted for the change of
1999-12-07 Stefan Monnier * editfns.c (Fdelete_and_extract_region): New function.
1999-12-03 Dave Love (Fmessage_or_box): Use use_dialog_box.
1999-11-26 Richard M. Stallman (Fdelete_field): Make it noninteractive. Return nil.
1999-11-22 Paul Eggert * callproc.c (strerror): Remove decl.
1999-11-12 Kenichi Handa (Ftranslate_region): Check the buffer multibyteness.
1999-11-09 Richard M. Stallman (Fline_beginning_position): If N is not 1,
1999-11-07 Gerd Moellmann Remove conditional compilation on USE_TEXT_PROPERTIES.
1999-11-04 Gerd Moellmann (Fdelete_field): Renamed from Ferase_field.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-10-17 Gerd Moellmann (Fconstrain_to_field): Make sure we don't violate the
1999-09-29 Gerd Moellmann (Fpropertize): Renamed from Fproperties.
1999-09-25 Gerd Moellmann (Fproperties): New.
1999-09-20 Gerd Moellmann (init_editfns): Remove unused variables.
1999-09-13 Ken Raeburn Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
1999-09-12 Gerd Moellmann (Fbuffer_string): Use prompt_end_charpos instead
1999-09-12 Richard M. Stallman (Fline_beginning_position): Handle minibuffer prompt here.
1999-09-08 Richard M. Stallman Clear up previous change.
1999-09-08 Richard M. Stallman (Fbufsize): Accept an extra BUFFER parameter.
1999-09-03 Kenichi Handa (Fsubst_char_in_region): Adjust the way to check byte-combining
1999-08-21 Gerd Moellmann Remove conditional compilation on NO_PROMPT_IN_BUFFER.