diff options
| author | Juanma Barranquero | 2008-02-01 15:19:59 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-01 15:19:59 +0000 |
| commit | 299db7f8cf9dc51097b74cb0aef3b0f03220b058 (patch) | |
| tree | 90f2d1d0db6c75aaf6fa2ffb3c002fe0bcb4eab4 /lisp/ChangeLog | |
| parent | eaf07ced98808b82c0db7fc75a91c1c791fe6206 (diff) | |
| download | emacs-299db7f8cf9dc51097b74cb0aef3b0f03220b058.tar.gz emacs-299db7f8cf9dc51097b74cb0aef3b0f03220b058.zip | |
(image-library-alist): Prefer libpng12 to libpng13, because
the latter is in fact a 1.2.8 build distributed with GTK+
(as of today, the most recent libpng is 1.2.24).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f046690813..e0d56c2a637 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-02-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13, | ||
| 4 | because the latter is in fact a 1.2.8 build distributed with GTK+ (as | ||
| 5 | of today, the most recent libpng is 1.2.24). | ||
| 6 | |||
| 1 | 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org> | 7 | 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 2 | 8 | ||
| 3 | * vc.el (vc-update): Fix bug: Specify branch tip as | 9 | * vc.el (vc-update): Fix bug: Specify branch tip as |
| @@ -23,7 +29,7 @@ | |||
| 23 | 2008-01-31 Martin Rudalics <rudalics@gmx.at> | 29 | 2008-01-31 Martin Rudalics <rudalics@gmx.at> |
| 24 | 30 | ||
| 25 | * mail/rmail.el (rmail-highlight): Fix specification. | 31 | * mail/rmail.el (rmail-highlight): Fix specification. |
| 26 | Reported by: pod <pod@herald.ox.ac.uk>. | 32 | Reported by pod <pod@herald.ox.ac.uk>. |
| 27 | 33 | ||
| 28 | 2008-01-31 Jason Rumney <jasonr@gnu.org> | 34 | 2008-01-31 Jason Rumney <jasonr@gnu.org> |
| 29 | 35 | ||