summaryrefslogtreecommitdiff
path: root/lisp/image.el
AgeCommit message (Expand)Author
2014-09-14* lisp/image.el (image-multi-frame-p): Fix thinkoGlenn Morris
2014-02-25* lisp/image.el (image-animate, image-animate-timeout): Stop animating imagesGlenn Morris
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-22Some doc for image-format-suffixesGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-01Fix handling of comments in NetPBM image files.Claudio Bley
2013-10-28* lisp/image.el (image-load-path): Doc fix.Xue Fuqiao
2013-10-28* lisp/image.el (defimage): Doc fix.Xue Fuqiao
2013-09-17* image.el (image-multi-frame-p): Remove --without-x warning/error.Glenn Morris
2013-09-17* image.el (image-type-from-buffer): Remove --without-x warning/error.Glenn Morris
2013-08-15Add functions to change the speed of animated imagesGlenn Morris
2013-08-13Rename :content-type to :format in `create-image'Lars Magne Ingebrigtsen
2013-08-13Enable giving hints to ImageMagick via :content-typeLars Magne Ingebrigtsen
2013-05-29* image.el (image-animated-p): Tweak definition.Glenn Morris
2013-02-19Rework recent image-multi-frame stuff a littleGlenn Morris
2013-02-16Generalize "animated" images to "multi-frame" imagesGlenn Morris
2013-02-15Add variables for default/minimum animated image frame delayGlenn Morris
2013-02-15Add commands for navigating multi-frame imagesGlenn Morris
2013-02-15Display a mode-line frame counter for animated imagesGlenn Morris
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-17Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.orgGlenn Morris
2012-11-17* lisp/image.el (insert-image, insert-sliced-image): Doc fix.Glenn Morris
2012-11-02* lisp/image.el (image-type-from-file-name): Trivial simplification.Glenn Morris
2012-10-22image-type-from-file-name fix for bug#9045Glenn Morris
2012-10-22* lisp/image.el (imagemagick-enabled-types): Doc fix.Glenn Morris
2012-09-23Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong
2012-09-12Fix glitches caused by addition of psec to timers.Paul Eggert
2012-08-15Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris
2012-06-11Give ImageMagick lowest priority in image-type-file-name-regexps.Chong Yidong
2012-06-04image.el (imagemagick-enabled-types): Remove CIN.Chong Yidong
2012-06-04More tweaks to ImageMagick types.Chong Yidong
2012-06-03* etc/NEWS: Update for renamed variable.Glenn Morris
2012-06-02Add more enabled ImageMagick types.Chong Yidong
2012-05-31Fix imagemagick-filter-types for imagemagick-types-enable = t.Glenn Morris
2012-05-31Split off imagemagick-filter-types from imagemagick-register-typesGlenn Morris
2012-05-31Add option imagemagick-types-enableGlenn Morris
2012-05-25* lisp/image.el (imagemagick-types-inhibit): Doc fix.Glenn Morris
2012-04-26* image.el (image-type-from-buffer): Only return supported image type.Chong Yidong
2012-04-16Call imagemagick-register-types automatically.Chong Yidong
2012-04-10Make `put-image' return the overlay createdLars Magne Ingebrigtsen
2012-03-31Updates for Display chapter of Lisp manual.Chong Yidong
2012-02-28Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris
2012-02-07Comment out the unimplemented image-transform-modeGlenn Morris
2012-02-06Further doc fix for imagemagick-types-inhibitGlenn Morris
2012-02-06Small imagemagick doc fixesGlenn Morris
2012-02-03* lisp/image.el (image-extension-data): Add obsolete alias.Glenn Morris
2012-02-03Document animated image APIGlenn Morris
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-16* lisp/image.el (imagemagick-register-types): Use regexp-opt.Stefan Monnier