Add arch taglines
[bpt/emacs.git] / lisp / image.el
2003-09-01 Miles BaderAdd arch taglines
2003-08-26 John Paul Wallington(image-jpeg-p): Don't search beyond length of data.
2003-02-04 Juanma Barranquero(image-type-regexps): Fix typo.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-11-03 Stefan Monnier(insert-image): Don't make intangible since
2002-08-05 Richard M. Stallman(image-jpeg-p): Accept "Exif" marker.
2002-03-11 Pavel Janík(image-type-from-file-header): Make temporary buffer...
2001-12-25 Pavel JaníkAdd Maintainer header.
2001-08-21 Gerd Moellmann(image-type-regexps): Make sure that the TIFF
2001-08-13 Gerd Moellmann(image-jpeg-p): Fix call of substring.
2001-08-10 Gerd Moellmann(image-jpeg-p): Test for APPn markers in the range
2001-08-09 Gerd Moellmann(image-type-regexps): Allow whitespace at the start
2001-08-08 Gerd Moellmann(image-type-regexps): Allow predicates. Change the way
2001-08-07 Gerd Moellmann(image-type-regexps): For JPEG files, use a regexp
2001-08-07 Gerd Moellmann(image-type-regexps): Use `\`' instead of `^' in
2001-03-28 Gerd Moellmann(image-type-regexps): Change type for PS files
2000-12-08 Eli Zaretskii(create-image): Doc fix; spotted by Per Cederqvist...
2000-10-05 Miles Bader(image): New group.
2000-09-15 Gerd Moellmann(create-image): Doc fix.
2000-08-18 Dave Love(find-image): Copy `spec' before using plist-put.
2000-06-13 Dave LoveFix last change to be in insert-image as intended.
2000-06-13 Dave Love(put-image): Default STRING to a space.
2000-06-12 Dave Love(insert-image): Save a little consing.
2000-06-06 Dave Love(find-image): Doc fix. Return nil if image not found.
2000-05-17 Eli Zaretskii(image-type-available-p): Don't reference image-types
2000-04-26 Gerd Moellmann(find-image): New function.
2000-03-01 Gerd Moellmann(defimage): Look for image files in load-path.
2000-01-01 Gerd Moellmann(create-image, defimage): Don't assume image data is a
2000-01-01 Gerd Moellmann(defimage): Handle specifications containing :data
1999-12-31 William M. Perry* image.el (defimage): Images with the :data keyword...
1999-10-13 Dave Love(insert-image): Copy the image spec and add an intangib...
1999-10-05 Dave LoveFix footer comment.
1999-10-03 Dave Love(defimage): Remove redundant code. Substitute file...
1999-09-25 Gerd Moellmann(put-image, insert-image): Add string argument.
1999-09-09 Gerd Moellmann(put-image): Remove optional buffer parameter.
1999-08-17 Dave LoveAdd Keywords.
1999-07-21 Gerd MoellmannNew file.