(directory_file_name): Add APOLLO conditional.
[bpt/emacs.git] / src / fileio.c
1995-05-03 Richard M. Stallman(directory_file_name): Add APOLLO conditional.
1995-05-02 Richard M. Stallman(Finsert_file_contents): Use file_truename for unlocking.
1995-04-30 Richard M. Stallman(Fdo_auto_save): Record visited file name
1995-04-26 Richard M. Stallman(Ffile_regular_p): Use Qfile_regular_p.
1995-04-13 Karl Heuer(Fexpand_file_name): Use IS_DIRECTORY_SEP instead of
1995-04-12 Karl HeuerFix typo in previous change.
1995-04-12 Karl Heuer(directory_file_name) [WINDOWSNT]: Handle UNC format.
1995-04-07 Karl HeuerUpdate copyright.
1995-03-22 Karl Heuer(syms_of_fileio): Fix missing \n\.
1995-03-17 Boris Goldowsky(Finsert_file_contents): Call format-decode.
1995-02-14 Richard M. Stallman(Fexpand_file_name): Copy default-directory
1995-02-12 Richard M. Stallman(Fexpand_file_name): Look for a handler for defalt.
1995-01-20 Richard M. Stallman(file_name_as_directory, Ffile_name_directory)
1995-01-02 Richard M. StallmanUse SAVE_MODIFF and BUF_SAVE_MODIFF
1994-11-28 Richard M. Stallman(internal_delete_file, internal_delete_file_1): New...
1994-11-16 Karl Heuer(Fdo_auto_save): Use the new type-test macros.
1994-11-16 Richard M. Stallman(Fread_file_name_internal): Protect orig_string.
1994-11-15 Richard M. Stallman(Finsert_file_contents): Init not_regular at the beginning.
1994-11-14 Richard M. Stallman(Finsert_file_contents): If VISIT, set the buffer compo...
1994-11-09 Richard M. Stallman(Fsubstitute_in_file_name): Add missing #endif.
1994-11-01 Richard M. StallmanChange explicit uses of the Unix directory separator
1994-10-17 Morten Welinder*** empty log message ***
1994-10-07 Richard M. Stallman(check_writable, check_executable): Test HAVE_EACCESS.
1994-10-05 Richard M. Stallman(Ffile_regular_p): New function.
1994-10-04 Karl Heuer(Finsert_file_contents, Fwrite_region, Fdo_auto_save...
1994-10-04 Karl Heuer(Finsert_file_contents): No longer necessary to set...
1994-10-04 Karl Heuer(Fdefault_file_modes, Finsert_file_contents, Fdo_auto_s...
1994-10-02 Karl Heuer(Finsert_file_contents): set type of `end', not just...
1994-09-29 Richard M. Stallman(check_writable, check_executable) [__HURD__]: Use...
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.
next