log src/fileio.c @ 7041:7b8c405c910a

age author description
Sat, 23 Apr 1994 04:55:38 +0000 Richard M. Stallman (syms_of_fileio): New Lisp var inhibit-file-name-operation.
Fri, 22 Apr 1994 23:56:44 +0000 Karl Heuer (Ffind_file_name_handler): New argument OPERATION. All callers changed.
Fri, 15 Apr 1994 22:26:34 +0000 Richard M. Stallman (Finsert_file_contents): Fix test for unchanged file.
Wed, 13 Apr 1994 22:23:24 +0000 Richard M. Stallman [HAVE_UNISTD_H]: Include unistd.h.
Tue, 05 Apr 1994 03:50:46 +0000 Richard M. Stallman (Fdo_auto_save): Don't turn off auto save mode.
Wed, 23 Mar 1994 22:28:22 +0000 Karl Heuer (Finsert_file_contents): Use assignment, not initialization.
Wed, 16 Mar 1994 22:14:23 +0000 Karl Heuer (Ffile_modes) [MSDOS]: set exec-bit based on file suffix.
Wed, 16 Mar 1994 03:01:46 +0000 Karl Heuer (Frename_file, Fcopy_file, Fadd_name_to_file, Fmake_symbolic_link): Fix typo
Tue, 15 Mar 1994 18:50:50 +0000 Richard M. Stallman (Frename_file): Use RETURN_UNGCPRO when run handler.
Mon, 14 Mar 1994 22:00:34 +0000 Karl Heuer (Fread_file_name): Delete docstring of second version of function, to avoid
Mon, 14 Mar 1994 01:29:37 +0000 Richard M. Stallman (Finsert_file_contents): Don't let same_at_end be less than same_at_start.
Sat, 05 Mar 1994 20:36:38 +0000 Richard M. Stallman (Fdo_auto_save): Doc fix.
Fri, 04 Mar 1994 04:19:14 +0000 Richard M. Stallman (Finsert_file_contents): Pass del_range_1 two ends, not a length.
Thu, 03 Mar 1994 21:01:37 +0000 Karl Heuer (Fread_file_name): Do the right thing when insert-default-directory is nil.
Thu, 03 Mar 1994 19:24:54 +0000 Richard M. Stallman (Finsert_file_contents): If undo_list was t, leave it t.