]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Wed, 27 Nov 2002 23:57:28 +0000 (23:57 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 27 Nov 2002 23:57:28 +0000 (23:57 +0000)
lisp/ChangeLog
src/ChangeLog

index cbdd3b4fa1ce4f0ffa5bb9a372db179b1c1e4fcd..ecbad16548ec80f186d6abdaa88543e725e94def 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-27  Jason Rumney  <jasonr@gnu.org>
+
+       * files.el (file-truename): Canonicalize non-existent names on w32.
+
 2002-11-28  Kim F. Storm  <storm@cua.dk>
 
        * ido.el (ido-xemacs): Remove defvar.  All uses changed to
index f414137197422a945c37c955f39207f359220cf8..030fe24435d5ce11a50e5d583f3f0e1445de9589 100644 (file)
@@ -1,3 +1,11 @@
+2002-11-27  Jason Rumney  <jasonr@gnu.org>
+
+       * fileio.c (Finsert_file_contents): Give a more appropriate error
+       for files bigger than 2Gb when off_t is 32 bit.
+
+       * dired.c (Ffile_attributes): Don't return negative file sizes for
+       files bigger than 2Gb when off_t is 32 bit.
+
 2002-11-27  Dave Love  <fx@gnu.org>
 
        * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.