Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (defimage): Add `doc-string' declaration. | Stefan Monnier | 2005-10-24 | 1 | -1/+2 |
| | |||||
* | (image-load-path): Use eval-at-startup to initialize. | Richard M. Stallman | 2005-10-22 | 1 | -3/+6 |
| | |||||
* | (image-type-header-regexps): Rename from image-type-regexps. | Kim F. Storm | 2005-10-21 | 1 | -26/+91 |
| | | | | | | | | | | | | Change uses. (image-type-file-name-regexps): New defconst. (image-type-from-data): Simplify loop. (image-type-from-buffer): New defun. (image-type-from-file-header): Use it instead of image-type-from-data. Use image-search-load-path instead of only looking in data-directory. (image-type-from-file-name): New defun. (image-search-load-path): Make PATH arg optional, default to image-load-path. Change `pathname' to `filename'. | ||||
* | * image.el (create-image, find-image): Mention max-image-size in | Chong Yidong | 2005-10-19 | 1 | -2/+6 |
| | | | | docstring. | ||||
* | (image-load-path): Use symbol `data-directory' instead of its value, | Chong Yidong | 2005-09-18 | 1 | -11/+20 |
| | | | | | | for backward compatibility with packages that bind it during `find-image'. Suggested by Katsumi Yamaoka. (image-search-load-path): Handle symbols whose values are strings. | ||||
* | 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2005-09-15 | 1 | -15/+28 |
| | | | | | | * image.el (image-load-path): New variable. (image-search-load-path): New function. (find-image): Search for images in `image-load-path'. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (image-library-alist): Moved to image.c. | Juanma Barranquero | 2005-05-27 | 1 | -15/+1 |
| | | | | (image-type-available-p): Doc fix. | ||||
* | (insert-sliced-image): Add autoload cookie. | Richard M. Stallman | 2005-03-17 | 1 | -0/+1 |
| | |||||
* | (insert-sliced-image): Use t for line-height property. | Kim F. Storm | 2005-01-01 | 1 | -1/+1 |
| | |||||
* | (insert-sliced-image): Add doc string. | Kim F. Storm | 2004-09-22 | 1 | -0/+9 |
| | |||||
* | (image-library-alist): Rewrite docstring in active voice. | Juanma Barranquero | 2004-06-21 | 1 | -4/+6 |
| | |||||
* | (image-library-alist): New variable to map image types to external | Juanma Barranquero | 2004-06-14 | 1 | -3/+14 |
| | | | | | | libraries. Initialized to nil, unless system-specific configs change it. (image-type-available-p): Determine whether an image type is available by calling `init-image-library'. | ||||
* | (insert-sliced-image): Use line-height instead of | Kim F. Storm | 2004-04-26 | 1 | -1/+1 |
| | | | | line-spacing property on newline. | ||||
* | (insert-sliced-image): Add line-spacing t property | Kim F. Storm | 2004-04-24 | 1 | -1/+1 |
| | | | | to newlines separating image lines. | ||||
* | (insert-image): Add optional SLICE arg. | Kim F. Storm | 2004-04-20 | 1 | -3/+41 |
| | | | | (insert-sliced-image): New defun. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (image-jpeg-p): Don't search beyond length of data. | John Paul Wallington | 2003-08-26 | 1 | -1/+2 |
| | |||||
* | (image-type-regexps): Fix typo. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | (insert-image): Don't make intangible since | Stefan Monnier | 2002-11-03 | 1 | -5/+1 |
| | | | | adjust_point_for_property should be sufficient by default. | ||||
* | (image-jpeg-p): Accept "Exif" marker. | Richard M. Stallman | 2002-08-05 | 1 | -2/+3 |
| | |||||
* | (image-type-from-file-header): Make temporary buffer unibyte. | Pavel Janík | 2002-03-11 | 1 | -0/+1 |
| | |||||
* | Add Maintainer header. | Pavel Janík | 2001-12-25 | 1 | -0/+2 |
| | |||||
* | (image-type-regexps): Make sure that the TIFF | Gerd Moellmann | 2001-08-21 | 1 | -1/+1 |
| | | | | | pattern is only matched at the beginning of a string. From Markus Rost <rost@math.ohio-state.edu>. | ||||
* | (image-jpeg-p): Fix call of substring. | Gerd Moellmann | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | (image-jpeg-p): Test for APPn markers in the range | Gerd Moellmann | 2001-08-10 | 1 | -4/+5 |
| | | | | #xe0..#xef. | ||||
* | (image-type-regexps): Allow whitespace at the start | Gerd Moellmann | 2001-08-09 | 1 | -4/+4 |
| | | | | | | of the image data for XPM, XBM and Postscript, which are text files. (image-jpeg-p): Correct computatino of next field offset. | ||||
* | (image-type-regexps): Allow predicates. Change the way | Gerd Moellmann | 2001-08-08 | 1 | -5/+31 |
| | | | | | | JPEG images are recognized. (image-jpeg-p): New function. (image-type-from-data): Handle predicates in image-type-regexps. | ||||
* | (image-type-regexps): For JPEG files, use a regexp | Gerd Moellmann | 2001-08-07 | 1 | -1/+2 |
| | | | | derived from the JPEG spec. | ||||
* | (image-type-regexps): Use `\`' instead of `^' in | Gerd Moellmann | 2001-08-07 | 1 | -7/+7 |
| | | | | most regular expressions. | ||||
* | (image-type-regexps): Change type for PS files | Gerd Moellmann | 2001-03-28 | 1 | -2/+2 |
| | | | | to `postscript'. | ||||
* | (create-image): Doc fix; spotted by Per Cederqvist <ceder@lysator.liu.se>. | Eli Zaretskii | 2000-12-08 | 1 | -1/+1 |
| | |||||
* | (image): New group. | Miles Bader | 2000-10-05 | 1 | -0/+6 |
| | |||||
* | (create-image): Doc fix. | Gerd Moellmann | 2000-09-15 | 1 | -1/+1 |
| | |||||
* | (find-image): Copy `spec' before using plist-put. | Dave Love | 2000-08-18 | 1 | -1/+2 |
| | |||||
* | Fix last change to be in insert-image as intended. | Dave Love | 2000-06-13 | 1 | -4/+4 |
| | |||||
* | (put-image): Default STRING to a space. | Dave Love | 2000-06-13 | 1 | -1/+3 |
| | |||||
* | (insert-image): Save a little consing. | Dave Love | 2000-06-12 | 1 | -6/+13 |
| | |||||
* | (find-image): Doc fix. Return nil if image not found. | Dave Love | 2000-06-06 | 1 | -13/+22 |
| | | | | (put-image, insert-image): Make STRING arg optional. | ||||
* | (image-type-available-p): Don't reference image-types | Eli Zaretskii | 2000-05-17 | 1 | -1/+1 |
| | | | | if it isn't bound. | ||||
* | (find-image): New function. | Gerd Moellmann | 2000-04-26 | 1 | -9/+27 |
| | | | | (defimage): Rewritten to find image at load time. | ||||
* | (defimage): Look for image files in load-path. | Gerd Moellmann | 2000-03-01 | 1 | -5/+12 |
| | |||||
* | (create-image, defimage): Don't assume image data is a | Gerd Moellmann | 2000-01-01 | 1 | -3/+3 |
| | | | | string. | ||||
* | (defimage): Handle specifications containing :data | Gerd Moellmann | 2000-01-01 | 1 | -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. Perry | 1999-12-31 | 1 | -10/+16 |
| | | | | valid as well. | ||||
* | (insert-image): Copy the image spec and add an intangible property. | Dave Love | 1999-10-13 | 1 | -2/+5 |
| | |||||
* | Fix footer comment. | Dave Love | 1999-10-05 | 1 | -5/+1 |
| |