Replace `iff' in comments.
[bpt/emacs.git] / src / fileio.c
2007-08-08 Glenn MorrisReplace `iff' in comments.
2007-08-03 Richard M. Stallman(Fvisited_file_modtime): Use make_time.
2007-07-25 Glenn MorrisSwitch license to GPLv3 or later.
2007-03-22 Kenichi Handa(Fcopy_file): Call barf_or_query_if_file_exists with
2007-03-20 YAMAMOTO Mitsuharu(do_auto_save_unwind): Add BLOCK_INPUT around fclose.
2007-01-21 Glenn MorrisAdd 2007 to copyright years.
2006-12-17 Richard M. Stallman(Fread_file_name_internal): Pass Vread_file_name_predicate
2006-12-04 YAMAMOTO Mitsuharu[__NetBSD__]: Don't define `unix'.
2006-11-21 Richard M. StallmanBreak line before &&, not after.
2006-11-20 Kenichi Handa(Fread_file_name_internal): Use SBYTES (not SCHARS) to
2006-08-25 Kim F. Storm(Fmake_directory_internal, Fdelete_directory)
2006-08-16 Kenichi Handa(choose_write_coding_system): Use LF for end-of-line
2006-07-18 Kim F. Storm(report_file_error): Use xsignal.
2006-07-12 YAMAMOTO MitsuharuInclude blockinput.h.
2006-07-11 Kim F. Storm(Fdo_auto_save): Update/simplify sit_for calls.
2006-07-08 Stephen Gildeafileio.c (do_auto_save_make_dir): Make the auto-save...
2006-06-23 Eli Zaretskii(Frename_file) [DOS_NT]: Don't try to move directory...
2006-05-26 Chong Yidong* fileio.c (Fcopy_file): Delete argument MUSTBENEW...
2006-05-11 Kenichi Handa(Finsert_file_contents): Fix for the case of IO error
2006-05-08 Kenichi Handa(choose_write_coding_system): Use system_eol_type for
2006-03-20 Kenichi Handa(Fwrite_region): Set visit_file to Qnil before GCPRO
2006-02-24 Kenichi Handa(Finsert_file_contents): When a text is replaced
2006-01-10 Stefan Monnier(Fexpand_file_name): Remove redundant tests. Fix elimi...
2005-12-11 Richard M. Stallman(Finsert_file_contents): Set Vdeactivate_mark when...
2005-12-06 Ken Raeburn(internal_delete_file, Fread_file_name_internal): Avoid...
2005-11-10 Lars Hansen(file-regular-p): Doc fix.
2005-10-20 Kim F. Storm(auto_save_error): Call SAFE_FREE.
2005-09-16 Romain Francoise(syms_of_fileio): Clarify docstring of `write-region...
2005-09-14 Romain Francoise(write_region_inhibit_fsync): New variable.
2005-09-14 Kenichi Handa(Fexpand_file_name): Check multibyteness of
2005-09-12 Kim F. Storm(auto_save_error): Pass copy of lisp string to message2.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-20 Kim F. Storm(Fdo_auto_save, do_auto_save_unwind):
2005-07-04 Lute KamstraUpdate FSF's address.
2005-07-02 Eli Zaretskii(Fcopy_file): Rearrange the code that calls fchown and
2005-06-25 Richard M. Stallman(Fcopy_file): New arg PRESERVE_UID_GID.
2005-06-24 Eli Zaretskii(Frename_file): Undo last change: no need to ifdef...
2005-06-24 Juanma Barranquero(Frename_file)[!DOS_NT]: Don't call chown on MSDOS...
2005-06-23 Richard M. Stallman(Frename_file): Preserve owner and group, if possible.
2005-05-31 Stefan Monnier(Finsert_file_contents): Lisp_Object/int mixup.
2005-05-21 Eli Zaretskii(Fexpand_file_name) [DOS_NT]: Don't try to support...
2005-05-13 Richard M. Stallman(Finsert_file_contents): Fix previous change.
2005-05-13 Richard M. Stallman(Ffind_file_name_handler): Handle lambda-exp as handler.
2005-05-08 Juanma Barranquero(Fexpand_file_name, Frename_file, Fadd_name_to_file...
2005-04-30 Richard M. Stallman(Ffind_file_name_handler): Handle the `operations'
2005-04-24 Eli Zaretskii(Fcopy_file): Doc fix.
2005-04-23 Richard M. Stallman(Fcopy_file): New arg MUSTBENEW.
2005-04-20 Thien-Thi NguyenRemove reference to defunct vms-pwd.h.
2005-03-30 Stefan Monnier(search_embedded_absfilename): Fix last change.
2005-03-28 Stefan Monnier(Fexpand_file_name): Use IS_DEVICE_SEP.
2005-03-17 Richard M. Stallman(Fcopy_file, Frename_file, Fadd_name_to_file)
2005-03-12 Stefan Monnier(Fmake_symbolic_link): Fix last change.
2005-03-11 Richard M. Stallman(Frename_file, Fadd_name_to_file)
2005-03-11 Kenichi Handa(Finsert_file_contents): Call Fcheck_coding_system
2005-03-04 Thien-Thi Nguyen(Fexpand_file_name) [VMS]:
2005-03-04 Thien-Thi Nguyen(Fexpand_file_name) [VMS]: Don't upcase the name
2005-03-03 Thien-Thi Nguyen(FILE_SYSTEM_CASE): Define macro if not already defined.
2005-01-21 Richard M. Stallman(Fcopy_file): Doc fix.
2004-12-30 Kenichi Handa(Finsert_file_contents): Don't use
2004-12-27 Steven Tamm* dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-12-21 Richard M. Stallman(Fread_file_name): Delete duplicates in
2004-11-07 Andreas SchwabDon't declare Fmsdos_downcase_filename.
2004-11-07 Jan Djärv* dosfns.c (Fdos_memget, Fdos_memput): Use integer...
2004-11-05 Kim F. Storm(Ffile_modes): Doc fix.
2004-11-04 Jan Djärv* fileio.c (Fnext_read_file_uses_dialog_p): New function.
2004-11-02 Jan Djärv* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
2004-10-03 Michael Albinus* fileio.c (auto_save_1) Call Ffile_modes for remote...
2004-09-29 Kenichi Handa(Finsert_file_contents): Be sure to free composition...
2004-09-15 Stefan Monnier(Finsert_file_contents): Fix case of replacement in...
2004-09-08 Luc TeirlinckDelete declaration for removed Vauto_save_file_format.
2004-08-29 Steven TammFixing whitespace style issue with #define
2004-08-26 Steven Tammfileio.c (Fread_file_name): Call x_file_dialog on carbon on
2004-08-14 John Paul Wallington(Fread_file_name): Doc fix.
2004-08-07 Stefan Monnier(make_temp_name): Handle multibyte prefixes.
2004-07-24 Richard M. Stallman(Fwrite_region): Doc fix.
2004-07-14 Luc Teirlinck(Fvisited_file_modtime): Return a list of two integers,
2004-07-04 John Paul Wallington(read_file_name_completion_ignore_case): New variable.
2004-05-22 Richard M. Stallman(Fread_file_name): Expand DIR if not absolute.
2004-05-10 Andreas Schwab(Frename_file): Remove extra argument in call to
2004-05-04 Jan Djärvfileio.c (Frename_file): Put symlink handling inside...
2004-05-04 Jan Djärv* fileio.c (barf_or_query_if_file_exists): Use lstat.
2004-04-27 Eli Zaretskii(Fset_file_times): New function.
2004-04-15 Luc Teirlinck(Fverify_visited_file_modtime, Fvisited_file_modtime):
2004-03-18 Stefan Monnier(Fread_file_name): Set completion-ignore-case for case...
2004-02-02 Eli Zaretskii(Fcopy_file): If NEWNAME is a directory, expand the
2004-01-31 Luc Teirlinck(Fread_file_name_internal): Correctly handle the case...
2003-12-29 Richard M. Stallman(choose_write_coding_system): Ignore auto_saving
2003-11-29 Jan DjärvAdd variable use-file-dialog to control use of file...
2003-09-01 Miles BaderAdd arch taglines
2003-08-17 Richard M. Stallman(Fwrite_region): Fix conditional expression to issue...
2003-07-22 Stefan Monnier(Finsert_file_contents): Use delete_all_overlays.
2003-07-09 Stefan Monnier(Finsert_file_contents): Use new type for overlays_...
2003-06-22 Richard M. Stallman(Fwrite_region): Alternate messages for append and...
2003-06-13 Kai Großjohann(Fcopy_file): Doc fix: copies file modes, too.
2003-06-12 Kenichi Handa(Fwrite_region): Save and restore restriction.
2003-05-31 Kenichi Handa(Qauto_save_coding, auto_save_coding): New variables.
2003-05-16 Richard M. Stallman(Fdelete_file): Handle symlinks pointing to directories.
2003-05-07 Jason Rumney(Ffile_symlink_p): Let handlers handle symlinks even
2003-05-05 Stefan Monnier(Qwrite_region_annotate_functions): New var.
2003-04-11 Kenichi Handa(Vafter_insert_file_adjust_coding_function): Delete
next