summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 68cff36afac..fa3842ff054 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-13 Jason Rumney <jasonr@gnu.org>
+
+ * w32-fns.el (w32-charset-info-alist): Reorder.
+
2002-06-13 Andreas Schwab <schwab@suse.de>
* files.el (auto-mode-alist): Move entry for ".in" to the end.
diff --git a/src/ChangeLog b/src/ChangeLog
index ba3ad194921..11e36eb5a51 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
2002-06-13 Jason Rumney <jasonr@gnu.org>
* w32.c (init_environment): Remove EMACSLOCKDIR.
+ (stat): Swap _S_IFDIR and _S_IFREG.
2002-06-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>