summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAge
* (Fformat): Don't extend text properties from argumentsGerd Moellmann2001-01-22
* (Fformat): Use lisp_string_width instead of strwidth.Kenichi Handa2001-01-19
* (Fbuffer_substring): Doc fix.Gerd Moellmann2001-01-19
* (Fformat): Doc fix.Dave Love2001-01-04
* (Ftranspose_regions): Remove unused variables `gcpro1'Eli Zaretskii2001-01-02
* (Fformat): Prevent a buffer overrun when the formatGerd Moellmann2000-12-14
* (save_excursion_restore): Don't move pointGerd Moellmann2000-12-04
* (find_field):Miles Bader2000-10-25
* (find_field):Miles Bader2000-10-25
* (Fconstrain_to_field): Check carefully for field boundaries if eitherMiles Bader2000-10-16
* (save_excursion_save): Additionally record theGerd Moellmann2000-10-12
* (Fmessage_or_box): Doc fix.Gerd Moellmann2000-09-20
* (Fbuffer_string): Doc fix.Miles Bader2000-09-11
* Remove includes ofGerd Moellmann2000-09-02
* (toplevel) [HAVE_STRING_H]: Include string.h.Gerd Moellmann2000-08-28
* [USE_CRT_DLL]: Remove unnecessary extern, which screwsAndrew Innes2000-08-22
* (find_field): Formatting changes.Gerd Moellmann2000-08-21
* (save_restriction_save): Rewrite to use markers.Miles Bader2000-08-18
* (find_field): Use EQ, not ==, to compare lisp objects.Ken Raeburn2000-08-08
* (Ftranspose_regions): Use xfree instead of free.Gerd Moellmann2000-08-05
* (Fconstrain_to_field): Fix the conditions for deciding when to constrainMiles Bader2000-08-01
* (lisp_time_argument): Fix last change.Eli Zaretskii2000-07-27
* new function: float-timeSam Steingold2000-07-26
* (find_field): Honor special `boundary' fields.Miles Bader2000-07-24
* (char_property_eq, char_property_stickiness):Miles Bader2000-07-15
* (Fformat): While copying text properties, make each compositionKenichi Handa2000-07-04
* (Fformat): Be sure to convert 8-bit characters toKenichi Handa2000-05-19
* (preceding-char, following-char): Doc fix.Dave Love2000-04-10
* * editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to testKen Raeburn2000-04-02
* (Fsubst_char_in_region): Don't use INC_POS in unibyteGerd Moellmann2000-03-27
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-17
* (Fpropertize): Doc fix.Dave Love2000-02-01
* (Fchar_after, Fchar_before): Doc fix.Dave Love2000-01-26
* (Fconstrain_to_field): Don't constrain ifGerd Moellmann2000-01-01
* (Vinhibit_field_text_motion): New variable.Gerd Moellmann2000-01-01
* (Fchar_to_string): Adjusted for the change ofKenichi Handa1999-12-15
* * editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1999-12-07
* (Fmessage_or_box): Use use_dialog_box.Dave Love1999-12-03
* (Fdelete_field): Make it noninteractive. Return nil.Richard M. Stallman1999-11-26
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-22
* (Ftranslate_region): Check the buffer multibyteness.Kenichi Handa1999-11-12
* (Fline_beginning_position): If N is not 1,Richard M. Stallman1999-11-09
* Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-07
* (Fdelete_field): Renamed from Ferase_field.Gerd Moellmann1999-11-04
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-19
* (Fconstrain_to_field): Make sure we don't violate theGerd Moellmann1999-10-17
* (Fpropertize): Renamed from Fproperties.Gerd Moellmann1999-09-29
* (Fproperties): New.Gerd Moellmann1999-09-25
* (init_editfns): Remove unused variables.Gerd Moellmann1999-09-20
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-13