# HG changeset patch # User Gerd Moellmann # Date 997268052 0 # Node ID c28225b647f26c31a0178aaed0307cee9d348a26 # Parent 24fe4f884e822b59d9ec629b2e17eb96e9bd10c4 *** empty log message *** diff -r 24fe4f884e82 -r c28225b647f2 lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 08 10:53:46 2001 +0000 +++ b/lisp/ChangeLog Wed Aug 08 10:54:12 2001 +0000 @@ -1,5 +1,10 @@ 2001-08-08 Gerd Moellmann + * image.el (image-type-regexps): Allow predicates. Change the way + JPEG images are recognized. + (image-jpeg-p): New function. + (image-type-from-data): Handle predicates in image-type-regexps. + * emacs-lisp/edebug.el (edebug-read-function): Fix handling of #:, #x, #o, and similar constructs.