summaryrefslogtreecommitdiff
path: root/lisp/image.el
Commit message (Expand)AuthorAgeFilesLines
* (image-jpeg-p): Don't search beyond length of data.John Paul Wallington2003-08-261-1/+2
* (image-type-regexps): Fix typo.Juanma Barranquero2003-02-041-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (insert-image): Don't make intangible sinceStefan Monnier2002-11-031-5/+1
* (image-jpeg-p): Accept "Exif" marker.Richard M. Stallman2002-08-051-2/+3
* (image-type-from-file-header): Make temporary buffer unibyte.Pavel Janík2002-03-111-0/+1
* Add Maintainer header.Pavel Janík2001-12-251-0/+2
* (image-type-regexps): Make sure that the TIFFGerd Moellmann2001-08-211-1/+1
* (image-jpeg-p): Fix call of substring.Gerd Moellmann2001-08-131-1/+1
* (image-jpeg-p): Test for APPn markers in the rangeGerd Moellmann2001-08-101-4/+5
* (image-type-regexps): Allow whitespace at the startGerd Moellmann2001-08-091-4/+4
* (image-type-regexps): Allow predicates. Change the wayGerd Moellmann2001-08-081-5/+31
* (image-type-regexps): For JPEG files, use a regexpGerd Moellmann2001-08-071-1/+2
* (image-type-regexps): Use `\`' instead of `^' inGerd Moellmann2001-08-071-7/+7
* (image-type-regexps): Change type for PS filesGerd Moellmann2001-03-281-2/+2
* (create-image): Doc fix; spotted by Per Cederqvist <ceder@lysator.liu.se>.Eli Zaretskii2000-12-081-1/+1
* (image): New group.Miles Bader2000-10-051-0/+6
* (create-image): Doc fix.Gerd Moellmann2000-09-151-1/+1
* (find-image): Copy `spec' before using plist-put.Dave Love2000-08-181-1/+2
* Fix last change to be in insert-image as intended.Dave Love2000-06-131-4/+4
* (put-image): Default STRING to a space.Dave Love2000-06-131-1/+3
* (insert-image): Save a little consing.Dave Love2000-06-121-6/+13
* (find-image): Doc fix. Return nil if image not found.Dave Love2000-06-061-13/+22
* (image-type-available-p): Don't reference image-typesEli Zaretskii2000-05-171-1/+1
* (find-image): New function.Gerd Moellmann2000-04-261-9/+27
* (defimage): Look for image files in load-path.Gerd Moellmann2000-03-011-5/+12
* (create-image, defimage): Don't assume image data is aGerd Moellmann2000-01-011-3/+3
* (defimage): Handle specifications containing :dataGerd Moellmann2000-01-011-34/+54
* * image.el (defimage): Images with the :data keyword should be considered val...William M. Perry1999-12-311-10/+16
* (insert-image): Copy the image spec and add an intangible property.Dave Love1999-10-131-2/+5
* Fix footer comment.Dave Love1999-10-051-5/+1
* (defimage): Remove redundant code. Substitute file on image plist.Dave Love1999-10-031-8/+6
* (put-image, insert-image): Add string argument.Gerd Moellmann1999-09-251-16/+19
* (put-image): Remove optional buffer parameter.Gerd Moellmann1999-09-091-16/+14
* Add Keywords.Dave Love1999-08-171-0/+1
* New file.Gerd Moellmann1999-07-211-0/+192