diff options
author | Christoph Scholtes <cschol2112@gmail.com> | 2011-10-24 20:33:24 -0600 |
---|---|---|
committer | Christoph Scholtes <cschol2112@gmail.com> | 2011-10-24 20:33:24 -0600 |
commit | df6d30f325a57fe0bc60025f391a41e27794c8f5 (patch) | |
tree | c3e463aae2977a3b104b0fe2e128710ff7dee4a4 /nt | |
parent | 410488d3aeae877ff13c005a9c4141d1d7ec9c91 (diff) | |
download | emacs-df6d30f325a57fe0bc60025f391a41e27794c8f5.tar.gz |
* INSTALL: Update URL for GTK download page.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 4 | ||||
-rw-r--r-- | nt/INSTALL | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index fb3a168ebfe..83dcb0a029b 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2011-10-25 Christoph Scholtes <cschol2112@googlemail.com> + + * INSTALL: Update URL for GTK download page. + 2011-10-19 Eli Zaretskii <eliz@gnu.org> * 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 @@ For PNG images, we recommend to use versions 1.4.x and later of libpng, because previous versions had security issues. You can find precompiled libraries and headers on the GTK download page for - Windows (http://www.gtk.org/download-windows.html). + Windows (http://www.gtk.org/download/win32.php). Versions 1.4.0 and later of libpng are binary incompatible with earlier versions, so Emacs will only look for libpng libraries which |