aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fdelete_field): Renamed from Ferase_field.Gerd Moellmann1999-11-041-3/+3
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-20/+25
* (Fconstrain_to_field): Make sure we don't violate theGerd Moellmann1999-10-171-18/+322
* (Fpropertize): Renamed from Fproperties.Gerd Moellmann1999-09-291-2/+2
* (Fproperties): New.Gerd Moellmann1999-09-251-0/+40
* (init_editfns): Remove unused variables.Gerd Moellmann1999-09-201-4/+6
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-5/+5
* (Fbuffer_string): Use prompt_end_charpos insteadGerd Moellmann1999-09-121-13/+15
* (Fline_beginning_position): Handle minibuffer prompt here.Richard M. Stallman1999-09-121-1/+10
* Clear up previous change.Richard M. Stallman1999-09-081-4/+6
* (Fbufsize): Accept an extra BUFFER parameter.Richard M. Stallman1999-09-081-6/+11
* (Fsubst_char_in_region): Adjust the way to check byte-combiningKenichi Handa1999-09-031-13/+25
* Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1999-08-211-8/+1
* (Fmessage): Use message3.Gerd Moellmann1999-07-211-14/+70