aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier2010-01-121-6/+10
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-1/+1
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-53/+53
* (Finsert_file_contents): Be sure set coding-system ofKenichi Handa2009-11-051-0/+1
* * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.Stefan Monnier2009-10-231-8/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * fileio.c (Fdelete_directory_internal): Renamed fromMichael Albinus2009-10-011-10/+7
* * fileio.c: Revert 2009-07-16 changes.Chong Yidong2009-07-211-12/+17
* * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.Richard M. Stallman2009-07-161-7/+13
* * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)Chong Yidong2009-07-071-7/+9
* * fileio.c (history_delete_duplicates): Remove unused declaration.Dan Nicolaescu2009-04-151-2/+0
* * insdel.c (move_gap, move_gap_both, gap_left, gap_right)Stefan Monnier2009-03-281-29/+28
* (Finsert_file_contents): Don't limit size to INT_MAX/4.Stefan Monnier2009-03-281-1/+5
* (Fsubstitute_in_file_name): Always work on a copy.Jason Rumney2009-03-241-20/+33
* (Fsubstitute_in_file_name): Doc fix.Glenn Morris2009-03-191-1/+4
* * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.Juanma Barranquero2009-02-261-1/+1
* (Fwrite_region): !NILP -> CONSP.Stefan Monnier2009-02-111-1/+1
* (Fwrite_region): Doc fix (mention annotate-functions).Glenn Morris2009-02-041-1/+4
* (Vwrite_region_post_annotation_function)Chong Yidong2009-01-221-65/+58
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (Finsert_file_contents): In the case of replace,Kenichi Handa2009-01-071-0/+1
* (Fexpand_file_name): Do not allow ../ to go beyond the server name inJason Rumney2008-12-201-0/+10
* (Finsert_file_contents): Decrement specpdl_ptr to avoid double fileChong Yidong2008-11-141-0/+11
* (Fset_file_modes): Doc fix.Eli Zaretskii2008-10-201-1/+1
* (Fset_file_modes): Doc fix.Eli Zaretskii2008-10-181-1/+4
* (Fexpand_file_name): Doc fix.Chong Yidong2008-10-161-1/+7
* (Qdelete_by_moving_to_trash): New Lisp_Object.Glenn Morris2008-09-201-1/+4
* (Frename_file): Avoid copying to trash if a rename involves a delete. (Bug#964).Glenn Morris2008-09-201-0/+4
* (Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.Kenichi Handa2008-09-141-1/+0
* (Fexpand_file_name): Remove unused variables.Andreas Schwab2008-09-021-8/+0
* Merge from emacs--rel--22Miles Bader2008-09-021-4/+3
|\
| * (Fexpand_file_name): Copy argument `name' into local storage on all platforms,Eli Zaretskii2008-08-291-4/+3
| * (Vauto_save_list_file_name): Move here from file.el.Chong Yidong2008-08-051-3/+11
| * (Fexpand_file_name): Convert the value of $HOME to a multibyte string.Eli Zaretskii2008-08-021-0/+11
* | * font.h (font_range):Stefan Monnier2008-08-311-1/+1
* | (report_file_error): Clarify the case of slash defeating downcasing.Eli Zaretskii2008-08-291-1/+2
* | (report_file_error): Don't downcase the first characterKenichi Handa2008-08-291-1/+2
* | (report_file_error): Fix handling of multibyte error string.Kenichi Handa2008-08-271-2/+8
* | (Vauto_save_list_file_name): Move here from file.el.Chong Yidong2008-08-051-3/+11
* | * bitmaps/README:Dan Nicolaescu2008-07-311-713/+12
* | Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-1/+1
* | (Finsert_file_contents): Properly adjust undo listAndreas Schwab2008-07-241-27/+28
* | * src/fileio.c:Dan Nicolaescu2008-07-101-23/+0
* | Changes from Toru Tsuneyoshi for using Trash can when deleting files.Jason Rumney2008-07-021-0/+21
* | * unexnext.c:Dan Nicolaescu2008-06-261-10/+0
* | * src/fileio.c (Fwrite_region): Delay the defaulting to beg&z to afterStefan Monnier2008-05-281-1/+10
* | * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-3/+3
* | Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* | (double_dollars): Remove dead code.Stefan Monnier2008-05-121-37/+0