* files.el (break-hardlink-on-save): Doc fix.
[bpt/emacs.git] / ChangeLog
index ba36b72..1eb90c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * INSTALL: Clarify treatment of image libraries.
+
 2013-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        Use bool for boolean, focusing on headers.
@@ -6,8 +10,9 @@
 
 2013-12-14  Dani Moncayo  <dmoncayo@gmail.com>
 
-       * configure.ac (srcdir) [MINGW32]: Convert to an absolute MSYS
-       path of the form "/c/foo/bar" to simplify conversion of formats.
+       * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
+       force the format "/c/foo/bar" to simplify conversions to native
+       windows format.
 
 2013-12-13  Glenn Morris  <rgm@gnu.org>