diff options
| author | Claudio Bley | 2013-11-01 11:10:13 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-01 11:10:13 +0200 |
| commit | 0e7690deacc3232f1a0bd3902255ffa34292e5cf (patch) | |
| tree | 9459348a527f4b61408cefe9f08538460a651669 /lisp/ChangeLog | |
| parent | 019c8218f07fd2acca84661be01147c50908d903 (diff) | |
| download | emacs-0e7690deacc3232f1a0bd3902255ffa34292e5cf.tar.gz emacs-0e7690deacc3232f1a0bd3902255ffa34292e5cf.zip | |
Fix handling of comments in NetPBM image files.
src/image.c (pbm_next_char): New function.
(pbm_scan_number): Use it.
lisp/image.el (image-type-header-regexps): Fix the 'pbm' part to
allow comments in pbm files.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a73c38bd522..fd8e77c9c53 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-11-01 Claudio Bley <claudio.bley@googlemail.com> | 1 | 2013-11-01 Claudio Bley <claudio.bley@googlemail.com> |
| 2 | 2 | ||
| 3 | * image.el (image-type-header-regexps): Fix the 'pbm' part to | ||
| 4 | allow comments in pbm files. | ||
| 5 | |||
| 3 | * term/w32-win.el (dynamic-library-alist): Support newer versions | 6 | * term/w32-win.el (dynamic-library-alist): Support newer versions |
| 4 | of libjpeg starting with v7: look only for the DLL from the | 7 | of libjpeg starting with v7: look only for the DLL from the |
| 5 | version against which Emacs was built. | 8 | version against which Emacs was built. |