]> code.delx.au - gnu-emacs/history - lisp/image.el
(enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.
[gnu-emacs] / lisp / image.el
2006-04-21 Kim F. Storm(image-type): New defun split out of create-image.
2006-03-19 Bill Wohler(image-load-path-for-library): Shorten first line in...
2006-03-17 Bill Wohler(image-load-path-for-library): Minor docstring fix.
2006-03-16 Bill Wohler(image-load-path-for-library): Prefer user's images in
2006-03-15 Bill Wohler(image-load-path-for-library): Fix example by not recom...
2006-03-14 Bill Wohler(image-load-path-for-library): Pass value of path rathe...
2006-03-11 Bill Wohler(image-load-path-for-library): Merged changes from...
2006-03-10 Bill Wohler(image-load-path-for-library): Merge at least three...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-10-24 Stefan Monnier(defimage): Add `doc-string' declaration.
2005-10-22 Richard M. Stallman(image-load-path): Use eval-at-startup to initialize.
2005-10-21 Kim F. Storm(image-type-header-regexps): Rename from image-type...
2005-10-19 Chong Yidong* image.el (create-image, find-image): Mention max...
2005-09-18 Chong Yidong(image-load-path): Use symbol `data-directory' instead...
2005-09-15 Chong Yidong2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2005-08-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-05-27 Juanma Barranquero(image-library-alist): Moved to image.c.
2005-03-17 Richard M. Stallman(insert-sliced-image): Add autoload cookie.
2005-01-01 Kim F. Storm(insert-sliced-image): Use t for line-height property.
2004-09-22 Kim F. Storm(insert-sliced-image): Add doc string.
2004-06-21 Juanma Barranquero(image-library-alist): Rewrite docstring in active...
2004-06-14 Juanma Barranquero(image-library-alist): New variable to map image types...
2004-04-26 Kim F. Storm(insert-sliced-image): Use line-height instead of
2004-04-24 Kim F. Storm(insert-sliced-image): Add line-spacing t property
2004-04-20 Kim F. Storm(insert-image): Add optional SLICE arg.
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.