aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fuser_full_name): Doc fix.Karl Heuer1999-06-151-2/+5
* (Fformat): Accept %i format.Karl Heuer1999-03-191-1/+1
* (Fformat): Doc fix.Richard M. Stallman1999-02-071-1/+1
* (Fstring_to_char): Don't return a multibyte characterKenichi Handa1998-11-061-1/+6
* (Fsubst_char_in_region): Fix previous change.Kenichi Handa1998-10-311-2/+2
* (Fchar_after): Fix type clashes.Andreas Schwab1998-10-301-2/+2
* (Fsubst_char_in_region): Fix previous change.Kenichi Handa1998-10-281-32/+12
* (Fsubst_char_in_region): Correctly handle the caseKenichi Handa1998-10-271-29/+69
* (Fformat): Increase buffer size for floating format.Richard M. Stallman1998-10-261-1/+1
* (Fformat): Check format control characters.Kenichi Handa1998-09-261-0/+5
* (Fsave_restriction): Doc fix.Dave Love1998-09-211-0/+1
* Add a comment to emacs_memftime, explaining why it needs to loop.Paul Eggert1998-09-091-0/+5
* (emacs_memftime): New function.Paul Eggert1998-09-081-3/+53
* (Fsubst_char_in_region): Call replace_range with theKenichi Handa1998-09-081-1/+1
* (Fformat_time_string, Fdecode_time, Fcurrent_time_zone):Paul Eggert1998-09-061-13/+15
* (Fformat): Detect incomplete format spec at string's end.Karl Heuer1998-09-061-1/+3
* (Ftranspose_regions): Use BYTE_POS_ADDR to get anKenichi Handa1998-09-021-10/+10
* (Fposition_bytes): If the arg POSITION is out ofKenichi Handa1998-08-281-2/+8
* (Ftranspose_regions): Pass 0 as NOMARKERS to replace_range.Richard M. Stallman1998-08-181-2/+2
* (general_insert_function): If enable-multibyte-characters isKenichi Handa1998-08-071-1/+7