diff options
| author | Claudio Bley | 2013-11-01 11:04:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-01 11:04:16 +0200 |
| commit | 019c8218f07fd2acca84661be01147c50908d903 (patch) | |
| tree | 18c41efde15605957437b0c7af9bbaba1a58b876 /lisp/ChangeLog | |
| parent | ac1bf374c2ec182d5f193ed6c27a5a839fdbef54 (diff) | |
| download | emacs-019c8218f07fd2acca84661be01147c50908d903.tar.gz emacs-019c8218f07fd2acca84661be01147c50908d903.zip | |
lisp/term/w32-win.el (dynamic-library-alist): Support libtiff v4.x on w32.
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 03819e49d29..a73c38bd522 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 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 | Support versions of libpng beyond 1.4.x. |
| 7 | Support libtiff v4.x. | ||
| 7 | 8 | ||
| 8 | 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com> | 9 | 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com> |
| 9 | 10 | ||