aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-01-01(Fconstrain_to_field): Don't constrain ifGerd Moellmann1-13/+15
2000-01-01(Vinhibit_field_text_motion): New variable.Gerd Moellmann1-5/+17
1999-12-15(Fchar_to_string): Adjusted for the change ofKenichi Handa1-21/+31
1999-12-07* editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1-0/+11
1999-12-03(Fmessage_or_box): Use use_dialog_box.Dave Love1-1/+3
1999-11-26(Fdelete_field): Make it noninteractive. Return nil.Richard M. Stallman1-1/+2
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert1-1/+1
1999-11-12(Ftranslate_region): Check the buffer multibyteness.Kenichi Handa1-1/+5
1999-11-09(Fline_beginning_position): If N is not 1,Richard M. Stallman1-60/+57
1999-11-07Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1-22/+0
1999-11-04(Fdelete_field): Renamed from Ferase_field.Gerd Moellmann1-3/+3
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-20/+25
1999-10-17(Fconstrain_to_field): Make sure we don't violate theGerd Moellmann1-18/+322
1999-09-29(Fpropertize): Renamed from Fproperties.Gerd Moellmann1-2/+2
1999-09-25(Fproperties): New.Gerd Moellmann1-0/+40
1999-09-20(init_editfns): Remove unused variables.Gerd Moellmann1-4/+6
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-5/+5
1999-09-12(Fbuffer_string): Use prompt_end_charpos insteadGerd Moellmann1-13/+15
1999-09-12(Fline_beginning_position): Handle minibuffer prompt here.Richard M. Stallman1-1/+10
1999-09-08Clear up previous change.Richard M. Stallman1-4/+6
1999-09-08(Fbufsize): Accept an extra BUFFER parameter.Richard M. Stallman1-6/+11
1999-09-03(Fsubst_char_in_region): Adjust the way to check byte-combiningKenichi Handa1-13/+25
1999-08-21Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1-8/+1
1999-07-21(Fmessage): Use message3.Gerd Moellmann1-14/+70
1999-06-15(Fuser_full_name): Doc fix.Karl Heuer1-2/+5
1999-03-19(Fformat): Accept %i format.Karl Heuer1-1/+1
1999-02-07(Fformat): Doc fix.Richard M. Stallman1-1/+1
1998-11-06(Fstring_to_char): Don't return a multibyte characterKenichi Handa1-1/+6
1998-10-31(Fsubst_char_in_region): Fix previous change.Kenichi Handa1-2/+2
1998-10-30(Fchar_after): Fix type clashes.Andreas Schwab1-2/+2
1998-10-28(Fsubst_char_in_region): Fix previous change.Kenichi Handa1-32/+12
1998-10-27(Fsubst_char_in_region): Correctly handle the caseKenichi Handa1-29/+69
1998-10-26(Fformat): Increase buffer size for floating format.Richard M. Stallman1-1/+1
1998-09-26(Fformat): Check format control characters.Kenichi Handa1-0/+5
1998-09-21(Fsave_restriction): Doc fix.Dave Love1-0/+1
1998-09-09Add a comment to emacs_memftime, explaining why it needs to loop.Paul Eggert1-0/+5
1998-09-08(emacs_memftime): New function.Paul Eggert1-3/+53
1998-09-08(Fsubst_char_in_region): Call replace_range with theKenichi Handa1-1/+1
1998-09-06(Fformat_time_string, Fdecode_time, Fcurrent_time_zone):Paul Eggert1-13/+15
1998-09-06(Fformat): Detect incomplete format spec at string's end.Karl Heuer1-1/+3
1998-09-02(Ftranspose_regions): Use BYTE_POS_ADDR to get anKenichi Handa1-10/+10
1998-08-28(Fposition_bytes): If the arg POSITION is out ofKenichi Handa1-2/+8
1998-08-18(Ftranspose_regions): Pass 0 as NOMARKERS to replace_range.Richard M. Stallman1-2/+2
1998-08-07(general_insert_function): If enable-multibyte-characters isKenichi Handa1-1/+7
1998-08-03(Fsubst_char_in_region): Use replace_range in the caseRichard M. Stallman1-6/+65
1998-07-08(Fformat): Replace explicit numeric constants with proper macros.Kenichi Handa1-6/+6
1998-07-06(Fformat): Pay attention to the byte combining problem.Kenichi Handa1-0/+24
1998-07-03(Finsert): Typo in doc-string fixed.Kenichi Handa1-4/+4
1998-06-29(Fbyte_to_position): New function.Richard M. Stallman1-0/+10
1998-05-23(Fchar_after): Make nil fully equivalent to (point) as arg.Richard M. Stallman1-12/+14