aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorClaudio Bley2013-11-01 10:57:55 +0200
committerEli Zaretskii2013-11-01 10:57:55 +0200
commitac1bf374c2ec182d5f193ed6c27a5a839fdbef54 (patch)
treed4e8d3955d94fc2b05d7fe6f2ab8ad9849f0274a /lisp/ChangeLog
parentd14c81eec79c626f017e015c7ecf24d7662504bc (diff)
downloademacs-ac1bf374c2ec182d5f193ed6c27a5a839fdbef54.tar.gz
emacs-ac1bf374c2ec182d5f193ed6c27a5a839fdbef54.zip
Support libpng DLLs of versions beyond 1.4.x on MS-Windows.
lisp/term/w32-win.el (dynamic-library-alist): Support versions of libpng beyond 1.4.x.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eecc10efbb9..03819e49d29 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,7 @@
3 * term/w32-win.el (dynamic-library-alist): Support newer versions 3 * term/w32-win.el (dynamic-library-alist): Support newer versions
4 of libjpeg starting with v7: look only for the DLL from the 4 of libjpeg starting with v7: look only for the DLL from the
5 version against which Emacs was built. 5 version against which Emacs was built.
6 Support versions of libpng beyond 1.4.x.
6 7
72013-11-01 Bozhidar Batsov <bozhidar@batsov.com> 82013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
8 9