(Fdelete_file): Undo Sep 16 change.
[bpt/emacs.git] / src / fileio.c
1994-09-28 Karl Heuer(Fdelete_file): Undo Sep 16 change.
1994-09-27 Karl Heuer(Ffind_file_name_handler, Fcopy_file, Frename_file...
1994-09-24 Richard M. Stallman(Ffile_writable_p): Use stat to test for existence.
1994-09-18 Richard M. Stallman(Ffile_writable_p): Don't use ro_fsys.
1994-09-18 Karl Heuer(Fcopy_file): Use set_file_times, and check for the...
1994-09-17 Karl Heuer(barf_or_query_if_file_exists): Fix declaration.
1994-09-16 Karl Heuer(Finsert_file_contents) [MSDOS]: Don't re-gc-protect...
1994-09-16 Karl Heuer(Fdelete_file): Bind completion-ignored-extensions...
1994-09-14 Richard M. Stallman(Fset_default_file_modes): Doc fix.
1994-09-05 Karl Heuer(Ffile_accessible_directory_p): Put back the gcpro.
1994-08-30 Richard M. Stallman(Ffile_accessible_directory_p): No need for gcpro.
1994-08-24 Karl Heuer(Fcopy_file, build_annotations, Fdo_auto_save): Delete...
1994-08-24 Karl Heuer(Fmake_symbolic_link, Ffile_accessible_directory_p...
1994-08-23 Richard M. Stallman(O_RDONLY): Defined.
1994-08-23 Richard M. Stallman(Fmake_directory_internal): Pass just 2 args to handler.
1994-08-04 Richard M. Stallman(Fread_file_name_internal): Call double_dollars when...
1994-07-24 Richard M. Stallman(Fwrite_region): Do unwind the new unwind protect.
1994-07-14 Richard M. Stallman(syms_of_fileio): Finish previous change.
1994-07-12 Richard M. Stallman(Fmake_directory_internal): Use Qmake_directory_internal.
1994-07-09 Richard M. Stallman(Ffile_name_directory, Ffile_name_nondirectory,
1994-06-28 Roland McGrath(a_write): Loop while *ANNOT is listp, not consp. ...
1994-06-27 Richard M. Stallman(a_write): Verify that *annot is a cons.
1994-06-25 Karl Heuer(Finsert_file_contents): Fix check for non-regular...
1994-05-26 Karl Heuer(Finsert_file_contents): Check for beginning of file.
1994-05-22 Richard M. Stallman(Fdelete_directory): Allow dir names as well as file...
1994-05-20 Richard M. Stallman(Finsert_file_contents): Declare buffer as unsigned
1994-05-19 Richard M. Stallman(Fwrite_region): Set update_mode_lines.
1994-05-19 Richard M. Stallman(syms_of_fileio): Doc fix.
1994-05-17 Richard M. Stallman(Fdo_auto_save): Save listdesc as an integer, only...
1994-05-14 Richard M. Stallman(Fcopy_file): Close output before setting its times.
1994-05-10 Richard M. Stallman(Finsert_file_contents) [MSDOS]: Ignore the replace...
1994-04-28 Richard M. Stallman(inhibit-file-name-handers): Correct documentation.
1994-04-27 Richard M. Stallman(Finsert_file_contents): Fix accessing buffer_file_type
1994-04-23 Richard M. Stallman(syms_of_fileio): New Lisp var inhibit-file-name-operation.
1994-04-22 Karl Heuer(Ffind_file_name_handler): New argument OPERATION....
1994-04-15 Richard M. Stallman(Finsert_file_contents): Fix test for unchanged file.
1994-04-13 Richard M. Stallman[HAVE_UNISTD_H]: Include unistd.h.
1994-04-05 Richard M. Stallman(Fdo_auto_save): Don't turn off auto save mode.
1994-03-23 Karl Heuer(Finsert_file_contents): Use assignment, not initializa...
1994-03-16 Karl Heuer(Ffile_modes) [MSDOS]: set exec-bit based on file suffix.
1994-03-16 Karl Heuer(Frename_file, Fcopy_file, Fadd_name_to_file, Fmake_sym...
1994-03-15 Richard M. Stallman(Frename_file): Use RETURN_UNGCPRO when run handler.
1994-03-14 Karl Heuer(Fread_file_name): Delete docstring of second version...
1994-03-14 Richard M. Stallman(Finsert_file_contents): Don't let same_at_end be less...
1994-03-05 Richard M. Stallman(Fdo_auto_save): Doc fix.
1994-03-04 Richard M. Stallman(Finsert_file_contents): Pass del_range_1 two ends...
1994-03-03 Karl Heuer(Fread_file_name): Do the right thing when insert...
1994-03-03 Richard M. Stallman(Finsert_file_contents): If undo_list was t, leave...
1994-02-23 Richard M. Stallman(Finsert_file_contents): If REPLACE, always do lseek.
1994-02-17 Richard M. Stallman(Finsert_file_contents): Fix previous change.
1994-02-17 Richard M. Stallman(Finsert_file_contents): New arg REPLACE.
1994-02-11 Karl Heuer(Fsubstitute_in_file_name): Remove long-dead code that...
1994-02-10 Richard M. StallmanUse new name vmsdir.h.
1994-02-10 Karl Heuer(Fdo_auto_save): Save echo_area_glyphs_length.
1994-02-03 Richard M. Stallman(Fwrite_region): If FILENAME has no handler, see if...
1994-01-20 Richard M. Stallman(double_dollars): New function.
1994-01-16 Richard M. Stallman(Ffile_symlink_p): Doc fix.
1994-01-10 Richard M. Stallman(Fdo_auto_save): If auto save times out, don't try...
1994-01-08 Roland McGrath(report_file_error): Use strerror instead of sys_errlist.
1994-01-08 Roland McGrathDon't declare sys_errlist; declare strerror instead.
1994-01-08 Richard M. Stallman[MSDOS]: #include "msdos.h" and <sys/param.h> needed for
1994-01-01 Richard M. Stallman(Fwrite_region): Don't change START and END from nil
1993-12-31 Richard M. Stallman(Finsert_file_contents): Avoid setting buffer-file...
1993-12-31 Richard M. Stallman(Finsert_file_contents): Don't run after change hook
1993-12-25 Richard M. Stallman(Fwrite_region): If handler, don't mess with modtime.
1993-12-23 Richard M. Stallman(Fmake_symbolic_link): Do expand FILENAME if starts...
1993-11-23 Richard M. Stallman(Finsert_file_contents): Don't call signal_after_change
1993-11-12 Richard M. Stallman(syms_of_fileio): Fix missing \n\'s.
1993-11-10 Richard M. Stallman(Fwrite_region): Fix minor bugs in POS arg to awrite.
1993-10-25 Brian Fox(Fcopy_file): Don't allow the copying of anything other...
1993-10-14 Richard M. Stallman(Fcar_less_than_car): Fix typo in previous change.
1993-10-09 Richard M. Stallman(Vafter_insert_file_functions): New variable.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-08 Richard M. Stallman(expand_and_dir_to_file): Use Fdirectory_file_name.
1993-08-04 Richard M. Stallman(expand_and_dir_to_file): Remove final / by copying...
1993-08-01 Richard M. Stallman(Finsert_file_contents): Don't call prepare_to_modify_b...
1993-07-25 Richard M. Stallman(Fdo_auto_save): Temporarily clear Vquit_flag.
1993-07-03 Roland McGrath(Frename_file): After prompting for ok-if-already-exist...
1993-06-19 Jim Blandy* fileio.c (Fset_visited_file_modtime): We're only...
1993-06-17 Jim Blandy* fileio.c (Finsert_file_contents): Two new args, BEG...
1993-06-14 Richard M. Stallman(Fset_visited_file_modtime): Don't give the handler
1993-06-13 Richard M. Stallman(Fcopy_file): Pass all the args to the handler.
1993-06-10 Jim Blandy* fileio.c (Frename_file): Pass all arguments to the...
1993-06-08 Richard M. Stallman(syms_of_fileio): Set up Qset_visited_file_modtime.
1993-06-01 Richard M. Stallman(Fwrite_region): Don't fsync if autosaving.
1993-06-01 Richard M. Stallman[HPUX9]: Don't include errnet.h.
1993-05-24 Richard M. Stallman(Fread_file_name): If input is empty, do return the...
1993-05-24 Jim Blandy* fileio.c (Ffile_writable_p): Pass XSTRING (foo)-...
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-19 Jim BlandyBraino.
1993-05-19 Jim Blandy* fileio.c (Ffind_file_name_handler): Check that FILENA...
1993-05-11 Jim Blandy* fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check...
1993-05-04 Jim Blandy* fileio.c (Fmake_symbolic_link): If a file already...
1993-04-29 Richard M. Stallman(Fexpand_file_name): Undo last change--too risky for...
1993-04-26 Roland McGrath(Fexpand_file_name): Don't remove trailing / from NEWDI...
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-31 Richard M. Stallman(Fwrite_region): Don't fail to set visit_file.
1993-03-28 Richard M. Stallman(Fexpand_file_name): Default DEFALT at beginning,
1993-03-20 Jim Blandy* fileio.c (HAVE_FSYNC): Define, if appropriate.
1993-03-19 Richard M. Stallman(Fvisited_file_modtime): New function.
next