log src/editfns.c @ 22830:d79de5a60ee8

age author description
1998-07-08 Kenichi Handa (Fformat): Replace explicit numeric constants with proper macros.
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) as arg.
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 Schwab Fix -Wimplicit warnings.
1998-04-06 Andreas Schwab (Ftranspose_regions): Fix order of parameters for replace_range.
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. Stallman Use 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. Stallman Update 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 Heuer Repeat 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 not contain a string.
1997-07-12 Richard M. Stallman (Fcurrent_time_zone): Convert Fmake_list argument to Lisp_Integer.
1997-07-07 Richard M. Stallman (Fuser_full_name): Declare p, q and r as unsigned char *.
1997-07-04 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
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.
1997-06-15 Richard M. Stallman (Fchar_after, Fchar_before): Make arg optional.
1997-06-14 Karl Heuer (Fprevious_char): Use PT, not point.
1997-06-09 Richard M. Stallman (Finsert_char): Check QUIT.
1997-06-02 Richard M. Stallman (Fcompare_buffer_substrings): trt contains Lisp_Objects.