log src/fileio.c @ 70960:d876c40c06dd

age author description
Fri, 26 May 2006 15:18:28 +0000 Chong Yidong * fileio.c (Fcopy_file): Delete argument MUSTBENEW. Incorporate
Thu, 11 May 2006 04:13:05 +0000 Kenichi Handa (Finsert_file_contents): Fix for the case of IO error
Mon, 08 May 2006 05:20:16 +0000 Kenichi Handa (choose_write_coding_system): Use system_eol_type for
Mon, 20 Mar 2006 06:24:58 +0000 Kenichi Handa (Fwrite_region): Set visit_file to Qnil before GCPRO
Fri, 24 Feb 2006 06:46:44 +0000 Kenichi Handa (Finsert_file_contents): When a text is replaced
Tue, 10 Jan 2006 17:46:41 +0000 Stefan Monnier (Fexpand_file_name): Remove redundant tests. Fix elimination of // so that
Sun, 11 Dec 2005 05:08:18 +0000 Richard M. Stallman (Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
Tue, 06 Dec 2005 07:39:37 +0000 Ken Raeburn (internal_delete_file, Fread_file_name_internal): Avoid dangerous side effects in NILP argument.
Thu, 10 Nov 2005 11:57:15 +0000 Lars Hansen (file-regular-p): Doc fix.
Thu, 20 Oct 2005 15:03:10 +0000 Kim F. Storm (auto_save_error): Call SAFE_FREE.
Fri, 16 Sep 2005 06:50:06 +0000 Romain Francoise (syms_of_fileio): Clarify docstring of `write-region-inhibit-fsync'.
Wed, 14 Sep 2005 20:19:39 +0000 Romain Francoise (write_region_inhibit_fsync): New variable.
Wed, 14 Sep 2005 02:15:34 +0000 Kenichi Handa (Fexpand_file_name): Check multibyteness of
Mon, 12 Sep 2005 13:42:49 +0000 Kim F. Storm (auto_save_error): Pass copy of lisp string to message2.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Wed, 20 Jul 2005 14:39:35 +0000 Kim F. Storm (Fdo_auto_save, do_auto_save_unwind):
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Sat, 02 Jul 2005 08:15:51 +0000 Eli Zaretskii (Fcopy_file): Rearrange the code that calls fchown and
Sat, 25 Jun 2005 22:37:49 +0000 Richard M. Stallman (Fcopy_file): New arg PRESERVE_UID_GID.
Fri, 24 Jun 2005 10:40:33 +0000 Eli Zaretskii (Frename_file): Undo last change: no need to ifdef away
Fri, 24 Jun 2005 09:03:21 +0000 Juanma Barranquero (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
Thu, 23 Jun 2005 21:29:26 +0000 Richard M. Stallman (Frename_file): Preserve owner and group, if possible.
Tue, 31 May 2005 21:54:43 +0000 Stefan Monnier (Finsert_file_contents): Lisp_Object/int mixup.
Sat, 21 May 2005 15:28:13 +0000 Eli Zaretskii (Fexpand_file_name) [DOS_NT]: Don't try to support "superroot"
Fri, 13 May 2005 23:07:41 +0000 Richard M. Stallman (Finsert_file_contents): Fix previous change.
Fri, 13 May 2005 13:33:53 +0000 Richard M. Stallman (Ffind_file_name_handler): Handle lambda-exp as handler.
Sun, 08 May 2005 23:40:34 +0000 Juanma Barranquero (Fexpand_file_name, Frename_file, Fadd_name_to_file, Fmake_symbolic_link,
Sat, 30 Apr 2005 20:12:13 +0000 Richard M. Stallman (Ffind_file_name_handler): Handle the `operations'
Sun, 24 Apr 2005 09:18:15 +0000 Eli Zaretskii (Fcopy_file): Doc fix.
Sat, 23 Apr 2005 16:19:37 +0000 Richard M. Stallman (Fcopy_file): New arg MUSTBENEW.