aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (create-image, defimage): Don't assume image data is aGerd Moellmann2000-01-011-3/+3
| | | | string.
* (defimage): Handle specifications containing :dataGerd Moellmann2000-01-011-34/+54
| | | | | | | instead of :file. (image-type-from-data): New function. (image-type-from-file-header): Use it. (create-image): Add parameter DATA-P.
* * image.el (defimage): Images with the :data keyword should be considered ↵William M. Perry1999-12-311-10/+16
| | | | valid as well.
* (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