(Vinhibit_field_text_motion): New variable.
[bpt/emacs.git] / src / editfns.c
2000-01-01 Gerd Moellmann(Vinhibit_field_text_motion): New variable.
1999-12-15 Kenichi Handa(Fchar_to_string): Adjusted for the change of
1999-12-07 Stefan Monnier* editfns.c (Fdelete_and_extract_region): New function.
1999-12-03 Dave Love(Fmessage_or_box): Use use_dialog_box.
1999-11-26 Richard M. Stallman(Fdelete_field): Make it noninteractive. Return nil.
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-11-12 Kenichi Handa(Ftranslate_region): Check the buffer multibyteness.
1999-11-09 Richard M. Stallman(Fline_beginning_position): If N is not 1,
1999-11-07 Gerd MoellmannRemove conditional compilation on USE_TEXT_PROPERTIES.
1999-11-04 Gerd Moellmann(Fdelete_field): Renamed from Ferase_field.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-17 Gerd Moellmann(Fconstrain_to_field): Make sure we don't violate the
1999-09-29 Gerd Moellmann(Fpropertize): Renamed from Fproperties.
1999-09-25 Gerd Moellmann(Fproperties): New.
1999-09-20 Gerd Moellmann(init_editfns): Remove unused variables.
1999-09-13 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-09-12 Gerd Moellmann(Fbuffer_string): Use prompt_end_charpos instead
1999-09-12 Richard M. Stallman(Fline_beginning_position): Handle minibuffer prompt...
1999-09-08 Richard M. StallmanClear up previous change.
1999-09-08 Richard M. Stallman(Fbufsize): Accept an extra BUFFER parameter.
1999-09-03 Kenichi Handa(Fsubst_char_in_region): Adjust the way to check byte...
1999-08-21 Gerd MoellmannRemove conditional compilation on NO_PROMPT_IN_BUFFER.
1999-07-21 Gerd Moellmann(Fmessage): Use message3.
1999-06-15 Karl Heuer(Fuser_full_name): Doc fix.
1999-03-19 Karl Heuer(Fformat): Accept %i format.
1999-02-07 Richard M. Stallman(Fformat): Doc fix.
1998-11-06 Kenichi Handa(Fstring_to_char): Don't return a multibyte character
1998-10-31 Kenichi Handa(Fsubst_char_in_region): Fix previous change.
1998-10-30 Andreas Schwab(Fchar_after): Fix type clashes.
1998-10-28 Kenichi Handa(Fsubst_char_in_region): Fix previous change.
1998-10-27 Kenichi Handa(Fsubst_char_in_region): Correctly handle the case
1998-10-26 Richard M. Stallman(Fformat): Increase buffer size for floating format.
1998-09-26 Kenichi Handa(Fformat): Check format control characters.
1998-09-21 Dave Love(Fsave_restriction): Doc fix.
1998-09-09 Paul EggertAdd a comment to emacs_memftime, explaining why it...
1998-09-08 Paul Eggert(emacs_memftime): New function.
1998-09-08 Kenichi Handa(Fsubst_char_in_region): Call replace_range with the
1998-09-06 Paul Eggert(Fformat_time_string, Fdecode_time, Fcurrent_time_zone):
1998-09-06 Karl Heuer(Fformat): Detect incomplete format spec at string...
1998-09-02 Kenichi Handa(Ftranspose_regions): Use BYTE_POS_ADDR to get an
1998-08-28 Kenichi Handa(Fposition_bytes): If the arg POSITION is out of
1998-08-18 Richard M. Stallman(Ftranspose_regions): Pass 0 as NOMARKERS to replace_range.
1998-08-07 Kenichi Handa(general_insert_function): If enable-multibyte-characte...
1998-08-03 Richard M. Stallman(Fsubst_char_in_region): Use replace_range in the case
1998-07-08 Kenichi Handa(Fformat): Replace explicit numeric constants with...
1998-07-06 Kenichi Handa(Fformat): Pay attention to the byte combining problem.
1998-07-03 Kenichi Handa(Finsert): Typo in doc-string fixed.
1998-06-29 Richard M. Stallman(Fbyte_to_position): New function.
1998-05-23 Richard M. Stallman(Fchar_after): Make nil fully equivalent to (point...
1998-05-03 Richard M. Stallman(Fformat): Fix casts when assigning buf.
1998-05-02 Richard M. Stallman(Finsert_char): Doc fix.
1998-04-29 Richard M. Stallman(Fcompare_buffer_substrings): Rewrite to loop by chars.
1998-04-29 Richard M. Stallman(Fgap_position, Fgap_size): New functions.
1998-04-23 Richard M. Stallman(Fbuffer_substring): Doc fix.
1998-04-14 Andreas Schwab(Fchar_after, Fchar_before): Fix mixing of Lisp_Object
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-06 Andreas Schwab(Ftranspose_regions): Fix order of parameters for repla...
1998-04-04 Richard M. Stallman(Fmessage_box): Pass the missing third argument
1998-03-21 Richard M. Stallman(Fchar_to_string): Use make_string_from_bytes.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-21 Richard M. Stallman(make_buffer_string_both): New function.
1998-03-20 Richard M. Stallman(Fgoto_char): If POSITION is a marker pointing a
1998-03-20 Richard M. Stallman(Fformat): Handle padding before or after, for %s etc.
1998-03-17 Richard M. Stallman(Fformat): Properly print floats.
1998-03-17 Richard M. Stallman(Fchar_after, Fchar_before): Properly check arg type
1998-03-04 Kenichi Handa(Fformat): Format multibyte characters by "%c"
1998-03-03 Kenichi Handa(Fformat): Fix previous change.
1998-03-03 Kenichi Handa(general_insert_function): Use
1998-02-20 Kenichi Handa(Fmessage): Check byte size (instead of char size) of
1998-02-18 Karl Heuer(Fchar_before): Check POS in valid range
1998-02-14 Richard M. Stallman(Fsubst_char_in_region): Don't increment pos twice.
1998-02-10 Kenichi Handa(Fposition_bytes): Declare arg POSITION as Lips_Object.
1998-02-10 Kenichi Handa(Fposition_bytes): Allow marker as arg POSITION. Use
1998-02-08 Richard M. Stallman(Fformat): Handle a symbol of which name contains
1998-02-04 Kenichi Handa(Fsubst_char_in_region): Handle character-base
1998-02-03 Richard M. Stallman(Fformat): If MULTIBYTE is changed to 1
1998-01-30 Kenichi Handa(CONVERTED_BYTE_SIZE): Fix the logic.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-21 Richard M. Stallman(Fsave_current_buffer): Use set_buffer_if_live.
1998-01-20 Richard M. Stallman(Fchar_equal): Fix case-conversion code.
1998-01-09 Richard M. Stallman(Fformat): Do all the work directly--don't use doprnt.
1998-01-02 Richard M. Stallman(transpose_markers): Update marker's bytepos.
1998-01-02 Richard M. Stallman(Fchar_after): Fix previous change.
1998-01-01 Richard M. Stallman(Fgoto_char): When arg is a marker, copy char and byte
1997-11-24 Paul Eggert(emacs_strftime): New decl.
1997-11-21 Andreas Schwab(Fchar_to_string): Declare `workbuf' as unsigned char.
1997-11-08 Kenichi Handa(Fsref): If IDX points an 8-bit code which is not part
1997-10-02 Karl HeuerRepeat the argument list of format-time-string in the
1997-08-20 Richard M. Stallman(NULL): Define, if not defined.
1997-08-18 Richard M. Stallman(Fchar_before): Do range check before decrement.
1997-08-07 Richard M. Stallman(Fwiden, Fnarrow_to_region, save_restriction_restore):
1997-07-29 Richard M. Stallman(Fformat_time_string): Don't hang if strftime produces
1997-07-24 Richard M. Stallman(Fcurrent_message): New function.
1997-07-12 Richard M. Stallman(get_system_name): Don't crash if Vsystem_name does...
1997-07-12 Richard M. Stallman(Fcurrent_time_zone): Convert Fmake_list argument to...
1997-07-07 Richard M. Stallman(Fuser_full_name): Declare p, q and r as unsigned char *.
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-07-04 Richard M. Stallman(Fformat): Add second argument in call to Ftruncate.
1997-07-01 Richard M. Stallman(Fformat_time_string): Move doc string outside DEFUN.
1997-06-18 Richard M. Stallman(Fchar_before): Validate N after decrementing.
next