aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* lisp/image-mode.el (image-transform-check-size): Use assertions onlyWolfgang Jenkner2012-11-231-2/+8
* * lisp/image-mode.el: Use lexical-binding.Stefan Monnier2012-09-261-5/+13
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-9/+8
* Spelling fixes.Paul Eggert2012-05-281-1/+1
* * lisp/image-mode.el: Fit to width/height for rotated images.Wolfgang Jenkner2012-05-141-16/+136
* * lisp/image-mode.el: Fix scaling.Wolfgang Jenkner2012-05-141-21/+20
* Comment out the unimplemented image-transform-modeGlenn Morris2012-02-071-18/+22
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-071-2/+4
* Document animated image APIGlenn Morris2012-02-031-2/+4
* * lisp/image-mode.el (image-toggle-display-image): Remove tautological `major...Juri Linkov2012-02-021-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-131-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-5/+8
* * lisp/ps-mule.el (ps-mule-plot-string): Don't inf-loop.Stefan Monnier2011-09-191-3/+3
* * image-mode.el (image-next-line): The line parameter is mandatoryLars Magne Ingebrigtsen2011-09-111-1/+1
* `image-mode-fit-frame' doc fixLars Magne Ingebrigtsen2011-07-141-1/+1
* Some changes and re-organization for animated gif support.Chong Yidong2011-06-071-35/+77
* Fix animated gifs (Bug#6981).Chong Yidong2011-05-291-11/+22
* image-mode fix for bug#8567.Glenn Morris2011-05-201-1/+2
* Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-7/+7
|\
| * Image mode doc fixes (Bug#8098).Chong Yidong2011-04-091-7/+7
| * Fix bug #8047 with require-final-newline and image file display.Eli Zaretskii2011-02-181-0/+5
* | lisp/image-mode.el: Fix change in 2011-04-09T20:28:[email protected].Juanma Barranquero2011-04-131-1/+1
* | Cleanups to the ImageMagick code and docstrings.Chong Yidong2011-04-091-53/+60
* | Fix bug #8047 with require-final-newline in binary image buffers.Eli Zaretskii2011-02-181-0/+5
* | * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-3/+1
* | * image-mode.el (image-display-size): Doc fix (Bug#7820).Chong Yidong2011-01-281-7/+10
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Move some autoloaded auto-mode-alist entries to files.el.Glenn Morris2010-09-231-12/+0
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | merge from trunkJoakim Verona2010-08-171-11/+33
|\ \
| * | Merge from emacs-23Juanma Barranquero2010-07-271-6/+28
| |\|
| | * Fix size calculation for sliced images in image-mode (Bug#6639).Shyam Karanatt2010-07-171-6/+28
| * | Do not set bookmark context for images (Bug#6650).Thierry Volpiatto2010-07-171-3/+3
| * | Preparation for setting bookmarks in Gnus article buffers (Bug#5975).Karl Fogel2010-07-141-2/+2
* | | some more docs and polishJoakim Verona2010-07-101-15/+19
* | | support for fit-widthJoakim Verona2010-06-271-7/+15
* | | image-mode changes. removed the imagemagick specific :geometry and :crop inte...Joakim Verona2010-06-261-1/+70
|/ /
* | * lisp/image-mode.el (image-mode-map): Remap left-char and right-char.Stefan Monnier2010-06-131-0/+2
* | * image-mode.el (image-mode): Add image-after-revert-hook to after-revert-hook.Juri Linkov2010-05-251-0/+9
* | Rename image-refresh to image-flush.Chong Yidong2010-05-221-2/+2
* | Merge from emacs-23Stefan Monnier2010-05-081-1/+1
|\|
| * Fix typo in docstring.Juri Linkov2010-04-231-1/+1
* | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-141-0/+2
* | Merge pending branchStefan Monnier2010-03-101-1/+1
|\ \ | |/ |/|
| * Animated image API.Kim F. Storm2010-03-071-1/+1