diff options
| author | Claudio Bley | 2013-11-01 10:52:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-01 10:52:22 +0200 |
| commit | d14c81eec79c626f017e015c7ecf24d7662504bc (patch) | |
| tree | d1d11da65e91b55be23b665b5b601bee5dfc5b15 /lisp/ChangeLog | |
| parent | 983d0df5e186d445d2b1936536363e9343fd0c60 (diff) | |
| download | emacs-d14c81eec79c626f017e015c7ecf24d7662504bc.tar.gz emacs-d14c81eec79c626f017e015c7ecf24d7662504bc.zip | |
Support newer versions of libjpeg on MS-Windows.
src/image.c (Qlibjpeg_version): New variable.
(syms_of_image): DEFSYM and initialize it.
lisp/term/w32-win.el (dynamic-library-alist): Support newer versions
of libjpeg starting with v7: look only for the DLL from the
version against which Emacs was built.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e99950276d8..eecc10efbb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-11-01 Claudio Bley <claudio.bley@googlemail.com> | ||
| 2 | |||
| 3 | * term/w32-win.el (dynamic-library-alist): Support newer versions | ||
| 4 | of libjpeg starting with v7: look only for the DLL from the | ||
| 5 | version against which Emacs was built. | ||
| 6 | |||
| 1 | 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com> | 7 | 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com> |
| 2 | 8 | ||
| 3 | * progmodes/ruby-mode.el (ruby-indent-tabs-mode) | 9 | * progmodes/ruby-mode.el (ruby-indent-tabs-mode) |