diff options
| author | Claudio Bley | 2013-11-01 10:57:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-01 10:57:55 +0200 |
| commit | ac1bf374c2ec182d5f193ed6c27a5a839fdbef54 (patch) | |
| tree | d4e8d3955d94fc2b05d7fe6f2ab8ad9849f0274a /lisp/ChangeLog | |
| parent | d14c81eec79c626f017e015c7ecf24d7662504bc (diff) | |
| download | emacs-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/ChangeLog | 1 |
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 | ||
| 7 | 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com> | 8 | 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com> |
| 8 | 9 | ||