Fix -Wimplicit warnings.
[bpt/emacs.git] / src / editfns.c
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.
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.
1997-05-29 Richard M. Stallman(Fcurrent_time_string): Doc fix.
1997-05-28 Kenichi Handa(Fchar_equal): Make it handle case of multibyte
1997-05-21 Richard M. Stallman(Fformat_time_string): Doc update.
1997-05-16 Kenichi HandaDeclare Fuser_full_name as Lisp_Object in advance to
1997-02-27 Kenichi HandaEscape newlines in docstring.
1997-02-20 Karl HeuerInclude charset.h.
1997-01-22 Paul Eggert(set_time_zone_rule_tz1, set_time_zone_rule_tz2):
1997-01-17 Richard M. StallmanClean up parentheses.
1996-12-15 Richard M. Stallman(Fuser_full_name): Return nil if the specified user...
1996-12-09 Richard M. Stallman(Fuser_full_name): Use build_string instead of make_string.
1996-12-08 Richard M. Stallman(Fuser_full_name): Accept a string (the login name) as
1996-12-08 Richard M. Stallman(Fline_beginning_position, Fline_end_position): New...
1996-11-06 Richard M. Stallman(Fencode_time): Doc fix.
1996-11-05 Richard M. Stallman(Fencode_time): Use xfree, not free.
1996-10-31 Erik NaggumReorganize function definitions so etags finds them.
1996-09-23 Richard M. Stallman(Fsave_current_buffer): New function.
1996-09-21 Paul Eggert(tm_diff): Renamed from difftm. Yield int, not long.
1996-09-05 Karl Heuer(Finsert_buffer_substring): Check for deleted buffer.
1996-09-03 Richard M. Stallman(Fformat): Pass a string using XSTRING.
1996-09-03 Paul Eggert(Fencode_time): Remove NEXTSTEP workaround;
1996-09-02 Richard M. Stallman(Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
1996-09-01 Karl HeuerChange all references from point to PT.
1996-08-24 Erik Naggum(Fencode_time, Fset_time_zone_rule): Use UTC if the...
1996-08-08 Richard M. Stallman(set_time_zone_rule): Don't put a string literal
1996-07-24 Karl Heuer(Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
1996-07-23 Richard M. Stallman(Fdecode_time, difftm): Work even if tm_year represents
1996-06-05 Richard M. Stallman(set_time_zone_rule):
1996-05-15 Karl Heuer(Fformat_time_string): Doc fix.
1996-05-07 Richard M. Stallman(Fencode_time): Accept MANY args, so as to cope
1996-04-26 Richard M. Stallman(save_excursion_restore): Add gcpros.
1996-04-13 Richard M. Stallman(Fcompare_buffer_substrings): Fix dumb bug handling...
1996-04-12 Richard M. Stallman(Fformat_time_string): Doc fix.
1996-03-22 Richard M. StallmanComment change.
1996-01-30 Richard M. Stallman(syms_of_editfns): Make buffer-access-fontify-functions
1996-01-27 Richard M. Stallman(Fcompare_buffer_substrings): Access case_canon_table...
1996-01-20 Paul Eggert(Fformat_time_string): Don't crash if the resulting...
1996-01-18 Simon Marshallsp correction
1996-01-17 Richard M. Stallman(set_time_zone_rule): No longer static.
1996-01-09 Karl Heuer(update_buffer_properties): Delete superfluous &'s.
1996-01-09 Erik Naggum(Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_...
1995-12-28 Richard M. Stallman(Fmessage_box, Fmessage_or_box):
1995-12-21 Karl Heuer(Fset_time_zone_rule): Move static var environbuf
1995-11-21 Richard M. Stallman(Fcurrent_time): Doc fix.
1995-11-10 Richard M. Stallman(Fformat): Use doprnt_lisp.
1995-10-30 Richard M. Stallman(Fencode_time): Add cast.
1995-10-18 Richard M. Stallman(Fchar_equal): Handle char-table as case table.
1995-09-10 Paul Eggert(Fencode_time): Use mktime to do the real work;
1995-09-10 Richard M. Stallman(Fset_time_zone_rule): New function.
1995-09-09 Richard M. Stallman(Fdecode_time): Doc fix.
1995-09-01 Richard M. Stallman(save_excursion_save): Pass the new arg to Fcopy_marker.
1995-08-29 Richard M. Stallman(Fdecode_time): Doc fix.
next