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 elimination of // so that
|
2005-12-11 |
Richard M. Stallman |
(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
|
2005-12-06 |
Ken Raeburn |
(internal_delete_file, Fread_file_name_internal): Avoid dangerous side effects in NILP argument.
|
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-inhibit-fsync'.
|
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 Nguyen |
Update years in copyright notice; nfc.
|
2005-07-20 |
Kim F. Storm |
(Fdo_auto_save, do_auto_save_unwind):
|
2005-07-04 |
Lute Kamstra |
Update 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 away
|
2005-06-24 |
Juanma Barranquero |
(Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
|
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 "superroot"
|
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, Fmake_symbolic_link,
|
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 Nguyen |
Remove 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.
|
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 Schwab |
Don't declare Fmsdos_downcase_filename.
|
2004-11-07 |
Jan Djärv |
* dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
|
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 files.
|
2004-09-29 |
Kenichi Handa |
(Finsert_file_contents): Be sure to free composition data.
|
2004-09-15 |
Stefan Monnier |
(Finsert_file_contents): Fix case of replacement in a narrowed buffer.
|
2004-09-08 |
Luc Teirlinck |
Delete declaration for removed Vauto_save_file_format.
|
2004-08-29 |
Steven Tamm |
Fixing whitespace style issue with #define
|
2004-08-26 |
Steven Tamm |
fileio.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ärv |
fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
|