aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image.el
Commit message (Expand)AuthorAgeFilesLines
* (image-type): New defun split out of create-image.Kim F. Storm2006-04-211-16/+28
* (image-load-path-for-library): Shorten first line in docstring.Bill Wohler2006-03-191-1/+1
* (image-load-path-for-library): Minor docstring fix.Bill Wohler2006-03-171-2/+2
* (image-load-path-for-library): Prefer user's images inBill Wohler2006-03-161-27/+43
* (image-load-path-for-library): Fix example by not recommending thatBill Wohler2006-03-151-3/+5
* (image-load-path-for-library): Pass value of path rather than symbol.Bill Wohler2006-03-141-30/+22
* (image-load-path-for-library): Merged changes from Reiner. AddBill Wohler2006-03-111-5/+17
* (image-load-path-for-library): Merge at least three functions fromBill Wohler2006-03-101-0/+74
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (defimage): Add `doc-string' declaration.Stefan Monnier2005-10-241-1/+2
* (image-load-path): Use eval-at-startup to initialize.Richard M. Stallman2005-10-221-3/+6
* (image-type-header-regexps): Rename from image-type-regexps.Kim F. Storm2005-10-211-26/+91
* * image.el (create-image, find-image): Mention max-image-size inChong Yidong2005-10-191-2/+6
* (image-load-path): Use symbol `data-directory' instead of its value,Chong Yidong2005-09-181-11/+20
* 2005-09-15 Chong Yidong <[email protected]>Chong Yidong2005-09-151-15/+28
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (image-library-alist): Moved to image.c.Juanma Barranquero2005-05-271-15/+1
* (insert-sliced-image): Add autoload cookie.Richard M. Stallman2005-03-171-0/+1
* (insert-sliced-image): Use t for line-height property.Kim F. Storm2005-01-011-1/+1
* (insert-sliced-image): Add doc string.Kim F. Storm2004-09-221-0/+9
* (image-library-alist): Rewrite docstring in active voice.Juanma Barranquero2004-06-211-4/+6
* (image-library-alist): New variable to map image types to externalJuanma Barranquero2004-06-141-3/+14
* (insert-sliced-image): Use line-height instead ofKim F. Storm2004-04-261-1/+1
* (insert-sliced-image): Add line-spacing t propertyKim F. Storm2004-04-241-1/+1
* (insert-image): Add optional SLICE arg.Kim F. Storm2004-04-201-3/+41
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (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 <[email protected]>.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