summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAge
* (Fformat): Update thissize from field_width based onKenichi Handa2003-01-20
* (syms_of_editfns): Fix typo.Juanma Barranquero2002-03-12
* Include ctype.h.Richard M. Stallman2001-11-04
* (Fline_beginning_position, Fline_end_position): Clarify documentation.Miles Bader2001-10-19
* (Fchar_to_string): Make the doc string consistent with arguments.Pavel Janík2001-10-15
* (toplevel) [STDC_HEADERS]: Include float.h.Gerd Moellmann2001-07-23
* (Fmessage_box): If the frame is not under a windowEli Zaretskii2001-06-15
* (char_property_eq): Put in #if 0.Gerd Moellmann2001-05-28
* (save_excursion_restore): Don't use XBUFFER onGerd Moellmann2001-04-26
* (Fcurrent_time_zone): Accept spaces in timezoneGerd Moellmann2001-04-05
* (Ffloat_time): Fix off-by-factor-of-10 bug in theGerd Moellmann2001-03-28
* (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:Gerd Moellmann2001-03-02
* (Fchar_to_string): If CHARACTER is less than 256,Kenichi Handa2001-02-09
* (Fconstrain_to_field): Doc fix.Eli Zaretskii2001-02-02
* (Fformat_time_string): Doc fix.Eli Zaretskii2001-01-31
* (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