summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2019-01-301-2/+4
|\
| * image-mode: Do not use default scaling (bug#33990)Benjamin Riefenstahl2019-01-251-2/+4
* | image-mode: Make parameters buffer-localBenjamin Riefenstahl2019-01-251-3/+3
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/image-mode.el (image--imagemagick-wanted-p): Check for nil filename.Juri Linkov2018-11-051-1/+1
* | * lisp/image-mode.el (image-toggle-display-image): Avoid string-make-unibyteStefan Monnier2018-10-151-7/+11
* | * lisp/image-mode.el (image--imagemagick-wanted-p): Check for file extension.Juri Linkov2018-10-161-2/+4
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | New functions to switch back and forth to another major modeStefan Monnier2018-06-211-24/+2
* | Merge from origin/emacs-26Glenn Morris2018-04-141-1/+1
|\ \ | |/
| * Remove repetitions in documentation stringsRobert Pluim2018-04-131-1/+1
* | Make image-mode respect `imagemagick-types-inhibit'Lars Ingebrigtsen2018-04-141-1/+7
* | * lisp/tar-mode.el (tar-summarize-buffer): Let-bind `create-lockfiles' to nilJuri Linkov2018-01-281-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | New commands image-scroll-left and image-scroll-rightMark Oteiza2016-12-151-0/+44
* | * lisp/image-mode.el (image-mode-winprops-alist): Add docstring.Mark Oteiza2016-12-141-1/+4
* | Fix auto-reverting image-mode buffer (bug#21598)Nicolas Petton2016-07-251-0/+3
* | Revert "alas, a map can have only one parent"Lars Ingebrigtsen2016-05-021-1/+0
* | alas, a map can have only one parentSam Steingold2016-05-021-0/+1
* | Call `make-composed-keymap' correctlyLars Magne Ingebrigtsen2016-04-241-2/+2
* | Use `make-composed-keymap' instead of copying the keymapLars Magne Ingebrigtsen2016-04-241-2/+1
* | Make `q' etc work in image mode againLars Magne Ingebrigtsen2016-04-241-2/+1
* | Support switching to hexl-mode from image-modeAlexander Kuleshov2016-02-271-27/+71
* | Make image commands available in image-modeLars Ingebrigtsen2016-02-241-0/+1
|/
* Don't hard-code 1 as point-min.Glenn Morris2016-01-191-1/+1
* Avoid advising image-display-size for xwidgets.Glenn Morris2016-01-191-18/+25
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/image-mode.el: Support encrypted fileDaiki Ueno2015-11-171-1/+6
* image-mode.el (image-kill-buffer): New command bound to k.Artur Malabarba2015-02-061-0/+6
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * image-mode.el: Move defvars earlier to avoid a byte-compilation warning.Lars Magne Ingebrigtsen2014-09-181-20/+20
* Preserve the aspect ratio when fitting to width/heightLars Magne Ingebrigtsen2014-09-181-5/+10
* Allow resetting image transform optionsLars Magne Ingebrigtsen2014-08-121-2/+16
* Use a max-width when displaying imagesLars Magne Ingebrigtsen2014-08-051-2/+8
* * lisp/image-mode.el (image-mode-window-put): Don't assume there's a `t'Stefan Monnier2014-04-211-3/+2
* * lisp/image-mode.el (image-mode-window-put): Also update the property ofIan D2014-04-161-0/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Add functions to change the speed of animated imagesGlenn Morris2013-08-151-2/+67
* * lisp/image-mode.el (image-mode-reapply-winprops): Call image-mode-winpropsStefan Monnier2013-05-261-13/+14
* * lisp/image-mode.el (image-mode-winprops): Add winprops toStefan Monnier2013-05-241-4/+8
* * lisp/image-mode.el (image-mode): Add mouse bindings for mode-line-process.Glenn Morris2013-02-211-5/+16
* Rework recent image-multi-frame stuff a littleGlenn Morris2013-02-191-12/+19
* * lisp/image-mode.el (image-mode-map): Add image-dired menu entry.Glenn Morris2013-02-161-2/+8
* Generalize "animated" images to "multi-frame" imagesGlenn Morris2013-02-161-5/+5
* * lisp/image-mode.el (image-mode-map): Give it a menu.Glenn Morris2013-02-161-2/+48
* Add commands for navigating multi-frame imagesGlenn Morris2013-02-151-0/+34