(Fchar_width): Check if the current buffer has display
[bpt/emacs.git] / src / fileio.c
1997-06-25 Richard M. Stallman(Finsert_file_contents): Pass new arg to prepare_to_mod...
1997-06-24 Karl Heuer(Ffile_directory_p): Doc fix.
1997-06-16 Richard M. Stallman(Fdo_auto_save): Use stdio to write the save-list file.
1997-06-10 Erik Naggum(Fwrite_region): Fix previous doc change.
1997-06-09 Kenichi Handa(Fwrite_region): Cancel the 7th argument CODING_SYSTEM
1997-06-02 Richard M. Stallman(Fwrite_region, build_annotations):
1997-05-27 Richard M. Stallman(Fdo_auto_save): Pass new arg to sit_for.
1997-05-16 Kenichi HandaName change through the code:
1997-05-15 Richard M. Stallman(Finsert_file_contents): Use xrealloc too.
1997-05-15 Richard M. Stallman(Finsert_file_contents): Use xmalloc. not malloc.
1997-05-10 Kenichi Handa(Fwrite_region): Add 7th optional arg
1997-05-10 Richard M. Stallman(Fread_file_name): Finish previous change.
1997-05-07 Richard M. Stallman(Fread_file_name): Pass default to Fcompleting_read.
1997-04-29 Richard M. Stallman(Fexpand_file_name): Check length > 0 when necessary.
1997-04-27 Richard M. Stallman(Fsubstitute_in_file_name): Use xnm uniformly, never nm,
1997-04-25 Richard M. Stallman(Fwrite_region): GCPRO `start' near the beginning.
1997-04-18 Richard M. Stallman(Fexpand_file_name): Fix expansion of "/foo/../".
1997-04-11 Richard M. Stallman(Finsert_file_contents): Do call signal_after_change
1997-04-02 Richard M. Stallman(Fcopy_file): Fix error message.
1997-04-02 Richard M. Stallman(Finsert_file_contents): Handle non-regular files.
1997-04-02 Richard M. Stallman(Finsert_file_contents): When handling REPLACE,
1997-04-01 Richard M. Stallman(Finsert_file_contents): Determine the character coding
1997-04-01 Richard M. Stallman(Fcopy_file): Use Qfile_date_error if can't set file...
1997-02-27 Kenichi Handa(Finsert_file_contents, Fwrite_region): Do not perform
1997-02-22 Karl HeuerInclude charset.h and coding.h.
1996-12-16 Richard M. StallmanFix previous change.
1996-12-16 Richard M. Stallman(Finsert_file_contents): Handle BEG and END non-nil
1996-12-11 Richard M. Stallman(Fwrite_region): Be careful not to destroy contents of
1996-12-09 Richard M. Stallman(Fread_file_name_internal): Verify STRING is a string.
1996-11-07 Richard M. Stallman(USG5 or BSD_SYSTEM or LINUX): Include fcntl.h.
1996-10-26 Richard M. Stallman(Fexpand_file_name): No longer discard .../ before...
1996-09-25 Richard M. Stallman(Vuser_login_name): Declared extern.
1996-09-17 Erik Naggum(syms_of_fileio): staticpro Qset_visited_file_modtime.
1996-09-11 Karl HeuerChange all references from point to PT.
1996-09-10 Richard M. Stallman(Faccess_file): New function.
1996-09-01 Richard M. Stallman(build_annotations): Remember original buffer that the
1996-07-20 Karl Heuer(check_writable): Use euidaccess, not eaccess.
1996-07-07 Karl Heuer(Fcopy_file): Use st_ino under DJGPP v2 and later to
1996-07-07 Miles Bader(DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters.
1996-07-02 Miles Bader(DRIVE_LETTER) [MSDOS]: Lower-case drive letters.
1996-06-28 Richard M. Stallman(check_executable): Use euidaccess, not eaccess.
1996-06-13 Richard M. Stallman(Fexpand_file_name): When simplifying /foo/.., keep...
1996-06-06 Richard M. Stallman(Ffile_name_directory) [WINDOWSNT]: Remove previous
1996-06-03 Richard M. Stallman(DRIVE_LETTER): [DOS_NT] New macro.
1996-06-01 Richard M. Stallman(Fexpand_file_name) [WINDOWSNT]: Don't strip trailing /
1996-05-01 Richard M. Stallman(Fexpand_file_name) [DOS_NT]: Correct the `if' clause
1996-04-29 Richard M. Stallman(Fexpand_file_name) [DOS_NT]: Keep dir sep following ~
1996-04-27 Richard M. Stallman(Fexpand_file_name, Ffile_name_absolute_p): Doc fixes.
1996-04-25 Richard M. Stallman(syms_of_fileio): Doc fix.
1996-04-10 Richard M. Stallman[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
1996-03-28 Richard M. Stallman(Frename_file) [WINDOWSNT]: Remove conditional code.
1996-02-27 Richard M. Stallman(Fexpand_file_name): Fix confusion in detecting
1996-02-21 Karl Heuer(Fdo_auto_save): Pause before restoring old message.
1996-02-16 Karl Heuer(Fmake_temp_name) [MSDOS]: Make sure there is at least
1996-02-08 Richard M. Stallman(Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Karl Heuer(do_auto_save_unwind): Don't close DESC if DESC < 0.
1996-01-09 Erik Naggum(Ffile_name_directory, Ffile_name_nondirectory, Ffile_n...
1996-01-05 Karl HeuerComment fixes.
1995-12-31 Richard M. Stallman(Ffile_readable_p) [MSDOS]: Use access rather than...
1995-12-21 Karl Heuer(syms_of_fileio): Doc fix.
1995-11-14 Richard M. Stallman(check_executable) [DOS_NT]: Treat all dirs as executable.
1995-11-10 Richard M. Stallman(Fwrite_region): Move the code that writes annotations...
1995-10-14 Richard M. Stallman(Finsert_file_contents): If replacing,
1995-10-01 Richard M. Stallman(barf_or_query_if_file_exists): New arg STATPTR. ...
1995-09-02 Richard M. Stallman(Fmake_symbolic_link, Fadd_name_to_file):
1995-08-14 Richard M. Stallman(Fwrite_region): New arg lockname.
1995-07-22 Richard M. Stallman(do_auto_save_unwind): Set auto_saving to 0.
1995-07-17 Karl Heuer(Fwrite_region): If fsync fails with EINTR, don't
1995-06-24 Richard M. Stallman(directory_file_name): Don't get confused by // at...
1995-05-23 Karl Heuer(Fvisited_file_modtime): Cast arg to long_to_cons.
1995-05-03 Richard M. Stallman(directory_file_name): Add APOLLO conditional.
1995-05-02 Richard M. Stallman(Finsert_file_contents): Use file_truename for unlocking.
1995-04-30 Richard M. Stallman(Fdo_auto_save): Record visited file name
1995-04-26 Richard M. Stallman(Ffile_regular_p): Use Qfile_regular_p.
1995-04-13 Karl Heuer(Fexpand_file_name): Use IS_DIRECTORY_SEP instead of
1995-04-12 Karl HeuerFix typo in previous change.
1995-04-12 Karl Heuer(directory_file_name) [WINDOWSNT]: Handle UNC format.
1995-04-07 Karl HeuerUpdate copyright.
1995-03-22 Karl Heuer(syms_of_fileio): Fix missing \n\.
1995-03-17 Boris Goldowsky(Finsert_file_contents): Call format-decode.
1995-02-14 Richard M. Stallman(Fexpand_file_name): Copy default-directory
1995-02-12 Richard M. Stallman(Fexpand_file_name): Look for a handler for defalt.
1995-01-20 Richard M. Stallman(file_name_as_directory, Ffile_name_directory)
1995-01-02 Richard M. StallmanUse SAVE_MODIFF and BUF_SAVE_MODIFF
1994-11-28 Richard M. Stallman(internal_delete_file, internal_delete_file_1): New...
1994-11-16 Karl Heuer(Fdo_auto_save): Use the new type-test macros.
1994-11-16 Richard M. Stallman(Fread_file_name_internal): Protect orig_string.
1994-11-15 Richard M. Stallman(Finsert_file_contents): Init not_regular at the beginning.
1994-11-14 Richard M. Stallman(Finsert_file_contents): If VISIT, set the buffer compo...
1994-11-09 Richard M. Stallman(Fsubstitute_in_file_name): Add missing #endif.
1994-11-01 Richard M. StallmanChange explicit uses of the Unix directory separator
1994-10-17 Morten Welinder*** empty log message ***
1994-10-07 Richard M. Stallman(check_writable, check_executable): Test HAVE_EACCESS.
1994-10-05 Richard M. Stallman(Ffile_regular_p): New function.
1994-10-04 Karl Heuer(Finsert_file_contents, Fwrite_region, Fdo_auto_save...
1994-10-04 Karl Heuer(Finsert_file_contents): No longer necessary to set...
1994-10-04 Karl Heuer(Fdefault_file_modes, Finsert_file_contents, Fdo_auto_s...
1994-10-02 Karl Heuer(Finsert_file_contents): set type of `end', not just...
1994-09-29 Richard M. Stallman(check_writable, check_executable) [__HURD__]: Use...
next