aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2002-11-27 23:57:28 +0000
committerJason Rumney2002-11-27 23:57:28 +0000
commit1637fd2c577cdadb1798f1fd684836fb506c509f (patch)
tree661cb519d26bd9d69e3ee19d204378aa094267ff
parent06dd5ef70bf50693684b9bdf62bd7f1a281f74e1 (diff)
downloademacs-1637fd2c577cdadb1798f1fd684836fb506c509f.tar.gz
emacs-1637fd2c577cdadb1798f1fd684836fb506c509f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog8
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cbdd3b4fa1c..ecbad16548e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-11-27 Jason Rumney <jasonr@gnu.org>
2
3 * files.el (file-truename): Canonicalize non-existent names on w32.
4
12002-11-28 Kim F. Storm <storm@cua.dk> 52002-11-28 Kim F. Storm <storm@cua.dk>
2 6
3 * ido.el (ido-xemacs): Remove defvar. All uses changed to 7 * ido.el (ido-xemacs): Remove defvar. All uses changed to
diff --git a/src/ChangeLog b/src/ChangeLog
index f4141371974..030fe24435d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12002-11-27 Jason Rumney <jasonr@gnu.org>
2
3 * fileio.c (Finsert_file_contents): Give a more appropriate error
4 for files bigger than 2Gb when off_t is 32 bit.
5
6 * dired.c (Ffile_attributes): Don't return negative file sizes for
7 files bigger than 2Gb when off_t is 32 bit.
8
12002-11-27 Dave Love <fx@gnu.org> 92002-11-27 Dave Love <fx@gnu.org>
2 10
3 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define. 11 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.