Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * image.el (image-animated-p): When delay between animated images is 0, | Juri Linkov | 2010-05-25 | 1 | -4/+7 |
| | | | | set it to 10 (0.1 sec). (Bug#6258) | ||||
* | Rename image-refresh to image-flush. | Chong Yidong | 2010-05-22 | 1 | -0/+1 |
| | | | | | | | | | | | * image.c (Fimage_flush): Rename from image-refresh. * image.el (image-refresh): Define as an alias for image-flush. * image-mode.el (image-toggle-display-image): Caller changed. * display.texi (Image Cache): Update documentation about image caching. | ||||
* | Rename `image-extension-data' to `image-metadata'. | Juri Linkov | 2010-03-31 | 1 | -2/+3 |
| | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01456.html * image.c: Add `Qextension_data'. (syms_of_image): Initialize and staticpro `Qextension_data'. (Fimage_metadata): Rename from `Fimage_extension_data'. (gif_load): Put GIF extension data to the property `Qextension_data'. * image.el (image-animated-p): Use `image-metadata' instead of `image-extension-data'. Get GIF extenstion data from metadata property `extension-data'. | ||||
* | Minor animated image housekeeping. | Glenn Morris | 2010-03-10 | 1 | -3/+3 |
| | | | | | | * image.el (image-animate-max-time): Fix :version tag. * NEWS: Add animated image placeholder entry. | ||||
* | Animated image API. | Kim F. Storm | 2010-03-07 | 1 | -0/+104 |
| | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html * image.el (image-animate-max-time): New defcustom. (image-animated-types): New defconst. (create-animated-image, image-animate-timer) (image-animate-start, image-animate-stop, image-animate-timeout) (image-animated-p): New functions. * image-mode.el (image-toggle-display-image): Replace `create-image' with `create-animated-image'. | ||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | * startup.el (tutorial-directory): Make it a defcustom. | Stefan Monnier | 2009-09-12 | 1 | -7/+6 |
| | | | | | | | | Use custom-initialize-delay rather than eval-at-startup to set it. * image.el (image-load-path): Make it a defcustom. Use custom-initialize-delay rather than eval-at-startup to set it. * subr.el (eval-at-startup): Remove. * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup. | ||||
* | (image-type-header-regexps): Use only JPEG magic number | Juri Linkov | 2009-08-28 | 1 | -1/+1 |
| | | | | | to determine JPEG images, and don't use `image-jpeg-p' because Emacs can display non-JFIF non-Exif JPEG images. | ||||
* | * image.el (image-load-path-for-library, insert-sliced-image): | Juanma Barranquero | 2009-02-24 | 1 | -3/+3 |
| | | | | Fix typos in docstrings. | ||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | (image-type-header-regexps): Recognize more xbm format | Andreas Schwab | 2008-11-24 | 1 | -3/+5 |
| | | | | variants. | ||||
* | (image-jpeg-p): Don't fail if the arg cannot be converted to unibyte. | Juanma Barranquero | 2008-06-27 | 1 | -7/+7 |
| | | | | | | Just assume it is not a JPEG. Use `string-match-p'. (image-type-from-data, image-type-from-file-name): Use `string-match-p'. (image-type-from-buffer): Use `looking-at-p'. | ||||
* | (image-jpeg-p): Convert DATA to unibyte at first. | Kenichi Handa | 2008-06-25 | 1 | -0/+1 |
| | |||||
* | Add some compiler declarations, for builds without X. | Glenn Morris | 2008-06-12 | 1 | -0/+2 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | (image-type): Check if image-types is bound to not fail on tty. | Juri Linkov | 2007-10-06 | 1 | -1/+1 |
| | | |||||
* | | Simplify previous change (auto can only be non-nil if type is). | Glenn Morris | 2007-09-27 | 1 | -1/+1 |
| | | |||||
* | | (image-type-auto-detected-p): Doc fix. Don't detect an image if it is | Glenn Morris | 2007-09-27 | 1 | -2/+4 |
| | | | | | | | | not in image-type-auto-detectable, or is there with a nil value. | ||||
* | | (image-type-header-regexps): Use more complex regexp for svg. | Juri Linkov | 2007-08-25 | 1 | -3/+13 |
| | | | | | | | | | | (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg). (image-type-auto-detectable): Add (svg . maybe). | ||||
* | | (create-image): Doc fix. | Glenn Morris | 2007-08-22 | 1 | -1/+6 |
| | | |||||
* | | Paul Pogonyshev <pogonyshev at gmx.net> | Glenn Morris | 2007-08-22 | 1 | -1/+2 |
| | | | | | | | | (image-type-header-regexps): Add svg entry. | ||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
|\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851 | ||||
| * | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
| | | |||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828 | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | (image-type-auto-detected-p): Don't scan auto-mode-alist. | Chong Yidong | 2007-06-04 | 1 | -21/+6 |
| | | |||||
* | | (image-type-from-file-name, image-type): Simplify. | Chong Yidong | 2007-05-21 | 1 | -51/+21 |
|/ | | | | (image-type-auto-detected-p): Don't scan auto-mode-alist. | ||||
* | (image-type-auto-detectable): Don't autodetect x[pb]m. | Chong Yidong | 2007-02-09 | 1 | -8/+26 |
| | | | | | (image-type-auto-detected-p): Fail if another match is found in auto-mode-alist. | ||||
* | (image-type-header-regexps): Make GIF regex more specific. | Richard M. Stallman | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (image-type-header-regexps): Recognize xbm more strictly. | Richard M. Stallman | 2007-01-05 | 1 | -1/+3 |
| | |||||
* | (image-type-header-regexps, image-type-from-data, image-type-from-buffer, | Juanma Barranquero | 2006-12-30 | 1 | -35/+53 |
| | | | | | | image-type-from-file-header): Revert changes from 2006-12-26. (image-type-auto-detectable): New variable. (image-type-auto-detected-p): New function. | ||||
* | (image-type-header-regexps): Change element format | Richard M. Stallman | 2006-12-26 | 1 | -20/+35 |
| | | | | | | | to include third item NOT-ALWAYS. (image-type-from-data): Handle new format. (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. (image-type-from-file-header): Pass t for INCLUDE-MAYBES. | ||||
* | (image-type-header-regexps): Be more specific detecting `pbm' and `png' files. | Juanma Barranquero | 2006-12-19 | 1 | -3/+3 |
| | | | | Use non-capturing parenthesis for `tiff' regexp. | ||||
* | (image-type): New defun split out of create-image. | Kim F. Storm | 2006-04-21 | 1 | -16/+28 |
| | | | | (create-image): Use it. | ||||
* | (image-load-path-for-library): Shorten first line in docstring. | Bill Wohler | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | (image-load-path-for-library): Minor docstring fix. | Bill Wohler | 2006-03-17 | 1 | -2/+2 |
| | |||||
* | (image-load-path-for-library): Prefer user's images in | Bill Wohler | 2006-03-16 | 1 | -27/+43 |
| | | | | image-load-path. | ||||
* | (image-load-path-for-library): Fix example by not recommending that | Bill Wohler | 2006-03-15 | 1 | -3/+5 |
| | | | | | one binds image-load-path. Just defvar it to placate compiler and only use it if previously defined. | ||||
* | (image-load-path-for-library): Pass value of path rather than symbol. | Bill Wohler | 2006-03-14 | 1 | -30/+22 |
| | | | | | Always return list of directories. Guarantee that image directory comes first. | ||||
* | (image-load-path-for-library): Merged changes from Reiner. Add | Bill Wohler | 2006-03-11 | 1 | -5/+17 |
| | | | | no-error argument. If path t, just return directory. | ||||
* | (image-load-path-for-library): Merge at least three functions from | Bill Wohler | 2006-03-10 | 1 | -0/+74 |
| | | | | Gnus and MH-E into this one function that can now be shared. | ||||
* | 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. |