(file-name-coding-system, default-file-name-coding-system): Doc fix (links
[bpt/emacs.git] / src / fileio.c
2001-11-29 Pavel Janík(file-name-coding-system, default-file-name-coding...
2001-11-29 Richard M. Stallman(Ffind_file_name_handler): Avoid initializer for `result'.
2001-11-26 Stefan Monnier(Ffind_file_name_handler): Give precedence to handlers
2001-11-19 Stefan Monnier(Fwrite_region): Move choose_write_coding_system to...
2001-11-17 Richard M. Stallman(Fwrite_region): Avoid initializer for Lisp_Object.
2001-11-17 Stefan Monnier(build_annotations): Split off the tail.
2001-11-16 Stefan Monnier(choose_write_coding_system): New fun, extracted from...
2001-11-14 Richard M. Stallman(Ffile_accessible_directory_p): Doc fix.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-26 Eli Zaretskii(Faccess_file): Run the argument filename through
2001-10-25 Eli ZaretskiiRevert last change (which removed old commented-out
2001-10-22 Pavel JaníkRemove unused code.
2001-10-21 Pavel Janík(Finsert_file_contents): Remove unused variable `gap_size'.
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-05 Gerd Moellmann(Fcopy_file): If NEWNAME is a directory copy FILE there.
2001-09-26 Gerd Moellmann(Finsert_file_contents): If REPLACE is non-nil, stop
2001-09-14 Gerd Moellmann(Ffile_symlink_p): Fix last change.
2001-09-13 Gerd Moellmann(Ffile_symlink_p): If readlink returns ERANGE, take
2001-08-30 Gerd Moellmann(Finsert_file_contents): Don't change the multibyteness
2001-08-29 Gerd Moellmann(Finsert_file_contents): Undo change of 2001-08-27.
2001-08-27 Gerd MoellmannFinsert_file_contents): Allocate, restore, and
2001-08-27 Gerd Moellmann(Finsert_file_contents): Call Fset_buffer_multibyte
2001-08-24 Gerd Moellmann(Finsert_file_contents): Set coding's dest_multibyte
2001-08-24 Andrew Choi2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2001-08-23 Gerd Moellmann(Finsert_file_contents): If VISIT is non-nil, and
2001-07-31 Gerd Moellmann(Finsert_file_contents): Don't treat a return value
2001-07-16 Gerd Moellmann(unwind_read): Function removed.
2001-07-11 Gerd Moellmann(unwind_read): Print a message when discarding inserted
2001-07-11 Gerd Moellmann(Finsert_file_contents): Comment fix.
2001-07-11 Gerd Moellmann(unwind_read): New function.
2001-05-31 Gerd Moellmann(Fdo_auto_save): Don't try to create the directory of
2001-04-18 Gerd Moellmann(Finsert_file_contents): If the file size returned...
2001-04-10 Gerd Moellmann(Fcopy_file) [WINDOWSNT]: Use CopyFile.
2001-03-29 Eli Zaretskii(syms_of_fileio) <directory-sep-char>: Warn that it...
2001-03-09 Gerd Moellmann(Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
2001-03-07 Eli ZaretskiiFix a typo in a comment.
2001-03-02 Gerd Moellmann(Fexpand_file_name): Collapse sequences of slashes
2001-01-09 Gerd Moellmann(do_auto_save_unwind): Do the pop_message here
2001-01-02 Eli Zaretskii(e_write): Remove unused variable `require_encoding_p'.
2000-12-16 Eli Zaretskii(Fcopy_file): Rename the last argument to keep_time, to
2000-12-04 Gerd Moellmann(auto_save_error): Add parameter ERROR. Show the
2000-12-04 Gerd Moellmann(Finsert_file_contents): When VISIT is t, don't
2000-12-02 Eli Zaretskii(Fread_file_name) [DOS_NT]: Don't crash if homedir...
2000-11-06 Stefan Monnier(Fwrite_region): Use `visiting' rather than `visit'
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-20 Gerd Moellmann(Fread_file_name): Doc fix.
2000-08-22 Andrew Innes[USE_CRT_DLL]: Remove unnecessary extern, which screws
2000-08-17 Gerd Moellmann(build_annotations): Add a comment explaining the
2000-08-05 Gerd Moellmann(Finsert_file_contents): Use xfree instead of free.
2000-07-22 Eli Zaretskii(syms_of_coding): Doc fix for inhibit-iso-escape-detection.
2000-06-20 Gerd Moellmann(make_temp_name): Don't use `%s' in string passed to
2000-06-10 Kenichi Handa(Finsert_file_contents): Be sure to setup src_multibyte
2000-06-07 Kenichi Handa(e_write): Free composition data if stored in
2000-05-30 Jason Rumney(Fread_file_name) [HAVE_NTGUI]: Use file dialog.
2000-05-24 Dave Love1999-06-01 Kenichi HANDA <handa@etl.go.jp>
2000-05-19 Kenichi Handa(Finsert_file_contents): Setup src_multibyte and
2000-05-16 Gerd Moellmann(make_temp_name): New function, extracted from
2000-05-10 Dave Love(Fwrite_region): If APPEND arg is an integer, seek to
2000-04-24 Gerd Moellmann(Fdo_auto_save): Create directories for auto-save
2000-04-20 Gerd Moellmann(Ffile_writable_p) [WINDOWSNT]: Return nil if parent
2000-04-13 Eli Zaretskii(a_write): Remove redundant semi-colons.
2000-04-05 Ken Raeburnmake_number/XINT/XUINT conversions; EQ/== fixes; =...
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
2000-03-12 Gerd Moellmann(Fread_file_name): Handle case that DIR contains a
2000-03-01 Gerd Moellmann[__NetBSD__]: Define `unix'.
2000-02-25 Gerd Moellmann(Ffile_symlink_p): If result starts with a `/'
2000-02-20 Gerd Moellmann(Finsert_file_contents): Unbind the binding of
2000-02-04 Dave LoveFix junk from last checkin.
2000-02-04 Dave LoveRemove some unused vars.
2000-02-02 Kenichi Handa(e_write): Fix the handling of
2000-01-04 Kenichi Handa(Finsert_file_contents): Signal error if visiting file
1999-12-15 Kenichi Handa(Fsubstitute_in_file_name): Adjusted for the change of
1999-12-07 Stefan Monnier* editfns.c (Fdelete_and_extract_region): New function.
1999-12-06 Kenichi Handa(decide_coding_unwind): Renamed from
1999-11-28 Richard M. StallmanComment change.
1999-11-25 Kenichi Handa(Finsert_file_contents): Set buffer-file-coding-system
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-08 Stefan Monnier(Fmake_temp_name): forgot the \n\ in the docstring
1999-10-08 Stefan Monnier(Fmake_temp_name): add a ref to `make-temp-file' in...
1999-09-13 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-09-09 Richard M. Stallman(Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.
1999-09-07 Richard M. Stallman(Fwrite_region): Doc fix.
1999-09-07 Richard M. Stallman(Qexcl): New variable.
1999-08-30 Andreas SchwabInclude <stdlib.h> if available.
1999-08-21 Gerd Moellmann(Fdo_auto_save): Use push_message, restore_message,
1999-08-18 Dave Love(Finsert_file_contents): Use xfree.
1999-07-21 Gerd Moellmann(Fdo_auto_save): Handle the case that echo_area_message
1999-07-07 Richard M. Stallman(Finsert_file_contents): If reading into a unibyte
1999-07-01 Richard M. Stallman(Fread_file_name): Check type of DEFAULT_FILENAME.
1999-06-22 Kenichi Handa(Finsert_file_contents): In the case of REPALCE, call
1999-05-10 Andreas Schwab(Fread_file_name): Correct handling of dollars in file
1999-04-28 Karl HeuerComment fix.
1999-03-09 Dave LoveDoc fix.
1999-03-07 Dave Love(Finsert_file_contents): Use xfree.
1999-02-23 Karl Heuer(Ffile_regular_p): Undo previous change.
1999-02-21 Eli Zaretskii(lstat) [!S_ISLNK]: Use stat instead of lstat.
1999-02-13 Richard M. Stallman(Ffile_regular_p): Use lstat.
next