Pass operation to Ffind_file_name_handler.
[bpt/emacs.git] / src / fileio.c
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.
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 ***
next