diff options
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 9 | ||||
| -rw-r--r-- | nt/INSTALL | 2 | ||||
| -rw-r--r-- | nt/makefile.w32-in | 1 |
3 files changed, 10 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index fb3a168ebfe..08fd7677077 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-10-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (dist): Don't put the top-level INSTALL into the | ||
| 4 | distribution. (Bug#9861) | ||
| 5 | |||
| 6 | 2011-10-25 Christoph Scholtes <cschol2112@googlemail.com> | ||
| 7 | |||
| 8 | * INSTALL: Update URL for GTK download page. | ||
| 9 | |||
| 1 | 2011-10-19 Eli Zaretskii <eliz@gnu.org> | 10 | 2011-10-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define. | 12 | * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define. |
diff --git a/nt/INSTALL b/nt/INSTALL index b4a97011922..613610890ae 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -323,7 +323,7 @@ | |||
| 323 | For PNG images, we recommend to use versions 1.4.x and later of | 323 | For PNG images, we recommend to use versions 1.4.x and later of |
| 324 | libpng, because previous versions had security issues. You can find | 324 | libpng, because previous versions had security issues. You can find |
| 325 | precompiled libraries and headers on the GTK download page for | 325 | precompiled libraries and headers on the GTK download page for |
| 326 | Windows (http://www.gtk.org/download-windows.html). | 326 | Windows (http://www.gtk.org/download/win32.php). |
| 327 | 327 | ||
| 328 | Versions 1.4.0 and later of libpng are binary incompatible with | 328 | Versions 1.4.0 and later of libpng are binary incompatible with |
| 329 | earlier versions, so Emacs will only look for libpng libraries which | 329 | earlier versions, so Emacs will only look for libpng libraries which |
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 4e4e6eccbb7..07d9be2c117 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in | |||
| @@ -263,7 +263,6 @@ dist: install-bin | |||
| 263 | $(CP) "$(INSTALL_DIR)/COPYING" $(TMP_DIST_DIR) | 263 | $(CP) "$(INSTALL_DIR)/COPYING" $(TMP_DIST_DIR) |
| 264 | $(CP) "$(INSTALL_DIR)/README" $(TMP_DIST_DIR) | 264 | $(CP) "$(INSTALL_DIR)/README" $(TMP_DIST_DIR) |
| 265 | $(CP) "$(INSTALL_DIR)/README.W32" $(TMP_DIST_DIR) | 265 | $(CP) "$(INSTALL_DIR)/README.W32" $(TMP_DIST_DIR) |
| 266 | $(CP) "$(INSTALL_DIR)/INSTALL" $(TMP_DIST_DIR) | ||
| 267 | $(CP_DIR) "$(INSTALL_DIR)/bin" $(TMP_DIST_DIR) | 266 | $(CP_DIR) "$(INSTALL_DIR)/bin" $(TMP_DIST_DIR) |
| 268 | $(CP_DIR) "$(INSTALL_DIR)/etc" $(TMP_DIST_DIR) | 267 | $(CP_DIR) "$(INSTALL_DIR)/etc" $(TMP_DIST_DIR) |
| 269 | $(CP_DIR) "$(INSTALL_DIR)/info" $(TMP_DIST_DIR) | 268 | $(CP_DIR) "$(INSTALL_DIR)/info" $(TMP_DIST_DIR) |