Include <config.h> instead of "config.h".
[bpt/emacs.git] / src / fileio.c
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.
1993-03-17 Richard M. StallmanDoc fix.
1993-02-14 Jim Blandy* fileio.c (Fdo_auto_save): If NO_MESSAGE is non-nil...
1993-01-14 Jim Blandy* fileio.c (Fdo_auto_save): Add CURRENT_ONLY argument, as
1993-01-12 Richard M. Stallman(Fset_default_file_modes, Fdefault_file_modes): Renamed...
1993-01-12 Richard M. Stallman(Fset_default_file_mode, Fdefault_file_mode):
1993-01-11 Richard M. Stallman(Fwrite_region): Doc fix.
1992-12-12 Jim BlandyGive subprocess creation a way to find a valid current...
1992-11-16 Jim Blandy* fileio.c (Fexpand_file_name): Don't fiddle with ...
1992-11-03 Jim Blandy* fileio.c (Fmake_directory_internal): Remove extra...
1992-10-31 Richard M. Stallman(Fmake_directory_internal): Renamed from Fmake_directory.
1992-10-10 Richard M. Stallman(Fwrite_region): If VISIT is a file name,
1992-10-06 Richard M. Stallman(directory_file_name): Don't clobber the envvar
1992-10-02 Joseph Arceneaux* fileio.c (Finsert_file_contents): Call offset_interva...
1992-09-28 Richard M. Stallman(Finsert_file_contents): Do record_insert, then inc...
1992-09-23 Jim Blandy* fileio.c (syms_of_fileio): Don't try to defsubr Sunix...
1992-09-20 Richard M. StallmanDon't include sys/dir.h.
1992-09-12 Richard M. Stallman(Ffile_name_directory, Ffile_name_nondirectory):
1992-09-02 Roland McGrathDoc fix for file-name-handler-alist.
1992-08-31 Richard M. Stallman(Fdo_auto_save): Always call record_auto_save.
1992-08-29 Jim Blandy* fileio.c (Fdo_auto_save): Call Fsleep_for with the...
1992-08-12 Jim Blandy* fileio.c (Fread_filename): When calling Fcompleting_read,
1992-08-06 Joseph ArceneauxAdd 1 to the offset position for cursor in minibuffer...
1992-07-24 Richard M. Stallmanentered into RCS
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-22 Jim Blandy*** empty log message ***
1992-07-22 Richard M. Stallman*** empty log message ***
1992-07-22 Jim Blandy*** empty log message ***
1992-07-22 Richard M. Stallman*** empty log message ***
1992-07-16 Jim Blandy*** empty log message ***
1992-07-08 Jim Blandy*** empty log message ***
1992-06-30 Jim Blandy*** empty log message ***
1992-06-04 Richard M. Stallman*** empty log message ***
1992-06-04 Richard M. Stallman*** empty log message ***
1992-05-18 Jim Blandy*** empty log message ***
1992-04-24 Jim Blandy*** empty log message ***
1992-03-21 Jim Blandy*** empty log message ***
1992-03-20 Richard M. Stallman*** empty log message ***
1992-02-23 Jim Blandy*** empty log message ***
1992-02-15 Jim Blandy*** empty log message ***
1992-02-05 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1991-08-26 Jim Blandy*** empty log message ***
1991-08-02 Jim Blandy*** empty log message ***
1991-07-24 Jim Blandy*** empty log message ***
1991-04-10 Jim BlandyInitial revision