aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS trunk.Karoly Lorentey2004-11-061-15/+36
|\
| * (Ffile_modes): Doc fix.Kim F. Storm2004-11-051-11/+16
| * * fileio.c (Fnext_read_file_uses_dialog_p): New function.Jan Djärv2004-11-041-4/+19
| * * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-1/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-071-0/+3
|\ \ | |/
| * * fileio.c (auto_save_1) Call Ffile_modes for remote files.Michael Albinus2004-10-031-0/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-031-1/+2
|\ \ | |/
| * (Finsert_file_contents): Be sure to free composition data.Kenichi Handa2004-09-291-1/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-09-161-4/+4
|\ \ | |/
| * (Finsert_file_contents): Fix case of replacement in a narrowed buffer.Stefan Monnier2004-09-151-4/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-09-101-12/+2
|\ \ | |/
| * Delete declaration for removed Vauto_save_file_format.Luc Teirlinck2004-09-081-12/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-311-1/+1
|\ \ | |/
| * Fixing whitespace style issue with #defineSteven Tamm2004-08-291-1/+1
| * fileio.c (Fread_file_name): Call x_file_dialog on carbon onSteven Tamm2004-08-261-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-191-1/+4
|\ \ | |/
| * (Fread_file_name): Doc fix.John Paul Wallington2004-08-141-1/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-091-3/+5
|\ \ | |/
| * (make_temp_name): Handle multibyte prefixes.Stefan Monnier2004-08-071-3/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-271-1/+1
|\ \ | |/
| * (Fwrite_region): Doc fix.Richard M. Stallman2004-07-241-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-181-2/+6
|\ \ | |/
| * (Fvisited_file_modtime): Return a list of two integers,Luc Teirlinck2004-07-141-2/+6
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-101-4/+13
|\ \ | |/
| * (read_file_name_completion_ignore_case): New variable.John Paul Wallington2004-07-041-4/+13
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-231-3/+6
|\ \ | |/
| * (Fread_file_name): Expand DIR if not absolute.Richard M. Stallman2004-05-221-3/+6
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-111-2/+2
|\ \ | |/
| * (Frename_file): Remove extra argument in call toAndreas Schwab2004-05-101-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-071-9/+16
|\ \ | |/
| * fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK.Jan Djärv2004-05-041-4/+6
| * * fileio.c (barf_or_query_if_file_exists): Use lstat.Jan Djärv2004-05-041-9/+14
* | Merged in changes from CVS trunk.Karoly Lorentey2004-04-281-0/+56
|\ \ | |/
| * (Fset_file_times): New function.Eli Zaretskii2004-04-271-0/+56
* | Eliminated updating_frame.Karoly Lorentey2004-04-161-1/+3
|/
* (Fverify_visited_file_modtime, Fvisited_file_modtime):Luc Teirlinck2004-04-151-2/+5
* (Fread_file_name): Set completion-ignore-case for case-insensitive systems.Stefan Monnier2004-03-181-1/+1
* (Fcopy_file): If NEWNAME is a directory, expand theEli Zaretskii2004-02-021-1/+1
* (Fread_file_name_internal): Correctly handle the case whereLuc Teirlinck2004-01-311-12/+24
* (choose_write_coding_system): Ignore auto_savingRichard M. Stallman2003-12-291-7/+19
* Add variable use-file-dialog to control use of file dialogs.Jan Djärv2003-11-291-0/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (Fwrite_region): Fix conditional expression to issue the right message.Richard M. Stallman2003-08-171-1/+1
* (Finsert_file_contents): Use delete_all_overlays.Stefan Monnier2003-07-221-2/+3
* (Finsert_file_contents): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-3/+3
* (Fwrite_region): Alternate messages for append and partial write.Richard M. Stallman2003-06-221-1/+6
* (Fcopy_file): Doc fix: copies file modes, too.Kai Großjohann2003-06-131-1/+2
* (Fwrite_region): Save and restore restriction.Kenichi Handa2003-06-121-0/+3
* (Qauto_save_coding, auto_save_coding): New variables.Kenichi Handa2003-05-311-2/+31
* (Fdelete_file): Handle symlinks pointing to directories.Richard M. Stallman2003-05-161-1/+2