log src/fileio.c @ 106459:44e685ee32cb

age author description
2009-11-21 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
2009-11-11 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-11-05 Kenichi Handa (Finsert_file_contents): Be sure set coding-system of
2009-10-23 Stefan Monnier * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-10-01 Michael Albinus * fileio.c (Fdelete_directory_internal): Renamed from
2009-07-21 Chong Yidong * fileio.c: Revert 2009-07-16 changes.
2009-07-16 Richard M. Stallman * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2009-07-07 Chong Yidong * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2009-04-15 Dan Nicolaescu * fileio.c (history_delete_duplicates): Remove unused declaration.
2009-03-28 Stefan Monnier * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
2009-03-28 Stefan Monnier (Finsert_file_contents): Don't limit size to INT_MAX/4.
2009-03-24 Jason Rumney (Fsubstitute_in_file_name): Always work on a copy.
2009-03-19 Glenn Morris (Fsubstitute_in_file_name): Doc fix.
2009-02-26 Juanma Barranquero * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
2009-02-11 Stefan Monnier (Fwrite_region): !NILP -> CONSP.
2009-02-04 Glenn Morris (Fwrite_region): Doc fix (mention annotate-functions).
2009-01-22 Chong Yidong (Vwrite_region_post_annotation_function)
2009-01-08 Glenn Morris Add 2009 to copyright years.
2009-01-07 Kenichi Handa (Finsert_file_contents): In the case of replace,
2008-12-20 Jason Rumney (Fexpand_file_name): Do not allow ../ to go beyond the server name in
2008-11-14 Chong Yidong (Finsert_file_contents): Decrement specpdl_ptr to avoid double file
2008-10-20 Eli Zaretskii (Fset_file_modes): Doc fix.
2008-10-18 Eli Zaretskii (Fset_file_modes): Doc fix.
2008-10-16 Chong Yidong (Fexpand_file_name): Doc fix.
2008-09-20 Glenn Morris (Qdelete_by_moving_to_trash): New Lisp_Object.
2008-09-20 Glenn Morris (Frename_file): Avoid copying to trash if a rename involves a delete. (Bug#964).
2008-09-14 Kenichi Handa (Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.
2008-09-02 Andreas Schwab (Fexpand_file_name): Remove unused variables.
2008-09-02 Miles Bader Merge from emacs--rel--22
2008-08-31 Stefan Monnier * font.h (font_range):
2008-08-29 Eli Zaretskii (report_file_error): Clarify the case of slash defeating downcasing.
2008-08-29 Kenichi Handa (report_file_error): Don't downcase the first character
2008-08-27 Kenichi Handa (report_file_error): Fix handling of multibyte error string.
2008-08-05 Chong Yidong (Vauto_save_list_file_name): Move here from file.el.
2008-07-31 Dan Nicolaescu * bitmaps/README:
2008-07-27 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
2008-07-24 Andreas Schwab (Finsert_file_contents): Properly adjust undo list
2008-07-10 Dan Nicolaescu * src/fileio.c:
2008-07-02 Jason Rumney Changes from Toru Tsuneyoshi for using Trash can when deleting files.
2008-06-26 Dan Nicolaescu * unexnext.c:
2008-05-28 Stefan Monnier * src/fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
2008-05-22 Jason Rumney * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-05-12 Stefan Monnier (double_dollars): Remove dead code.
2008-05-09 Glenn Morris (Fread_file_name): Remove reference to insdef, deleted 2008-04-23.
2008-04-23 Stefan Monnier * lisp/minibuffer.el (read-file-name-function, read-file-name-predicate)
2008-04-21 Stefan Monnier (Qdefault_directory): New variable.
2008-04-18 Miles Bader Merge from emacs--rel--22
2008-04-18 Stefan Monnier (Fexpand_file_name): Refine last fix so `nm' is only
2008-04-12 Juanma Barranquero (Fexpand_file_name): Add declaration for `p' missing in previous change.
2008-04-12 Stefan Monnier (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
2008-04-10 Michael Albinus * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
2008-04-10 Stefan Monnier * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
2008-03-29 Eli Zaretskii (Fexpand_file_name): Fix last change.
2008-03-29 Eli Zaretskii (Fexpand_file_name): Convert the value of $HOME to a multibyte string.
2008-03-20 Stefan Monnier * fileio.c (Finsert_file_contents):
2008-03-10 Miles Bader Merge from emacs--rel--22
2008-02-27 Stefan Monnier (Finsert_file_contents): Don't reset undo_list if no change