log src/fileio.c @ 102752:9e5b3ff07060

age author description
Sat, 28 Mar 2009 02:06:06 +0000 Stefan Monnier (Finsert_file_contents): Don't limit size to INT_MAX/4.
Tue, 24 Mar 2009 14:14:53 +0000 Jason Rumney (Fsubstitute_in_file_name): Always work on a copy.
Thu, 19 Mar 2009 06:26:04 +0000 Glenn Morris (Fsubstitute_in_file_name): Doc fix.
Thu, 26 Feb 2009 10:18:15 +0000 Juanma Barranquero * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
Wed, 11 Feb 2009 03:52:56 +0000 Stefan Monnier (Fwrite_region): !NILP -> CONSP.
Wed, 04 Feb 2009 03:51:27 +0000 Glenn Morris (Fwrite_region): Doc fix (mention annotate-functions).
Thu, 22 Jan 2009 04:42:51 +0000 Chong Yidong (Vwrite_region_post_annotation_function)
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Wed, 07 Jan 2009 12:26:02 +0000 Kenichi Handa (Finsert_file_contents): In the case of replace,
Sat, 20 Dec 2008 15:17:28 +0000 Jason Rumney (Fexpand_file_name): Do not allow ../ to go beyond the server name in
Fri, 14 Nov 2008 21:11:15 +0000 Chong Yidong (Finsert_file_contents): Decrement specpdl_ptr to avoid double file
Mon, 20 Oct 2008 10:10:12 +0000 Eli Zaretskii (Fset_file_modes): Doc fix.
Sat, 18 Oct 2008 18:06:19 +0000 Eli Zaretskii (Fset_file_modes): Doc fix.
Thu, 16 Oct 2008 17:59:34 +0000 Chong Yidong (Fexpand_file_name): Doc fix.
Sat, 20 Sep 2008 23:37:08 +0000 Glenn Morris (Qdelete_by_moving_to_trash): New Lisp_Object.
Sat, 20 Sep 2008 21:40:54 +0000 Glenn Morris (Frename_file): Avoid copying to trash if a rename involves a delete. (Bug#964).
Sun, 14 Sep 2008 05:58:52 +0000 Kenichi Handa (Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.
Tue, 02 Sep 2008 08:13:20 +0000 Andreas Schwab (Fexpand_file_name): Remove unused variables.
Tue, 02 Sep 2008 05:35:54 +0000 Miles Bader Merge from emacs--rel--22
Sun, 31 Aug 2008 00:56:58 +0000 Stefan Monnier * font.h (font_range):
Fri, 29 Aug 2008 09:27:26 +0000 Eli Zaretskii (report_file_error): Clarify the case of slash defeating downcasing.
Fri, 29 Aug 2008 08:04:38 +0000 Kenichi Handa (report_file_error): Don't downcase the first character
Wed, 27 Aug 2008 01:11:26 +0000 Kenichi Handa (report_file_error): Fix handling of multibyte error string.
Tue, 05 Aug 2008 21:41:14 +0000 Chong Yidong (Vauto_save_list_file_name): Move here from file.el.
Thu, 31 Jul 2008 05:33:56 +0000 Dan Nicolaescu * bitmaps/README:
Sun, 27 Jul 2008 18:24:48 +0000 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
Thu, 24 Jul 2008 13:00:20 +0000 Andreas Schwab (Finsert_file_contents): Properly adjust undo list
Thu, 10 Jul 2008 15:26:15 +0000 Dan Nicolaescu * src/fileio.c:
Wed, 02 Jul 2008 13:19:07 +0000 Jason Rumney Changes from Toru Tsuneyoshi for using Trash can when deleting files.
Thu, 26 Jun 2008 04:24:54 +0000 Dan Nicolaescu * unexnext.c:
Wed, 28 May 2008 12:36:15 +0000 Stefan Monnier * src/fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
Thu, 22 May 2008 14:52:21 +0000 Jason Rumney * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Mon, 12 May 2008 18:31:26 +0000 Stefan Monnier (double_dollars): Remove dead code.
Fri, 09 May 2008 22:55:03 +0000 Glenn Morris (Fread_file_name): Remove reference to insdef, deleted 2008-04-23.
Wed, 23 Apr 2008 18:19:57 +0000 Stefan Monnier * lisp/minibuffer.el (read-file-name-function, read-file-name-predicate)
Mon, 21 Apr 2008 21:26:02 +0000 Stefan Monnier (Qdefault_directory): New variable.
Fri, 18 Apr 2008 02:56:45 +0000 Miles Bader Merge from emacs--rel--22
Fri, 18 Apr 2008 02:26:05 +0000 Stefan Monnier (Fexpand_file_name): Refine last fix so `nm' is only
Sat, 12 Apr 2008 09:13:14 +0000 Juanma Barranquero (Fexpand_file_name): Add declaration for `p' missing in previous change.
Sat, 12 Apr 2008 05:12:18 +0000 Stefan Monnier (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
Thu, 10 Apr 2008 20:35:25 +0000 Michael Albinus * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
Thu, 10 Apr 2008 03:12:49 +0000 Stefan Monnier * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
Sat, 29 Mar 2008 15:28:57 +0000 Eli Zaretskii (Fexpand_file_name): Fix last change.
Sat, 29 Mar 2008 13:52:13 +0000 Eli Zaretskii (Fexpand_file_name): Convert the value of $HOME to a multibyte string.
Thu, 20 Mar 2008 18:13:12 +0000 Stefan Monnier * fileio.c (Finsert_file_contents):
Mon, 10 Mar 2008 00:49:47 +0000 Miles Bader Merge from emacs--rel--22
Wed, 27 Feb 2008 04:10:15 +0000 Stefan Monnier (Finsert_file_contents): Don't reset undo_list if no change
Sun, 24 Feb 2008 10:09:07 +0000 Miles Bader Merge from emacs--rel--22
Sat, 23 Feb 2008 23:12:52 +0000 Chong Yidong (auto_save_error_occurred): New var.
Thu, 14 Feb 2008 19:41:43 +0000 Stefan Monnier (Finsert_file_contents): Adjust offsets when replacing
Tue, 12 Feb 2008 21:35:15 +0000 Stefan Monnier * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1.
Wed, 06 Feb 2008 03:16:10 +0000 Stefan Monnier * process.c (Fstart_process):
Wed, 30 Jan 2008 07:57:28 +0000 Miles Bader Merge from emacs--devo--0
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Sat, 29 Dec 2007 02:39:17 +0000 Miles Bader Merge from emacs--devo--0
Fri, 02 Nov 2007 03:18:22 +0000 Kenichi Handa (Fexpand_file_name): Adjust multibyteness of directory
Sat, 27 Oct 2007 09:12:07 +0000 Miles Bader Merge from emacs--devo--0
Fri, 19 Oct 2007 00:00:21 +0000 Miles Bader Merge from emacs--devo--0
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0