aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* (save_excursion_restore): Don't use XBUFFER onGerd Moellmann2001-04-261-2/+5
* (Fcurrent_time_zone): Accept spaces in timezoneGerd Moellmann2001-04-051-1/+1
* (Ffloat_time): Fix off-by-factor-of-10 bug in theGerd Moellmann2001-03-281-3/+6
* (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:Gerd Moellmann2001-03-021-0/+14
* (Fchar_to_string): If CHARACTER is less than 256,Kenichi Handa2001-02-091-1/+3
* (Fconstrain_to_field): Doc fix.Eli Zaretskii2001-02-021-1/+1
* (Fformat_time_string): Doc fix.Eli Zaretskii2001-01-311-2/+5
* (Fformat): Don't extend text properties from argumentsGerd Moellmann2001-01-221-4/+6
* (Fformat): Use lisp_string_width instead of strwidth.Kenichi Handa2001-01-191-2/+1
* (Fbuffer_substring): Doc fix.Gerd Moellmann2001-01-191-1/+5
* (Fformat): Doc fix.Dave Love2001-01-041-0/+1
* (Ftranspose_regions): Remove unused variables `gcpro1'Eli Zaretskii2001-01-021-1/+0
* (Fformat): Prevent a buffer overrun when the formatGerd Moellmann2000-12-141-12/+45
* (save_excursion_restore): Don't move pointGerd Moellmann2000-12-041-3/+4
* (find_field):Miles Bader2000-10-251-1/+2
* (find_field):Miles Bader2000-10-251-7/+46
* (Fconstrain_to_field): Check carefully for field boundaries if eitherMiles Bader2000-10-161-1/+2
* (save_excursion_save): Additionally record theGerd Moellmann2000-10-121-7/+32
* (Fmessage_or_box): Doc fix.Gerd Moellmann2000-09-201-1/+2
* (Fbuffer_string): Doc fix.Miles Bader2000-09-111-2/+1
* Remove includes ofGerd Moellmann2000-09-021-8/+4
* (toplevel) [HAVE_STRING_H]: Include string.h.Gerd Moellmann2000-08-281-3/+8
* [USE_CRT_DLL]: Remove unnecessary extern, which screwsAndrew Innes2000-08-221-0/+3
* (find_field): Formatting changes.Gerd Moellmann2000-08-211-64/+98
* (save_restriction_save): Rewrite to use markers.Miles Bader2000-08-181-40/+54
* (find_field): Use EQ, not ==, to compare lisp objects.Ken Raeburn2000-08-081-2/+2
* (Ftranspose_regions): Use xfree instead of free.Gerd Moellmann2000-08-051-5/+5
* (Fconstrain_to_field): Fix the conditions for deciding when to constrainMiles Bader2000-08-011-14/+17
* (lisp_time_argument): Fix last change.Eli Zaretskii2000-07-271-2/+1
* new function: float-timeSam Steingold2000-07-261-32/+83
* (find_field): Honor special `boundary' fields.Miles Bader2000-07-241-78/+119
* (char_property_eq, char_property_stickiness):Miles Bader2000-07-151-15/+16
* (Fformat): While copying text properties, make each compositionKenichi Handa2000-07-041-0/+4
* (Fformat): Be sure to convert 8-bit characters toKenichi Handa2000-05-191-51/+22
* (preceding-char, following-char): Doc fix.Dave Love2000-04-101-8/+2
* * editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to testKen Raeburn2000-04-021-4/+7
* (Fsubst_char_in_region): Don't use INC_POS in unibyteGerd Moellmann2000-03-271-2/+6
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-4/+0
* (Fpropertize): Doc fix.Dave Love2000-02-011-1/+1
* (Fchar_after, Fchar_before): Doc fix.Dave Love2000-01-261-2/+2
* (Fconstrain_to_field): Don't constrain ifGerd Moellmann2000-01-011-13/+15
* (Vinhibit_field_text_motion): New variable.Gerd Moellmann2000-01-011-5/+17
* (Fchar_to_string): Adjusted for the change ofKenichi Handa1999-12-151-21/+31
* * editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1999-12-071-0/+11
* (Fmessage_or_box): Use use_dialog_box.Dave Love1999-12-031-1/+3
* (Fdelete_field): Make it noninteractive. Return nil.Richard M. Stallman1999-11-261-1/+2
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-1/+1
* (Ftranslate_region): Check the buffer multibyteness.Kenichi Handa1999-11-121-1/+5
* (Fline_beginning_position): If N is not 1,Richard M. Stallman1999-11-091-60/+57
* Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-071-22/+0